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

搜索资源列表

  1. foio

    0下载:
  2. verilog语言写的先进先出(FIFO)电路-verilog language written in FIFO (FIFO) circuit
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:7470
    • 提供者:黄林
  1. duilie

    0下载:
  2. 队列,又称为伫列(英文queue),是先进先出(FIFO, First-In-First-Out)的线性表。在具体应用中通常用链表或者数组来实现。队列只允许在后端(称为rear)进行插入操作,在前端(称为front)进行删除操作。-Queue, also known as queue (English queue), is the first in first out (FIFO, First-In-First-Out) linear form. In specific applications
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:24927
    • 提供者:韩云飞
  1. FIFO

    0下载:
  2. 用一种计算机高级语言来实现请求分页存储管理方式先进先出(FIFO)置换算法,设计要求如下: ⑴ 能够输入给作业分配的内存块数; ⑵ 能够输入给定的页面,并计算发生缺页的次数以及缺页率; ⑶ 缺页时,如果发生页面置换,输出淘汰的页号。-A computer with high-level language to implement demand paging memory management FIFO (FIFO) replacement algorithm, the des
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1125
    • 提供者:张城
  1. FIFO

    0下载:
  2. 操作系统先进先出算法,用c++编写,算法简单易懂,思路清晰-Operating system FIFO algorithm, written by c++, algorithm is simple to understand, clear
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:930
    • 提供者:时先生
  1. yemianzhihuan

    0下载:
  2. 设计程序模拟先进先出FIFO,最佳置换OPI和最近最久未使用LRU页面置换算法的工作过程。假设内存中分配给每个进程的最小物理块数为m,在进程运行过程中要访问的页面个数为n,页面访问序列为P1, … ,Pn,分别利用不同的页面置换算法调度进程的页面访问序列,给出页面访问序列的置换过程,计算每种算法缺页次数和缺页率。-Design program to simulate FIFO FIFO, the best and most recent displacement most-recently-us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1703632
    • 提供者:gst
  1. Initial--OPI---LRU

    0下载:
  2. 页面置换算法,1:先进先出;2:最佳值换算法;3:最近最久未使用置换算法-Page replacement algorithms, 1: FIFO 2: Best value for algorithm 3: The most-recently-used replacement algorithm recently
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1261
    • 提供者:huang
  1. xunicunchuqi

    0下载:
  2. ① 实现三种算法:1、先进先出;2、OPT;3、LRU-① achieve three algorithms: 1, FIFO 2, OPT 3, LRU
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:7541
    • 提供者:闻石海
  1. 1

    0下载:
  2. 最佳替换算法、先进先出页面替换算法没、最近最少用页面替换算法-Best replacement algorithm, FIFO page replacement algorithm did not, least recently used page replacement algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4599
    • 提供者:ACCELERATOR
  1. FIFO

    0下载:
  2. 操作系统先进先出页面置换算法。。。自己写的-FIFO page replacement algorithm for the operating system. . . Wrote it myself. .
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1033469
    • 提供者:chezai
  1. page-replacement-demo

    0下载:
  2. 最佳算法OPT设计与实现; 先进先出算法设计与实现; 最近最少使用算法设计与实现; 随机序列产生函数设计实现; 总体界面及稳定性的实现; -Design and implementation of best algorithm OPT FIFO algorithm design and implementation least recently used algorithm design and implementation random sequence genera
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3629156
    • 提供者:陈飞峰
  1. fifo

    0下载:
  2. 异步FIFO是一种先进先出的电路,使用在需要产时数据接口的部分,用来存储、缓冲在两个异步时钟之间的数据传输。- Asynchronous FIFO is the electric circuit which one kind advanced leaves first, uses when needs to produce data interface s part, uses for to save, the cushion between two asynchronous clock s d
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2416219
    • 提供者:刘颖
  1. 6

    0下载:
  2. 页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:521
    • 提供者:瓜哥
  1. FIFO

    0下载:
  2. FIFO先进先出控制,调Quartus内核-FIFO IPcore
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3177747
    • 提供者:Filter
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:34782
    • 提供者:江立
  1. 999

    0下载:
  2. 进程调度c语言实现 先进先出 优先级 齿轮-C language FIFO process scheduling priority Gear
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:xiewen
  1. 928.2

    0下载:
  2. 先进先出页面置换java算法,可以用软件运行,十分方便。-FIFO page replacement algorithm java, you can use the software to run, very convenient.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3535
    • 提供者:李哥
  1. doublelist

    0下载:
  2. 以双向循环链表结构存储线性表。 ⑴ 输入数据元素,以先进先出形式创建双向循环链表 ⑵ 销毁双向循环链表 ⑶ 线性表置空 ⑷ 求线性表长度 ⑸ 在第i个数据元素前插入新的元素 ⑹ 删除元素(按指定元素序号和元素值2种方式) ⑺ 显示线性表中的全部元素 ⑻ 求最大元素的值和平均值 ⑼ 就地逆置双向循环链表(不允许将结点中的值互相交换)-Two-way circular linked list structure to store the linear form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3380
    • 提供者:waterlily
  1. stop

    0下载:
  2. 由于停车场是一个狭窄通道,问题要求汽车“到达”或“离去”信息。由此很容易联想到数据结构中的堆栈模型,因此可首先设计一个堆栈,以堆栈来模拟停车场,又每个汽车的车牌号都不一样,这样一来可以根据车牌号准确找到汽车位置,所以堆栈里的数据元素我设计成汽车的车牌号。当停车场内某辆车要离开时,在他之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入停车场。这是一退一进的过程,而且让道的汽车必须保持原有的先后顺序,因此可再设计一个堆栈,以之来暂时存放为出站汽车暂时让道的汽车车牌号。当
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2909
    • 提供者:赵云
  1. Page-replacement-algorithm

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:85464
    • 提供者:唐艰苦
  1. diaodu

    0下载:
  2. 模拟进程调度的程序,包括先进先出,短作业优先等,并计算周转时间。-Simulate the process of scheduling procedures, including FIFO, priority and other short work, and calculate the turnaround time.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:900815
    • 提供者:刘舒
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com