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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

NO

  • ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

    ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (NO garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if NOt end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if NOt end of file).

    標簽: multiplication Implement matrices matrix

    上傳時間: 2014-08-30

    上傳用戶:dsgkjgkjg

  • 數(shù)字運算

    數(shù)字運算,判斷一個數(shù)是否接近素數(shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in aNOther base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or NOt. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are NO leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "NO" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes NO yes NO

    標簽: 數(shù)字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

    * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find NO oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * NOtes: * 1. srcstr should be large size eNOugh.

    標簽: Arguments Function Replace oldstr

    上傳時間: 2014-12-20

    上傳用戶:Yukiseop

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

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

    標簽: 程序 接收

    上傳時間: 2015-06-09

    上傳用戶:qazxsw

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

    一個游戲 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.

    標簽: the hardware displays includes

    上傳時間: 2015-06-10

    上傳用戶: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.

    標簽: Micrososft for questions platforms

    上傳時間: 2014-01-26

    上傳用戶:xaijhqx

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

    此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無子地址)寫單字節(jié)數(shù)據(jù) (現(xiàn)行地址寫) (2) bit IRcvByte(uchar sla,uchar *c) (無子地址)讀單字節(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) (有子地址)寫N字節(jié)數(shù)據(jù) (5) bit ISendStr(uchar sla,uchar *s,uchar NO) (無子地址)寫多字節(jié)數(shù)據(jù) (6) bit IRcvStr(uchar sla,uchar *s,uchar NO) (無子地址)讀單字節(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()

    標簽: uchar C51 ISendByte 7290

    上傳時間: 2013-12-05

    上傳用戶:hongmo

  • 紅外線遙控器讀碼軟件

    紅外線遙控器讀碼軟件,顯示紅外線波型,讀取并保存碼 IR Remote Control Unit Code Read System 產(chǎn)品詳細描述: 能夠像顯示器一樣顯示紅外線碼的波型 可以讀多達150種格式的紅外線碼 顯示紅外線碼的時間非常準確,誤差只有幾個微秒。 具有錯誤檢測功能 保存紅外線碼功能 自動識別碼的格式 比較樣機與所寫的新軟件的遙控器碼的異同 具體情況請訪問本網(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

    標簽: 紅外線遙控器 軟件

    上傳時間: 2015-07-03

    上傳用戶: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]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • 空時正交編碼源程序

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

    標簽: 編碼 源程序

    上傳時間: 2013-12-26

    上傳用戶:fandeshun

主站蜘蛛池模板: 龙口市| 通海县| 苗栗市| 莆田市| 内黄县| 乌拉特后旗| 洛隆县| 双鸭山市| 宁晋县| 桂平市| 洛南县| 介休市| 白朗县| 赤壁市| 贵阳市| 东乡县| 惠安县| 赞皇县| 长顺县| 招远市| 钟祥市| 黄浦区| 平江县| 彰化市| 宁津县| 吴堡县| 九龙坡区| 池州市| 嘉祥县| 佛坪县| 泾川县| 甘孜县| 新绛县| 云林县| 新丰县| 康平县| 新津县| 建德市| 巧家县| 定兴县| 武宁县|