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

搜索资源列表

  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-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-21
    • 文件大小:2170
    • 提供者:sunying
  1. one

    0下载:
  2. FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:刘蒙
  1. ImplementingFIFO-GPIF

    0下载:
  2. USB 2.0 FIFO 工作模式 C语言编程 CY7C68013单片机-USB 2.0 FIFO mode of C language programming CY7C68013 Singlechip
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:151032
    • 提供者:jinfei
  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-02
    • 文件大小:11146
    • 提供者:王志伟
  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. fifo-714

    0下载:
  2. LCD0802+a7105无线收发程序,51的C语言实现,已经在硬件上实现功能 -LCD0802+ a7105 wireless transceiver procedures, 51 of the C language, functions have been realized in hardware
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:69477
    • 提供者:盛涛
  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-05
    • 文件大小:60336
    • 提供者:Jke X
  1. 999

    0下载:
  2. 进程调度c语言实现 先进先出 优先级 齿轮-C language FIFO process scheduling priority Gear
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1752
    • 提供者:xiewen
  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
    • 文件大小:673
    • 提供者:吴仕海
  1. FIFO

    0下载:
  2. C语言实现的软件FIFO,适合嵌入式单片机使用-The software FIFO C language for embedded microcontroller use
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:2603
    • 提供者:yedong
  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语言编写的FIFO页面淘汰算法,对页面访问序列进行处理,显示出换页的过程,并求出缺页率。-c language FIFO page replacement algorithm for page access sequence is processed, showing the paging process and seek vacancy rates page.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:962
    • 提供者:较傻的瓜
  1. FIFO-process-scheduling

    0下载:
  2. 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:195589
    • 提供者:wen
  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
    • 文件大小:830
    • 提供者:wesai
  1. FIFO-Software-Realization

    1下载:
  2. 通过C语言实现队列,避免数据处理过程中的冲突问题。-Through the C language to achieve the queue, avoid conflict problem in data processing.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1676
    • 提供者:Tom
  1. fifo-by-C

    0下载:
  2. 使用C语言编写的fifo程序。完全的模块化编程,可直接用于目前已有数组,使用方便。- Fifo using C language program. Completely modular programming, it can be directly used there are an array of easy to use.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1692
    • 提供者:taok
« 12 3 »
搜珍网 www.dssz.com