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

搜索资源列表

  1. FIFO2010

    0下载:
  2. 经典先进先出页面置换算法,淘汰最先进入内存的页面-Classic FIFO page replacement algorithm, out of the first page into the memory
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4543
    • 提供者:明月紫莹
  1. 123

    0下载:
  2. 用先进先出页面调度算法处理缺页中断。用先进先出页面调-Im good at this
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1288
    • 提供者:何志艺
  1. 2

    0下载:
  2. 实现分页式存储地址转换过程。出现缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。-Implement paging address translation storage process. Phenomenon occurs when the missing pages, use the FIFO FIFO, most recently from lack of use LRU, the best OPT replacement algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1832
    • 提供者:zhang
  1. Vir_Mem

    0下载:
  2. 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 1) 最佳置换算法(Optimal) 2) 先进先出法(Fisrt In First Out) 3) 最近最久未使用(Least Recently Used) 4) 最不经常使用法(Least Frequently Used) 5) 最近未使用法(No Used Recently) 其中,命中率=1-页面失效次数/页地址流长度。 试对上述算法的性能加以较各:页面个数和命中率间的关系;同样情况下的命中率
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:2112
    • 提供者:zhongkeli
  1. a

    0下载:
  2. 模拟先进先出(FIFO)页面调度算法处理缺页中断-Analog FIFO (FIFO) scheduling algorithm page page fault handling
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1063
    • 提供者:阿迷
  1. FIFO

    0下载:
  2. 先进先出存储器A 511x8 FIFO with Common Read/Write Clock 带读写时钟-A 511x8 FIFO with Common Read/Write Clock
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2194
    • 提供者:fjmwu
  1. fifo89

    0下载:
  2. 一个先进先出缓冲器的vhdl源代码,深度是8,宽度是9位。-A FIFO CODE IN VHDL.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1078
    • 提供者:巍山劲松
  1. SBuffer

    0下载:
  2. 环形字符缓冲区 通过指针的移动,减少内容拷贝的次数 先进先出队列-Circular character buffer by moving the pointer to reduce the number of copies the contents of FIFO queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:金磊
  1. batch_sales

    0下载:
  2. 一个先进先出批次核算的算法案例,基于ORACLE PRO*C的开发环境-a caculation method of FIFO (First In First Out) which is written in oracle pro*c under unix OS.
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:1842
    • 提供者:fisher
  1. fifo

    0下载:
  2. 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:17387
    • 提供者:long
  1. queue

    0下载:
  2. 队列代码,可以把不同的对象放入队列中去,实现先进先出-Queue code, you can put different objects into the queue to achieve FIFO
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:12031
    • 提供者:yangchangqi
  1. Asynchronous-FIFO-design

    0下载:
  2. 异步FIFO是一种先进先出的电路,在异步电路中,由于时钟之间周期和相位完全独立,因而数据丢失概率不为零。如何设计一个高可靠性、高速异步的FIFO是一个难点,本代码介绍了一种解决方法。-Asynchronous FIFO is a kind of advanced first out circuit, in asynchronous circuit, as the clock cycle and phase between full independence, thus data loss pro
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:2617
    • 提供者:王国庆
  1. Page-replacement-algorithm

    0下载:
  2. 1)先进先出页面置换算法(FIFO) 2)最近最久未使用页面置换算法(LRU) 3)最佳置换页面置换算法(OPT)-1) FIFO page replacement algorithm (FIFO) 2) lack of use the most recent page replacement algorithm (LRU) 3) replacement of the best page replacement algorithm (OPT)
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:20439
    • 提供者:xiaoxiao
  1. linkqueue

    0下载:
  2. 利用队列结构实现车厢重排问题。车厢重排问题如下: 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。 -Compartments use the queue structure to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1019420
    • 提供者:ziying
  1. suanfa_diaodu

    0下载:
  2. 设计一个虚拟存储区和内存工作区 , 并使用下述算法计算访问命中率。 (1) 先进先出的算法 (FIFO) (2)最近最久未使用的算法调度-Design a virtual memory storage area and work area, and access using the following algorithm to calculate the hit rate. (1) FIFO method (FIFO) (2) lack of use of the algorithm i
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2189
    • 提供者:晒晒太阳
  1. yemian

    0下载:
  2. 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:dlq
  1. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the interface output
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:29045442
    • 提供者:
  1. yuandaima

    0下载:
  2. 设计一个虚拟存储区和内存工作区 , 并使用下述算法计算访问命中率。 (1) 先进先出的算法 (FIFO) (2 )最近最少使用算法 (LRU) (3) 最佳淘汰算法 (OPT) (4) 最少访问页面算法 (LFU) (5 )最近最不经常使用算法 (NUR)-Design a virtual memory storage area and work area, and access using the following algorithm to calculate the h
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3442
    • 提供者:时雨存心
  1. queue

    0下载:
  2. 用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口 保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:201318
    • 提供者:wang
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com