-
开发环境c++ builder 6.0。主要功能是实现ie浏览器,可以在当前并且是同一窗口打开网页,一直都是全屏状态,没有关闭最小化和最大化按钮,并可以使浏览器...
开发环境c++ builder 6.0。主要功能是实现ie浏览器,可以在当前并且是同一窗口打开网页,一直都是全屏状态,没有关闭最小化和最大化按钮,并可以使浏览器没有滚动条。-Development environment c++ Builder 6.0. Main function is to achieve the ie browser, you can in the current window and open the same page, has been in full screen mode, there is no closure to minimize and maximize buttons, and allows browser does not have scroll bars.
- 2022-12-04 02:25:03下载
- 积分:1
-
皇后问题解法任意皇后可解
皇后问题解法任意皇后可解-Solutions arbitrary Queen"s Queen"s solvable
- 2023-02-01 17:00: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
-
WAWS
这是一个谐波叠加法的风速时程曲线模拟程序(a time series code for e wind speed)
- 2018-05-17 22:25:59下载
- 积分:1
-
new 1
fortran numerical code
- 2018-02-18 00:11:22下载
- 积分:1
-
C++游戏之 纸牌接龙小游戏
自己做的第一个C++小游戏,就是纸牌接龙。用的最原始的控制台程序写的。玩起来比较纠结,因为字体太小,而且花色不太好辨认!(但是可以在控制台窗口中进行字体设置。)输入的时候一定要输入整数,因为没有设置纠错机制。希望大家多多支持哈!
- 2022-03-09 23:08:54下载
- 积分:1
-
c-xuexi
1将字符串给整形变量
2字符数据与整数进行算术运算,将小写转大写
3符号常量使用
4强制类型转换
5将有符号数据传送给无符号变量(1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 data will be transmitted to the symbol variable unsigned)
- 2009-07-10 15:05:37下载
- 积分:1
-
基于单片机的室内空气净化系统
基于单片机的室内空气净化系统,运用单片机仿真,很好用!(Microcontroller based indoor air purification system, the use of single-chip simulation, very easy to use!)
- 2021-05-13 16:30:02下载
- 积分:1
-
Pokemon Crystal
说明: IT WORKS WELL UNDER ALL ENVIROMENTS
- 2020-06-08 01:23:17下载
- 积分:1
-
网页JS版滑动门导航特效
很漂亮的网页JS版滑动门导航特效,不用点击鼠标,鼠标滑过的时候对应的内容就会变化,和点击式不一样,这种是比较常用的。
- 2022-03-25 00:02:38下载
- 积分:1