CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - FIFO

搜索资源列表

  1. TestDlg2

    0下载:
  2. USB2.0接口的设计与实现--写fifo源代码:挺好的-USB2.0 Interface Design and Implementation- fifo writing the source code: I' m fine
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6507
    • 提供者:黄献云
  1. fbqueue_attemper

    0下载:
  2. :进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法-The process of scheduling the process of scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:3756485
    • 提供者:杨振宇
  1. FIFO

    0下载:
  2. 页面置换算法的实现源码。主要为OS初学者提供参考。-Page replacement algorithm implementation source code. The main reference for the OS for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2931
    • 提供者:zhang
  1. fenye

    0下载:
  2. 可以实现分页式存储管理的三种方式lur.nur.fifo.三种方式-Page storage management can be achieved three ways lur.nur.fifo. Three ways
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1906631
    • 提供者:sky
  1. page

    0下载:
  2. C++实现的请求页式存储管理的模拟程序,缺页处理采用FIFO的算法!-C++ implementation of the requested page storage management simulation program, page fault handling using the FIFO algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1227
    • 提供者:liwei
  1. Cpp1

    0下载:
  2. fifo 置换算法求置换页面的次数,根据课本的要求编写-It is a good programme
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:974
    • 提供者:liu
  1. Page-replacement-algorithm

    0下载:
  2. 页面置换算法(FIFO,LRU,OPT),带有实现算法的动画界面。-Page replacement algorithm (FIFO, LRU, OPT), with algorithm animation interface.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:76237
    • 提供者:zcj
  1. fifo_boss

    0下载:
  2. 一个最基本的fifo程序,对于刚入门的新手学习data structure 会有所帮助-Just a function of fifo,which will be helpful to the fresh
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:705
    • 提供者:Joseph
  1. PageReplace

    0下载:
  2. CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:98740
    • 提供者:sandwich
  1. FIFO_LRU

    0下载:
  2. 实现操作系统中FIFO算法和LRU算法的模拟-FIFO algorithm in the operating system and LRU algorithm simulation
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:54111
    • 提供者:朱俊生
  1. fifo_lru_opt_twochance

    0下载:
  2. 请求分页虚拟存储。FIFO,OPT,LRU,二次机会。在他人的代码上修改而成。加入简单页表,逐步显示。可配置页架数,页面总数,访问序列。-Demand paged virtual storage. FIFO, OPT, LRU, second chance. Modifications made in the code of others. Added a simple page table gradually. Configurable page frame number, the total
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:190416
    • 提供者:zzzz
  1. page-type-storage-allocation

    0下载:
  2. 实现进程的分页式内存分配和地址转换过程,并进一步实现请求分页式存储分配和地址转换过程。页面置换算法至少应实现先进先出(FIFO)、最近最久未使用(LRU)等算法-Realization process of the paging type memory allocation and address translation process, and further realize request page type storage allocation and address translatio
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:2269
    • 提供者:huyang
  1. ww

    0下载:
  2. 页面置换算法 一共有三个 FIFO LUR OPT-Page replacement algorithm, a total of three FIFO LUR OPT
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:1384
    • 提供者:薛妮
  1. yeshicunchuguanli

    0下载:
  2. 操作系统页式存储管理的FIFO,LFU算法-Page memory management of the operating system, FIFO, LFU algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1024
    • 提供者:李宇
  1. abc

    0下载:
  2. 最近最久未使用算法 先进先出算法 最佳置换算法-The most recent time algorithm for optimal use of algorithms FIFO replacement algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3616
    • 提供者:赵子龙
  1. suanfashixian

    0下载:
  2. 分页储存算法实现 FIFO NRU LRU -Paging storage algorithm FIFO NRU LRU ...
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3395
    • 提供者:赵子龙
  1. ooo

    0下载:
  2. 1、 模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2、 用先进先出页面调度算法处理缺页中断。 -1, analog paging storage management hardware address translation and generate a page fault. 2, with FIFO scheduling algorithm processing page page fault.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:lgc
  1. C-page

    0下载:
  2. 页面置换算法,用C#语言编写的操作系统的页面置换,包括三种算法,LRU,FIFO,OPT-Page
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  1. LFU

    0下载:
  2. 是flu算法 是在命令行中输入数据流来进行调度,有计算缺页率。不是从txt中读取。是为了。LFU是最近最不常用页面置换算法(Least Frequently Used),也就是淘汰一定时期内被访问次数最少的页!要求在页置换时置换引用计数最小的页,因为经常使用的页应该有一个较大的引用次数-Main page scheduling algorithm: FIFO, least recently used scheduling algorithm (LRU), least recently used
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4995
    • 提供者:Alice zang
  1. queue

    0下载:
  2. 队列的基本程序代码,比如入队,出队,取队头,此代码用链表的方式采用的FIFO(first in first out),新元素(等待进入队列的元素)总是被插入到链表的尾部,而读取的时候总是从链表的头部开始读取。每次读取一个元素,释放一个元素。所谓的动态创建,动态释放。因而也不存在溢出等问题。由于链表由结构体间接而成,遍历也方便。-The basic code of the queue, for example into the team, the team, the first team to t
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:176706
    • 提供者:陈泉秀
« 1 2»
搜珍网 www.dssz.com