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

搜索资源列表

  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. 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. 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. 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. 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. yemiantaotai

    0下载:
  2. 页面置换淘汰算法,线程进程,先进先出,最优算法,最近没使用过算法,使用最频繁算法。-The page replacement eliminated algorithm, thread process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:1362048
    • 提供者:daling
  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. 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

    0下载:
  2. 通用FIFO,先进先出,队列满不覆盖数据,已经检测,没出现BUG。-Universal FIFO, first-in-first-out queue full coverage data has been detected, and no-show BUG.
  3. 所属分类:CSharp

    • 发布日期:2017-12-10
    • 文件大小:1094
    • 提供者:欧阳华宇
  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. k3

    0下载:
  2. 模拟K3进行先进先出程序,有库位和编号 -my english is bad!!my english is bad!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:6532915
    • 提供者:zhangdd
« 1 2 3 45 6 »
搜珍网 www.dssz.com