CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - clock algorithm

搜索资源列表

  1. 时钟小程序

    0下载:
  2. 这个程序重点改进了时钟的的表针的算法;而且增加了多个可以由用户自定义的功能,这样主要的属性定义都交给用户,方便得多了。 -focus on the process of improving the hand of the clock algorithm; but the number could increase by the user-defined function, a major attribute definition to the user, is much more conveni
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12188
    • 提供者:阿牛
  1. NRU

    0下载:
  2. 最近未使用页淘汰(NRU)算法或者时钟算法是实际使用的诸多页淘汰算法中的一种。本课程设计是使用C程序设计语言,在windows平台下对页淘汰(NRU)算法模拟,通过页淘汰(NRU)算法的模拟来进一步的加深对使用NRU算法的了解,及对C程序设计语言的使用。 关键词:页淘汰 NRU 时钟算法 -unused pages recently eliminated (NRU) algorithm or clock algorithm is practical use out of the many
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:105234
    • 提供者:戴天天
  1. clock_xiaoyi

    0下载:
  2. 这是编写的一个操作系统的clock算法。是在vc++环境下编绎的。-This is the preparation of an operating system clock algorithm. In vc environment unravel the series.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7957
    • 提供者:陈传义
  1. clock model

    0下载:
  2. 时钟模拟汇编算法-compilation clock simulation algorithm
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:陈非
  1. clock-algorithm

    0下载:
  2. 本代码为页面置换算法中的NRU算法,即改进型Clock置换算法。-code for the page replacement algorithm the invariable algorithm, improved Clock replacement algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2320
    • 提供者:代怀凯
  1. Ex07

    0下载:
  2. 一个小时钟程序,可以开始计时和暂停,显示当前时间-a small clock algorithm, it can note the begining time and the finished time, and display the current time.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37246
    • 提供者:dy
  1. 编程实现LRU算法或CLOCK/改进算法等置换算法

    0下载:
  2. 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-21
    • 文件大小:140911
    • 提供者:李朗
  1. 操作系统中改进型clock页面置换算法的演示算法

    0下载:
  2. 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2016-12-23
    • 文件大小:1157
    • 提供者:周岩
  1. Clock

    0下载:
  2. 大学计算机操作系统课程设计,完成页面置换功能,利用clock算法-University computer operating system curriculum design, complete page replacement function, the use of clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:10901
    • 提供者:王明
  1. Clock

    0下载:
  2. 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7871
    • 提供者:李方
  1. clock

    0下载:
  2. 关于操作系统clock内存调度代码,描述Clock算法的基本原理、必要的数据结构、编码实现-Scheduling memory clock on the operating system code, Clock algorithm describes the basic principles of the necessary data structure, coding to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1379
    • 提供者:yjian
  1. workplace

    0下载:
  2. 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:83018
    • 提供者:lzh
  1. clock

    0下载:
  2. FPGA的时钟算法 完整运行文件 通过Xilinx8.2的环境 波形仿真来实现时钟计数-FPGA clock algorithm to run it through a full environmental Xilinx8.2 simulation waveform to achieve the clock count
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:219880
    • 提供者:qinjin
  1. Nachos-scheduler.tar

    0下载:
  2. 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算法。 NRU(Not Recently Used)算法 SC(Second Chance)算法 Clock算法 Working Set算法 Aging算法 -The purpose of this project is to achieve the missing page handling procedures, which ne
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:572356
    • 提供者:gavinfeng
  1. clock

    0下载:
  2. CLOCK算法 计算机操作系统要求实验-CLOCK algorithm is a computer operating system require research
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:1379
    • 提供者:gaorp
  1. FIFO-LRU-OPT-Clock

    0下载:
  2. 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:15083
    • 提供者:soong
  1. clock

    0下载:
  2. 页面调度算法,带有修改位的clock算法。-the modified clock algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1113
    • 提供者:LI
  1. clock

    0下载:
  2. CLOCK改进算法, 按照最多5块的内存分配情况,编程实现所选算法,动态输入访问内存的块号序列,输出置换结果; 测试:输入合法、非法的访问序列数据,检查程序的正确性和健壮性。-CLOCK algorithm improvements, in accordance with up to five memory allocation in programming to the selected algorithm, the dynamic input access memory block n
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:665
    • 提供者:yuanpan
  1. clock

    0下载:
  2. 操作系统clock算法,用c实现。代码有详细的注释-The operating system clock algorithm, c to realize the code is detailed notes
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:959760
    • 提供者:
  1. CLOCK

    0下载:
  2. CLOCK 算法功能的相关实现zhihuansuanfa-Related achieve CLOCK algorithm functions
  3. 所属分类:Linux Network

    • 发布日期:2017-05-05
    • 文件大小:19860
    • 提供者:李梦蝶
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com