Location:
Search - buffer ring
Search list
Description: 环形缓冲区- Ring-like buffer
Platform: |
Size: 15360 |
Author: none |
Hits:
Description: C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
Platform: |
Size: 25600 |
Author: 米兰 |
Hits:
Description: This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
Platform: |
Size: 3072 |
Author: 冰冰 |
Hits:
Description: buffer example. buffer example.
buffer example.
Platform: |
Size: 2048 |
Author: 刘正贤 |
Hits:
Description: 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
Platform: |
Size: 2048 |
Author: 谢经波 |
Hits:
Description: 一个用c/c++写的多线程程序,源码中介绍了循环缓冲区的使用方法和基本原理,很适合初学者-with a c/c write multi-threaded process, the source described the use of buffer cycle methodology and basic principles, which is perfect for beginners
Platform: |
Size: 10240 |
Author: 黄兴 |
Hits:
Description: this ring buffer sample.
Platform: |
Size: 10240 |
Author: yokkie |
Hits:
Description: 本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC/OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
Platform: |
Size: 322560 |
Author: 倪耶杰 |
Hits:
Description: 著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。-Well-known ring buffer algorithm, welcome everyone to use the download, you good things.
Platform: |
Size: 2048 |
Author: 苏高峰 |
Hits:
Description: The Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer.
Platform: |
Size: 40960 |
Author: 刘少麟 |
Hits:
Description: 环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
Platform: |
Size: 2048 |
Author: 大宾 |
Hits:
Description: 这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-This is the code book to support non-blocking model with obstructive and thread-safe Ring Buffer Design and Implementation--- ring buffer, buffer technology to capture high-level key, for your reference
Platform: |
Size: 50176 |
Author: Lucy |
Hits:
Description: 环形缓冲区类,编写很多程序时可以直接调用的哦,或则继承也是可以的-Class ring buffer, the preparation of many programs can be directly called Oh, or it can inherit the
Platform: |
Size: 2048 |
Author: 何敏 |
Hits:
Description: 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 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.
Platform: |
Size: 187392 |
Author: mike |
Hits:
Description: 环型队列函数,主要是ring buffer的管理模块,完成相关的操作。-ring buffer lib
Platform: |
Size: 4096 |
Author: wang jinggui |
Hits:
Description: vxworks下环形buffer的操作代码,一个小的demo,希望对大家有用-vxworks under the ring buffer operation code, a small demo, hope for all of us
Platform: |
Size: 18432 |
Author: 朱松 |
Hits:
Description: A simple solution of Virtual Ring Buffer, you can use it as a common command.
Platform: |
Size: 94208 |
Author: Derek Ray |
Hits:
Description: 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.
Platform: |
Size: 5120 |
Author: 黄健 |
Hits:
Description: 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-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 communication program can provide mutually exclusive access to the buffer
Platform: |
Size: 34816 |
Author: 江立 |
Hits:
Description: 环形缓冲区设计文档 基本设计概念和处理流程-Basic design concepts and processes of the ring buffer design documents
Platform: |
Size: 273408 |
Author: 雷霆旅客 |
Hits: