文件上傳源碼 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, FileSizeLimit, Max. Uploaded files). Notification and history features.
標簽: Blacklist supported Multiple Database
上傳時間: 2013-12-10
上傳用戶:jkhjkh1982
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上傳時間: 2015-09-21
上傳用戶:sunjet
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 examp2 byte " 03ab2543",0dh,0ah,0
上傳時間: 2014-08-22
上傳用戶:huyiming139
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
A Routing Protocol for Utilizing Multiple Channels in Multi-Hop Wireless Networks with a Single Transceiver
標簽: Multi-Hop Utilizing Protocol Multiple
上傳時間: 2014-01-14
上傳用戶:wab1981
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
上傳用戶:彭玖華