-
小球加速运动,可用于多种扩展。物体加速的算法
小球加速运动,可用于多种扩展。物体加速的算法-Ball accelerated motion, can be used for a variety of expansion. Objects to speed up the algorithm
- 2022-07-02 15:52:39下载
- 积分:1
-
qim Spread Spectrum Watermarking is tied with the algorithm. He has a lot of fea...
qim是与扩频水印并列的算法。他有很多特性,此算法能帮助你理解qim。-qim Spread Spectrum Watermarking is tied with the algorithm. He has a lot of features, this algorithm can help you understand qim.
- 2022-08-06 07:43:49下载
- 积分:1
-
This program is my learning in Vc++ is used to practice his own things to learn....
本程序是本人在学习Vc++中,用来练习自己所学的东西。这个程序主要知识点是关闭系统,创建定义按钮。-This program is my learning in Vc++ is used to practice his own things to learn. Main knowledge this program is shut down the system, create a custom button.
- 2022-07-01 02:52:13下载
- 积分:1
-
适用于不小心更新了windows系统的用户,可以去除一直显示在屏幕左下角的恶心的小星...
适用于不小心更新了windows系统的用户,可以去除一直显示在屏幕左下角的恶心的小星-apply to careless update of the Windows system users, Removal can be displayed on the screen have been the lower left-hand corner of the small-nausea
- 2023-07-22 19:40:03下载
- 积分:1
-
source code for pic16f8877a
这是PIC16F877A的源代码,它使用pwm,pwm是使用调制脉冲宽度,它在电机或扬声器上的应用,它在大学技术,工业中使用;
- 2023-04-27 01:20:04下载
- 积分:1
-
This is a development under the UNIX C program, calculated on a certain date, to...
这是一个在UNIX 下开发C 程序时候, 计算某年某月某日,计算你的生日日期。-This is a development under the UNIX C program, calculated on a certain date, to calculate your own birthday.
- 2022-12-10 21:10:03下载
- 积分:1
-
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似...
VC下的一个小计算器,可实现2,8,16,10进制功能.界面与系统自带的计算器有点类似-VC a small calculators, can be realized 2,8,16. 10-band functions. interface with the system to bring their own calculators somewhat similar
- 2022-03-17 09:23:55下载
- 积分: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
-
Visual Studio 2005
几个网站控件的使用例子
Visual Studio 2005
几个网站控件的使用例子-Visual Studio 2005 website several examples of the use of control
- 2022-02-06 22:49:10下载
- 积分:1
-
欢迎使用“培正商学院学生会网站调查系统”,英文名称“PeiZheng Vote”,该调查系统是由
“广州培正商学院学生会资讯部 晨曦”独立开发制作,享有版权...
欢迎使用“培正商学院学生会网站调查系统”,英文名称“PeiZheng Vote”,该调查系统是由
“广州培正商学院学生会资讯部 晨曦”独立开发制作,享有版权,受中华人民共和国法律保护。
该软件为共享软件。-welcomed the use of "Pui Ching School of Business students site survey system," English name "PeiZheng Vote," the survey system is the "Guangzhou Pui Ching School of Business students Information Division Dawn" independent development of production, enjoy copyright protection of the law by the People"s Republic of China. The software for sharing software.
- 2022-03-19 23:38:48下载
- 积分:1