资源列表
word
- 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
database
- Simple database for 2-5 person. You can store name, lastname and phone number and edit in any way. For student which start with C++ language.
xueshengchengjifenxi
- 这是我在学习数据结构的一个实验题目:学生成绩分析,里面有我自己做的程序源代码供大家学习,借鉴。-This is my data structure in an experiment to study the subject: student performance analysis, which do have my own source code for all to learn from
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