CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - c fifo

搜索资源列表

  1. EZWVCcode

    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解码器 -introduced EZW coding of all the code, the source code incl
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9.13kb
    • 提供者:爱玛
  1. EZW

    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中的内容,充分理解零树的概念。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.15kb
    • 提供者:yang
  1. pagec++

    0下载:
  2. 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorithm, the algorithm occupy larger
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.79kb
    • 提供者:兔子
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2.12kb
    • 提供者:sunying
  1. EZW

    0下载:
  2. C语言编写的EZW编解码算法,其中编码扫描的方式为先入先出原则-C language EZW codec algorithm, which scans the code for the principle of FIFO
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:10.88kb
    • 提供者:王志伟
  1. FIFO-c

    0下载:
  2. 操作系统先来先服务调度算法模拟(C描述)-Operating a first-come first-served scheduling simulation (C descr iption)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:993byte
    • 提供者:olivejy
  1. page_replacement1

    0下载:
  2. visual c++描述的页面时换算法,此程序提供三个算法,分别是LRU,CLOCK,FIFO算法-visual c++ conversion method described in the page, this program provides three algorithms, namely LRU, CLOCK, FIFO algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:3.79kb
    • 提供者:荣阳春
  1. fifo-lru-opt

    0下载:
  2. c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:58.92kb
    • 提供者:Jke X
  1. FIFO

    0下载:
  2. 模拟内存页式管理中的FIFO算法(用c语言描述)-Analog memory page-style management in the FIFO algorithm (described by c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:673byte
    • 提供者:吴仕海
  1. process

    0下载:
  2. 进程调度,利用C语言,运用先进先出等算法实现进程的调度-progress program,use C language ,use fifo ,sjf come to progress program.this is very inters.hope it will help you.it is not complex.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.28kb
    • 提供者:july
  1. fifo

    0下载:
  2. algoritmo de paginacion de fifo en c-algoritmo de paginacion de fifo en c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:699byte
    • 提供者:pabloindili
  1. Cpp1

    0下载:
  2. 用c++写的一个FIFO算法,感觉还不错-The FIFO algorithm with c++ write, I feel pretty good
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:916byte
    • 提供者:吴志龙
  1. fifo

    0下载:
  2. visual studio 2008 开发的 C语言 FIFO 算法-calculation of fifo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:1.58kb
    • 提供者:jieun
  1. EZW-sourcecode

    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 Example The source code contains six files: EZW.H- EZW encod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:11.06kb
    • 提供者:windy
  1. C

    0下载:
  2. C语言队列问题,详细的实现了队列的先进先出的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C language queue problem, detailed implements the functionality of the fifo queue, and the function of the input file, delete the file content function, through singly link
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:830byte
    • 提供者:wesai
  1. Fila

    0下载:
  2. Example of construction of a FIFO in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:885byte
    • 提供者:Ball
  1. rqndom

    0下载:
  2. 页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:vlivpr
搜珍网 www.dssz.com