资源列表

« 1 2 ... .13 .14 .15 .16 .17 218.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法Twoforktrees

说明:二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator varia
<林静> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法sqstack

说明:和线性表类似,栈也有两种存储表示:顺序栈和链栈。   顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the seque
<小虫子> 在 2025-01-14 上传 | 大小:8kb | 下载:0

[数据结构常用算法airPortSimulation

说明:金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport
<王浩> 在 2025-01-14 上传 | 大小:5kb | 下载:0

[数据结构常用算法Ackermann

说明:Ackermann for Data Structure -Ackermann for Data Structure
<王浩> 在 2025-01-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Polynomial1

说明:数据结构答案 金元平-data structure answer money-
<王浩> 在 2025-01-14 上传 | 大小:26kb | 下载:0

[数据结构常用算法depthFirstSearch

说明:金元平 数据结构 答案-money-data structure answer
<王浩> 在 2025-01-14 上传 | 大小:7kb | 下载:0

[数据结构常用算法binaryTree1

说明:金元平数据答案 金元平-money- data answers
<王浩> 在 2025-01-14 上传 | 大小:10kb | 下载:0

[数据结构常用算法maxPQ

说明:数据结构 金元平 答案-data structure dollar answer-
<王浩> 在 2025-01-14 上传 | 大小:14kb | 下载:0

[数据结构常用算法heapArrange

说明:此程序实现了堆排序,并且使用了MFC的图形界面,非常实用-this program achieved a heap sort, and the use of the MFC graphics interface, very useful
<林林> 在 2025-01-14 上传 | 大小:66kb | 下载:0

[数据结构常用算法Dijkstra_TA

说明:数据结构的经典实验程序。以全国主要城市为图的顶点, 铁路连接为图的边, 距离作为加权, 设计完成一个最短路径自动查找系统;输入为出发城市和目标城市, 输出为最短路径和距离。 -data structure of the classic experimental procedure. In major cities across the country to the vertex, the railway linking the ed
<王斐> 在 2025-01-14 上传 | 大小:777kb | 下载:0

[数据结构常用算法costlow

说明:用于数据结构课程设计的,是一个办公室建局域网的利益最小化-data structure for curriculum design, is an office building LAN interests of the smallest
<林林> 在 2025-01-14 上传 | 大小:169kb | 下载:0

[数据结构常用算法ljjzqdt

说明:用于数据结构的课程设计,是利用邻接矩阵建立图的-data structure for the curriculum design is the use of adjacency matrix establish map
<林林> 在 2025-01-14 上传 | 大小:243kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 218.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org