资源列表
[操作系统开发] 页面置换算法的模拟实现和计算命中率
说明:基本算法思想 OPT:该算法的基本思想是用二维数组page2[40][2] 的第一列存储装入内存的页面,而第二列用作标记位计数器。每当发生缺页时,就从内存中调出一页,首先将内存中的页面一一与要调入内存中的页面之后的页面比较,如果两个页面不相等,则内存中相应的页面的标记位计数器加一,直至到有相等的页面,则该页面的比较停止,再重复以上操作,直至内存中的页面全部比较完。然后找出内存中页面的标记位最大的页面,而该页就是要置换出来的页。 FIFO: 该算法的基本思想是用队列queue存储内存中的页面,队列<何泽荣> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[操作系统开发] zero_zero_is
说明:windows 的一个字体,非常的棒(价格4万),欢迎下载使用.-Another font in windows, which seems very good.(worth $40,000) Welcome to download and try.<英格兰> 在 2025-06-18 上传 | 大小:26kb | 下载:1
[书籍源码] matlab的图像处理命令
说明:里面包含了大量的,几乎所有的关于图像处理matlab命令-of which contains a large number of, almost all of the image processing orders Matlab<徐艳> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[语音合成与识别] Wave_Class_for_playing_and_recording_src
说明:将语音录放的程序。涉及到声卡的通道。希望给大家方便 -voice recorders procedures. Relate to the audio channel. We hope to facilitate the<玉贤哲> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[书籍源码] Delphi6分布式开发例程11
说明:Delphi6分布式开发例程11 )-Delphi6 distributed development routines 11)<叶生生> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[汇编语言] wordfile
说明:ultraEdit 语法高亮文件,支持Elan,Holtek单片机语法高亮,并能识别子程序,标号,折叠子程序单元,将子程序和标号添加到函数列表,大大提高浏览速度和开发效率。-ultraEdit syntax highlighter papers to support Elan. Holtek MCU syntax highlighter, and identification routines, labeling, folding subroutine modules, Subroutine a<尹剛> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[磁盘编程] CheckDiskSpace
说明:检查磁盘容量。了解系统信息,有助于我们深刻了解计算机的状态,方便开发与维护.-check disk capacity. Understanding of system information, help us understand the profound state of the computer, facilitate the development and maintenance.<li> 在 2025-06-18 上传 | 大小:26kb | 下载: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> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[书籍源码] DBSCAN&Rtree
说明:Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。DBSCAN.cs是全部算法的实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍。聚类示例数据来自于sxdb.mdb,一个Access数据库。-Form1.cs clustering algorithm is applied DBSCAN (Density-Based<yang> 在 2025-06-18 上传 | 大小:26kb | 下载:0