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

搜索资源列表

  1. FIFO

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

    • 发布日期:2017-11-16
    • 文件大小:2603
    • 提供者:yedong
  1. C8051F330-the-OV7670--C-procedures

    1下载:
  2. 基于C8051F330 单片机的OV7670不带FIFO的C程序 TFT液晶显示,程序已经实现,是你使用OV7670 TFT C8051F330 的最好选择。-the C8051F330 microcontroller- based OV7670 without FIFO C program (C8051 without FIFO)
  3. 所属分类:视频捕捉/采集

    • 发布日期:2013-12-02
    • 文件大小:181201
    • 提供者:tang hu
  1. C8051F340-the-OV7670---C-procedures

    3下载:
  2. 基于C8051F340 单片机的OV7670不带FIFO的C程序 TFT液晶显示,程序已经实现,是你使用OV7670 TFT C8051F340 的最好选择。-The C8051F340 microcontroller- based OV7670 without FIFO C program
  3. 所属分类:视频捕捉/采集

    • 发布日期:2013-12-02
    • 文件大小:206319
    • 提供者:tang hu
  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

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

    • 发布日期:2017-11-22
    • 文件大小:1618
    • 提供者:jieun
  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. 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-page

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

    • 发布日期:2017-04-16
    • 文件大小:56678
    • 提供者:Queena
  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

    0下载:
  2. VHDL code for DATA PATH for performing A=A+3 and A=B+C TO DESIGN AND SIMULATE DATA PATH FOR PERFORMING A=A+3 AND A=B+C USING ONLY ONE ADDER.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:58296
    • 提供者:gnc
  1. fifo

    0下载:
  2. Generic c code for Fifo (first in first out), meant for embedded development. It can point to generic structures.-Generic c code for Fifo (first in first out), meant for embedded development. It can point to generic structures.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:2557
    • 提供者:chileguy
  1. fifo

    0下载:
  2. 用c++实现的fifo内存调度算法,非常使用的一个,欢迎各位修改报错-Fifo memory scheduling algorithms using c++ implementation, use a very, welcome to modify the error
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:秦开强
  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

    0下载:
  2. First in First Out c++ program
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1998936
    • 提供者:alidariushi
  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. 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
  1. fifo

    0下载:
  2. compat.c - A series of functions to make it easier to convert drivers that use the old isapnp APIs. If possible use the new APIs instead.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5564
    • 提供者:rtcodr
  1. FIFO请求分页式算法

    0下载:
  2. 分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the main memory and start the execut
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:堇色安年
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com