An example to illustrate how to set the internal adjustable CID gain and receive FSK or DTMF data. Assume end-code of DTMF data string is "D".
標(biāo)簽: adjustable illustrate internal example
上傳時(shí)間: 2015-07-05
上傳用戶:nairui21
利用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
上傳時(shí)間: 2013-12-23
上傳用戶:xiaoyunyun
本書第二版和第三版之間的變化非常大其中最值得注意的是C++已經(jīng)通過(guò)了國(guó)際標(biāo) 準(zhǔn)化這不但為語(yǔ)言增加了新的特性比如異常處理運(yùn)行時(shí)刻類型識(shí)別RTTI 名字空 間內(nèi)置布爾數(shù)據(jù)類型新的強(qiáng)制轉(zhuǎn)換方式而且還大量修改并擴(kuò)展了現(xiàn)有的特性比如模 板template 支持面向?qū)ο髈bject-oriented 和基于對(duì)象object-based 程序設(shè)計(jì)所需 要的類class 機(jī)制嵌套類型以及重載函數(shù)的解析機(jī)制也許更重要的是一個(gè)覆蓋面非 常廣闊的庫(kù)現(xiàn)在成了標(biāo)準(zhǔn)C++的一部分其中包括以前稱為STL 標(biāo)準(zhǔn)模板庫(kù)的內(nèi)容新 的string 類型一組順序和關(guān)聯(lián)容器類型比如vector list map 和set 以及在這些類型 上進(jìn)行操作的一組可擴(kuò)展的泛型算法generic algorithm 都是這個(gè)新標(biāo)準(zhǔn)庫(kù)的特性本書 不但包括了許多新的資料而且還闡述了怎樣在C++中進(jìn)行程序設(shè)計(jì)的新的思考方法簡(jiǎn)而 言之實(shí)際上不但C++已經(jīng)被重新創(chuàng)造本書第三版也是如此
標(biāo)簽: RTTI 變化 內(nèi)置 國(guó)際
上傳時(shí)間: 2014-01-18
上傳用戶:784533221
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
上傳用戶:王楚楚
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標(biāo)簽: Cryptographic Primitives generate Library
上傳時(shí)間: 2015-07-16
上傳用戶:wqxstar
1. PL/0 語(yǔ)言介紹 ●PL/0 程序設(shè)計(jì)語(yǔ)言是一個(gè)較簡(jiǎn)單的語(yǔ)言,它以賦值語(yǔ)句為基礎(chǔ),構(gòu)造概念有順序、條件和重復(fù)(循環(huán))三種。PL/0 有子程序概念,包括過(guò)程定義(可以嵌套)與調(diào)用且有局部變量說(shuō)明。PL/0語(yǔ)言編譯程序采用以語(yǔ)法分析為核心、一遍掃描的編譯方法。詞法分析和代碼生成作為獨(dú)立的子程序供語(yǔ)法分析程序調(diào)用。語(yǔ)法分析的同時(shí),提供了出錯(cuò)報(bào)告和出錯(cuò)恢復(fù)的功能。在源程序沒(méi)有錯(cuò)誤編譯通過(guò)的情況下,調(diào)用類PCODE解釋程序解釋執(zhí)行生成的類PCODE代碼。 ●保留字(關(guān)鍵字):所謂保留字是指在Pascal語(yǔ)言中具有特定的含義。標(biāo)準(zhǔn)Pascal語(yǔ)言中的保留字一共有35個(gè),Turbo Pascal語(yǔ)言一共有51個(gè)。下面是Pascal語(yǔ)言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,F(xiàn)ILE,F(xiàn)OR,F(xiàn)UNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL
標(biāo)簽: PL 語(yǔ)言 程序設(shè)計(jì)語(yǔ)言
上傳時(shí)間: 2015-07-17
上傳用戶:zm7516678
通用的jsp分頁(yè)組件,實(shí)例化后只需設(shè)置好各種屬性,然后調(diào)用API即可得到已封裝好“首頁(yè)” “上一頁(yè)”,“下一頁(yè)”等分頁(yè)操作的html表格String,直接在jsp頁(yè)面中即可, 支持跳轉(zhuǎn)到j(luò)sp和跳轉(zhuǎn)到Action(struts架構(gòu))兩種類型,支持單選或者多選列,支持傳Vector 或者sql語(yǔ)句,支持?jǐn)?shù)據(jù)庫(kù)后端分頁(yè).... 具體參見(jiàn)源碼包中“使用說(shuō)明.txt”,里面有詳細(xì)的設(shè)置步驟,使用示例源碼
上傳時(shí)間: 2015-07-17
上傳用戶:thuyenvinh
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
上傳用戶:朗朗乾坤
not use Java API to produce two simple java implementation of a dictionary interface, LinkedListDictionary and HashDictionary, that maps a String key to an Object value
標(biāo)簽: implementation LinkedListDict dictionary interface
上傳時(shí)間: 2015-07-25
上傳用戶:黃華強(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
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1