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

搜索资源列表

  1. northwest_wolf_Utility

    0下载:
  2. 一些实用工具类,包括智能指针、循环队列、同步队列、环状缓冲区、线程模型等。-some practical tool categories, including smart pointer, cyclic queue, queue synchronous, circular buffer, thread model.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68666
    • 提供者:韩永泉
  1. CircularBuffer

    0下载:
  2. Template definition of circular buffer
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3394
    • 提供者:张强
  1. EqueueDemo

    0下载:
  2. 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-obstruction and support non-blocking security model is threaded circular buffer Design and Implementation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13400
    • 提供者:hailynch
  1. example-4

    0下载:
  2. This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2535
    • 提供者:丽香
  1. bulkusb

    0下载:
  2. usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:56118
    • 提供者:James
  1. RingBuf

    0下载:
  2. 51环形缓冲区代码,能有效提高缓冲区操作,读写指针分离,互不干扰-51 circular buffer code, can effectively improve the buffer operation, read and write pointer separation, non-interfering
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:950
    • 提供者:zhangmingfu
  1. BufferProgram

    0下载:
  2. 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2167
    • 提供者:代码人
  1. ring_buffer

    0下载:
  2. 一个环形缓冲区的实现方法.VC6 MFC 测试 -A circular buffer implementations. VC6 MFC Test
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:15871
    • 提供者:NavyZhao
  1. singly-linked-list

    0下载:
  2. singly linked-list with circular buffer
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:1539
    • 提供者:aynako
  1. rngLib

    0下载:
  2. 环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2193
    • 提供者:Tonysun
  1. CircularBuffer_Sample

    0下载:
  2. Code composer studio example file especially for the Circular buffer.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:1759
    • 提供者:joon
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2008272
    • 提供者:xiaoxiao
  1. PF_Ring

    0下载:
  2. Linux下的一个数据包捕获机制。采用一个环形缓冲有效提高包捕获率。-Under a Linux packet capture mechanism. Using a circular buffer to effectively improve the rate of packet capture.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:94277
    • 提供者:张显
  1. CycQueue

    0下载:
  2. 循环缓冲队列 ,常用于数据的采集等。比如生产者-消费者模式。-Circular buffer queue, commonly used in data collection and so on. For example the producer- consumer model.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2036
    • 提供者:阿焦
  1. lcd1602

    0下载:
  2. 该文件包含lcd1602驱动程序,rs232串口通信,环形缓冲数组。该程序为本人学生时期的练习习作。-This file contains lcd1602 driver, rs232 serial communication, a circular buffer array. During the program as my students practice exercises.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:41717
    • 提供者:黄华
  1. FIR

    0下载:
  2. fir.asm是基于循环缓冲区的FIR滤波器的设计程序,采样率为10KHz-fir.asm is based on the circular buffer FIR filter design program, sampling rate of 10KHz
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:716
    • 提供者:jlryry
  1. FIRcirc_ext

    0下载:
  2. 在6416的fir滤波器设计过程中,次程序通过调用ASM函数 使外部存储器实现循环缓冲的功能 对于c6416的学习有一定帮助-FIR Implementation Using C Calling an ASM Function Using a Circular Buffer in External Memory
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:12671
    • 提供者:sure
  1. Serial-Driver

    0下载:
  2. 这是一个基于ucos操作系统开发的串口循环缓冲区!是运行于ARM7内核的LPC2148处理器上的。-This is an operating system development based on the serial ucos circular buffer! Is running on the LPC2148 ARM7-core processors.
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:4902
    • 提供者:suyoujiang
  1. circbuf_src

    0下载:
  2. Complete source code for Circular Buffer Implementation
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:679
    • 提供者:fpga
  1. circular_buffer

    1下载:
  2. 使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1444
    • 提供者:bibiru
« 1 23 4 5 »
搜珍网 www.dssz.com