-
简单的VB FTP文件传输项目代码
simple vb ftp file tranfer project code
- 2022-07-16 07:31:26下载
- 积分:1
-
一种关于Z变换新的算法
一种关于FDTD Z变换新算法的程序,程序通过调试,运行正常。A new algorithm of FDTD transform Z
- 2022-02-03 04:27:32下载
- 积分:1
-
bios中断编程 做出一个界面 可拖动 最大化最小化
bios中断编程 做出一个界面 可拖动 最大化最小化-bios interrupted programming interface can make a drive to maximize the minimum
- 2023-01-19 02:55: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
-
A 3
A 3-node example for ad-hoc simulation with DSDV
- 2022-05-07 06:12:26下载
- 积分:1
-
贪吃蛇游戏代码.不是我写的,有兴趣的可以看一下.
贪吃蛇游戏代码.不是我写的,有兴趣的可以看一下.-Snake game code. I did not write and are interested can look at.
- 2023-03-09 00:50:03下载
- 积分:1
-
制图综合是传统的地图生产不可缺少的技术手段之一,是地图学的核心理论和制图学者关注的焦点问题。它的实质是解决地图内容随比例尺的变化而产生的多尺度表达的问题。其任务...
制图综合是传统的地图生产不可缺少的技术手段之一,是地图学的核心理论和制图学者关注的焦点问题。它的实质是解决地图内容随比例尺的变化而产生的多尺度表达的问题。其任务是对地图内容随比例尺变化过程中的增减进行合乎制图学理论要求的综合变换。
本PPT对于地图制作人员和学生了解制图综合具有很大的帮助。
- 2022-06-28 14:45:22下载
- 积分:1
-
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题...
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题-Cascade reservoir optimal operation, using POA algorithm is simple and feasible, an effective solution to solve the cascade reservoirs in the curse of dimensionality problem
- 2022-03-02 22:16:11下载
- 积分:1
-
super
超级马力的vc原代码,可以运行,模拟出了大部分原游戏的功能。-super-horsepower vc original code can run, simulating a majority of the indigenous game functions.
- 2023-01-17 00:00:03下载
- 积分:1
-
这是一个电子钟程序,已经调试过,误差非常小,有用的朋友可以参照...
这是一个电子钟程序,已经调试过,误差非常小,有用的朋友可以参照-This is an electronic bell procedures have Debugging off, the error is very small, it can be a useful reference to a friend
- 2022-01-26 00:15:21下载
- 积分:1