资源列表
huff
- 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。
shendu
- 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。
BIANbuchangLMS
- 用matlab自编的的变步长LMS滤波的算法的程序,希望对大家有用
erchashu
- 这也是本人上学期学数据结构是做的 各种搜索方式都有 我的心血啊 分享了 哈哈!-This is my last semester data structure is to do a variety of ways to search the hard work I have shared ah ha ha!
Graph_Traversal_DFS_and_BFS
- Graph Traversal,DFS and BFS
jianhuatongbu
- 简化洛伦兹系统的同步方法编程,具有可通用性,简单易学-Simplify the programming of synchronization of Lorenz system has can be versatile, easy to learn
polynomial
- 多项式处理。本程序可以对多项式进行一些处理,可以实现加减乘除求余,计算多项式的值等功能-Polynomial processing. The program can handle some of the polynomial can be achieved modulo addition, subtraction, calculate the value of polynomial functions
Quick_Sort5
- 提供快速排序的一种版本,可以较好的改变快速排序的时间性能。-Provides a quick sort version, you can better sort of time changing fast performance.
hanota
- 单列汉诺塔问题:将汉诺塔的金盘按任意顺序叠成一列,我们试图通过某些操作,将其按照小盘在上大盘在下的规则排列整齐。由于没有可用于暂时存放金盘的柱子,我们可以执行的唯一操作是将金盘列的最上面若干层翻过来,不允许从中间或者底部抽出金盘进行翻转。用递归实现-Single Liehannuota problem: The Tower of Hanoi gold disc in any order folded column, we tried to pass some operations, which
shujujiegou
- 实现数据的头插与尾插法输入: ①用尾插法插入数据,生成一个链表,显示qq号。输入依次为2、2、0、9、6、8、3、1、0、9 ②用头插法插入数据,生成一个链表,显示生日。输入依次为1、2、3、0、3、9 输出: -Implement the data of head and tail plug method
e2.04
- v带轮建模命令流,创建带轮断面,再绕轴旋转创建带轮体。-v pulley flow modeling commands to create a pulley section, and then pivoted to create a pulley body.
Protobuf_example
- Protobuf3.0对象序列化示例代码。-Protobuf3.0 object serialization sample code.
