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

搜索资源列表

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

    0下载:
  2. 新鲜出炉的操作系统请求页式管理FIFO算法。一个进程有60个页面,假设内存分配了8个页面,页长为1K,第0、5、6页已经在内存中,随机生成访问序列,发生缺页中断时,写出相应的字地址、页号及内存中的8个页面。-Fresh baked operating system requests a page management FIFO algorithm. 60 pages of a process, assuming the memory allocated eight pages, page len
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:870
    • 提供者:Oliver
  1. jinchengguanli

    0下载:
  2. 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1000
    • 提供者:影子
  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. Replacement

    0下载:
  2. 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
  3. 所属分类:Shell api

    • 发布日期:2017-12-02
    • 文件大小:3578044
    • 提供者:ZHAOXIN
  1. jinchengguanlidiaoducunchuguanli

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

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

    0下载:
  2. USB2.0上位机的驱动程序,由C++编写,可用于Slave FiFO模式下。-The the USB2.0 host computer drivers by C++ preparation, can be used to the Slave FiFO mode.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-11
    • 文件大小:57921
    • 提供者:冯沛隆
  1. 1

    0下载:
  2. 链表 - 建立FIFO表 计算机导论与程序设计课件-Linked list- the establishment of the the FIFO table Introduction to Computer Science program design courseware
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1024
    • 提供者:aaa
  1. fifo512

    0下载:
  2. this is a my fifo with 512 byte depth.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:4066703
    • 提供者:m
  1. FIFO

    0下载:
  2. This a first in first out-This is a first in first out
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:11091
    • 提供者:shilpi
  1. yemiantihuan

    0下载:
  2. 操作系统中的虚拟页面替换算法,有LRU和FIFO两种,可以选择不同的方式查看模拟过程。-The operating system in the virtual page replacement algorithm LRU and FIFO, you can choose different ways to view the simulation process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:2488510
    • 提供者:sqc
  1. Page_Replacement

    0下载:
  2. 模拟页面置换算法,通过随机产生序列运用FIFO LRU LFU OPT对其进行置换-Simulation page replacement algorithm, randomly generated sequences use FIFO LRU LFU OPT its replacement
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:2457906
    • 提供者:123
  1. Text1

    0下载:
  2. 设计一个请求页式存储管理方案,为简单起见。页面淘汰算法采用FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-Design a request page storage management solutions for the sake of simplicity. Page elimination algorithm uses FIFO page elimination algorithm, and in a phase-out,
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2048
    • 提供者:汪玥
  1. fifoVerilog

    0下载:
  2. 设计一个异步FIFO,完成数据平滑功能,FIFO的深度为256,宽度为8位,实时给出读空和溢出指示,写时钟为带间隔的100MHz,读时钟为5MHz,代码为了便于读阅,存放在word文档,可直接拷贝到quartus或者ise编译平台下使用-Design an asynchronous FIFO, complete data smoothing function, the depth of the FIFO 256, and the width is 8 bits, real read empty
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:11683
    • 提供者:钱雪荣
  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. fifo_rd64

    0下载:
  2. 实现64位数据位宽的fifo的功能,用的是verilog代码。-Fifo functionality
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1926
    • 提供者:郭胜
  1. FIFO_16_256

    0下载:
  2. 基于DE2平台的开发程序,完成对FIFO的初始化设置-DE2 platform based on the completion of the FIFO program, the initialization settings
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-16
    • 文件大小:1816
    • 提供者:安昭旭
  1. fifo_test

    0下载:
  2. 这个文件可以被用作fifo的test,fifo即先进先出,是一种缓存设备-this test is for fifo
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:518
    • 提供者:chen
  1. tt

    0下载:
  2. 用作图像采集卡的dvi+fifo接口,是一个输入口,性能是像素1920*1080,频率60hz-Used as the frame grabber dvi+fifo interface, an input port, the performance of pixel 1920* 1080, Frequency 60Hz
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:573130
    • 提供者:chen
  1. CY7C68013-Slave-Control(2012-10-28)

    0下载:
  2. cy7c68013 Slave FIFO模式下的控制程序,和Agilent34401A积分信号发生状态机-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:926021
    • 提供者:文杰
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 »
搜珍网 www.dssz.com