搜索资源列表
os--processcontrol
- 这是一个模拟操作系统中近程之间调度的源代码,适合初学操作系统的人理解其内部工作机制.-this is a short-range operating system simulation scheduling between the source code, the operating system suitable for beginners to understand its internal working mechanisms.
os
- 使用c语言编写的实现操作系统的作业调度算法的程序,作业信息可手动输入,也可从附带的文本文件中读取
os-banker
- 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
操作系统实验论文
- 我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it
os
- 这个实现了操作系统的内存的分类与回收的功能。以及内存使用情况。-The realization of the operating system of classification and recovery of memory function. And memory usage.
os
- 用VB写的模拟操作系统的进程的工作过程,可作为操作系统的课程设计的参考资料-Using VB to write the simulation of the process of the operating system process, which involves the management of that equipment can be used as reference for the operating system class
OS
- 进程创建与调用,销毁等功能演示,包含Window内核实验教程电子书,以及系统调用查找电子书和《自己动手写操作系统》-Process creation and call features such as the destruction demo, including Window kernel Experimental Course e-books, as well as system calls to find e-books and the " it-yourself to write
OS
- 操作系统关于线程同步的实验,生产消费问题的模拟。-The operating system on the thread synchronization experiments, simulation of production and consumption issues.
os
- 进程管理模拟程序,实现了进程的三状态转换。操作系统课程设计。-Process management simulation program
OS
- 操作系统课程设计--进程管理模拟还有处理机调度模拟-Courses on operating system design- process management processor scheduling simulation modeling are
OS-duxie-duoxianchen
- 操作系统读者写者问题的多线程实现,在读者优先的条件下模拟多个读者写者的对缓冲区的使用情况。-Persons operating system readers to write multi-threaded implementation of the priority conditions in the simulation of readers more than readers who write the buffer usage.
os
- 操作系统课程设计:进程调度(时间片轮转,优先级调度,多及反馈队列,阻塞,挂起,唤醒)-Course design: process scheduling (time slice rotation, priority scheduling, and more and feedback queue, block, suspend, resume)
OS
- 有进程,线程和信号量编程的操作系统编程。-A process, thread and semaphore programming, operating systems programming.
os
- 这个程序主要实现进程的操作系统的同步与并发,用到了一个c++中的类的用法。-This program processes the main operating system to achieve synchronization and concurrency, used in a c++ class usage.
Simple-PCB-for-OS
- 模拟操作系统进程的并发执行,并进行单步输出-Simulate the concurrent execution of operating system processes, and single-step output
os
- 提供了多道的程序,可以帮助我们理解操作系统的多线程过程,用C++语言编写,简单易懂,便于学习-Provides multi-channel programs that can help us understand the process of multi-threaded operating system, written in C++ language, easy to understand, easy to learn
os
- 操作系统课设,编程实现模拟操作系统进程调度-Class set of operating system programmed to simulate the operating system process scheduling
os-homework
- 操作系统上机作业,包括创建进程、客户服务器等。-os homework
OS-process-
- 该段代码为操作系统进程调度的算法分析,内含三种算法FCFS、SJF、时间片轮转,在程序结束之前会对三种算法进行简单的分析。-The sections of the code for the operating system process scheduling algorithm analysis, containing three algorithms FCFS, SJF, time slice rotation, a simple analysis is interested in the
os
- 先来先服务算法 强占式短进程优先算法的操作系统课设-First-come, first-served algorithm preemptive priority short process