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

搜索资源列表

  1. classcons1t

    0下载:
  2. windows 下的一个环形buffer的demo,很好的数据结构算法,一个类封装了所有的操作-windows of a circular buffer to the demo, very good data structure algorithms, a package of all categories of operation
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:10833
    • 提供者:陈全勇
  1. ArmComm

    0下载:
  2. arm实验时编写的linux串口程序,实现了基本的串口通讯功能,并在接收报文时,使用了环形缓冲区,希望程序对大家有所帮助,如有Bug,请给我留言,谢谢。-arm experiments prepared by the linux serial procedures to achieve the basic serial communications functions, the reported receiving text, the use of the circular buffer, we
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:胡浩
  1. CircularBuffer

    1下载:
  2. Circular Buffer Example
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12357
    • 提供者:趙珖珵
  1. PLC_Control

    4下载:
  2. 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:72165
    • 提供者:m__point
  1. LM3S_UART

    0下载:
  2. 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:12568
    • 提供者:Jerry.H
  1. ringbuffer_src_2.0

    1下载:
  2. C语言实现的环形缓存类封装。功能比较实用,可以用于网络环境下,协议栈或通信协议解析。-C language implementation of the circular buffer class package. Functions more practical, can be used for the network environment, or communication protocol stack resolution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:4911
    • 提供者:黄健
  1. RingBuffer

    0下载:
  2. Ring Buffer Implementation A circular buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.-Ring Buffer ImplementationA circ
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-08
    • 文件大小:71348
    • 提供者:mike
  1. circBuff

    0下载:
  2. An object oriented Circular buffer implementation. Matlab version 7+ is required,-An object oriented Circular buffer implementation. Matlab version 7+ is required,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1907
    • 提供者:Mehmet Aydinlik
  1. Queue

    0下载:
  2. Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2150
    • 提供者:Manoj M
  1. linux-circular-buf.tar

    0下载:
  2. linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:4698
    • 提供者:luo
  1. CircularBuffer

    0下载:
  2. C code for Circular buffer
  3. 所属分类:Other windows programs

  1. dsp_circular_buffer.tar

    0下载:
  2. FIFO circular buffer for DSP
  3. 所属分类:DSP program

    • 发布日期:2017-04-13
    • 文件大小:1873
    • 提供者:slimx2
  1. circular_buffer_demo

    0下载:
  2. this how to do a circular buffer-this is how to do a circular buffer
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11329
    • 提供者:Ahmed
  1. CIRCBUF

    0下载:
  2. Example of a circular buffer cla-Example of a circular buffer class
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1445
    • 提供者:Knobler999
  1. Bufor

    0下载:
  2. Circular buffer using a cyclone memory ( Quartus II and VHDL .)-Circular buffer using a cyclone memory ( Quartus II and VHDL .)
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:515371
    • 提供者:Kozinio
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:34782
    • 提供者:江立
  1. circular-_buf

    0下载:
  2. Circular buffer VHDl implementation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:121922
    • 提供者:dev
  1. circular

    0下载:
  2. Circular buffer implementation. AVR Assembler
  3. 所属分类:SCM

    • 发布日期:2017-11-28
    • 文件大小:884
    • 提供者:uvreg
  1. Circular Buffer implementation

    0下载:
  2. Matlab implementaion of object oriented circular buffer
  3. 所属分类:matlab例程

    • 发布日期:2013-06-27
    • 文件大小:1907
    • 提供者:aydinlik
  1. ring-buffer

    0下载:
  2. 环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-The principle of the ring buffer, in the communication process, often use ring buffers to store the data as a data structure to send and receive communications. FI
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3928
    • 提供者:wei
« 12 3 4 5 »
搜珍网 www.dssz.com