搜索资源列表
操作系统进程内存管理模拟特别版
- 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
操作系统——动态优先级调度算法源代码
- 操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system -- Dynamic priority scheduling algorithm source code, multi-channel system more complic
操作系统进程内存管理模拟
- 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
操作系统——PCB模拟代码
- 这是帮别人做的程序,模拟操作系统中进程控制块(包括多道系统中动态优先级进程调度和动态内存分配),用tc2.0做的,带有图形界面和简陋的控制台。现在把源代码贴出来。-This to help procedure that others make, simulation operating system process control piece (whether including many dishes of system dynamic PRI process dispatcher and d
操作系统进程内存管理模拟vb
- 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
操作系统2
- 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algo
操作系统——PCB模拟
- 该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
优先级
- 计算机操作系统进程调度优先级调度方法-Priority method for scheduling processes of computer operating system.
DSP2812自己设计的操作系统源代码
- 在2812上实现的操作系统 类似UCOS 支持64个任务,64个优先级 支持任务通信 代码小于1000行(除去TI代码模板和寄存器定义)
进程模拟调度
- VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
diaodusuanfa
- 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
jinchengdiaodu
- 进程调度实验,模拟进程优先级调度算实验,计算机操作系统-The process of scheduling experiments, the modeling process priority scheduling experiment operator, the computer operating system
priority
- 处理机优先级管理程序 此源码为操作系统设计与实践的实验作业-Processor priority management procedures for the operating system of this source of experimental design and operating practice
bloodOS
- 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
pcb
- 操作系统处理机调度,高优先级调度算法。模拟处理机调度的过程,每运行一次优先级自动减1-Operating system, processor scheduling, high-priority scheduling algorithm. Analog processor scheduling process, each run by a first-priority Auto
2001-04-21-mp1
- 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
1_kernel_thread_priority_inheritance
- rt-thread嵌入式操作系统优先级调度测试程序,仅供初学者学习线程调度-rt-thread embedded operating system priority scheduling testing procedures, for beginners to learn thread scheduling
code
- 操作系统 优先级抢占调度 C++源码实现 课程作业-operation system c++ code
0922
- 在操作系统优先级中练习的短小代码,不是特别复杂,属于比较简单的(The short code used in the operating system priority is not particularly complicated, but rather simple)
操作系统作业
- 模拟操作系统的内存调度,硬盘管理,CPU资源分配,进程优先级处理等等(Simulation of memory scheduling, hard disk management, CPU resource allocation, process priority processing and so on)