登录
首页 » 操作系统 » 1) 设计下沙校园平面图,在校园景点选10个左右景点。以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 2

1) 设计下沙校园平面图,在校园景点选10个左右景点。以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 2

于 2022-02-05 发布 文件大小:40.79 kB
0 184
下载积分: 2 下载次数: 1

代码说明:

1) 设计下沙校园平面图,在校园景点选10个左右景点。以图中顶点表示校园内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等有关信息。 2) 为来访客人提供图中任意景点相关信息的查询。 3) 为来访客人提供任意景点的问路查询,即查询任意两个景点之间的一条最短路径。 -1) Design Xiasha campus plan, in campus election spots around 10 spots. Vertex in order to express in various spots on campus, storage spots name, code, briefings and other information to express the path edge, storage path length and other relevant information. 2) for the visitors to provide map information on any attractions inquiries. 3) To provide visitors attractions arbitrary query to ask the way, that is, queries between any two spots of a shortest path.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用C语言模拟的队列及时间片分配 简单
    用C语言模拟操作系统的队列及时间片分配 简单-C language simulation operating system queue and the time allocated simple film
    2022-02-11 12:55:00下载
    积分:1
  • 的测试报告,内容很丰富,我的过程…
    上操作系统所作的试验报告,内容很丰富,有关进程和内存文件管理的-operating system on the test report, is very rich in contents, the process of memory and document management
    2022-07-12 01:55:13下载
    积分:1
  • 处理器的进程调度编写程序完成单处理机中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程...
    处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the scheduling process, requiring time-Cycle Scheduling algorithm. Specific experiments include : first determine the process control block, process control block of composition; Then complete the process of creating original language and the process of scheduling the original language; Final preparation of the main function of the work done by the process of testing.
    2023-03-02 07:10:03下载
    积分:1
  • MAC OSX 下cocoa framwork程序开发示例,xcode
    MAC OSX 下cocoa framwork程序开发示例,xcode-MAC OSX program development under the cocoa framwork example, xcode
    2022-04-27 08:39:26下载
    积分:1
  • 你知道大多数数字信号处理器157(回答)。
    做DSP最应该懂得157个问题(回答).-do know that most DSP 157 (answer).
    2023-06-18 10:45:03下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • 一个小型雏形,实现了基本的启动以及基础的内存设备管理功能...
    一个小型操作系统雏形,实现了基本的启动以及基础的内存设备管理功能-a small operating system prototype, to achieve the basic infrastructure as well as the start of the memory management functions of equipment
    2022-01-31 21:09:48下载
    积分:1
  • 动态资源分配的设计 目的与要求: 本设计的目的是通过编写和调试一个动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和...
    动态资源分配系统的设计 目的与要求: 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下: ⑴模拟一个银行家算法; ⑵初始化时让系统拥有一定的资源; ⑶用键盘输入的方式申请资源; ⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况; ⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。
    2023-03-03 08:05:03下载
    积分:1
  • 一个微型源码
    一个微型操作系统源码-a micro-source operating system
    2022-04-23 22:33:06下载
    积分:1
  • 进程通信源码
    这是一个进程通信的源码,并不限定在父子进程之间。虽然源码设计较为简单,并没有使用MFC进行界面设计,但是作为操作系统新手,可以简单参考此功能实现过程,希望对你们会有所启发。
    2022-03-05 03:40:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载