资源列表
duozhongchazhao
- 这是我在这期学习数据结构时所做的关于多种查找的设计,里面有我做的程序源代码,上传供大家学习,借鉴-This is my data structure in this period did when learning about a variety of check designs, which I made the source code, upload for everyone to learn from
hashchazhao
- 这也是我在本学期学习数据结构是做的实验题目:hash查找。上传上来供大家学习,借鉴。-This is me in this semester to study the data structure is to do experimental subjects: hash check. Upload up for all to learn from.
ss
- 这是学习数据结构的好资料,仔细钻研会取得意想不到的结果-This is good information to learn data structures, careful study will yield unexpected results
PROGRAM
- 用Visual C++环境编写的直接插入排序算法,适应做排序算法研究用。-Direct Insertion Sort Algorithm
FlashFXP
- FlashFXP sites.dat Decryption解密工具源码 看看他的算法-FlashFXP sites.dat Decryption
dijkstra
- 带fibonacci堆的dijkstra最短路。可以编译出供matlab调用的函数。-dijkstra shortest path with fibonacci heap.Can compile a dll for matlab
datastructure
- 这是关于数据结构的一本书,用的语言是C语言!-This is about the data structure of a book, the language used is C-!
basicoperation_forstack
- 包括数据结构中栈的一些基本操作如 push,pop,同时包括了栈的一些常用 经典算法,如表达式求值等,还有一些构建栈的常用算法,如构建字符栈,表达式栈-Including data structures some of the basic operation of the stack, such as push, pop, also include a stack of some commonly used classical algorithms, such as expression
basicoperation_forstring
- 包括字符串的一些基本操作如构建一个定长顺序存储表示的字符串以及堆分配表示的字符串,还包括了字符串的经典算法kmp算法-Including a number of basic operations such as the string to build a fixed-length strings, as well as the order is stored, said that the string heap allocation, but also includes a string of
basicoperationformap
- 包括了图的大部分基本算法,每一种算法都以邻接矩阵与邻接表两种形式给出,算法包括建图,图的遍历(如DFS和BFS),最小生成树,从某个源点到蓁各顶点的最短路径等-Includes most of the basic graph algorithms, each algorithm is to adjacency matrix and adjacency list is given in two forms, algorithms, including the construction of map
sorting_and_searching
- 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
basicoperationfortree
- 包括了树的一些基本操作及一些树的结构表示,如二叉树(以char 为数据和以int为数据 ),线索二叉树,二叉排序树(int),HuffmanCoding and Huffman tree,建表达式树,遍历及与遍历有关的操作等-Includes some of the tree basic operations and a number of tree structure representation, such as the binary tree (in char to int for the
