资源列表
MergeSort1
- 要求先对所输入序列进行扫描。输入序列为整形数据,用正序、逆序和不同乱序程度的不同数据作测试比较。 2)通过扫描,找出序列中已经存在的最大有序列,将原序列分为若干个有序子列。 3)用归并法,对“2”中有序子列进行归并。 4)本程序要求用顺序链表作为存储结构。 5)演示程序以用户和计算机的对话式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(0--100)和不同测试数据的组数(3-8)。每次测试完毕,列表显示测试结果。 -first requested
(4)
- 霍夫曼编码的C语言实现-Huffman coding in C language Albion
Circular-queue
- 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
PPS_SMC
- Monte-Carlo-Methods Monte-Carlo-Methods
QM
- 用C++实现QM算法,输入若干最小项编号,给出最终化简表达式-qm algorithm, using C++ to achieve QM algorithm, the input number of the smallest item number, gives the final simplified expression
MeanShift
- MeanShift.rar 分群演算法 分類演算法-MeanShift.rar clustering algorithms classification algorithm
scatplot
- 用matlab语言编写的用颜色表示数据密度的散点图-matlab scatplot
EDFA1
- program to simulate EDFA
PCA_ar
- PCA算法,用于人脸识别系统,对于PCA算法入门学习比较有帮助-PCA algorithm for face recognition systems, entry-learning algorithms for PCA more helpful
danlianbiao
- 定义一个包含学生信息(学号,姓名,成绩)的链表,熟练掌握单链表的插入,删除,遍历等算法。-Define a contains student information (student id, name, performance) list, mastering singly linked lists of insert, delete, traversal algorithm, etc
TherealizationgofFloydarithmetibymatlab
- 用MATLAB仿真工具实现Floyd算法,求任意两端间的最短路径
tsglxt
- 希望能给大家带来方便,此系统程序比较容易懂
