-
Prim algorithm using minimum spanning tree of the experimental procedures used i...
用prim算法实验最小生成树
本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树
定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。
定义二维数组g[ ][ ]来建立无向图的邻接矩阵。
-Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
- 2022-03-16 20:21:07下载
- 积分:1
-
01 knapsack problem to achieve the most simple, can do more in its expansion, I...
01背包问题最简单实现,可在其上做更多的扩展,不知道可否不用递归用堆栈-01 knapsack problem to achieve the most simple, can do more in its expansion, I do not know can not use recursive stack
- 2022-12-24 12:20:04下载
- 积分:1
-
可以进行简单的S型座位编排!这是一个数据库应用的小程序,可以继续扩展其功能...
可以进行简单的S型座位编排!这是一个数据库应用的小程序,可以继续扩展其功能-can conduct a simple S-type seating arrangements! This is a small database application procedures, can continue to expand its functions
- 2023-07-13 05:40:02下载
- 积分:1
-
Combine two polynomials using linked list, then format printing
利用链表解决合并两个多项式的问题,最后按格式输出多项式-Combine two polynomials using linked list, then format printing
- 2022-02-06 04:34:01下载
- 积分:1
-
Paksoft 图书馆管理系统
应用程序将由组成的图书馆管理系统,它将内联网和桌面应用程序可用。我们有一个放本地的数据库服务器。所有的员工都可以将数据放入图书馆软件和数据存储在数据库中的一个地方。(我们可以使这一在线解决方案以及根据客户要求)。
1。 服务和执行目标:
a.
- 2022-05-22 04:43:46下载
- 积分:1
-
自己写的一些小程序 用c实现的数据结构 包括树,图,线形表的基本操作 可以应付老师的...
自己写的一些小程序 用c实现的数据结构 包括树,图,线形表的基本操作 可以应付老师的-himself wrote some of the procedures used small c achieve the data structure, including trees, maps, linear forms the basic operation can meet the teachers
- 2022-01-26 03:42:26下载
- 积分:1
-
本书主要介绍Delphi的数据库编程知识,为Delphi开发人员提供了很好的指导。...
本书主要介绍Delphi的数据库编程知识,为Delphi开发人员提供了很好的指导。-This book introduces the Delphi programming knowledge database for Delphi developers have provided a good guide.
- 2022-03-15 17:24:06下载
- 积分:1
-
基于C++语言的一个数据结构问题,实现学生管理系统的编写,代码无注释...
基于C++语言的一个数据结构问题,实现学生管理系统的编写,代码无注释-C++ language based on a data structure problem, the achievement of students in the preparation of management system, code-free notes
- 2022-01-21 21:32:49下载
- 积分:1
-
实现一个数据库的连接池,提高数据库的链接效率,同时还有利于平衡物理上的访问量。...
实现一个数据库的连接池,提高数据库的链接效率,同时还有利于平衡物理上的访问量。-Implement a database connection pool to improve the efficiency of the database links, while also help balance the amount of physical access.
- 2023-04-24 23:15:04下载
- 积分:1
-
本程序用于数据的折半查找,是折半查找的基本算法
本程序用于数据的折半查找,是折半查找的基本算法-the procedures for the binary search data is the basic binary search algorithm
- 2022-02-03 13:56:59下载
- 积分:1