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

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

Application-<b>LEVEL</b>

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 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

  • palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/J

    palm編成,這種書很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h=&m=&l=1&catid=&s=1&b=1&f=1&t=1&c=1&u=1&page=0 ISBN: 1-56592-525-4 Author: Julie McKeehan/ Neil Rhodes Publisher: O Reilly Page: 478 Edition: 1st edition (December 1998) Catalog: PDA programming / Palm Format: pdf Size: 2.06M Supplier: Summary: Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools

    標(biāo)簽: Programming Developer oreilly safari

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

    上傳用戶:litianchu

  • This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si

    This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430

    標(biāo)簽: application describes Timer_A control

    上傳時(shí)間: 2014-01-01

    上傳用戶:qq21508895

  • This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th

    This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc

    標(biāo)簽: application describes capturing for

    上傳時(shí)間: 2016-01-22

    上傳用戶:lijianyu172

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    標(biāo)簽: performance incredibly therefore hardware

    上傳時(shí)間: 2016-02-16

    上傳用戶:秦莞爾w

  • var matlab:variant //通過(guò)"變體"調(diào)用接口是比較低效的,但很方便 begin //變體這種結(jié)構(gòu)

    var matlab:variant //通過(guò)"變體"調(diào)用接口是比較低效的,但很方便 begin //變體這種結(jié)構(gòu),本是vb中的東西。 try //如果已有活動(dòng)的matlab.application對(duì)象,取其接口 matlab:=GetActiveOleObject( Matlab.Application ) except //這些個(gè)api所使用到的參數(shù),其實(shí)都可以在注冊(cè)表里搜索到. matlab:=CreateOleObject( Matlab.Application ) //否則自己創(chuàng)建之 matlab:=CreateOleObject( Matlab.Application.5 ) matlab.execute( a=[1 1/ 3 1/5] ) //matlab.application接口具有 matlab.execute( b=[3 1 1/3] ) //這種方法(接口),否則會(huì)出錯(cuò) matlab.execute( plot(a,b) );

    標(biāo)簽: variant matlab begin var

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

    上傳用戶:dapangxie

  • Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahr

    Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit temperature and display the Celsius or to enter a Celsius temperature and display the Fahrenheit equivalent.

    標(biāo)簽: equivalent Implement the following

    上傳時(shí)間: 2014-01-19

    上傳用戶:jackgao

  • AppWizard has created this ac1080 application for you. This file contains a summary of what you

    AppWizard has created this ac1080 application for you. This file contains a summary of what you will find in each of the files that make up your ac1080 application. ac1080.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. ac1080.cpp This is the main application source file.

    標(biāo)簽: application AppWizard you contains

    上傳時(shí)間: 2014-01-25

    上傳用戶:我干你啊

  • mp270app.dsp This file (the project file) contains information at the project level and is used

    mp270app.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. mp270app.cpp This is the main application source file.

    標(biāo)簽: project file information the

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

    上傳用戶:hj_18

  • RCPServer.cpp This the main application source file. RCPServer.dsp This file (the project fil

    RCPServer.cpp This the main application source file. RCPServer.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.

    標(biāo)簽: RCPServer This file application

    上傳時(shí)間: 2014-01-25

    上傳用戶:qw12

主站蜘蛛池模板: 蓝山县| 镶黄旗| 柳州市| 上杭县| 惠东县| 海安县| 石渠县| 乌兰察布市| 军事| 河西区| 东宁县| 澄迈县| 聂荣县| 申扎县| 通海县| 景泰县| 紫阳县| 长寿区| 兴宁市| 宝清县| 稷山县| 华容县| 海盐县| 迭部县| 梅州市| 青海省| 成武县| 西青区| 临武县| 祥云县| 卓资县| 古田县| 江门市| 黎平县| 安国市| 乌拉特后旗| 莱西市| 辉县市| 闽清县| 济源市| 江永县|