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

搜索资源列表

  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4482
    • 提供者:kkk
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2332
    • 提供者:aihao
  1. fifo

    0下载:
  2. 实现了fifo的基本功能。包括创建、添加、使用等。-Fifo implemented the basic functions. Including creating, adding, and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2375
    • 提供者:gsl
  1. FIFO

    0下载:
  2. 在分页式虚拟存储系统中,当硬件发出“缺页中断”后,引出操作系统来处理这个中断事件。如果主存中已经没有空闲块,则可用FIFO页面调度算法把该作业中最先进入主存的一页调出,存放到磁盘上。然后再把当前要访问的页装入该块。调出和装入后都要修改页表中对应页的标志。 FIFO页面调度算法总是淘汰该作业中最先进入主存的那一页,因此可以用一个数组来表示该作业已在主存的页面。-In the paging virtual memory system, when the hardware was given a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1664
    • 提供者:YHF
  1. FIFO-Ver2

    0下载:
  2. 在VC环境下模拟操作系统的FIFO页式内存管理的实例-VC environment in the operating system simulation-style FIFO memory management example page
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:902353
    • 提供者:冯涛
  1. fifo

    0下载:
  2. 用FIFO方式进行简单的系统存储调用试验,利用队列的方法,编写了一个FIFO线程的交互程序-FIFO method with a simple call to test the system memory, using the queue method, the preparation of an interactive program FIFO thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:876
    • 提供者:m47
  1. 11

    0下载:
  2. lfu and fifo and optimal algoritm comparison
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2069
    • 提供者:ali.saadat81
  1. fifo-queue

    0下载:
  2. The advantage of using a FIFO structure for a data flow problem is that we can decouple the source and sink processes. Without the FIFO we would have to produce 1 piece of data, then process it, produce another piece of data, then process it. With th
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:743
    • 提供者:Babar Ali
  1. FIFO

    0下载:
  2. 实现先进先出 页面置换算法 包括FIFO算法 LRU 置换算法等-FIFO page replacement algorithm to achieve, including FIFO replacement algorithm LRU algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:zelen
  1. fifo

    0下载:
  2. FIFO algorithm in c-FIFO algorithm in c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:559
    • 提供者:mattx264
  1. FIFO

    0下载:
  2. FIFO(先进先出)算法实现,分析该算法的缺页率和命中率-FIFO (First In First Out) algorithm to analyze the page fault rate and hit rate of the algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1097
    • 提供者:lj
  1. fifo

    0下载:
  2. 同步fifo的verilog代码,很好的资料,值得学习-Synchronous fifo verilog code, very good information, it is worth learning
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:734
    • 提供者:李军
  1. FIFO-LRU-OPT

    0下载:
  2. opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:292141
    • 提供者:
  1. FIFO

    0下载:
  2. 实现FIFO(先进先出)存储器设计,用VHDL实现 -to implement the FIFO meoney
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:806
    • 提供者:susan
  1. FIFO

    0下载:
  2. 自己封装的FIFO,大家看下,有什么好的意见大家可以提下-Own package FIFO, look down, have any good ideas that we can put under
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1536
    • 提供者:bigseafish
  1. FIFO-C

    1下载:
  2. FIFO的C语言实现。buffer指向存放数据的缓冲区,size是缓冲区的大小,in是写指针下标,out是读指针下标,在len和(fifo->size - fifo->in + fifo->out)之间取一个较小的值赋给len。注意,当(fifo->in == fifo->out+fifo->size)时,表示缓冲区已满,此时得到的较小值一定是0,后面实际写入的字节数也全为0。-FIFO the C language. buffer point to the
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:40040
    • 提供者:张明浩
  1. fifo-code

    0下载:
  2. Verilog代码:同步\异步FIFO。包含格雷码计数器.-Verilog code: syncronous\asyncourous FIFO. containing gray counter.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:2797
    • 提供者:王文
  1. fifo

    0下载:
  2. 异步fifo ,verilog 源代码,含工程文件,modosim 下运行-Asynchronous fifo verilog source code containing the project file run modosim
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:174904
    • 提供者:zhaoyibin
  1. FIFO-interrupt

    0下载:
  2. EASY arm FIFO传输-EASY arm FIFO transmission
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:11810
    • 提供者:亓鲁
  1. FIFO

    0下载:
  2. 通用FIFO,先进先出,队列满不覆盖数据,已经检测,没出现BUG。-Universal FIFO, first-in-first-out queue full coverage data has been detected, and no-show BUG.
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:1094
    • 提供者:欧阳华宇
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com