-
rational rose 的一个例子,大家看看对UML有没有学习的好处!
rational rose 的一个例子,大家看看对UML有没有学习的好处!-rational rose an example, let us look at the UML have not learned the benefits!
- 2022-05-19 08:25:14下载
- 积分:1
-
一个简单的计算器程序
一个简单的计算器程序-a simple calculator program
- 2022-12-17 05:05:04下载
- 积分:1
-
8051 assembly language source code for 2x16 LCD dş splay
8051 assembly language source code for 2x16 LCD dş splay
- 2022-06-17 20:24:08下载
- 积分:1
-
习题,都是习题
习题,都是习题-Exercises are Exercises
- 2022-03-02 19:27:54下载
- 积分:1
-
NS2 简介
NS2 是专为研究而设计的开源事件驱动模拟器计算机通信网络中。NS2 自 1989 年成立以来, 不断得到来自业界、 学术界和政府的极大兴趣。都在不断研究与改进多年来,现在的 NS2 包含众多网络组件 (如路由模块的传输层协议、 应用程序等。探讨网络性能, 研究人员可以简单地使用一种易于使用的脚本语言,来配置网络, 和观察通过 NS2 而生成结果。无疑,NS2 已成为最广泛使用的开放源码网络模拟器和一个最广泛用于网络模拟器。
- 2022-06-20 07:17:06下载
- 积分:1
-
Dxsound component tutorial
Dxsound component tutorial
- 2022-03-01 00:29:02下载
- 积分:1
-
利用DelphiX for D7开发的桌面小精灵,可以自己在桌面移动,典型的delphix应用。非常经典。...
利用DelphiX for D7开发的桌面小精灵,可以自己在桌面移动,典型的delphix应用。非常经典。-DelphiX use for the development of desktop D7 Little Stars, in their mobile desktop, the typical delphix application. Very classic.
- 2022-05-18 08:15:57下载
- 积分:1
-
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。...
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。-EXCEL import and export procedures, generate TXT file, and generate multiple files according to the size specified.
- 2023-01-25 09:05:04下载
- 积分:1
-
falsh的一个制作,关于雪的一个小动作,做的有些粗糙
falsh的一个制作,关于雪的一个小动作,做的有些粗糙-stuff of a production, the snow on a little trick to do some rough
- 2023-01-13 07:15:03下载
- 积分: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