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

搜索资源列表

  1. yemian

    0下载:
  2. 页面置换算法:实现先进先出页面置换算法,最近最少使用页面置换算法,最少使用页面置换算法-pages replacement algorithm : achieving FIFO pages replacement algorithm, the least recently used pages replacement algorithm, at least the use of replacement pages algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:雷天保
  1. fifo2.pdf

    0下载:
  2. 以TI公司的DSP芯片TMS32OC6204为例,结合IDT公司的先进先出缓存芯片IDT72V3640,介绍了其扩展总线XB在DMA控制下对FIFO进行读写,以实现对图像的实时采集、处理。 -to TI's DSP TMS32OC6204 example, The combined company IDT FIFO-chip cache IDT72V3640. on the expansion of the bus XB under the control of DMA FIFO r
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:248176
    • 提供者:权溪
  1. 20061124232723231

    0下载:
  2. 先进先出的EXCEL示例,有需要的人可以看一看了-FIFO-the Excel example, people in need can take a look at the
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48534
    • 提供者:wulilinzwl
  1. YMZH

    0下载:
  2. 操作系统中所涉及的集中常用页面置换算法,包括最近最少使用、先进先出等.-yemian zhihuan suanfa
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:66453
    • 提供者:rencs
  1. shiyan

    0下载:
  2. 利用队列的先进先出特性解决火车重排问题,输入车厢长度及顺序编号后由程序自动完成排列-Characteristics of the use of FIFO queues to solve the train rearrangement problem, enter the compartment length and serial numbers automatically after the completion of arrangement
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:226387
    • 提供者:silver
  1. jincheng

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法 基于优先数的调度算法 最短执行时间调度算法 确定这10个进程在CPU上的执行过程.要求每次进程调度时在屏幕上显示:当前执行进程 就绪队列 等待队列-Process scheduling simulation program: Suppose there are 10 process requires the CPU to perform, respectively: FIFO scheduling algori
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:593556
    • 提供者:lienquan
  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. 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. FIFO-algorithm

    0下载:
  2. 先入先出队列,这是一种传统的按序执行方法,先进入的指令先完成并引退,跟着才执行第二条指令。是一种先进先出的数据缓存器,他与普通存储器的区别是没有外部读写地址线,这样使用起来非常简单,但缺点就是只能顺序写入数据,顺序的读出数据,其数据地址由内部读写指针自动加1完成,不能像普通存储器那样可以由地址线决定读取或写入某个指定的地址-First-in, first-out queue, which is a traditional sequential execution method, first en
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1326
    • 提供者:路子祥
  1. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法模拟实验报告(先进先出置换算法,最近最久未使用置换算法,最佳置换算法 )-Operating system page replacement algorithm simulation report (FIFO replacement algorithm, the most recent time use replacement algorithm, the optimal replacement algorithm)
  3. 所属分类:File Formats

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:hpr
  1. ring-buffer

    0下载:
  2. 环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-The principle of the ring buffer, in the communication process, often use ring buffers to store the data as a data structure to send and receive communications. FI
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3928
    • 提供者:wei
  1. 操作系统实验1进程调度

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用: 先进先出调度算法; 基于优先数的调度算法; 最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: 当前执行进程; 就绪队列; 等待队列
  3. 所属分类:报告论文

搜珍网 www.dssz.com