资源列表
p
- 这个资料是2009年acm/icpc世界总决赛的比赛试题,可以通过试题了解到acm比赛的试题动向-This information is in 2009 acm/icpc final game of the world' s total questions, questions that can match acm test trends
Tic-Toc-Toe.doc.tar
- 井字棋算法的详细设计过程,其中有源码及详细地分析过程。适合作为设计算法练习使用。-Tic-Tac-chess algorithm detailed design process, including source code and detailed analysis of the process. Exercise suitable for use as a design algorithm.
data
- 数据结构分析工具,从文件中读取一块数据,在列表中列出数据结构,自动分析数据结构的每一项-Data structure analysis tool, a reading from the document data, are listed in the list data structure, automatic analysis of each data structure
bplustree B+树
- B+tree
MST
- 最小生成树算法,数据结构中的经典算法,其中含测试数据-The minimum spanning tree algorithm
2_3_tree
- 23tree的完整实现,提供了网上找不到的删除算法,严格测试,可读性较差。删除如有bug请与作者联系。-23tree complete, providing an online algorithm can not find the deletion, rigorous testing, poor readability. Remove any bug, please contact the author.
Stack544014
- 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
清华版数据结构笔记
- 清华版数据结构笔记-Tsinghua notebook version of the data structure
Matrix-Inverse-_fortran-source-code
- 矩阵求逆运算。fortran代码。供初学者参考-Matrix inversion. fortran code. Reference for beginners
VIPS
- 用C++实现对普通网页文件的内容收取,以及按标签分类,为是VIPS算法做数据预处理,并以颜色和字体大小为属性-C++, to achieve the contents of ordinary web document collection, and by label classification, as is the VIPS algorithm to do data preprocessing, and to color and font size for the properties
612109301
- 要求采用邻接矩阵作为无向图的存储结构,邻接表作为有向图的存储结构,完成无向图和有向图的建立,并对建立好的图进行深度和广度优先遍历。具体实现要求: 1. 通过键盘输入图的顶点和边信息,分别构造一个无向图的邻接矩阵和一个有向图的邻接表。 2. 分别对建立好的两个图进行深度和广度优先遍历,输出相应的遍历序列。 3. 统计两个图的连通分量的个数。 -Require the use of adjacency matrix as the storage structure of an und
B_PLUS
- B+树的实现,包括建立,删除、插入等,已经过测试-B+ tree implementation, including create, delete, insert, etc., have been tested