-
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连...
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-one. Description many issues involving maps of algorithms are to traverse the map-based. A written test procedures, demonstrating the connectivity of undirected graph visit all the nodes on the operation. 2. Adjacent to the basic requirements for storage of multiple linked list structure. Connectivity to the map without the depth and breadth- first traversal. User specified nodes as a starting point, the output of each node traversal visit Spanning Tree sequence and the corresponding set of edges.
- 2022-07-10 16:08:09下载
- 积分:1
-
The realization of a number of algorithms, using the pascal, including number th...
一些算法的实现,用的是pascal,包括数论、图论、高精度计算、排序算法、背包问题等。-The realization of a number of algorithms, using the pascal, including number theory, graph theory, high-precision computing, sorting algorithms, and so on knapsack problem.
- 2022-02-05 22:21:10下载
- 积分:1
-
数据结构霍夫曼编码译码程序
数据结构霍夫曼编码译码程序-data structure Hoffman codecs procedures
- 2022-03-26 13:44:00下载
- 积分:1
-
有关数据结构的源代码。。。望大家指教。。。同时也想下载信息论的...
有关数据结构的源代码。。。望大家指教。。。同时也想下载信息论的-The data structure of the source code. . . Hope everyone advice. . . At the same time also want to download the Information Theory
- 2022-02-01 19:11:04下载
- 积分:1
-
数据库操作,封装了BDE数据库操作的所有方法。C编译器…
数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
- 2022-02-03 05:20:06下载
- 积分:1
-
几个C的小程序,有汉诺塔,数环打印,链表的创建并自动排序...
几个C的小程序,有汉诺塔,数环打印,链表的创建并自动排序
-several small programs, Tower of Hanoi, several Central Print, Chain automatically create and order
- 2022-02-22 09:52:33下载
- 积分:1
-
MM1队列模拟
实现M/M/1单窗口无限排队系统的系统仿真,利用事件调度法实现离散事件系统 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-04-28 18:25:03下载
- 积分:1
-
With the C language implementation of the evaluation of the expression on the st...
用C语言实现的表达式的求值,关于数据结构的栈方面的知识,已经通过测试!-With the C language implementation of the evaluation of the expression on the stack data structure of knowledge, has passed the test!
- 2022-05-14 11:25:27下载
- 积分:1
-
data structure is the basis for programming, which in this case is I wrote the e...
数据结构是编程的基础,本例是本人写的八个基本数据结构的实现方法,用C语言编写,在VC中调试成功,并带有少量的注释,有兴趣的可以研究一下。我在里面尽量使用了指针-data structure is the basis for programming, which in this case is I wrote the eight basic data structure of the method, using C language, in VC debugging success, and with a small amount of the Notes may be interested in the study. I try to make full use of a guideline
- 2022-02-01 17:18:53下载
- 积分:1
-
数据结构设计单链表代码
基于c++的代码,通过单链表实现求和、求积。编写一个程序用单链表存储多项式,按指数从大到小排序多项式,并实现两个多项式的相加和相减
- 2023-08-10 10:55:03下载
- 积分:1