TI Algorithm Soft Kit 4.0d 包括开发套件工具、实例及其原代码,直接安装在ccs2.20.18上,也可以在Studio3.1上使用。
上传时间: 2015-09-18
上传用户:zhuoying119
TI Algorithm Soft Kit 5.0d 仅包括实例及其原代码,可用于ccs2.20.18以及Studio3.1上使用。
上传时间: 2013-12-21
上传用户:manlian
TI Algorithm Soft Kit 5.10 仅包括实例及其原代码,可用于ccs2.20.18以及Studio3.1上使用。
上传时间: 2013-12-27
上传用户:15736969615
[ http://www.moon-soft.com ] 里面有更详细的内容
上传时间: 2013-12-27
上传用户:klin3139
Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System Blind Identification Matlab Code
标签: Multiple-Input-Multiple-Output Identification Higher-Order Statistics
上传时间: 2013-12-24
上传用户:wpt
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
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