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

搜索资源列表

  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
    • 文件大小:2.96kb
    • 提供者:胡浩
  1. 20070512graduate

    0下载:
  2. 在Linux底下用QtDesigner开发的一个进程同步例子。基本思想是设计一个缓冲区(循环队列),进程A往缓冲区写,进程B往缓冲区读,只有缓冲区空的时候才能写,只有缓冲区满的时候才能读。-used in Linux under a QtDesigner development process synchronization example. Basic idea is to design a buffer zone (Circular Queue), a process to write bu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:559.66kb
    • 提供者:何强
  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
    • 文件大小:2.48kb
    • 提供者:丽香
  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
    • 文件大小:2.12kb
    • 提供者:代码人
  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
    • 文件大小:4.8kb
    • 提供者:黄健
  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
    • 文件大小:2.14kb
    • 提供者:Tonysun
  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
    • 文件大小:4.59kb
    • 提供者:luo
  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
    • 文件大小:1.99kb
    • 提供者:阿焦
  1. buf_FeNg

    0下载:
  2. C语言的一套环形buffer 使用函数接口 主要用于需要在内存开辟一段空间循环使用,考虑到buffer的循环行、安全性以及方便拓展性 本来自己项目有这方面需求 就自己写了一套封装函数 后来好像有修改 但是函数保证正确可用 我测试过-C language using a circular buffer function interface is mainly used to open up some space in memory required recycling, taking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2.51kb
    • 提供者:s
  1. logread

    0下载:
  2. circular buffer syslog implementation busybox for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1.85kb
    • 提供者:wenyeipen
  1. ipw2100

    0下载:
  2. Firmware and host share a circular queue of Transmit Buffer Descr iptors (TBDs) for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:56.66kb
    • 提供者:duxonxi
  1. RingBuffer

    0下载:
  2. Virtual implementation of Ring Buffer or Buffer Cache using doubbly circular linked list
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:130.86kb
    • 提供者:Rushikesh
  1. softing

    0下载:
  2. variables which hold the circular buffer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:srpudo
  1. linux-HDDTest

    0下载:
  2. linux下查看硬盘坏道信息代码 对于硬盘的坏道的确没有什么好的办法,ata协议中的smart命令本意上是好的,但是很多的硬盘厂商并没有很好的实现smart的功能;硬盘的相关错误信息会存在相应的扇区里,但是这些扇区相当于一个环形的缓冲区,所以记录的错误信息有限,如果需要完整的硬盘坏道信息,smart就*为力了。通过完整的读一遍硬盘可以找出坏道的完整信息,但是读牵涉到了DMA的数据传输过程所以效率较低;ata的协议里READ VERIFY (EXT)命令大大提高效率,该命令是NO DA
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:亮光
搜珍网 www.dssz.com