-
ISAM/BTREE 数据库系统 C 语言源程序
ISAM/BTREE 数据库系统 C 语言源程序-ISAM/BTREE Database System C language source
- 2023-01-19 06:05:04下载
- 积分:1
-
字符串形式的表达式求值算法,支持4则运算和括号
字符串形式的表达式求值算法,支持4则运算和括号-The string forms of expression evaluation algorithm, to support the four operations and brackets
- 2023-03-26 05:10:04下载
- 积分:1
-
PHP的beginers
亲爱的同学们是打印指令和数据库操作和不同的行动,在 php 编程
- 2022-10-31 23:05:02下载
- 积分:1
-
More than 40 version of the classic textbook
40多版经典教材《数据结构》(严蔚敏、吴伟民著)全部代码实现。目录下TC是标准C代码C文件。VC是标准C++代码CPP文件。-More than 40 version of the classic textbook
- 2022-04-25 10:35:42下载
- 积分:1
-
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7...
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures. 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 programming tasks : for a given n line by the number of digits triangle, triangle programming calculated from the top to the bottom of the path through the figures and the maximum
- 2022-09-23 22:05:03下载
- 积分:1
-
There are binary search, binary conversion, data structure, traveling salesman a...
这里面有二分查找、进制转换、数据结构、货郎担算法、动态网络最短路线等等很多很多的程序-There are binary search, binary conversion, data structure, traveling salesman algorithm, dynamic shortest route network and so on many, many procedures
- 2023-02-21 00:15:04下载
- 积分:1
-
有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着...
有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversal, and we hope that it needs! !
- 2022-02-02 02:47:36下载
- 积分:1
-
这是一套铝型材图纸查询系统,是vfp编写的源代码
这是一套铝型材图纸查询系统,是vfp编写的源代码-This is a set of aluminum drawings inquiry system, Cipher is prepared by the source code
- 2022-03-10 23:46:40下载
- 积分:1
-
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。...
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
- 2022-06-15 16:25:28下载
- 积分:1
-
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n...
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。
(1)利用克鲁斯卡尔算法求网的最小生成树。
(2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值。
-minimum spanning tree problem to the n-city building communications networks needed to put up only n-1 lines can be. How the lowest economic cost of building the communications network, the network is a minimum spanning tree problem. (1) using Kelushikaer network algorithm for the minimum spanning tree. (2) to achieve 6.5 textbook definition of the abstract tree types MFSet. Spanning Tree Construction said this process of connectivity components. (3) the form of text output spanning trees and the edge of their weights.
- 2023-06-26 07:25:03下载
- 积分:1