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

搜索资源列表

  1. ffff11122.rar

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,采用先进先出处理缺页中断,mock-page virtual memory management hardware address translation and missing pages interruption, using FIFO interrupt handling missing pages
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:958
    • 提供者:邢飞
  1. cache

    0下载:
  2. (1)FIFO:First In First Out,先进先出 (2)LRU:Least Recently Used,最近最少使用 (3)LFU:Least Frequently Used,最不经常使用-(1)FIFO:First In First Out (2)LRU:Least Recently Used (3)LFU:Least Frequently Used
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:652999
    • 提供者:鲁龙年
  1. FIFO

    0下载:
  2. 大学生计算机操作系统课程设计,实现页面置换,利用fifo(先进先出)算法-Students of computer operating systems curriculum design, the realization of the page replacement, the use of fifo (FIFO) algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7902
    • 提供者:王明
  1. Queue

    0下载:
  2. 队列管理封装类,包括mutex锁, 先进先出的功能-Queue management package categories, including mutex locks, the function of FIFO
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2253
    • 提供者:sander
  1. FIFO

    0下载:
  2. 这个是对先进先出队列FIFO的理解,希望能帮到大家,-This is the understanding of FIFO FIFO queue and hope to help you
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:7739
    • 提供者:whywhy
  1. fifo

    0下载:
  2. fifo 即实现数据的先进先出,是用verilog编写的 就撒开了几分-fifo hjahfjhsjeikkdnakfnakjfakjkf
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:838
    • 提供者:leo
  1. 11

    0下载:
  2. 先进先出算法,根据先进先出对列来服务,设置了一个时间片-fcfs
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1136
    • 提供者:张龙
  1. FIFO

    0下载:
  2. 先进先出堆栈,简单,易读。将时序逻辑和组合逻辑分别列入不同过程块,适合初学者阅读。-first in firt out
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2100
    • 提供者:Daisy
  1. Train

    0下载:
  2. 利用队列结构实现车厢重排问题,其中缓冲轨按照先进先出方式-The use of a queue inside the structure to achieve the rearrangement problems, according to FIFO buffer rails way
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:486496
    • 提供者:dxeicho
  1. Simulation

    0下载:
  2. 模拟页式虚拟存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法,处理缺页中断。 -Simulation on a virtual storage management hardware address and of a page fault, and advanced treatment of scheduling algorithm, interruption.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:688
    • 提供者:赵超
  1. SBuffer

    0下载:
  2. 环形字符缓冲区 通过指针的移动,减少内容拷贝的次数 先进先出队列-Circular character buffer by moving the pointer to reduce the number of copies the contents of FIFO queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:金磊
  1. fcfs

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

    • 发布日期:2017-04-11
    • 文件大小:733
    • 提供者:高丹
  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. 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. 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. 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. cun_chu_guan_li

    1下载:
  2. 1) 通过随机数产生一个指令序列,共320条指令 2) 将指令序列变换成页地址流 3) 计算并输出下述各种算法在不同内存容量下的命中率。 ① 先进先出的算法(FIFO); ② 最近最少使用算法(LRU); ③ 最佳淘汰算法(OPT);-1) by a random number to generate a sequence of instructions, a total of 320 instructions) instruction sequence is convert
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1617
    • 提供者:高雯
  1. jinchengguanlidiaoducunchuguanli

    0下载:
  2. 实验一 进程管理 1.目的和要求    加强对进程概念的理解。 2.实验内容    至少要有:创建新的进程;查看运行进程;换出某个进程;杀死运行进程以及进程之间通信等功能。 3.实验环境    Windows、DOS系统    TC语言 实验二:进程调度 【实验内容】 设计一个有 N个进程共行的进程调度程序。      进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 实验三 存储管理
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:372212
    • 提供者:张亭亭
  1. FIFO

    0下载:
  2. 实现FIFO(先进先出)存储器设计,用VHDL实现 -to implement the FIFO meoney
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:806
    • 提供者:susan
  1. 操作系统

    0下载:
  2. 置换算法,先进先出,在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做页面置换算法。(In the process of address mapping, if page is found in the page, it is not in memory, resulting in page break. When t
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:流浪者一样
« 12 »
搜珍网 www.dssz.com