-
本人编写的有关军队营房工作的管理系统,仅供学习使用。
本人编写的有关军队营房工作的管理系统,仅供学习使用。-prepared by the army barracks, work management system, is for studying.
- 2022-01-26 08:06:38下载
- 积分:1
-
MFC入门小程序源代码
MFC入门小程序源代码-MFC source code
- 2022-05-29 04:40:36下载
- 积分:1
-
Android 奇艺高清UI界面源代码
Android 奇艺高清UI界面源代码,真的仿的一棤 一样了,包括了爱奇艺视频APP的首页、列表页、分类页、搜索页和用户中心等页面,在界面中还有一个图片幻灯效果,制作android界面的朋友这是个非常不错的参考范例,里面超多的界面设计技巧是大家学习Android UI设计的好素材。
- 2022-03-07 15:10:50下载
- 积分:1
-
Operating : "w" "s" "a" and "d" from top...
操作:从上到下的“w”、“s”、“a”和“d”都是关于胜利的条件:rz控件已经吞噬了所有的意义,超级简单而愚蠢的游戏机是用win32制作的
- 2023-04-06 20:50:03下载
- 积分:1
-
赌场骰子游戏[编程原理
Casino Dice Game [Programming Principles One - Assignment 2] -Casino Dice Game [Programming Principles One- Assignment 2]
- 2022-08-15 00:18:31下载
- 积分:1
-
newmark calculated without damping system
利用newmark方法计算无阻尼系统,并作图-newmark calculated without damping system
- 2023-03-27 19:35:03下载
- 积分:1
-
C#为菜单添加图片功能
C#为菜单添加图片功能,工具栏内有几个使用了图片效果的按钮,本实例的图片是随便找的,具体用时候你可以制作一些与窗体想匹配的图片,这样整体窗体效果就更专业了。
- 2022-02-04 09:08:40下载
- 积分:1
-
Flash迷宫游戏
Flash迷宫游戏,玩法说明:上下左右键控制小球的移动,争取最短时间内走出迷宫,若时间用完了还没走出来,就输了。+号补血10,被击中失血5,失血用完就死定了。界面不错,开发Flash小游戏的时候,这个可做为参考吧。
- 2022-07-22 17:16:40下载
- 积分: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
-
AutoCAD environment, since the definition of the entity good example ARX help de...
AutoCAD环境中,自定义实体的很好的例子,有助于ARX开发人员快速掌握自定义实体的技术-AutoCAD environment, since the definition of the entity good example ARX help developers quickly grasp from the technical definition of entities
- 2022-10-04 07:00:02下载
- 积分:1