资源列表
coq
- 按照函数式语言coq思想 用C程序实现的树的实现 非常简单,但很启迪思路 C的函数指针的妙用-Coq thinking in accordance with the functional language C program tree Very simple, but very thought- The magical effect of the C function pointers
internal-sort
- 内部排序的比较,一共包括了8种内部排序方法。-8 kinds of internal sort solutions。
2tree
- 平衡二叉树操作的演示程序。数据结构实验项目之一-Balanced binary tree demo program operations. One of the experimental projects of the data structure
redis-2.4.10.tar
- edis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)和zset(有序集合)。-Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets a
ch1
- 清华大学严蔚敏数据结构第一张程序代码,随书代码-Tsinghua University, Yan Wei Min data structures, program code
Tsinghua-University-ch2
- 清华大学严蔚敏数据结构第一张程序代码,随书代码-Tsinghua University, Yan Wei Min data structures, program code
Tsinghua-University-ch5
- 清华大学严蔚敏数据结构第5张程序代码,随书代码-Tsinghua University, Yan Wei Min data structures, program code
Tsinghua-University-ch3
- 清华大学严蔚敏数据结构第3张程序代码,随书代码-Tsinghua University, Yan Wei Min data structures, program code
algorithms-
- 数据结构各种算法实现(C 模板) 学习数据结构的好资料-The data structures of various algorithms (C template) suitable for the Learning of data structures
Dijkstra-diagram-and-code-example
- 很经典的最短路径算法,有流程图和详细代码,建议下载。-It includes the process descr iption of dijkstra algorithom and the code in C++.
yuesefuhuan
- 约瑟夫环 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-this is yuesefuhuan
SXBIAO
- 顺序表的查找、插入与删除。设计算法,实现线性结构上的顺序表的产生以及元素的查找、插入与删除。具体实现要求: 1. 从键盘输入10个整数,产生顺序表,并输入结点值。 2. 从键盘输入1个整数,在顺序表中查找该结点的位置。若找到,输出结点的位置;若找不到,则显示“找不到”。 3. 从键盘输入2个整数,一个表示欲插入的位置i,另一个表示欲插入的数值x,将x插入在对应位置上,输出顺序表所有结点值,观察输出结果。 4. 从键盘输入1个整数,表示欲删除结点的位置,输出顺序表所有结点值,观察输
