亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

INclude

INclude是一個(gè)計(jì)算機(jī)專業(yè)術(shù)語(yǔ),一指C/C++中包含頭文件命令,用于將指定頭文件嵌入源文件中。二指INclude指令,在JSP中包含一個(gè)靜態(tài)的文件,同時(shí)解析這個(gè)文件中的JSP語(yǔ)句。三指PHP語(yǔ)句。
  • 剖析Intel IA32 架構(gòu)下C 語(yǔ)言及CPU 浮點(diǎn)數(shù)機(jī)制 Version 0.01 哈爾濱工業(yè)大學(xué) 謝煜波 (email: xieyubo@126.com 網(wǎng)址:http://purec.b

    剖析Intel IA32 架構(gòu)下C 語(yǔ)言及CPU 浮點(diǎn)數(shù)機(jī)制 Version 0.01 哈爾濱工業(yè)大學(xué) 謝煜波 (email: xieyubo@126.com 網(wǎng)址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 這兩天翻看一本C 語(yǔ)言書(shū)的時(shí)候,發(fā)現(xiàn)上面有一段這樣寫(xiě)到 例:將同一實(shí)型數(shù)分別賦值給單精度實(shí)型和雙精度實(shí)型,然后打印輸出。 #INclude <stdio.h> main() { float a double b a = 123456.789e4 b = 123456.789e4 printf(“%f\n%f\n”,a,b) } 運(yùn)行結(jié)果如下:

    標(biāo)簽: Version xieyubo Intel email

    上傳時(shí)間: 2013-12-25

    上傳用戶:徐孺

  • This book focuses on combining C++ s power and flexibility with high performance and scalability, r

    This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics INclude temporary objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more

    標(biāo)簽: flexibility performance scalability and

    上傳時(shí)間: 2015-07-02

    上傳用戶:784533221

  • The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence

    The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences INclude the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric. Presently, only 8-PSK modulation is considered. Extensions to higher-order modulations can be implemented following a similar procedure.

    標(biāo)簽: difference The algorithm the

    上傳時(shí)間: 2015-07-05

    上傳用戶:qiaoyue

  • 函數(shù) long StrToData(CString strData,int jz) 功能:字符串轉(zhuǎn)為正整數(shù)值 [字符串可為2-16]任意進(jìn)制數(shù)值字符串 返回:長(zhǎng)整型數(shù)值 參數(shù):strData

    函數(shù) long StrToData(CString strData,int jz) 功能:字符串轉(zhuǎn)為正整數(shù)值 [字符串可為2-16]任意進(jìn)制數(shù)值字符串 返回:長(zhǎng)整型數(shù)值 參數(shù):strData 為將要轉(zhuǎn)換的字符串 參數(shù):jz 為字符串的進(jìn)制 如: CString s s="FFA6" long data=StrToData(s,16) 則:data的值為:65446 用法:將StrToData.h和StrToData.cpp復(fù)制加入到您的工程里,在需要調(diào)用的函數(shù)中      加入#INclude "StrToData.h"即可調(diào)用

    標(biāo)簽: strData StrToData CString long

    上傳時(shí)間: 2015-07-05

    上傳用戶:佳期如夢(mèng)

  • 利用FaxModem通過(guò)串口或TAPI接口直接發(fā)送和接收傳真 一套非常不錯(cuò)的傳真庫(kù)(穩(wěn)定

    利用FaxModem通過(guò)串口或TAPI接口直接發(fā)送和接收傳真 一套非常不錯(cuò)的傳真庫(kù)(穩(wěn)定,高速),幾乎支持所有的FaxModem,出自Symantec公司 Winfax 中國(guó)作者之手。 一 .Some of the standard features: 1.Comes with Class1, Class1.0, Class2 and Class 2.0 Fax Drivers 2.Class 1 ECM error correction . 3.Supports CCITT T.30 Specifications . 4.TAPI Support with sample code 5.Caller ID 6.Group 4 Faxing 7.Remote Fax Retrieval with password protection 二 .Function declare Reference: INclude\SmarFaxh.h

    標(biāo)簽: FaxModem TAPI 傳真 串口

    上傳時(shí)間: 2013-12-23

    上傳用戶:xiaoyunyun

  • RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA

    RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (INclude AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels.

    標(biāo)簽: engineers developers firmware hardware

    上傳時(shí)間: 2013-12-22

    上傳用戶:王楚楚

  • This book offers 226 code recipes applicable to a variety of difficulties that may arise in the proc

    This book offers 226 code recipes applicable to a variety of difficulties that may arise in the process of application development. Topics covered INclude XML processing, Windows forms, database access, networking, runtime security, cryptography and more.

    標(biāo)簽: difficulties applicable recipes variety

    上傳時(shí)間: 2015-07-21

    上傳用戶:朗朗乾坤

  • demo目錄: fvs_enhancer:指紋增強(qiáng)程序

    demo目錄: fvs_enhancer:指紋增強(qiáng)程序,描述了如何使用該庫(kù)增強(qiáng)指紋圖像。原圖像和目標(biāo)圖 像都是位圖。 fvs_direction:描述了如何提取方向圖。輸入圖像必須是歸一化的圖像,這樣才能 有較好的效果。輸出圖像覆蓋于輸入圖像之上。 fvs_createtestimages:該程序用來(lái)產(chǎn)生調(diào)試過(guò)程中可能會(huì)用到的一些位圖圖像,這 些圖像是不同角度和不同間隔的條紋。產(chǎn)生圖像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表?xiàng)l紋間隔(像素個(gè)數(shù)),DDD代表方向的角度。 fvs_thinner:描述了怎樣細(xì)化一個(gè)指紋圖像。細(xì)化后的圖像盡可能的代表了指紋的 脊線。 fvs_minutia:顯示了如何從細(xì)化后的指紋圖像中獲得細(xì)節(jié)點(diǎn)集合。這一部分目前做 的效果不好,提取出的偽細(xì)節(jié)點(diǎn)太多。 fvs_mask:計(jì)算有效的指紋區(qū)域(剔除非指紋區(qū)域以及模糊指紋區(qū)域)。 INclude目錄: 包含了頭文件。 src目錄: 包含了指紋識(shí)別中各種算法的實(shí)現(xiàn)代碼。這些代碼的使用方法可以參見(jiàn)demo目錄中的 例程。

    標(biāo)簽: fvs_enhancer demo 目錄 指紋

    上傳時(shí)間: 2013-12-25

    上傳用戶:xwd2010

  • PHP免費(fèi)網(wǎng)摘程序 詳細(xì)說(shuō)明: 安裝說(shuō)明: 1、把文件上穿上去以后

    PHP免費(fèi)網(wǎng)摘程序 詳細(xì)說(shuō)明: 安裝說(shuō)明: 1、把文件上穿上去以后,在phpmyadmin里邊 建立一個(gè)數(shù)據(jù)庫(kù)。假設(shè)是 pictop。 然后把sql文件mmei8.sql導(dǎo)進(jìn)去。 2、修改數(shù)據(jù)庫(kù)配置文件,conn.php.修改網(wǎng)摘配置文件 INclude/setup.php。 3、后臺(tái)路徑admin/default.php 默認(rèn)帳號(hào)密碼 是 admin admin . 4、生成所有網(wǎng)摘靜態(tài)頁(yè)面程序?yàn)閐ata.php。生成所有新網(wǎng)摘的程序?yàn)?datanew.php 生成靜態(tài)首頁(yè)程序?yàn)閕ndex.php。 5、把網(wǎng)摘文件夾html屬性設(shè)為777,把index.htm 的屬性設(shè)為 777 6、所有廣告在 ad/ 文件夾下修改。 7、首頁(yè)摸版 template/index.htm

    標(biāo)簽: PHP 程序 安裝說(shuō)明

    上傳時(shí)間: 2014-02-11

    上傳用戶:youmo81

  • 本驅(qū)動(dòng)程序在linux2.6.17中測(cè)試通過(guò)。yangxing msn:lelma_yx@hotmail.com 希望對(duì)SPI操作的朋友有所幫助。 一、工作方式: 從設(shè)備:SPI為MASTE

    本驅(qū)動(dòng)程序在linux2.6.17中測(cè)試通過(guò)。yangxing msn:lelma_yx@hotmail.com 希望對(duì)SPI操作的朋友有所幫助。 一、工作方式: 從設(shè)備:SPI為MASTER模式 S3C2410:SPI為SLAVE模式+DMA 二、工作流程 1.S3C2410從接收:當(dāng)從設(shè)備發(fā)送數(shù)據(jù)時(shí),S3C2410利用DMA方式收數(shù),收到指定長(zhǎng)度的數(shù)據(jù),則進(jìn)入DMA中斷,將接收的數(shù)據(jù)拷出。 2.S3C2410從發(fā)送:當(dāng)S3C2410需要發(fā)送,首先由RTS請(qǐng)求發(fā)送,然后等待從設(shè)備應(yīng)答CTS,當(dāng)從設(shè)備應(yīng)答CTS時(shí),進(jìn)入外部中斷,啟動(dòng)DMA發(fā)送,發(fā)送完成,再次進(jìn)入從接收狀態(tài)。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目錄 dma.c存放于arch/arm/mach-s3c2410/目錄 dma.h存放于INclude/arm-asm/mach-s3c2410/目錄 四、使用環(huán)境 1.arm-linux-gcc-3.4.1

    標(biāo)簽: SPI lelma_yx yangxing hotmail

    上傳時(shí)間: 2015-08-11

    上傳用戶:徐孺

主站蜘蛛池模板: 德清县| 宁陵县| 崇州市| 林口县| 安福县| 青阳县| 天气| 沽源县| 靖西县| 镇安县| 宣武区| 墨脱县| 潮安县| 南澳县| 丘北县| 泰来县| 衡阳市| 桂林市| 仙居县| 内江市| 闵行区| 平阴县| 新郑市| 绥化市| 长沙县| 乐都县| 涡阳县| 兰考县| 灵寿县| 乌审旗| 南汇区| 满洲里市| 鄯善县| 吉林省| 射洪县| 麦盖提县| 邳州市| 沧源| 富源县| 盖州市| 新郑市|