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

搜索资源列表

  1. COM_IN_INT.rar

    0下载:
  2. 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据,51 MCU using circular queue input buffer to receive data from serial port interrupt
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:628
    • 提供者:cyinfo
  1. MyClock(doublebuffer)

    0下载:
  2. 动态时钟,双缓冲解决屏闪~~~~~~窗体为圆形区域。-Dynamic clock, dual-screen flash buffer solution for a circular area ~~~~~~ form.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:43292
    • 提供者:蓝鸟
  1. FilteringFunctions

    0下载:
  2. 滤波器函数,包括圆延迟,使用圆延迟线的FIR滤波器-circular delay,FIR filter using circular delay-line buffer
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:2236
    • 提供者:王韵
  1. ECE348_LAB2_group11

    0下载:
  2. To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. This code serves as an assembly pro
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:499991
    • 提供者:gary
  1. LAB4

    0下载:
  2. To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and imp
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:124872
    • 提供者:gary
  1. onlineradio

    0下载:
  2. Online straeming radio Java client for BlackBerry OS device Can continously stream using circular byte buffer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:18709
    • 提供者:tanim
  1. ADC-main

    0下载:
  2. This example describes how to use the ADC and DMA to transfer continuously converted data from ADC to a data buffer. The ADC is configured to converts continuously ADC channel14. Each time an end of conversion occurs the DMA transfers, in circ
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:2376
    • 提供者:朱兰凤
  1. circular_deque

    1下载:
  2. 找到一个作者的关于环形队列的源码,分享一下 boost 已经有了一个这样 的缓冲区,circular_buffer,由Jan Gaspar设计实现,它的数据结构跟传统的环形队列(很多数 据结构书上有相关介绍)一样,速度比传统的环形队列快得多。只不过我对它的表现还是不 太满意,觉得它还不够快。为此,我设计了一个简单的循环双端队列,它的数据结构与 circular_buffer 没什么两样,但没有编写迭代器,也没有给出太多公有成员函数,只不过它 的速度要快一些-To find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:85697
    • 提供者:半半
  1. mfc_test1_udp_7_28

    0下载:
  2. C++(MFC)开发,实现语言的采集,压缩和局域网的互传。 搜索局域网内的所有主机,可连接选中主机进行通话。 语言聊天对误码率要求较低,而且对实时性要求较高,因此使用的传输协议为UDP,使用winsock完成对接。 接收端和发送端的buff使用循环队列以缓冲局域网较快的数据传输。 压缩算法使用window自带的压缩算法。 由于对话双方既是客户端也是服务端,因此使用多线程进行接收和发送数据。 向窗体注册winsock的消息,用于建立连接和发送接收数据时弹出消息。-C++ (MFC) develop
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-10
    • 文件大小:17708496
    • 提供者:liyongjian
  1. SBuffer

    0下载:
  2. 环形字符缓冲区 通过指针的移动,减少内容拷贝的次数 先进先出队列-Circular character buffer by moving the pointer to reduce the number of copies the contents of FIFO queue
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:金磊
  1. fifo

    0下载:
  2. FIFO buffer based on a circular queue.
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1272
    • 提供者:owen tsai
  1. uartlibrary

    0下载:
  2. DEscr iptION: An interrupt is generated when the UART has finished transmitting or receiving a byte. The interrupt handling routines use circular buffers for buffering received and transmitted data. The UART_RX_BUFFER_SIZE and UART_TX
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-03
    • 文件大小:18066
    • 提供者:abdulmajeed
  1. threeProcessDialog

    0下载:
  2. 大家还在为缓冲的时候圆形进度条样式单一不好看而郁闷吗。这里提供三种缓冲进度条的样式,希望大家也多多分享,共同学习。-People still buffer when a single circular progress bar style does not look good rather depressed this. Offers three buffer progress bar style here, I hope you also a lot of sharing, learning
  3. 所属分类:android

    • 发布日期:2017-11-07
    • 文件大小:85579
    • 提供者:Samy
  1. CircularQueue

    0下载:
  2. Circular queue/buffer http://en.wikipedia.org/wiki/Circular_buffer
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2421
    • 提供者:12rad
  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
    • 文件大小:58024
    • 提供者: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
    • 文件大小:134005
    • 提供者:Rushikesh
  1. Queue

    0下载:
  2. C语言写的实现对循环队列的操作,可用于网络或串口中作为接收缓存,不停的获取数据进行处理。-C language implementation of circular queue operation, network or serial port can be used as the receive buffer, constantly get data for processing.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1262
    • 提供者:方日阳
  1. 55

    0下载:
  2. linux下多线程结构体数组对文件进行读写操作,涉及一条线程打开文件,读取一个文件数据,入队到循环队列buffer;另一条线程循环队列buffer进行出队写入到另一个文件中。-Under Linux multithreaded structure array to the file to read and write operations, involving a thread to open the file, read a file data, the team to the circula
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:曾清波
  1. 66

    0下载:
  2. linux下c语言循环队列中,进行入队出队时把数据放进循环队列缓冲区进行读写操作。可以判断队列状态:满、空、运行正确、运行错误 。属于比较经典的例子-Cyclic queue, under Linux c team when the team put the data into the circular queue buffer to read and write operations. To judge the queue status: full, empty, correct operat
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:曾清波
  1. deuined__deficed__unknown

    0下载:
  2. 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-Intelligent buffer CSmartBuf buffer for unknown size defined in the stack, both efficiency and generality rapid mapping CQuickMap CRingQ circular queue
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:20480
    • 提供者:KFjsxwa!5077
« 1 2 3 45 »
搜珍网 www.dssz.com