资源列表
fft
- Special Requirements ?nx must be a power of 2. ?The index array must be set up by bitrev_index before the function DSP_bitrev_cplx is called. ?If nx ?4K, one can use the char (8-bit) data type for the "index" variable. This would requ
testdir
- 搜索当前目录及其子目录的程序 程序运行后输入要搜索的目录,注意,只支持当前程序运行的磁盘。-Search the current directory and its subdirectories of the program to run after the input you want to search the directory, note that only support the current program running on the disk.
mypi
- 使用多线程求Pi,并做性能分析,当N取1000000时,比较采用1,2,3……个线程时所用的时间。-Parallel calculate pi,and analyse the performs.
send_pending
- MT4脚本程序,直接导入即可 发送悬而未决的单子-MT4 scr ipt, direct import to send the pending list
transform
- 完成的功能是将未组合BCD码转换为二进制码,因为未组合BCD码每字节只存放一位BCD数,高半字节为0。所以低位主要采用十位乘10再加上个位的方法,具体通过左移来实现,最后将低位转换结果加上高位实现最终转换。-Complete the function is not BCD code into binary code, because without the combination of BCD codes per byte store only a BCD number, high byte i
VHDL_CNT10
- 带有异步复位和同步时钟使能的十进制加法计数器设计-With asynchronous reset and synchronous clock enable decimal addition counter design
fgets()-fputs()
- fgets(),fputs()的用法,包含fgets()和fputs()的源码-the usage of fgets() and fputs()
achieveablesumRate
- 求信号的遍历和速率,随着基站天线数的增加,和速率会变化-counting signal traversal and rate, with the increase of the number of base station antenna, the rate will change
Galaxy-bomb
- 用c语言编写的程序,具有参考价值,可以借鉴啊!-Written in C language program, with reference value, you can learn ah!
capon_sp
- This a capon code for direction of arrival estimation and beamforming.-This is a capon code for direction of arrival estimation and beamforming.
generalchain
- general chain of markov
Problem_07_FindNumInSortedMatrix
- 本算法的功能可以快速的查询指定的值在原有的矩阵中出现的位置,算法的时间复杂度是线性的 O(n)- The function of this algorithm can quickly query the location of the specified value in the original matrix, the time complexity of the algorithm is linear O (n)