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

搜索资源列表

  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:297668
    • 提供者:王五
  1. SingleProcessSchedule

    0下载:
  2. CSharp写的单处理器调度算法,实现了单处理器先进先出、轮转等几种调度策略。-CSharp write a single processor scheduling algorithm to achieve a single-processor FIFO, rotation, etc. of several scheduling policies.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:81755
    • 提供者:sandwich
  1. source

    0下载:
  2. 实现了一个高效fifo,适合单一消费者和单一生产者-fifo queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:17477
    • 提供者:maojun
  1. OS_Paging_version

    0下载:
  2. 讀入Page Frame、Page Reference依照所指定的順序,分別Run出FIFO、LRU、Least Frequently Used、Most Frequently Used等Page Replacement方法的結果。-Read into. Page Frame Page Reference in accordance with the order specified in the FIFO, LRU, Least Frequently Used, Most Frequently
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1219329
    • 提供者:Brandon
  1. aFIFO

    0下载:
  2. 实现了一个异步fifo功能的verilog模块-An asynchronous fifo function verilog module
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1813
    • 提供者:董萱
  1. OS-Page-replacement-algorithm

    0下载:
  2. 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:3070958
    • 提供者:陈明明
  1. abc

    0下载:
  2. 页面置换算法,包括随机生成页面的算法还有FIFO和LFU的算法,其中比较两种算法的缺页中断和缺页中断率。-Page replacement algorithms, including random page generation algorithm and FIFO and LFU algorithm, which compares the two algorithms of the missing pages interruption and missing pages interruptio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:735727
    • 提供者:周晗
  1. Sequential-List

    0下载:
  2. 顺序表, 实现队列编程思想, 内部实现FIFO模式-The sequence table queues programming ideas, internal FIFO mode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:1257
    • 提供者:张云
  1. 06459800010

    0下载:
  2. 实现fifo算法 实现fifo算法 v实现fifo算法实现fifo算法实现fifo算法v-fifo is a good chengxufifo is a good chengxufifo is a good chengxufifo is a good chengxufifo is a good chengxufifo is a good chengxu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2070
    • 提供者:gaolin
  1. fifo_Demo

    0下载:
  2. linux环境系统编程实例 fifo读写 c源码-linux c program demo,fifo read and write src
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:2103
    • 提供者:孟士淇
  1. nfu

    0下载:
  2. LRU老化算法 主要实现了一下三个算法模拟:FIFO算法,LRU算法,LFU算法 FIFO:先进先出页置换算法 LRU:最近最久未使用页置换算法 LFU:最不经常使用页置换算法 -The The LRU aging algorithm main achievement of the three algorithms simulation: FIFO algorithm, LRU algorithm, LFU algorithm FIFO: first-in, fir
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:38953
    • 提供者:株株
  1. fifo

    0下载:
  2. 有名管道,双方都可读写功能,实现双向通信。-Named pipe to both read and write capabilities, two-way communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:12035
    • 提供者:冀鹏霞
  1. dma-example

    0下载:
  2. Sample fifo dma implementation driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:1333
    • 提供者:cenggopan
  1. fsi

    0下载:
  2. Fifo-attached Serial Interface (FSI) support for SH7724
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:7950
    • 提供者:hesinghe
  1. testcode2

    0下载:
  2. fifo测试算法,round robin测试算法,linux内核-the FIFO test algorithm, Round robin test algorithm, linux kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:964
    • 提供者:王哥
  1. kfifo

    0下载:
  2. A generic kernel FIFO implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:2767
    • 提供者:veibiusiu
  1. mpc52xx_lpbfifo

    0下载:
  2. Linux LocalPlus Bus FIFO driver for the Freescale MPC52xx. -Linux LocalPlus Bus FIFO driver for the Freescale MPC52xx.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:4683
    • 提供者:nenmengyer
  1. record-example

    0下载:
  2. Sample dynamic sized record fifo implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1609
    • 提供者:cerluiha
  1. sch_fifo

    0下载:
  2. The simplest FIFO queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1366
    • 提供者:wunyawong
  1. seq_fifo

    0下载:
  2. ALSA sequencer FIFO
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:1923
    • 提供者:terpiebi
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com