-
很好用的文件系统 可以在dos中实现
也就是在模拟DOS
很好用的文件系统 可以在dos中实现
也就是在模拟DOS-good use of the file system can achieve dos is in a simulated DOS
- 2022-05-17 13:13:49下载
- 积分:1
-
这是一个基本的调查系统,可用于任何网站。
这是一个基本的调查系统,可以在任何网站上使用。-This is a basic survey system which can be used in any website.
- 2022-02-12 12:20:11下载
- 积分:1
-
当司机在一个地方没有油时,它应该在去那个地方去加油,走那条路为够更好的为他(她)服务,这条路又会经过那些地方, 系统会生成一个解决方案为司机提供一个选择的机会。...
当司机在一个地方没有油时,它应该在去那个地方去加油,走那条路为够更好的为他(她)服务,这条路又会经过那些地方, 系统会生成一个解决方案为司机提供一个选择的机会。-when the driver in a place without oil, it should go to those places to refuel and which way to go to better enough for him (her), this road will go through, system will generate a solution for the drivers an opportunity to choose.
- 2022-02-25 05:35:50下载
- 积分:1
-
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!...
一个用C写的MUD 终端源码,从中可以学习到很多的相关的知识!值得一看!-1 C write MUD terminal source, from which one can learn a lot of knowledge! An eye-catcher!
- 2022-01-25 15:01:59下载
- 积分:1
-
网络连接查看工具,可查看本机TCP,UDP的所有连接.
网络连接查看工具,可查看本机TCP,UDP的所有连接.-Network connection to view tool, you can review the local TCP, UDP all connections.
- 2023-04-07 11:00:04下载
- 积分:1
-
简单的栈实现的源码 第一个VC++程序
简单的栈实现的源码 第一个VC++程序-simple Stack No. 1 source of the VC Program
- 2022-09-06 23:45: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
-
这个小程序是用c++实现的约瑟夫环问题,也属于数据结构中的经典算法...
这个小程序是用c++实现的约瑟夫环问题,也属于数据结构中的经典算法-This applet is used c++ to achieve the Joseph Central problems in the data structure is a classic algorithm. . .
- 2023-01-16 12:00:04下载
- 积分:1
-
电子制版中常用的封装,包括了平时经常用的大部分元件,省去了很多做封装的时间,可以下来用...
电子制版中常用的封装,包括了平时经常用的大部分元件,省去了很多做封装的时间,可以下来用-Commonly used in e-plate package, including the most frequently used in peacetime components, eliminating the need for a lot of time to do packages can be used down
- 2023-04-08 18:55:04下载
- 积分:1
-
prototype.js原代码包及详细原代码讲解,迅速让你通过高质量的原代码掌握函数式编程,是js水平提升一个新高度...
prototype.js原代码包及详细原代码讲解,迅速让你通过高质量的原代码掌握函数式编程,是js水平提升一个新高度-prototype.js original code and details on the original code, rapidly giving you high-quality original master function-code programming is js upgraded to a new height
- 2023-01-25 16:45:04下载
- 积分:1