资源列表
pds_clock.c
- Partial Distance Search - for data quantization-Partial Distance Search- for data quantization
pds.c
- Partial Distance Search without clock
Separar.c
- Separar - Separate the dictionary for data quantization-Separar- Separate the dictionary for data quantization
MyStackss
- 基于C++实现的数据结构中 顺序栈的类 基本功能 -Using C++ language in order to prepare the data structure stack type basic operation
haffmantree
- 哈弗曼树生成代码,运行后能生成哈弗曼树,对学习数据结构有帮助。-哈弗曼tree generated code
data-structure-the-c-language(yanweimin)
- 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
sorting_algorithms
- 各种排序方法的比较,包括冒泡排序,插入排序等-several sorting algorithm, including bubble sorting, insert sorting and so on
Triangle
- 求解数字三角形 可以手动输入和随机生成 输出最大路径的值 和 最大路径!-Solving triangular figure can be randomly generated and manually enter the path of the output value of the largest and the largest path!
ListMethodoctaloutput
- 数据结构中,用链表法实现八进制数值输出的程序-List Method octal output
ZJU2005-2008
- 浙江大学2005-2008研考机试代码模版-Zhejiang University, 2005-2008 Research, Development and Evaluation machine test code template
datastruct
- 包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup
datasturct2
- 包含选择排序法,插入排序法,二叉树排序法,以及冒泡排序法。-this pakcet includes the program about Selection Sort Insertion Sort Binary Search Tree Bubble Sort