-
wince小游戏24点
流行的小游戏,对于wince新手来说,是一个很好的跳板,能更快的进步!
- 2022-05-09 04:15:32下载
- 积分:1
-
将自动删除目录
will automatically delete the directory of
- 2022-10-11 14:55:02下载
- 积分:1
-
讨厌的广告弹出窗口让人心烦 给你一个小小的软件 adsweeper 哈哈 看看 很管用的...
讨厌的广告弹出窗口让人心烦 给你一个小小的软件 adsweeper 哈哈 看看 很管用的-annoying pop-up advertisements antics give you a little look at the software adsweeper Haha very effective
- 2022-05-19 23:37:11下载
- 积分:1
-
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出No...
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.-4. Establish an orderly sequence (10,30,35,50,56,100,120) using binary search method in this table as a whole you, if the output is found in this round table position serial number, Otherwise output Not found.
- 2023-05-10 10:35:04下载
- 积分:1
-
an experimental Chapter VII (2) the certification Goldbach conjecture. TXT
第七章实验一(2)验证歌德巴赫猜想.TXT-an experimental Chapter VII (2) the certification Goldbach conjecture. TXT
- 2022-04-18 00:25:20下载
- 积分: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
-
经典游戏炸弹人的手机版本,又J2ME平台开发.可下载到手机中.
经典游戏炸弹人的手机版本,又J2ME平台开发.可下载到手机中.-bomb classic game of mobile phones, J2ME platform. To download to your phone.
- 2022-03-29 12:26:26下载
- 积分:1
-
VB超强杀死进程KILL源代码
杀进程源代码,使用时请输入需要结束的进程名称,本程序将直接KILL掉进程,将进程杀死,对假死的程序很有效。
- 2022-03-26 09:59:10下载
- 积分:1
-
Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html说明文件的工具,要用Gun的编译...
Doc++,可以根据你的C/C++和java的源码文件中的注释行自动生成Html说明文件的工具,要用Gun的编译-Doc, can you C/C and java source of the Notes document OK automatic generation Html note tools, compilers with Gun
- 2022-04-23 12:35:46下载
- 积分:1
-
设计一个多功能数字钟,以一昼夜24小时为一个计数周期。准确计时,具有“时”“分”“秒”数字显示。整点能自动打点、报时。要求报时声响四低一高,最后一响为整点。具有...
设计一个多功能数字钟,以一昼夜24小时为一个计数周期。准确计时,具有“时”“分”“秒”数字显示。整点能自动打点、报时。要求报时声响四低一高,最后一响为整点。具有校时功能。要求电路主要采用中小规模CMOS集成电路。要求电路尽量简化,并选用同类型的器件。在EWB电子工作平台上进行电路的设计和计算机仿真。-The design of a multi-function digital clock, 24 hours a day for a cycle count. Accurate time, a
- 2022-03-16 08:45:17下载
- 积分:1