搜索资源列表

  1. 页面置换算法演示

    0下载:
  2. 程序中含有一些对控制台输出和事件进行控制的API函数.-Includeing some function to contral the input and output of console.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14955
    • 提供者:杨杰
  1. WWW.Ahaoz.CoM__vc783453772452

    0下载:
  2. 了解了操作系统中各种资源分配算法的实现,特别是对虚拟存储,页面置换有了深入的了解,并能够用高级语言进行模拟演示。在这短短的两周时间里,通过浏览、阅读有关的资料,学到了很多东西,同时也发现仅仅书本的知识是远远不够的,需要把知识运用到实践中去,能力才能得到提高。有如下几点体会:-understanding of the various operating system resource allocation algorithm implem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1870139
    • 提供者:周剪
  1. 676575585858758578

    0下载:
  2. 模拟实现以下页面置换算法,并计算其命中率: 一、理想置换算法OPT(Optimal Replacemnet) 二、先进先出置换算法FIFO-Simulation following pages replacement algorithms, and calculate their hit rate : 1. OPT ideal replacement algorithm (Optimal Replacement) 2. FIFO
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:193864
    • 提供者:康抗
  1. Linux内存管理模拟器

    0下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. fifo_lru_opt

    1下载:
  2. 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:wz
  1. vc34752424

    0下载:
  2. 这是模拟页面置换算法的小程序,涵盖了3个页面置换算法 -This is the simulation algorithm replacement pages of small programs, covering three pages replacement algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1725
    • 提供者:王小波
  1. OSshiyan5

    0下载:
  2. 通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法-by requesting page memory management algorithm simulation replacement pages design, storage virtualization technology features, master-page request for storage manageme
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10798
    • 提供者:吊死鬼鬼
  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6683
    • 提供者:刘利辉
  1. yumianzhihuan

    0下载:
  2. 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:11872
    • 提供者:金金
  1. pageChange

    0下载:
  2. 操作系统算法,关于页面置换算法的一个描述,其中写了两种算法,一种为先进先出,另一种为少用先出。-operating system algorithm, on the pages of a replacement algorithm descr iption, which was made two algorithms, for a FIFO, and the other for the use of first-out.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1980
    • 提供者:倪恩伟
  1. www[1].cnzz.cn

    1下载:
  2. 先进先出页面置换算法159 5.6.2最佳页面置换算法159 5.6.3最近最少使用页面置换算法160 5.6.4第2次机会页面置换算法161 5.6.5时钟页面置换 -FIFO replacement algorithm 159 pages 5.6.2 best replacement algorithm 159 pages recent 5.6.3 use at least 160 pages replacement algorit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2949
    • 提供者:贾冬
  1. zhihuan

    0下载:
  2. 操作系统中的关于页面置换算法的C语言编的程序-operating system as a replacement pages on the C-language algorithm series of procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2896
    • 提供者:刘丹
  1. moniqi

    0下载:
  2. 操作系统页面置换算法模拟器用JAVA语言编写的-pages replacement algorithm operating system simulator with the Java language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4341
    • 提供者:刘丹
  1. LRUgoodprograme

    0下载:
  2. 可实现操作系统中页面置换功能。很好的LRU算法。-can achieve operating system functional replacement pages. Good LRU algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1443
    • 提供者:李名
  1. yemianyuyang

    0下载:
  2. 操作系统试验页面置换算法,信息管理专业,用VB实现-operating system replacement algorithm, information management professionals, using VB
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:910240
    • 提供者:于洋
  1. yemian

    0下载:
  2. 页面置换算法:实现先进先出页面置换算法,最近最少使用页面置换算法,最少使用页面置换算法-pages replacement algorithm : achieving FIFO pages replacement algorithm, the least recently used pages replacement algorithm, at least the use of replacement pages algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:雷天保
  1. xcopt2

    0下载:
  2. 操作系统可称颂设计的程序,页面置换OPT算法,vc++编写-OS praise design procedures, replacement pages OPT algorithm, vc prepared
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2401
    • 提供者:xc
  1. OSPAGEChangeCODE

    0下载:
  2. VC里的一个页面置换的源码,我把它改了一下,现在可以直接用在游戏的开发中,你可以很容易就实现游戏中的动作动画,还附有详细的DOC,希望对大家有帮助-VC Lane pages of a replacement source code, I changed it a bit, can now directly used for the development of the game, you can easily achieve game
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:44467
    • 提供者:吕风正狂
  1. ahei@PageReplace

    0下载:
  2. 操作系统的页面置换算法演示,非常简单的拉,-operating system replacement algorithm demo pages, very simple and pulling Oh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:132610
    • 提供者:哈哈哈
  1. OSchunchu

    0下载:
  2. PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10327
    • 提供者:billdong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »

源码中国 www.ymcn.org