资源列表
WinnerTree
- 常见的实现方法是使用两个数组, t[n-1]和e[n],数组e存放所有的参加排序的元素,在完全二叉树中是叶子结点,t[]存放 的是比赛的阶段性胜者的编号,再进行n趟比赛排序结束,时间复杂度是O(n*log2(n)), 其实我觉得也可以只通过一个数组A[2*n-1]也可以实现,只是标号的换算有点复杂而已. -Common implementation approach is to use two array, t [n-1] and e [n], the array storage
Kalman
- Kalman滤波的matlab例程,内含kalman滤波方法的介绍.-Kalman filtering matlab routines, including the introduction kalman filtering method.
SqList
- 在VC6.0环境下,用C实现顺序表的基本操作:建立空表、销毁表、清空表、求表长、取表中某个元素、查找某元素在表中的位置、求前驱后继、插入删除元素等。 文件中不仅包含源码 ,还包含一组测试结果。对于刚刚学习数据结构的人是-At VC6.0 environment, using C implementation of the basic operation sequence tables: Create an empty table, the destruction of form, empty
Matlabhandbook
- 有关matlab的详细介绍,有关matlab初步学习的形象指导-introduction of matlab
huffman_me
- 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
HashList
- hashtable 测试可用 包含数据 数据可以自行修改-hashtable tested and passed
data_struct_source_code
- 数据结构中查询遍历算法等的实例,相信对于深入理解数据结构有很大的帮助作用-Query data structure traversal algorithm such as the examples of trust-depth understanding of the data structure there is very helpful to the role of
data_struct
- 从网上搜集的一些数据结构源码,对于提高数据结构的认识,有很大的提升作用-Collected from the Internet source of some data structure, data structure for raising awareness, there is a lot of upgrading the role of
speech_mfcc
- Speech melbank,energy sectrum,Computes and returns the mfcc coefficients for a speech signal
Artificial_Bee_Colony_Algorithm
- Artificial Bee Colony Algorithm Review and Application to Generalized Assignment Problem
BeeColonyPsuedoCode
- Pseudo Code of Bee Colony Algorithm
SimulatedAnnealing
- Simulated Annealing Impelemtation in MATLAB
