资源列表
[其它] RunLowerINDOS
说明:在DOS下運\行的程序,功能很強大,用來更改大小寫,不是rename的寫法 -under the DOS operating procedures, functions very powerful, case-insensitive to changes, the wording is not rename<风景> 在 2008-10-13 上传 | 大小:25.78kb | 下载:0
[编译器/词法分析] MYBIANYI
说明:这个是同学和隔壁几个班同学一起做的,经过大家一起研究,一起编译,一起测试的,效果虽然不怎么样,但从某方面来说,还是值得参考-this is the next several classmates and the class work together, everyone together, compiled with the test results although not impressive, but from a certain point of view, it is still wo<long> 在 2008-10-13 上传 | 大小:25.84kb | 下载:0
[其它] Basiccaozuo
说明:有关数据结构的一些基本小应用程序。希望能对大家的平时学习有帮助。-the data structure of the small number of basic applications. The hope is to learn everyone's help in peacetime.<王红> 在 2008-10-13 上传 | 大小:25.81kb | 下载:0
[其它] volume_ctrl
说明:音量控制小程序,用于控制主音量以及wave-small volume control procedures for the control of the main volume and wave<吴笛> 在 2008-10-13 上传 | 大小:25.79kb | 下载:0
[Dephi控件源码] ActiveSkin4.27
说明:ActiveSkin Muito bom mesmo use apenas para estudos-ActiveSkin Muito bom para disproportionate use mesmo estudos<Wellington> 在 2008-10-13 上传 | 大小:25.77kb | 下载:0
[Dephi控件源码] winampctr10
说明:WinAmp Control A Component that can control Winamp.<seia> 在 2008-10-13 上传 | 大小:25.78kb | 下载:0
[操作系统开发] 页面置换算法的模拟实现和计算命中率
说明:基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列<何泽荣> 在 2008-10-13 上传 | 大小:25.8kb | 下载:0