-
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径...
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径-plans the establishment, traverse, the minimum spanning tree and the shortest road map for the establishment of traversal, minimum spanning tree, shortest path
- 2023-01-04 18:15:04下载
- 积分:1
-
CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库
CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库-CBASE v1.01 using Borland TC prepared by the source database management library
- 2022-06-20 09:39:51下载
- 积分:1
-
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
-
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。...
语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations between the priority), specific details can be read source.
- 2023-02-02 19:30:03下载
- 积分:1
-
建立VCL连接数据库,也是初学者的好东东,忘了如何写的回头看看也不错...
建立VCL连接数据库,也是初学者的好东东,忘了如何写的回头看看也不错-VCL connection to establish a database, but also good for beginners Dongdong, forgot how to write back and look at the good
- 2022-03-15 16:31:37下载
- 积分:1
-
sqlserver数据库日志清除工具
一个sqlserver数据库日志清除工具,没有源代码,平时由于数据库运行会产生大量的日志,甚至有时会把硬盘占满,有几次我遇到数据库日志居然达到200G以上,造成客户端无法正确执行请求,此小工具可快速清除日志占用的控件,希望能够给需要的兄弟们带来方便。
- 2022-05-10 18:31:38下载
- 积分:1
-
Data structure to solve the problem in the maze, the maze problem. Vcproj This i...
数据结构中迷宫问题的求解,迷宫问题.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
迷宫问题.cpp
这是主应用程序源文件。
StdAfx.h, StdAfx.cpp
这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
-Data structure to solve the problem in the maze, the maze problem. Vcproj This is using an application wizard to generate the VC++ project the main project document. It contains the document to generate Visual C++ version information, as well as applications relating to the use of the wizard select the platform, configuration and project features. Maze problem. Cpp This is the main application source file. StdAfx.h, StdAfx.cpp these files used to generate a maze called the question. Pch precompiled header (PCH) files and named StdAfx.obj type of pre-compiled files.
- 2022-06-21 21:34:29下载
- 积分:1
-
PCA transform, not passwords.
主分量变换,不要密码。-PCA transform, not passwords.
- 2022-01-26 04:50:44下载
- 积分:1
-
这是一个网络数据库回调例程,基于SocketConnection的
这是一个网络数据库回调例程,基于SocketConnection的-This is a network database callback routines, based on the SocketConnection
- 2022-06-29 00:19:37下载
- 积分:1
-
求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下...
求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the start from a position of No. 1, 2, 3, ..., n, for a number of people reported a few, according to several newspaper pay, the newspaper n ie the out, the next person was from the beginning a few , and reported m is the second out of this series continue to repeat until the final out in a series, then get a series out of order, which called Joseph (Josephu) problem.
- 2022-05-21 23:13:13下载
- 积分:1