数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(需重载 == 和 < 运算符)
上传时间: 2013-12-18
上传用户:zaizaibang
array process & array segment
上传时间: 2014-01-09
上传用户:来茴
结合回声消除和语音增强方法的double talk算法,能在噪声环境下定出语音的端点
上传时间: 2013-12-10
上传用户:cainaifa
(Ewiley)Optimum Array Processing 用于做阵列信号处理的一本好书,苦苦寻觅才找到的
标签: Processing Optimum Ewiley Array
上传时间: 2013-12-18
上传用户:kiklkook
double invverted pendulum matlab source code
标签: invverted pendulum double matlab
上传时间: 2014-01-01
上传用户:x4587
线性方程一元求解double roundto(double x,int n) //将某数保留指定位数!
上传时间: 2015-06-14
上传用户:lhc9102
Java Array生成器,可以自动填充数组,不像fill只能填充一个相同的元素。
上传时间: 2015-06-15
上传用户:Divine
This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation And Null Steering Algorithm For The Weights Estimation To The Required Output Radiation Pattern .
标签: Designed Algorith Simulate Program
上传时间: 2014-01-02
上传用户:三人用菜
Turbo Decoder Release 0.3 * Double binary, DVB-RCS code * Soft Output Viterbi Algorithm * MyHDL cycle/bit accurate model * Synthesizable VHDL model
标签: Algorithm Decoder DVB-RCS Release
上传时间: 2015-07-10
上传用户:清风冷雨
use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space.
标签: allocation implenment double appear
上传时间: 2013-12-31
上传用户:jhksyghr