-
这是一个功能强大的房产管理系统
对整个房产进行电脑监控...
这是一个功能强大的房产管理系统
对整个房产进行电脑监控
-This is a powerful property management system for the entire estate of a computer monitor
- 2023-06-22 02:15:03下载
- 积分:1
-
Oracle patch fix zip file
Orcle patch file fix zip-Oracle patch fix zip file
- 2022-12-08 01:35:04下载
- 积分:1
-
最为丰富的图标库,编程必备
最为丰富的图标库,编程必备-most abundant in the icon library, programming required
- 2022-03-01 02:15:46下载
- 积分:1
-
Ajax组件的另一个新的版本,所以ASP.NET发展的更好
另一新版ajax组件,让asp.net开发更加good-Another new version of ajax components, so that asp.net development of more good
- 2022-03-04 05:01:08下载
- 积分:1
-
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,并同时降低企业...
Engineer系统是降低服务器负载,减少企业运营成本的完美解决方案。通过动态批量生成静态页面,可使企业在对外发布服务器选择上,缩减对硬件的投资,并同时降低企业的互联网接入费用。-Engineer system is to reduce server load, reduce the cost of enterprise operations the perfect solution. Dynamic volume generated by static pages, allows companies announced the choice of server, reduced hardware investment, and at the same time reduce the cost of Internet access.
- 2022-05-18 12:53:26下载
- 积分:1
-
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的....
一个非常好的迷宫游戏,用鼠标控制要走的路线,可以返回的.-a very good arcade-style games, to go with the mouse to control the line can be returned.
- 2022-03-23 17:34:02下载
- 积分:1
-
一个典当行的业务管理系统程序,由于业务比较专业可以供某个典当行使用。但是由于每个典当行的业务在细节上会有不同,所以可以在此基础上作二次开发。主要内容:录入,查询...
一个典当行的业务管理系统程序,由于业务比较专业可以供某个典当行使用。但是由于每个典当行的业务在细节上会有不同,所以可以在此基础上作二次开发。主要内容:录入,查询,报表-a business process management system that can be more professional business for a particular use Pawnshop. However, because each business Pawnshop on the details will be different, so it can be the basis for further development. Main elements : entry, query, reporting
- 2023-04-07 22:40:03下载
- 积分:1
-
简单的通讯录
Simple address book written in c-Simple address book written in c++
- 2023-01-10 22:45:03下载
- 积分:1
-
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Packag...
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A. Installing the Windows* XP INF Files Prior to OS Installation-system can be an editor. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Flag Available Command Line Options 5. Contents of the Extracted Files 6. Installing the Interactive Software in Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A.* Installing the Windows XP Files INF Prior to OS Installation
- 2022-07-23 00:11:25下载
- 积分: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