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

搜索资源列表

  1. FCFS

    0下载:
  2. 操作系统-先进先出进程调度算法,输入的开始时间默认从0开始,且顺序增加。-Operating system- first in, first out of the process of scheduling algorithm, the start time of the input default to 0 and the increase of the order.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:189351
    • 提供者:ruirui
  1. fcfs

    0下载:
  2. 用易于实现,简单可行的代码 实现进程的先进先出 VC-process first in first out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:733
    • 提供者:高丹
  1. list

    0下载:
  2. 链表封装 功能:链表头指针初始化,添加节点 数据先进先出,获取某个结点的data 获取链表的结点的个数,释放链表-Linked list package features: the list head pointer initialization, add a node data FIFO access to the data of a node for the linked list of the number of nodes, the release of the link
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:3192
    • 提供者:林斌
  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. FIFO-and-LRU-algorithm

    0下载:
  2. 实现页面置换的先进先出算法(FIFO)和最近最久未使用算法(LRU)。很不错。-FIFO page replacement algorithms (FIFO) and least-recently-used algorithm (LRU). Very good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1024
    • 提供者:韩磊
  1. Carriage-rearrangement

    0下载:
  2. 利用队列结构实现车厢重排问题。车厢重排问题如下: 一列货车共有n节车厢,每个车厢都有自己的编号,编号范围从1~n。给定任意次序的车厢,通过转轨站将车厢编号按顺序重新排成1~n。转轨站共有k个缓冲轨,缓冲轨位于入轨和出轨之间。开始时,车厢从入轨进入缓冲轨,经过缓冲轨的重排后,按1~n的顺序进入出轨。缓冲轨按照先进先出方式,编写一个算法,将任意次序的车厢进行重排,输出每个缓冲轨中的车厢编号。 -Queue structure compartment rearrangement. Compar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:972311
    • 提供者:小咩
  1. SprintSimulati

    1下载:
  2. 利用队列的先进先出模拟打印机的工作过程。显示不同时间到达的不不同执行时间的任务,打印机的执行过程。,已通过测试。 -Using analog printer queue FIFO. During the execution of the task execution time at different times to reach the printer is displayed. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-10-12
    • 文件大小:2048
    • 提供者:jinnanlhy
  1. FIFO

    0下载:
  2. FIFO(先进先出)算法实现,分析该算法的缺页率和命中率-FIFO (First In First Out) algorithm to analyze the page fault rate and hit rate of the algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1097
    • 提供者:lj
  1. FIFO

    0下载:
  2. FIFO是英文First In First Out 的缩写,是一种先进先出的数据缓存器,他与普通存 储器的区别是没有外部读写地址线,这样使用起来非常简单,但缺点就是只能顺序写 入数据,顺序的读出数据,其数据地址由内部读写指针自动加1完成,不能像普通存 储器那样可以由地址线决定读取或写入某个指定的地址-FIFO is the abbreviation of the English First In First Out, a FIFO data buffer, the differen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:351423
    • 提供者:李海军
  1. FIFO

    0下载:
  2. 基于vhdl语言的fifo设计,方便你了解先进先出理论-Based on the the vhdl language of fifo design, allowing you to understand the first-in, first-out theory
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:6958
    • 提供者:zhujianhua
  1. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1777841
    • 提供者:周明明
  1. fifo

    0下载:
  2. 先进先出存储器的接口设计,采用VHDL语言-FIFO memory interface design, using VHDL language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2467194
    • 提供者:凯一
  1. fifo_syn

    0下载:
  2. 实现了同步FIFO的功能,能完成数据的先进先出,当FIFO满或者空的时候能报出满或者空的信号。-Synchronous FIFO: it can complete data FIFO, when the FIFO full or empty time can you quote us full or empty signal.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:164864
    • 提供者:张明涛
  1. FX2-Slave-FIFO

    0下载:
  2. usb芯片CY7C68013A例程,接口类型被动先进先出-passive first-in, first-out the usb chip CY7C68013A routine, interface type FIFO
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-05
    • 文件大小:67405
    • 提供者:于锋
  1. page-type-storage-allocation

    0下载:
  2. 实现进程的分页式内存分配和地址转换过程,并进一步实现请求分页式存储分配和地址转换过程。页面置换算法至少应实现先进先出(FIFO)、最近最久未使用(LRU)等算法-Realization process of the paging type memory allocation and address translation process, and further realize request page type storage allocation and address translatio
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:2269
    • 提供者:huyang
  1. KKK

    0下载:
  2. 页面虚拟存储,模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。采用先进先出调度算-Page of virtual storage, to analog paging virtual memory management hardware address translation and page fault interrupt, as well as select paging algorithm processing a page fault. Using FI
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:53603
    • 提供者:king
  1. FIFO-LFU

    0下载:
  2. 请求页式管理中的置换算法包括 采用LFU(最不经常使用)置换算法 采用FIFO(先进先出)置换算法-The request page management of replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-07
    • 文件大小:1117
    • 提供者:周晗
  1. s_fifo

    0下载:
  2. FIFO是一种先进先出的输入缓冲器,同步FIFO是指写入和读取数据需要时钟的作用-The FIFO is a FIFO input buffer, the synchronous FIFO refers to the role of the write and read data requires clock
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1218
    • 提供者:汪波
  1. Process

    0下载:
  2. 用java语言编写的带有界面的模拟操作系统进程调度的程序,可随机生成10个进程,采用三种算法执行,即——1-先进先出调度算法 2-基于优先数的调度算法 3-最短执行时间调度算法-Java language interface with the operating system process scheduling simulation program, can be randomly generated 10 process, the implementation of the three al
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-06
    • 文件大小:89660
    • 提供者:羊羊
  1. cunchuguanli

    0下载:
  2. 1.实现一个内存管理的伙伴算法,实现内存块申请时的分配和释放后的回收。 实验准备    用随机函数仿真进程进行内存申请,并且以较为随机的次序进行释放。对其碎片进行统计,当申请分配内存失败时区分实际空间不足和由于碎片而不能满足。 2.设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。    1) 最佳置换算法(Optimal)    2) 先进先出法(Fisrt In First Out)    3) 最近最久未使用(Least Re
  3. 所属分类:汇编语言

    • 发布日期:2013-11-12
    • 文件大小:136595
    • 提供者:kk
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com