data array sdword 2 dup(?) str1 byte "Please INPUT one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
標簽: Please sdword number array
上傳時間: 2014-01-13
上傳用戶:xiaoyunyun
CKHash is an implementation of Cuckoo Hashing that can receive the INPUT in the form of strings directly
標簽: implementation the Hashing receive
上傳時間: 2013-12-25
上傳用戶:dapangxie
CCS編程環境 使用的是匯編加C的混合編程方法: The programme of the Correlation Algorithm. Using INT2 to get the INPUT signal. Array x, in first step, is the INPUT signal produced by programme, in next step, is the INPUT signal get from A/D, the length is 128, 32-bit floating point. Array y, in first step, is the INPUT signal produced by programme, in next step, is the INPUT signal get from A/D, the length is 128, 32-bit floating point. Array cor is the Correlation result, the length is 255, 32-bit floating point.
標簽: Correlation Algorithm programme the
上傳時間: 2013-12-21
上傳用戶:leixinzhuo
Soft INPUT Soft Output Viterbi Algorithm
標簽: Soft Algorithm Viterbi Output
上傳時間: 2013-12-27
上傳用戶:yoleeson
Basic Differential Encoding/Decoding of INPUT vector of numeric values
標簽: Differential Decoding Encoding numeric
上傳時間: 2013-12-20
上傳用戶:qiaoyue
by Jay Kadane。INPUT:a vector with floats.Output:the maximum submatrix.
標簽: submatrix maximum Kadane Output
上傳時間: 2015-10-13
上傳用戶:彭玖華
KEY INPUT DEBUNCE VERILOG
上傳時間: 2014-12-19
上傳用戶:er1219
INPUT/Data Acquisition System Design for Human Computer Interfacing
標簽: Acquisition Interfacing Computer Design
上傳時間: 2013-12-31
上傳用戶:sardinescn
HDOJ ACM INPUT:The INPUT consists of T test cases. The number of test cases ) (T is given in the first line of the INPUT. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers s and t, representing that a table is to move from room number s to room number t (each room number appears at most once in the N lines). From the N+3-rd line, the remaining test cases are listed in the same manner as above.
上傳時間: 2015-10-18
上傳用戶:三人用菜
INPUT The first line of the INPUT contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample INPUT 1 4 1 2 5 10 Sample Output 17
標簽: the contains integer number
上傳時間: 2015-10-27
上傳用戶:plsee