资源列表
TreeAlg
- c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source
Some-Sorts
- 对常见的各种算法精心总结,含源码。比如快速排序,shell排序,简单选择排序,堆排序,冒泡排序等算法-Various algorithms for the common well summed up, including source code. Such as quick sort, shell sort, simple selection sort, heap sort, bubble sort algorithms such as
ds_2
- 1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法-1. Stack data structure defines the order of 2. Write a function to achieve the initialization of the stack, stack, out of the stack, to determine
Pro080101
- C语言 经典实例 1.输出倒三角 2.计算9的阶乘 3.计算公约数,公倍数 4.冒泡排序;5。选择排序;6.杨辉三角-some c language program
TDJB
- 1)自选存储结构,输入含n个顶点(用字符表示顶点)和e 条边的图G; (2)求每个顶点的度,输出结果; (3)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS 顶点序列(提示:使用一个栈实现DFS); (4)指定任意顶点x为初始顶点,对图G作BFS遍历,输出BFS 顶点序列(提示:使用一个队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及 与之相关连的边,并作DFS遍历(执行操作3);否则输出信 息“无x”;
Dijsktra
- 本程序用c++实现了地杰斯特拉算法,即求最短路径,这一个关于算法的小程序,是关于数据结构中求最短路径的一次演示-This procedure using c++ implementation of the land Jiesitela algorithm, that is, seeking the shortest path, this one on the algorithm for a small program on the data structure in seeking the sh
tree_forest
- 数据结构:数据结构中森林和树的具体实现,已通过测试-Data structure: Data structure of the concrete realization of forests and trees, has been tested
The-program-of-data-structure
- 数据结构的例子程序,包含循环队列、链表队列、线性链表、静态链表、堆栈等的实现。-Examples of program data structures, including circular queue, linked list queue, linked list, static list, stack, etc. to achieve.
xx
- 数据结构实验报告链表的操作,包括创建空链表、插入、删除节点等-Experimental Report list data structure operations, including creating an empty list, insert, delete nodes, etc.
subroutine
- 热膨胀ABAQUS的UEXP用户子程序,适用于多种热膨胀及热生长情况-The thermal expansion of the UEXP user subroutine of ABAQUS, for a variety of thermal expansion and thermal growth
TreeOperation
- 数据结构树的操作,包括输入二叉树用广义表表示的字符串,前序,中序,后序,按层遍历,查找树中元素,还有树的深度-Tree data structure operations, including input binary string representation of generalized table, pre-order, in order, the order, according to the layer through to find the tree of elements, as
report
- 数据结构实验报告 关于带括号的算术表达式求值-Experimental data structure to report on the brackets with arithmetic expression evaluator