-
一个完全的C编译的程序,这样的操作系统课程…
一个完完全全用c编译的程序,使操作系统的课程设计,实现了安全分配,回收,网上的大多都没有回收操作,使一个非常完整的银行家算法的实现-a totally c compiler with the procedures so that the operating system of curriculum design, realization of a security allocation, recovery, most of the Internet are not recycling operation, a very integrity of the algorithm to achieve bankers
- 2023-05-18 04:30:03下载
- 积分:1
-
visio software development kit(sdk)这是visio开发包,包含文档和例子,值得研究...
visio software development kit(sdk)这是visio开发包,包含文档和例子,值得研究-visio software development kit (sdk) This is the vi sio development kits, containing documentation and examples worth studying
- 2022-02-25 04:14:59下载
- 积分: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
-
Vb+MO开发GIS源代码,内容为常用的图形操作
Vb+MO开发GIS源代码,内容为常用的图形操作-Vb MO Development GIS source code, content for the operation of commonly used graphics
- 2023-08-25 14:00:03下载
- 积分:1
-
TC下的万年历程序。有详细注释。
TC下的万年历程序。有详细注释。-TC hefty almanac under the procedure. Detailed Notes.
- 2022-02-06 14:53:44下载
- 积分:1
-
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。...
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。-real-time embedded operating system on the internal timer application, This section defines the main timer overtime protection.
- 2022-10-01 19:45:02下载
- 积分:1
-
MODBUS server vb例子
用vb写的modbuus例子,实现modbus 1-4号功能。数组显示。excel表格导入导出等功能。
- 2022-03-28 18:53:05下载
- 积分:1
-
能够实现小时(24进制)、分钟和秒钟(60进制)的计数功能具有复位功能
功能扩展:具有复位、整点报时提示、定时闹钟等功能...
能够实现小时(24进制)、分钟和秒钟(60进制)的计数功能具有复位功能
功能扩展:具有复位、整点报时提示、定时闹钟等功能
-Able to achieve an hour (24 hex), minutes and seconds (60 hex) is counting function with reset function extensions: with a reset, the whole point timekeeping prompt, regular alarm clock and other functions
- 2022-05-25 12:51:12下载
- 积分:1
-
用JBUILDER和SQL2
用JBUILDER和SQL2-with JBUILDER and SQL2
- 2022-01-23 11:17:46下载
- 积分:1
-
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过...
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过课程设计,要求学生主要掌握如下内容:
1.设计出文件系统中常用的数据结构;
2.理解文件系统的工作流程,给出程序流程图;
3.设计出文件系统中关键的算法;
4.模拟实现二级目录文件系统,并给出一组运行结果。
三、课程设计内容
根据实验指导书补充
四、文件系统实现
-courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
- 2022-11-07 18:10:03下载
- 积分:1