搜索资源列表
jincheng.cpp
- 模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
操作系统进程内存管理模拟
- 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
FasterJob
- 针对带期限的作业排序,采用更快的排序算法,类似与操作系统中的作业排序,先设定优先级,继而采用排序算法,找出在规定的时间内权益指最大的集合。-With the duration for scheduling, the use of a faster sorting algorithm, a similar operation with the operating system in order to set priorities, and then sorting algorithm used t
operate-system
- 实现了操作系统的优先级调度算法,测试CPU的使用情况。-accomplished the algrithm of function system
the
- 实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source