-
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连...
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-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
-
用C语言编写的有关,两个单链表的归并排序操作.
用C语言编写的有关,两个单链表的归并排序操作.-C language of the two single-Chain merge sorting operation.
- 2023-05-04 15:05:03下载
- 积分:1
-
是个HEAP SORT 算法..对一个数列进行HEAP SORT
是个HEAP SORT 算法..对一个数列进行HEAP SORT -is SORT algorithm Rd .. right for a series Rd SORT
- 2022-01-24 18:35:52下载
- 积分:1
-
回流焊监控系统
回流焊监控系统-DCS,VB编写,对PLC进行通讯采集和控制,界面直观,操作方便,可以作为同类软件系统提供示范
- 2022-01-27 14:41:41下载
- 积分:1
-
ADO查看数据库工具的原代码
ADO查看数据库工具的原码-ADO View database tools of the original code
- 2022-02-15 16:15:43下载
- 积分:1
-
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树....
平衡二叉树实现一个动态查找表,有三种基本功能:查找,插入删除,还有选项功能:合并两棵平衡二叉树,和分裂两棵平衡二叉树.-balanced binary tree to achieve a dynamic lookup table, there are three basic functions : to find, delete, insert, functional options : merging two balanced binary tree, and split two balanced binary tree.
- 2022-02-25 00:21:11下载
- 积分:1
-
数据库操作功能类,包括添加,修改,删除等操作。直接调用就可以。
数据库操作功能类,包括添加,修改,删除等操作。直接调用就可以。-Database operations functional categories, including add, modify, delete, etc. operations. Can be called directly.
- 2023-04-26 17:05:04下载
- 积分:1
-
包含两个文件,一个是.BGI文件,是图形化得驱动,没有它该C语言程序无法正常显示,另外一个是源程序,本程序功能为图形化的计算器...
包含两个文件,一个是.BGI文件,是图形化得驱动,没有它该C语言程序无法正常显示,另外一个是源程序,本程序功能为图形化的计算器-Contains two files, one. BGI document is too graphic drivers, without which the C language program can not display properly, the other is the source, this program features for the graphical calculator
- 2022-02-04 17:56:31下载
- 积分:1
-
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,...
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it"s time complexity of O (n), but this sort known to be applicable to sort out the range, and if the upper and lower limits of the relatively large margin, space consumption is relatively large.
- 2022-06-14 17:10:55下载
- 积分:1
-
一个仿access的可用于嵌入式的数据库软件源码
一个仿access的可用于嵌入式的数据库软件源码,可编辑生成一个小的数据库文件,这个文件可用于嵌入式系统访问。
- 2022-05-25 10:06:50下载
- 积分:1