搜索资源列表
MultiProcesses
- 这是一个模拟操作系统中多进程并发调度的问题。-This is a simulated operating system more complicated process of scheduling problems.
lun
- 处理机调度的算法,操作系统的课程设计,主要是应用轮转法进行进程的调度-processor scheduling algorithms, operating system design of Web applications is the main method of the scheduling process
操作系统进程内存管理模拟
- 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
ss
- 操作系统的进程调度的一个实验,是用C++程序编写,易于理解和调试-Operating system, the process of scheduling an experiment, is to use C++ programming, easy to understand and debug
caozuoxitong
- 操作系统的进程调度实验(利用的是优先权的算法)-Operating system process scheduling experiments (using the priority algorithm)
C8
- 用C代码模拟操作系统的进程调度,其中用到图形库-With C code simulation of the operating system process scheduling, which uses graphics library
C_Algorithma_datastruct_os
- 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
FCFS-SJF-algorithm
- 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
Round-robin-algorithm
- 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available