搜索资源列表
一个用C做得存储管理
- 一个用C做得存储管理,很好用的,是操作系统的实验-doing a C storage management, good use, the operating system is experimental
页面的存储管理
- 这是一个用C做的页面的存储管理程序,操作系统的实验-This is a C so pages of storage management processes, the experimental operating system
《操作系统实验2——规划书》
- 操作系统存储管理实验源代码..与实验报告-storage management operating system source code experiment with the experimental report ..
操作系统实验三
- 这个是存储管理的页面课程设计 已经编译完成,绝对没有错误-storage management curriculum design pages is compiled completed, there is no wrong
guandaoshuangxiang
- 操作系统实验指导说明书 实验一 熟悉Linux环境 实验二 进程创建及进程通信 实验三 生产者-消费者问题 实验四 存储管理实验-operating systems experimental guidance brochures experiment with a two experimental Linux environment and the process of creation is the process of communication autopsy three
caozuoxitongshiyan
- 实验一 熟悉操作系统工作环境 实验二 Linux进程通信程序设计 实验三 Windows服务程序设计 实验四 进度调度程序设计及分析 实验五 存储管理程序设计及分析-experiment a familiar working environment operating system Linux process two experimental communication program design Wind Experiment 3 Diego experimental
teson_osstorage
- 操作系统实验之存储管理模拟系统,模拟操作系统存储管理,包含源码和可执行文件-experimental operating system memory management system simulation, simulation operating system memory management, and included the source code to the executable
存储管理算法
- 操作系统的存储管理算法模拟实验使用c++实现的源程序-OS storage management algorithm simulation experiments using c realization of the source
虚拟存储器实验
- 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
cc
- 操作系统实验,存储管理,这个是模拟存储器管理-Experimental operating system, storage management, this is a simulation of memory management
cunchu
- 操作系统实验报告,关于存储管理的应用,比较实用-Experimental report the operating system on the storage management applications, more practical
process
- 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
02
- 是操作系统分区式存储管理的一个运行试验,是用C++编写的。可以帮助更好的理解实验-Is the operating system partition storage management, a running test, is written in C++. Can help a better understanding of experimental
ymzh
- 有关计算机操作系统中存储管理中的页面置换算法实验代码-The computer operating system stored in the management of the experiment code on the page replacement algorithms
cunchuguanli
- 计算机操作系统存储管理实验首次适应算法代码-cunchuguanli
Operating-System-visal--file-System
- 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)。-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, for p
T_5424
- 操作系统第一次实验参考资料 可变分区存储管理 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和
Cfile1o
- 计算机专业操作系统实实验报告,实验四存储管理 -Real experimental report of the Computer Professional operating system, experimental storage management
ooeedongdongthe
- 操作系统存储管理实验源代码,,与实验报告,不错的-The source code, the operating system storage management experiments, and the experiment report, good dongdong
操作系统实验报告
- 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))