CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - FiFO

搜索资源列表

  1. FIFOandLRUarithmetic

    0下载:
  2. 最佳页面置换算法,FIFO,LRU的仿真。页面调用和置换过程有动态显示。内存分配页面数目和页面引用串的长度可以进行人工交互输入。 -best pages replacement algorithm, FIFO, the LRU simulation. Page calls and replacement process is dynamic display. Memory allocation of the number of pages and pages cited the lengt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.53kb
    • 提供者:刘利辉
  1. packet

    0下载:
  2. 输入物品的个数和背包的负重大小;程序自动为每个物品的重量和价值赋一个随机值(范围10~80),输出装入背包的物品的总价值最大的值和此时的总物品大小。实现方法:1 回溯法,2 FIFO分枝限界,3 LC分枝限界;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.91kb
    • 提供者:lzhijun
  1. 模拟分页式存储管理

    0下载:
  2. 模拟分页式存储管理中硬件的地址转换和用先进先出调度算法(FIFO)处理缺页中断-simulation tabbed storage management hardware address translation, and the use of FIFO scheduling algorithm (FIFO) interrupt handling missing pages
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:夏雨
  1. 页面置换算法fiof_lru

    0下载:
  2. fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.84kb
    • 提供者:夏雨
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2.12kb
    • 提供者:sunying
  1. software_fifo

    0下载:
  2. 一种软件FIFO的实现源代码,供学习参考-FIFO implementation of a software source code reference for the study
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1.83kb
    • 提供者:vslinux
  1. ringbuffer

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

    • 发布日期:2017-04-03
    • 文件大小:815byte
    • 提供者:angle
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:334.67kb
    • 提供者:张帅
  1. DS2

    0下载:
  2. 使用STL queue adapter,实现队列先入先出。通过.run文件中的内容,实现相应的输出。-Using the STL queue adapter, to achieve queue FIFO. Through. Run the contents of the document to achieve a corresponding output.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.38mb
    • 提供者:lavender
  1. FIFOLRUOPT

    0下载:
  2. 页式管理缺页中断优化FIFO LRU OPT.rar 三种算法-Page-style management page fault FIFO LRU OPT.rar three kinds of optimization algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:428.02kb
    • 提供者:
  1. FIFO

    0下载:
  2. fifo调度 先来 先 服 务 程序-fifo yemiandiaoduchengxu
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:76.09kb
    • 提供者:qiang
  1. FIFO

    0下载:
  2. 里面包含各种关于FIFO的文章,介绍了各种实现方式,让大家借鉴-Which contains a variety of articles on the FIFO introduces a variety of implementations, so that we learn
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:10.17mb
    • 提供者:甘超
  1. FIFO

    0下载:
  2. 模拟内存页式管理中的FIFO算法(用c语言描述)-Analog memory page-style management in the FIFO algorithm (described by c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:673byte
    • 提供者:吴仕海
  1. cache-fifo

    0下载:
  2. CPU缓存算法,FIFO的模拟程序,通过VC2010编译,包括数据查找,替换算法-CPU caching algorithm FIFO algorithm FIF simulation, including data whether the hit, replace, contained on this basis can be done other algorithms,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.67kb
    • 提供者:秋光亮
  1. FIFO

    0下载:
  2. 队列是一个先进先出的数据结构,支持业务enque(添加一个项目的结构)和dequeue(删除一个项目从结构)。作为一个FIFO数据结构,项目将在相同的顺序,他们原本排队出列。-A queue is a FIFO data structure that supports the operations enque (to add an item to the structure) and dequeue (to remove an item from the structure). As a FIF
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:704byte
    • 提供者:马龙
  1. fifo

    0下载:
  2. algoritmo de paginacion de fifo en c-algoritmo de paginacion de fifo en c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:699byte
    • 提供者:pabloindili
  1. Stack-and-Queue-FIFO

    0下载:
  2. Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4.51kb
    • 提供者:hlh
  1. Stack--FIFO

    0下载:
  2. Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4.5kb
    • 提供者:hlh
  1. FIFO-Replacement-algorithm

    0下载:
  2. FIFO 置换算法 操作系统大作业FIFO源代码-FIFO Replacement algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:720byte
    • 提供者:
  1. FIFO

    0下载:
  2. FIFO算法,即First In First Out算法-FIFO algorithm, First In First Out method
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1019byte
    • 提供者:Rain
« 12 3 »
搜珍网 www.dssz.com