搜索资源列表
-
0下载:
一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
-
-
0下载:
动态查找表的设计与实现:
实现抽象数据类型:二叉查找树。
实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。,Dynamic Look-Up Table Design and Implementation: To achieve the abstract data types: Binary Search Tree. To achieve the following: Construction empty tables, the des
-
-
1下载:
(1)利用普里姆算法求网的最小生成树
(2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过
程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
-
-
0下载:
以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
-
-
0下载:
第一课:数据结构的基本概念和术语
第二课:抽象数据类型的表示与实现
第三课:算法及算法设计要求
第四课:算法效率的度量和存储空间需
-First lesson: the basic concepts of data structure and terminology of the second lesson: the expression of abstract data types and implementation of the third lesson: algorith
-
-
0下载:
一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
-
-
0下载:
c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
-
-
0下载:
c语言描述的数据结构算法,图的数据结构的抽象数据类型-c language data structure described in algorithm, data structure diagram of the abstract data types
-
-
0下载:
采用字符类型为元素类型和无头结点单链表为存储结构,实现抽象数据类型Lis-The use of character types for the element type, and without a head node to store a single list structure, the realization of abstract data types Lis
-
-
0下载:
1、由于计算的的是大数且计算机表示的整数大小有限,顾考虑用抽象数据类型实现。
2、每个节点存储整数,位数最大为三位。
3、能从键盘上输入要计算的数,从终端输出结果。
4、测试数据为20以上的整数,如1000,5000 等
-1, as a result of the calculation is that large numbers of computers and that the limited size of the integer, Gu consider the rea
-
-
0下载:
多项式运算器。用抽象数据类型实现,可进行多项式的加减乘等运算。-Polynomial calculator. T realized by the Abstract Data Types. can be carried out by addition and subtraction of polynomials, such as computing.
-
-
1下载:
根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。
二叉树的基本功能:
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
9、其他:自定义操作-According to a binary tree definition of abstract data types, use two forks to achieve a binary
-
-
1下载:
动态查找表的设计与实现,实现抽象数据类型:二叉查找树。实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素.
-Dynamic look-up table of the design and implementation to achieve the abstract data types: binary search tree. To achieve the following: construct an empty table, des
-
-
0下载:
^- Serialize abstract data types -^
Terms of Agreement:
By using this code, you agree to the following terms...
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for language
-
-
0下载:
This a Small Container Library, SCL.
If you are not sure what a container is, then ignore the word container in this
file and you ll probably understand everything.
This library provides hash tables, list, queue, stack, symbol, balanced b
-
-
1下载:
经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
-
-
2下载:
经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
-
-
0下载:
数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
-
-
0下载:
设计并实现海龟抽象数据类型Turtle,并以此为基础设计一个演示海龟作图的程序。
〔基本要求〕
(1)设置海龟类型的基本操作为:
procedure StartTurtleGraphlcs ;
{显示作图窗口,并在窗口内写出本人的姓名、上机号和实验题号。}
procedure StartTurtle;
{令海龟处于作图的初始状态。即显示作图窗口,并将海龟定位在窗口正中;}
{置画笔状态为落笔、龟头朝向为0度(正东方向)。}
-Design and
-
-
0下载:
以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
-