搜索资源列表
geekos0.3.0
- 一种教学用的小型操作系统。 一个用C语言开发的操作系统,学生可以在Linux或UNIX环境下对其进行功能扩充,也可以在Windows下使用Cygwin工具进行开发,且其针对进程,文件系统,存储管理等操作系统.. -A small operating system teaching. A C language development with the operating system, students can be Linux or UNIX environment to expand
mem
- 模拟操作系统内存管理,采取最先适应分配。输入进程长度自动在内存中分配空间,并可以按进程名撤销进程释放其内存空间-Simulate the operating system memory management, to take the first to adapt to the distribution. Enter the length of the process of automatically allocate space in memory and can be removed by t
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
xx
- 操作系统的课程设计,模拟进程管理器,有新建进程,显示进程,删除进程,更换进程,进程间通信等-Operating systems curriculum design, simulation process manager, there are new processes, show the process, remove the process, change process, inter-process communication
11
- 进程控制用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件。或者利用鼠标或者键盘中断的基于图形接口方式的进程控制管理。 具体过程: 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控
ProducerAndConsumer
- 本程序模拟操作系统进程管理的程序。称为生产者和消费者问题-products and consumer
os
- 操作系统,实现第一个实验,进程管理,有调度,阻塞,唤醒等-Operating system
System
- 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
1.1.2
- 新鲜出炉的操作系统请求页式管理FIFO算法。一个进程有60个页面,假设内存分配了8个页面,页长为1K,第0、5、6页已经在内存中,随机生成访问序列,发生缺页中断时,写出相应的字地址、页号及内存中的8个页面。-Fresh baked operating system requests a page management FIFO algorithm. 60 pages of a process, assuming the memory allocated eight pages, page len
jinchengguanli
- 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
os
- 操作系统实验报告 Windows XP 系统管理 Windows任务管理器的进程管理 Windows XP 虚拟内存管理 进程调度-Operating System
OS
- 一个c++写的模拟的操作系统,实现了文件管理、用户接口、进程管理、设备管理、磁盘、内存等-Write a c++ simulated operating system, file management, user interfaces, process management, device management, disk, memory, etc.
java-os
- 此次操作系统,本人使用java中的多线程来模拟多进程共享临界资源。java中多线程就是一个类或一个程序执行或管理多个线程执行任务的能力,每个线程可以独立于其他线程而独立运行,当然也可以和其他线程协同运行,一个类控制着它的所有线程,可以决定哪个线程得到优先级,哪个线程可以访问其他类的资源,哪个线程开始执行,哪个保持休眠状态。对临界资源Critical_Resources类进行操作方法声明为synchronized,当方法被该关键字声明后,也就意味着,如果这个资源类被加锁,只有一个对象得到这个类的锁
Classesbasedoperatingsystem.Rar
- 操作系统课设 提供并发进程、内核编译、添加驱动和资源管理器四个小程序的相关代码-Operating systems curriculum design Applet provides four relevant code: concurrent processes, kernel compilation, add drivers, and resource managers
melon_os_v0.19
- 自己闲的蛋疼时,写了一个操作系统, 支持进程基于优先级抢占,timer, mutex mailbox 内存管理等特性-I writed a OS kennel in the fucking boiling time
dvljty
- 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
状态转换和内存管理
- 操作系统状态转换和内存管理 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。(State conversion of operating system)
操作系统实验报告
- 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))