资源列表
ljjzqdt
- 用于数据结构的课程设计,是利用邻接矩阵建立图的-data structure for the curriculum design is the use of adjacency matrix establish map
costlow
- 用于数据结构课程设计的,是一个办公室建局域网的利益最小化-data structure for curriculum design, is an office building LAN interests of the smallest
Dijkstra_TA
- 数据结构的经典实验程序。以全国主要城市为图的顶点, 铁路连接为图的边, 距离作为加权, 设计完成一个最短路径自动查找系统;输入为出发城市和目标城市, 输出为最短路径和距离。 -data structure of the classic experimental procedure. In major cities across the country to the vertex, the railway linking the edge of the map, as the weighted
heapArrange
- 此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
maxPQ
- 数据结构 金元平 答案-data structure dollar answer -
binaryTree1
- 金元平数据答案 金元平-money- data answers
depthFirstSearch
- 金元平 数据结构 答案-money-data structure answer
Polynomial1
- 数据结构答案 金元平-data structure answer money -
Ackermann
- Ackermann for Data Structure -Ackermann for Data Structure
airPortSimulation
- 金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport
sqstack
- 和线性表类似,栈也有两种存储表示:顺序栈和链栈。 顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order
Twoforktrees
- 二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator variables, binary tree structure, a