-
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级
可以实现应用程序上传到SYBASE数据库,同时客户端自动升级-Applications can be uploaded to the SYBASE database, and automatically upgrade the client
- 2022-03-21 10:03:44下载
- 积分:1
-
how to menus 如何使用菜单?
how to menus 如何使用菜单?-how how to use the menus to the menu
- 2022-06-20 04:57:19下载
- 积分:1
-
Masm5 计算字符串个数
Masm5 计算字符串个数-Masm5 calculated string Number
- 2023-04-03 16:25:04下载
- 积分:1
-
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路...
[输入]
图的顶点个数N,图中顶点之间的关系及起点A和终点B
[输出]
若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点
[存储结构]
图采用邻接矩阵的方式存储。
[算法的基本思想]
采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。
#include
int number //队列类型
typedef struct{
int q[20]
-[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
- 2022-01-25 22:50:29下载
- 积分:1
-
use of a Turbo C sheet prepared by the Russian game, the graphics library is Gra...
一个使用Turbo C编写的俄罗斯方块的游戏,使用的图形库是TC自带的Graphics图形库。内附详细开发文档、开发日志和使用说明。-use of a Turbo C sheet prepared by the Russian game, the graphics library is Graphics TC onboard graphics library. Contains detailed documentation, log and use.
- 2022-01-25 15:09:17下载
- 积分:1
-
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。...
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。-geodetic coordinate system conversion, mainly applicable to learners and GPS geodesy learning earth coordinate system conversion of the theoretical knowledge.
- 2023-04-05 13:45:04下载
- 积分:1
-
WINCC design of the boiler water level
WINCC锅炉水位的设计,内容完整,可直接时刻直接学习使用-WINCC design of the boiler water level
- 2022-01-26 00:35:22下载
- 积分:1
-
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等...
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等
-Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection
- 2022-04-09 09:49:53下载
- 积分:1
-
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。...
该文档包括了c语言中最常用的库函数的基本用法,对于c语言爱好者有一定的帮助。-the document include the c language most commonly used for the basic function of usage, c language lovers can help.
- 2022-07-01 06:27:32下载
- 积分:1
-
该游戏是使用VC++平台开发的简单游戏,可供游戏爱好者学习
该游戏是使用VC++平台开发的简单游戏,可供游戏爱好者学习
- 2023-02-11 23:15:03下载
- 积分:1