资源列表

« 1 2 ... .89 .90 .91 .92 .93 194.95 .96 .97 .98 .99 ... 915 »

[操作系统开发进程调度优化算法

说明:针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
<孙迪> 在 2008-10-13 上传 | 大小:1.33kb | 下载:0

[操作系统开发请求页面算法

说明:操作系统 请求页式管理,包括FIFO,LRU两种算法,-OS-page request management, including FIFO, the LRU algorithm,
<wang> 在 2008-10-13 上传 | 大小:1.47kb | 下载:0

[操作系统开发页面置换算法的模拟实现和计算命中率

说明:基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO
<何泽荣> 在 2008-10-13 上传 | 大小:25.8kb | 下载:0

[操作系统开发lru20050602

说明:TC, Win-TC 编译运行通过 最近最少用页面调度算法-TC, Win-TC compiler running through the pages recently, at least with Scheduling Algorithm
<邓威> 在 2008-10-13 上传 | 大小:1.42kb | 下载:0

[操作系统开发内存静态分配

说明:内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。-static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of
<张家> 在 2008-10-13 上传 | 大小:1.08kb | 下载:0

[操作系统开发jiafei

说明:文件系统,可哦佛艘故我俄破;界瓦急剧热破体-file system, oh, I am from Dover Russia break; Watts sharp sector body heat break
<苏韦> 在 2008-10-13 上传 | 大小:1.88kb | 下载:0

[操作系统开发存储管理--页面置换

说明:关于模拟操作系统的存储管理页面置换程序,挺好的.-simulation operating system on the storage management pages replacement procedures, Holbrook.
<若竹> 在 2008-10-13 上传 | 大小:1.69kb | 下载:0

[操作系统开发memory arrange

说明:一个操作系统存储管理的程序,十分精彩,同其他版本都不同.-an operating system storage management procedures and brilliant, with the other versions are different.
<若竹> 在 2008-10-13 上传 | 大小:1.56kb | 下载:0

[操作系统开发MemoryManagement

说明:操作系统的内存跟踪文件,用API函数来实现,对于学习操作系统有很大的价值.-operating system memory tracking files, API function to achieve, learning operating system is of great value.
<若竹> 在 2008-10-13 上传 | 大小:2.95kb | 下载:0

[操作系统开发文件系统xxx

说明:操作系统的文件系统程序,内容包括登陆,创建等功能.-OS file system,include logging in,create file etc.
<若竹> 在 2008-10-13 上传 | 大小:23.51kb | 下载:0

[操作系统开发读者写者算法

说明:关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
<若竹> 在 2008-10-13 上传 | 大小:24.04kb | 下载:1

[操作系统开发FIFOwithc

说明:这是我写的一个关于操作系统的FIFO的过程,希望大学在使用的同时指出不足之处,-This the one I wrote on the operating system FIFO process, in the hope that the University of noted deficiencies, thank you
<王希哲> 在 2008-10-13 上传 | 大小:1.65kb | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 194.95 .96 .97 .98 .99 ... 915 »

源码中国 www.ymcn.org