资源列表

« 1 2 ... 96 97 98 99 100 101.02 .03 .04 .05 .06 ... 915 »

[操作系统开发4

说明:页式内存管理系统模拟程序 c-Page memory management system simulation program c
<liyubo> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发P

说明:进程调度算法模拟,使你对操作系统进程高度有更深的认识-Process scheduling algorithm simulation, so that the process of a high degree of operating system you have a deeper understanding of
<马占友> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发PROCESS(1)

说明:一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)
<fangfei> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发chucun

说明:设计一个虚拟存储区和内存工作区,并使用下列算法计算页面失效次数. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) 在本实验中,页地址流长度为320,页面失效次数为每次访问相应指令时,该指令所对应的页不在内存的次数。 -Design of a virtual memory storage area and work area, and use the follo
<lishuai> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发asyn_fifo

说明:verilog编写的异步fifo源代码,asyn_fifo.v为顶层,调用其他四个文件-asynchronous fifo prepared Verilog source code, asyn_fifo.v for top-level, call the other four documents
<nihao> 在 2025-01-11 上传 | 大小:2kb | 下载:1

[操作系统开发prosscd

说明:操作系统实验中的进程创建与删除 1) 采用动态或静态方法生成一颗进程树(进程数目≥20); 2) 设计进程撤销算法; 3) 实现进程撤销函数,采用级联方式撤销; 4) 可动态撤销进程; 5) 可动态观察进程树的情况; 6) 测试程序并得到正确结果。 -Experiment operating system process creation and deletion of 1) the use of dynam
<ajun> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发OS

说明:简单的实现操作系统中的进程的创建和删除,是基于C++的实现。-The realization of a simple operating system process creation and deletion, is based on the C++ Realized.
<lee> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发dynamic

说明:操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue
<李志龙> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发FCFS

说明:操作系统作业调度FCFS算法模拟程序。根据先来先服务原则对提交作业进行调度执行。-FCFS job scheduling algorithm operating system simulation program. According to the principle of first come first serve on the Executive to submit scheduling operations.
<李志龙> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发JSF

说明:操作系统作业调度JSF算法模拟程序。根据短作业优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program JSF. According to the short operating priority scheduling algorithm for operation into the memory to run
<李志龙> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发HRN

说明:操作系统作业调度HRN算法模拟程序。根据最高响应比优先算法调度作业进入内存运行-Operating system scheduling algorithm simulation program HRN. Response ratio in accordance with the highest priority scheduling algorithm into the memory to run operations
<李志龙> 在 2025-01-11 上传 | 大小:2kb | 下载:0

[操作系统开发system

说明:操作系统的存储器管理的,主要实现功能是存储器的调度等,算法和,一些简单的-Operating system, memory management, the main feature is memory scheduling and so on, algorithms and, with some simple
<hanjiajia> 在 2025-01-11 上传 | 大小:2kb | 下载:0
« 1 2 ... 96 97 98 99 100 101.02 .03 .04 .05 .06 ... 915 »

源码中国 www.ymcn.org