资源列表
ccwarpf
- CCWARPF Warp cepstral coefficients-CCWARPF Warp cepstral coefficients
choosenk
- CHOOSENK All choices of K elements taken from 1:N
findpeak
- find peaks in waveform
randfilt
- RANDFILT Generate filtered gaussian noise without initial transient
voicebox
- VOICEBOX - set global parameters for Voicebox
CAP
- this program is about capacitor placement in distribution networks
sort
- 各种排序算法,例如冒泡,快拍,归并,基数排序,交换-Various sorting algorithms, such as bubbling, snapshot, merge, etc.
MatrixChain
- 算法,用动态规划写的矩阵相乘,里面有递归和非递归方式。菜鸟写的,可以直接运行-Algorithm using dynamic programming to write matrix multiplication, there are recursive and non recursive way. Rookie wrote, can be directly run
Prim
- 算法,写的prim算法,用的是贪心法,里面还有用到最小生成树来写的-Algorithm, written in the prim algorithm using a greedy method, there is also used to write the minimum spanning tree
Dijkstra
- 最短路径,从一个顶点到其余各个顶点的最短路径,贪心法-The shortest path from one vertex to every other vertex of the shortest path, greedy method
the-definition-of-order-form
- 如何建立顺序表及顺序表的操作比如插入删除查找-How to establish the order form and order operations such as inserting a table lookup, and so remove
Internal-sort-of-comparison-method
- 1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次
