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

搜索资源列表

  1. 移臂

    0下载:
  2. 使用c语言编译,在DOS界面下运行的磁臂调度程序,包括三种算法:先进先出、最短查找、扫描算法-use language compiler, the DOS interface running under the magnetic arm scheduling procedures, including three algorithms : FIFO, shortest search, scanning algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10147
    • 提供者:翁明喆
  1. linux-fifo

    0下载:
  2. 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:鲍勃
  1. C++465134615

    0下载:
  2. 经典实例,用C++语言制作的the fifo method of memory distribute-classic example, C language fifo produced by the method of memory distribute
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:92814
    • 提供者:liyun
  1. FIFO

    0下载:
  2. 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:5490
    • 提供者:黄毛
  1. fifo

    0下载:
  2. 一个FIFO先入先出BUFFER的C程序。用户可以设置BUFFER大小,并通过write_fifo()和read_fifo()函数分别写入和读出数据-A FIFO FIFO BUFFER of C procedures. Users can set the BUFFER size, and through write_fifo () and read_fifo () function, respectively, and write读出数据
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-22
    • 文件大小:951
    • 提供者:韓建棟
  1. fifo

    0下载:
  2. c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1245
    • 提供者:小弟
  1. ex2

    0下载:
  2. FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2262
    • 提供者:wangyi
  1. qianru_EZWJL

    0下载:
  2. EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -EZW example of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10748
    • 提供者:核武器
  1. fifo

    0下载:
  2. a peripherial bluetooth c++ model
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1618220
    • 提供者:Johnny vintéin
  1. fifo

    0下载:
  2. FIFO algorithm in c-FIFO algorithm in c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:559
    • 提供者:mattx264
  1. FIFO-LRU-OPT

    0下载:
  2. opt lru fifo 置换算法实现 c++实现 这个是写的报告 里面包含的全部的代码 能够运行-opt lru fifo page-replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:292141
    • 提供者:
  1. FIFO-C

    1下载:
  2. FIFO的C语言实现。buffer指向存放数据的缓冲区,size是缓冲区的大小,in是写指针下标,out是读指针下标,在len和(fifo->size - fifo->in + fifo->out)之间取一个较小的值赋给len。注意,当(fifo->in == fifo->out+fifo->size)时,表示缓冲区已满,此时得到的较小值一定是0,后面实际写入的字节数也全为0。-FIFO the C language. buffer point to the
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:40040
    • 提供者:张明浩
  1. FIFO

    0下载:
  2. 用C++实现网络打印机,作业先到先打印,后一个作业到达时,若前一作业未打印完成,等待-With C++ network printer, first come, first print job, after a job arrives, if the print job is not completed before a waiting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:174977
    • 提供者:李志飞
  1. C-page

    0下载:
  2. 页面置换算法,用C#语言编写的操作系统的页面置换,包括三种算法,LRU,FIFO,OPT-Page
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  1. memman.c.tar

    0下载:
  2. 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1192
    • 提供者:刘丹阳
  1. e1

    0下载:
  2. 东北大学数据结构实验一 fifo.cpp 东北大学数据结构实验一 fifo.c-Data structure experiment of Northeastern University
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:107696
    • 提供者:张欣雨
  1. FIFO

    0下载:
  2. 最近最少使用页面(FIFO)置换算法,是最简单的页面置换算法。这种算法的基本思想是:当需要淘汰一个页面时,总是选择驻留主存时间最长的页面进行淘汰,即先进入主存的页面先淘汰。其理由是:最早调入主存的页面不再被使用的可能性最大。(Recently, the least use of page (FIFO) replacement algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:白茶
  1. size

    0下载:
  2. C language source code 采用C程序实现任意大小的FIFO(C language source code of any size FIFO is realized by using C program)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-19
    • 文件大小:16384
    • 提供者:Hbdriet
  1. 内存分配算法

    0下载:
  2. 内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:447488
    • 提供者:dicker
  1. FIFO先进先出调度算法(含代码截图)

    1下载:
  2. 最简单的分页替换算法就是先进先出算法,当每次有新的分页需要调入时,会选择调入内存时间最久的分页换出。有两种实现的方法:第一种是记录每个分页被调入到页框的时间,当每次需要换出分页时,会找到调入时间最早的一页,也就是在主存储器中存在最久的分页。另外一种方式就是利用FIFO队列来实现,当要进行分页替换时,就把队列最前端的分页换出,再把要调入的分页放到队列的末端。(The simplest paging replacement algorithm is the first in first out al
  3. 所属分类:Windows编程

    • 发布日期:2021-01-08
    • 文件大小:1047552
    • 提供者:91z先生
« 12 3 »
搜珍网 www.dssz.com