-
校园导游系统
本代码通过C++实现校园导游系统,在程序中设置了十多个地点,可查询各地点的具体信息,展示两地点之间的最短路径,展示任意一个地点到其他各地点的最短路径等。同时,也可以增添或删减节点及边,也就是可任意增加新的地点信息。
- 2022-03-19 03:17:57下载
- 积分:1
-
图的深度优先算法,这个算法非常的实用,应该经常被用到
图的深度优先算法,这个算法非常的实用,应该经常被用到-map the depth priority algorithm, the algorithm is very practical, should always be used
- 2022-05-31 04:53:02下载
- 积分:1
-
VB为前台,SQL_SERVER为后台的关于贸易的数据库编程
VB为前台,SQL_SERVER为后台的关于贸易的数据库编程-prospects for VB, SQL_SERVER background on the trade of Database Programming
- 2022-07-20 07:55:23下载
- 积分:1
-
PowerBuilder 开发应用实例中关于阴历转阳历计算的源代码
PowerBuilder 开发应用实例中关于阴历转阳历计算的源代码-PowerBuilder to develop applications on the lunar calendar to calculate the solar calendar source code
- 2022-07-25 12:04:00下载
- 积分:1
-
二叉树算法,如何构造二叉树以及对二叉树的操作
二叉树算法,如何构造二叉树以及对二叉树的操作-BinaryTree
- 2022-10-28 01:05:04下载
- 积分:1
-
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(...
编程求两个一元多项式的乘积。
输入
输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。
例如:1+2x+x2表示为:,,,
输出
以指数递增的顺序输出乘积: ,,,
零多项式的输出格式为:,-Programming seeking the product of two one-polynomial. Enter the input data for the two lines represent two unary polynomial. One dollar for each polynomial order of the exponential increase of the input polynomial coefficients (integer), index (integer). For example: 1+2 x+ x2 expressed as: " 1,0" , " 2,1" , " 1,2" , the output of the order of the exponential increase output of the product: " coefficient, index" , " coefficient, index" , " coefficient, the index " , zero polynomial output format is:" 0,0 " ,
- 2023-04-13 09:30:03下载
- 积分:1
-
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设...
用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
- 2022-05-18 04:21:47下载
- 积分:1
-
Computer algorithms designed for the design of dynamic programming, you know
计算机算法设计,用于设计贪心算法,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
- 2022-04-07 04:13:44下载
- 积分:1
-
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出...
将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requires each box only entered once traveled chessboard all 64 box. Preparation of non- recursive procedure, and seeking stepped routes, with a calculated routes, the figures 1, 2, ..., 64 were filled an 8 x 8 matrix, put it out.
- 2022-03-03 15:33:41下载
- 积分:1
-
希尔排序(缩小增量法)
排序过程:先取一个正整数d1<n,把所有相隔d1的记录放一组,组内进行直接插入排序;然后取d2<d1,重复上述分组和排序...
希尔排序(缩小增量法)
排序过程:先取一个正整数d1
- 2023-08-27 08:35:04下载
- 积分:1