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

搜索资源列表

  1. 1

    0下载:
  2. 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:2147
    • 提供者:
  1. FIFO

    0下载:
  2. 先进先出算法编程,控制台程序,操作系统上面的算法-FIFO algorithm programming, console applications, operating systems, the above algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:860346
    • 提供者:东卓
  1. FIFO-algorithm

    0下载:
  2. 先入先出队列,这是一种传统的按序执行方法,先进入的指令先完成并引退,跟着才执行第二条指令。是一种先进先出的数据缓存器,他与普通存储器的区别是没有外部读写地址线,这样使用起来非常简单,但缺点就是只能顺序写入数据,顺序的读出数据,其数据地址由内部读写指针自动加1完成,不能像普通存储器那样可以由地址线决定读取或写入某个指定的地址-First-in, first-out queue, which is a traditional sequential execution method, first en
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1326
    • 提供者:路子祥
  1. first

    0下载:
  2. 编写程序,设置不同的页面数,使用不同的页面替换策略算法进行模拟页面替换。先进先出,最近最久未使用页面置换算法等,并计算缺页率。-Programming, set a different number of pages, use a different page replacement algorithm simulation page replacement strategy. FIFO, the most recent time using the page replacement algor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1614
    • 提供者:蒋树林
  1. FIFO-V1.1

    0下载:
  2. FIFO 先进先出C代码,包含FIFO.c,FIFO.h文件简单易懂好用。-FIFO FIFO C code, including FIFO.c, FIFO.h file straightforward to use.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-10
    • 文件大小:2328
    • 提供者:陈和畅
  1. yemianzhihuan

    0下载:
  2. 操作系统页面置换算法模拟实验报告(先进先出置换算法,最近最久未使用置换算法,最佳置换算法 )-Operating system page replacement algorithm simulation report (FIFO replacement algorithm, the most recent time use replacement algorithm, the optimal replacement algorithm)
  3. 所属分类:File Formats

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:hpr
  1. XNNC

    0下载:
  2. 设计程序模拟先进先出FIFO、最佳置换OPI和最近最久未使用LRU页面置换算法的工作过程。-Design program to simulate FIFO FIFO, the best and the most recent time OPI replacement LRU page replacement algorithm using the working process.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1357
    • 提供者:杨顺刚
  1. keil_fifo_source-file

    0下载:
  2. 0V7670带FIFO模块,是针对慢速的MCU能够实现图像采集控制推出的带有缓冲存储空间的一种模块。这种模块增加了一个FIFO先进先出存储芯片。-0V7670 with FIFO module is for slow MCU control image acquisition can be achieved with the launch of a module buffer storage space. This module adds a FIFO FIFO memory chip.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:87112
    • 提供者:wangshasha
  1. Queue

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

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

    0下载:
  2. 用ICCAVR写的 ATmega640的串口的驱动,使用了先进先出的环形缓冲区技术 这是一个使用例子 稍微改动一下即可用到自己的项目中-ATmega640 with ICCAVR write serial driver, using FIFO ring buffer technology which is a slight change to the use of examples used in your own projects
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4133
    • 提供者:陈成
  1. lock-free-wait-free-circularfifo

    0下载:
  2. lock-free, wait-free 先进先出队列,用于多线程编程中-lock-free, wait-free FIFO queue for multithreaded programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:525529
    • 提供者:dongkun
  1. os_page

    0下载:
  2. 页面置换算法。实现最佳(Optimal)置换算法、先进先出(FIFO)置换算法、最近最久未使用(LRU)置换算法、简单Clock置换算法-Page replacement algorithm. Optimal (Optimal) replacement algorithm, FIFO (FIFO) replacement algorithm, the most recent time used (LRU) replacement algorithm, a simple replacement a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:316066
    • 提供者:春春
  1. FifoQueue

    0下载:
  2. 用Java写一个先进先出(FIFO)的单向队列(queue)类FifoQ-Use Java to write a first in first out (FIFO) queue unidirectional (queue) class FifoQueue
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:692
    • 提供者:杨惠婷
  1. FIFO

    0下载:
  2. 模拟请求页式存储管理中硬件的地址转换和缺页中断,并用先进先出调度算法(FIFO)处理缺页中断。-Simulation request page storage management hardware address translation and page fault, and use FIFO scheduling algorithm (FIFO) handling page fault.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1133125
    • 提供者:Toby
  1. sys1

    3下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,请实现:  先进先出调度算法;  基于静态优先数的调度算法; 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示: ➢ 当前执行进程; ➢ 就绪队列; ➢ 等待队列-Process scheduling simulation program: Suppose there are 10 processes need to be p
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1430751
    • 提供者:李浩诚
  1. abc

    0下载:
  2. 最近最久未使用算法 先进先出算法 最佳置换算法-The most recent time algorithm for optimal use of algorithms FIFO replacement algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3616
    • 提供者:赵子龙
  1. managesystem

    0下载:
  2. 最佳置换算法(OPT)先进先出算法(FIFO)最近最久未使用算法(LRU)采用MFC界面-Best replacement algorithm (OPT) FIFO method (FIFO) method using the most recent time (LRU) interface using MFC
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:47089
    • 提供者:yaj
  1. yemiandiaodusuanfa

    0下载:
  2. 3种页面置换调度算法 先进先出(FIFO) 最近久未使用(LRU) 最佳(OPT)置换算法-Three kinds FIFO page replacement scheduling algorithms (FIFO) recent lack of use (LRU) Best (OPT) replacement algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:颜灏澜
  1. 4zhongyemiandiaodusuanfa

    0下载:
  2. 基于一个虚拟存储区和内存工作区,设计下述算法并计算访问命中率。 1、最佳淘汰算法(OPT) 2、先进先出的算法(FIFO) 3、最近最久未使用算法(LRU) 4、简单时钟(钟表)算法(CLOCK) 命中率=1-页面失效次数/页地址流(序列)长度 -Based on a virtual memory storage area and work area, the following algorithm design and calculate the h
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3082
    • 提供者:颜灏澜
  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 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com