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

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

NO-crashes-allowed

  • 程序接收鍵入的一個(gè)關(guān)鍵字和一個(gè)句子

    程序接收鍵入的一個(gè)關(guān)鍵字和一個(gè)句子,若句子中不包含關(guān)鍵字,則顯示‘NO MATCH’;若句子包含關(guān)鍵字則顯示‘MATCH’,并把該關(guān)鍵字在句子中的位置用十六進(jìn)制數(shù)顯示出來(lái)。程序以輸入CTRL+C退出

    標(biāo)簽: 程序 接收

    上傳時(shí)間: 2015-06-09

    上傳用戶(hù):qazxsw

  • 一個(gè)游戲 the hardware for the game includes a number of displays, each with a button and -- a light, t

    一個(gè)游戲 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in each bin at any given time. -- The light indecates that the present bin is not empty and that pushing the -- button is a valid move in the game. -- -- The button for each display indicates that a player takes the marbles from -- the selected bin, and takes them in his hand. The hand is represented by a -- diplay itself (no button). -- -- Each player has a home bin, located on opposite sides of the game.

    標(biāo)簽: the hardware displays includes

    上傳時(shí)間: 2015-06-10

    上傳用戶(hù):cc1015285075

  • Due to an increase in demand for and questions about direct disk access for Micrososft platforms, a

    Due to an increase in demand for and questions about direct disk access for Micrososft platforms, and due to the fact that Microsoft has no API for direct disk access, I am releasing this library much earlier than I intended at that start. I am still working on this code.

    標(biāo)簽: Micrososft for questions platforms

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

    上傳用戶(hù):xaijhqx

  • 此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無(wú)子地址)寫(xiě)單

    此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無(wú)子地址)寫(xiě)單字節(jié)數(shù)據(jù) (現(xiàn)行地址寫(xiě)) (2) bit IRcvByte(uchar sla,uchar *c) (無(wú)子地址)讀單字節(jié)數(shù)據(jù) (現(xiàn)行地址讀) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)讀N字節(jié)數(shù)據(jù) (4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)寫(xiě)N字節(jié)數(shù)據(jù) (5) bit ISendStr(uchar sla,uchar *s,uchar no) (無(wú)子地址)寫(xiě)多字節(jié)數(shù)據(jù) (6) bit IRcvStr(uchar sla,uchar *s,uchar no) (無(wú)子地址)讀單字節(jié)數(shù)據(jù) (7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data) (8) void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num) (9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2) (10)unsigned char ZLG7290_GetKey()

    標(biāo)簽: uchar C51 ISendByte 7290

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

    上傳用戶(hù):hongmo

  • 紅外線(xiàn)遙控器讀碼軟件

    紅外線(xiàn)遙控器讀碼軟件,顯示紅外線(xiàn)波型,讀取并保存碼 IR Remote Control Unit Code Read System 產(chǎn)品詳細(xì)描述: 能夠像顯示器一樣顯示紅外線(xiàn)碼的波型 可以讀多達(dá)150種格式的紅外線(xiàn)碼 顯示紅外線(xiàn)碼的時(shí)間非常準(zhǔn)確,誤差只有幾個(gè)微秒。 具有錯(cuò)誤檢測(cè)功能 保存紅外線(xiàn)碼功能 自動(dòng)識(shí)別碼的格式 比較樣機(jī)與所寫(xiě)的新軟件的遙控器碼的異同 具體情況請(qǐng)?jiān)L問(wèn)本網(wǎng)站:http://www.crzman.com/IR_Reader.htm Display the Infrared wave on the software like oscillograph. Can read more than 150 kinds of infrared code format Display the Infrared time and the tolerance no more than many us. Have error detect function Save Infrared code function Auto identify code s format Compare the code from sample and new Remote Control Unit code) Detail instance please visit address: http://www.crzman.com/IR_Reader.htm

    標(biāo)簽: 紅外線(xiàn)遙控器 軟件

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

    上傳用戶(hù):ccclll

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

    上傳用戶(hù):wqxstar

  • 空時(shí)正交編碼源程序

    空時(shí)正交編碼源程序,參考文獻(xiàn): V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space-Time Codes from %Orthogonal Designs",IEEE Trans. Inform. Theory VOL. 45,NO. 5,JULY 1

    標(biāo)簽: 編碼 源程序

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

    上傳用戶(hù):fandeshun

  • As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of

    As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of its conflicting copyright. There are no plans to ever rewrite this code from scratch, because the unreduce algorithm was never used in the "real" world.

    標(biāo)簽: source UnZip distribution Info-ZIP

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

    上傳用戶(hù):songrui

  • Microsoft Press books are available through booksellers and distributors worldwide. For further info

    Microsoft Press books are available through booksellers and distributors worldwide. For further information about international editions, contact your local Microsoft Corporation office or contact Microsoft Press International directly at fax (425) 936-7329. Visit our Web site at www.microsoft.com/mspress. Send comments to mspinput@microsoft.com. Microsoft, Microsoft Press, Visual Basic, Visual Studio, Windows, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product and company names mentioned herein may be the trademarks of their respective owners. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, e-mail address, logo, person, place, or event is intended or should be inferred.

    標(biāo)簽: distributors booksellers Microsoft available

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

    上傳用戶(hù):wuyuying

  • Information in this document is subject to change without notice. Companies, names, and data used in

    Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Microsoft Corporation.

    標(biāo)簽: Information Companies document subject

    上傳時(shí)間: 2014-06-18

    上傳用戶(hù):cuiyashuo

主站蜘蛛池模板: 台中县| 巫溪县| 前郭尔| 湛江市| 兴安县| 乌拉特后旗| 梁山县| 射洪县| 石门县| 仙桃市| 怀仁县| 青阳县| 门源| 北川| 平乡县| 浦江县| 江源县| 碌曲县| 瑞金市| 南和县| 灌南县| 连南| 大安市| 蓬莱市| 永靖县| 肥西县| 昭平县| 临城县| 盐边县| 自治县| 牡丹江市| 垫江县| 昆山市| 石嘴山市| 万州区| 哈尔滨市| 华坪县| 绥芬河市| 布尔津县| 东乌| 衢州市|