CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 先进先出

搜索资源列表

  1. Stack_List

    0下载:
  2. 用c++实现堆栈的功能,先进先出,自己编的小程序-Stack with c++, first-in-first-out, his series of small programs
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:299225
    • 提供者:xiaotao
  1. os2

    0下载:
  2. 通过在第1部分实验基础上,完成实现进程的分页式内存分配和地址转换过程,并进一步完成请求分页式存储分配和地址转换过程。掌握分页式存储管理和请求分页存储管理、并掌握页面置换先进先出(FIFO)、最近最久未使用(LRU)等算法-Through to complete paging memory allocation and address of the realization process of the conversion process, based on the first part of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:5701
    • 提供者:lizhi
  1. lingyizhongchuanchaozuo

    0下载:
  2. 队列的操作,先进先出,和堆栈不同,不是先进后出-Queue operation, the first-in, first-out, and the stack is not advanced out
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:3268
    • 提供者:燕姐
  1. fifo_test

    0下载:
  2. 这个文件可以被用作fifo的test,fifo即先进先出,是一种缓存设备-this test is for fifo
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:518
    • 提供者:chen
  1. FIFO

    0下载:
  2. 简单实现了一个通用的FIFO.先进先出。main函数为检测用。-Simple implementation of a generic FIFO first-in, first-out. The main function of the detection.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1281
    • 提供者:朱代旺
  1. Queue

    0下载:
  2. 数据结构中的队列,可以实现先进先出的的功能-A queue data structure, the function can be realized FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:318240
    • 提供者:
  1. push

    0下载:
  2. 完整地描述了数据结构中的进栈过程:在堆栈中,用户只能在指定的一端插入和删除元素,因此具有后进先出(LIFO)的特性;在队列中,用户只能在一端插入元素而在另一端删除元素,因此呈现先进先出(FIFO)的特性。从数据结构角度看,它们都是线性结构。 -A complete descr iption of the data structure into the stack process: in the stack, users can insert and delete elements at on
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:554
    • 提供者:cindy
  1. ChangePage

    0下载:
  2. 操作系统-页面置换算法-最佳页面置换、先进先出、最近最久未使用,课程设计-Operating system- page replacement algorithm- Optimal, FIFO, LRU, course design
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:HeddaZhu
  1. VHDL

    0下载:
  2. 四选一电路,分钟计数器,三八译码器,先进先出-Four elected a circuit, VHDL procedures VHDL procedures VHDL procedures VHDL program
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:18629
    • 提供者:sun
  1. otp

    0下载:
  2. 几种页面置换算法如先进先出,最佳置换,最近最久未使用算法-Several page replacement algorithms such as FIFO, the optimal replacement, the least recently used algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:293635
    • 提供者:小文
  1. line

    0下载:
  2. 队列是一种先进先出的线性表,它只允许在表的一端进行插入,而在另一端进行删除元素。用链表表示的队列简称链队列。一个链队列需要两个分别指向队头和队尾的指针。顺序队列除了用一组地址连续的存储单元依次存放从队头到队尾的元素外,还需要两个指针front和rear分别指示队列头元素和队列尾元素的位置。 定义顺序队列类型,实现队列的所有基本操作。 定义链队列类型,实现队列的所有基本操作。 -FIFO queue is a linear form, it only allows to insert
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:17842
    • 提供者:李丽
  1. KBIKV

    0下载:
  2. 这就是fifo算法,中文就是先进先出算法,,大家可以看看,不过很简单,,有部分实现的并不太好-This is the fifo algorithm, is the first in first out algorithm, in Chinese, you can see, but is very simple,, have a partial implementation is not so good
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:83968
    • 提供者:liweral
  1. 新建文件夹

    0下载:
  2. 数据结构的选择 考虑到病人排队候诊的过程中具有先排队就诊的特诊,与队列的先进先出的特 征相吻合,因此可以考虑采用队列线性表,其中,队列的存储结构有循环顺序队列 和单链队列。(The choice of data structure Considering patients waiting in line with first line treatment in the process of the diagnosis, and the first in first out queue consi
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:141312
    • 提供者:IU521
  1. IOback

    0下载:
  2. 计算缺页率的五种算法:先进先出算法、选择最优算法、最近最久未使用算法等(Several algorithms for calculating page missing rate)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:coco891213
  1. ringbuff

    0下载:
  2. 圆形缓冲区的一个有用特性是:当一个数据元素被用掉后,其余数据元素不需要移动其存储位置。相反,一个非圆形缓冲区(例如一个普通的队列)在用掉一个数据元素后,其余数据元素需要向前搬移。换句话说,圆形缓冲区适合实现先进先出缓冲区,而非圆形缓冲区适合后进先出缓冲区。(One of the useful properties of the circular buffer is: when a data element is used up, the rest of the data elements wit
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:Leafz
« 1 2»
搜珍网 www.dssz.com