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

搜索资源列表

  1. PageReplace

    0下载:
  2. 程序模拟了先进先出算法与最近最久未使用算法。-Program to simulate the FIFO algorithm with the most recent long-lost the use of algorithms.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:17092
    • 提供者:冯汝伟
  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. caozuoxitong

    0下载:
  2. 操作系统 先进先出算法的大型作业报告 FIFO-FIFO algorithm is operating a large-scale operational reporting FIFO
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33088
    • 提供者:shijie
  1. 5080309283_1

    0下载:
  2. 建立一个队列,实现先进先出。使用的是数组,而不是链表。-The establishment of a queue, to achieve FIFO. Using an array instead of linked lists.
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:14101
    • 提供者:小翁
  1. FIFO

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

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

    0下载:
  2. 操作系统中,四种CPU调度算法的演示:先进先出、动态优先级、时间片轮转法和多级反馈队列。-This program demonstrates four scheduling algorithms of CPU in the OS:FCFS、 DP、 RR&MLFQ
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6732723
    • 提供者:liuxia
  1. fifo

    0下载:
  2. 完成进程调度,页面置换算法中先进先出算法(FIFO)的源代码,对学习操作系统很有用的~-The completion of the process of scheduling, the page replacement algorithm in the FIFO method (FIFO) of the source code, useful for learning the operating system ~
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1273
    • 提供者:jessie
  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. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2332
    • 提供者:aihao
  1. Process

    0下载:
  2. 模拟程序通过创建、初始化、修改进程控制块模拟进程的创建、撤消、唤醒、阻塞过程。进程创建时要求模拟为进程分配内存的功能,释放进程时模拟为内存回收功能。程序支持任意多个进程的控制过程。进程调度的策略:实时进程采用基于优先权的非抢占式调度、普通进程和批处理进程采用先进先出的抢占式调度。要求输出界面清晰,每完成一次操作(创建、撤消、阻塞、唤醒)能够输出当前运行进程、就绪进程和阻塞进程的id号、进程状态、进程优先权和进程类型(实时、分时、批处理)。-Process
  3. 所属分类:Process-Thread

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

    0下载:
  2. 设计一个队列,是操作系统等各种软件最常用的数据结构,特点是先进先出,堆栈的结构一般都很简单-Design a queue, the operating system and other software, the most commonly used data structure, characterized by FIFO, the structure of the stack are generally simple
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:452294
    • 提供者:nicai
  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. MFC_Scheduler

    0下载:
  2. MFC编写的进程调度算法的模拟程序,实现了时间片轮转、优先级以及先进先出三种进程调度算法,界面输出结果-MFC process scheduling algorithm written in the simulation procedures, the time slice rotation, the process of priority and FIFO scheduling algorithm of three, the interface output
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:29045442
    • 提供者:
  1. queue

    0下载:
  2. 用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口 保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:201318
    • 提供者:wang
  1. FIFO

    0下载:
  2. 实现先进先出 页面置换算法 包括FIFO算法 LRU 置换算法等-FIFO page replacement algorithm to achieve, including FIFO replacement algorithm LRU algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:zelen
  1. yemianzhihuan

    0下载:
  2. 设计程序模拟先进先出FIFO,最佳置换OPI和最近最久未使用LRU页面置换算法的工作过程。假设内存中分配给每个进程的最小物理块数为m,在进程运行过程中要访问的页面个数为n,页面访问序列为P1, … ,Pn,分别利用不同的页面置换算法调度进程的页面访问序列,给出页面访问序列的置换过程,计算每种算法缺页次数和缺页率。-Design program to simulate FIFO FIFO, the best and most recent displacement most-recently-us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1703632
    • 提供者:gst
  1. Palindromes-judgement-CSharp

    0下载:
  2. 基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-Based on C#+ winform development "palindromes judgement" program: for a keyboard input from the string, deci
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:28254
    • 提供者:欧玉斌
  1. DryHouse

    0下载:
  2. 为一家冶金企业量身定做的去湿房仓库管理系统,其中强调的是先进先出原则,由于生产流程的各个工序不能及时更上,必须选择一个临时的存放地点,而且金属制品的生锈会大大增加次品率,影响效率,增加成本。为了尽可能的减少损失,对于存放金属制品的仓库必须具有去湿功能。仓库增加去湿功能必然增加仓库的使用成本,必须减少金属制品在仓库中的积留时间,以至于更有利于整个产品流转过程的统一管理和有机整合。-Dewetting room for a metallurgical enterprises tailored war
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-28
    • 文件大小:10629874
    • 提供者:sufei
« 1 2 34 5 6 »
搜珍网 www.dssz.com