CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ring buffer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ring buffer - List
[
Windows Develop
]
环形缓冲区
DL : 0
环形缓冲区- Ring-like buffer
Update
: 2025-02-17
Size
: 15kb
Publisher
:
none
[
Compress-Decompress algrithms
]
lzss_huf
DL : 0
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.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
冰冰
[
SCM
]
r_buf
DL : 0
自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
谢经波
[
OS program
]
RingBuffer_os
DL : 0
一个用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
Update
: 2025-02-17
Size
: 10kb
Publisher
:
黄兴
[
OS program
]
buffertest
DL : 0
this ring buffer sample.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
yokkie
[
uCOS
]
uc-app-test
DL : 0
本人写的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.
Update
: 2025-02-17
Size
: 315kb
Publisher
:
倪耶杰
[
Data structs
]
circlebuffer
DL : 0
著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。-Well-known ring buffer algorithm, welcome everyone to use the download, you good things.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
苏高峰
[
Windows Develop
]
vrb-0.5.1.tar
DL : 0
The Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
刘少麟
[
OS program
]
RingBuffer
DL : 0
环形缓冲区,环形缓冲区在数据采集等实时系统中广泛使用。-Ring buffer, the ring buffer in the data collection, such as widespread use of real-time systems.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
大宾
[
Internet-Network
]
EqueueDemo
DL : 0
这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-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
Update
: 2025-02-17
Size
: 49kb
Publisher
:
Lucy
[
OS program
]
bytebuffer
DL : 0
环形缓冲区类,编写很多程序时可以直接调用的哦,或则继承也是可以的-Class ring buffer, the preparation of many programs can be directly called Oh, or it can inherit the
Update
: 2025-02-17
Size
: 2kb
Publisher
:
何敏
[
Multimedia Develop
]
RingBuffer
DL : 0
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.
Update
: 2025-02-17
Size
: 183kb
Publisher
:
mike
[
VxWorks
]
rngLib
DL : 0
环型队列函数,主要是ring buffer的管理模块,完成相关的操作。-ring buffer lib
Update
: 2025-02-17
Size
: 4kb
Publisher
:
wang jinggui
[
VxWorks
]
RingBuffer
DL : 0
vxworks下环形buffer的操作代码,一个小的demo,希望对大家有用-vxworks under the ring buffer operation code, a small demo, hope for all of us
Update
: 2025-02-17
Size
: 18kb
Publisher
:
朱松
[
Linux-Unix
]
vrb
DL : 0
A simple solution of Virtual Ring Buffer, you can use it as a common command.
Update
: 2025-02-17
Size
: 92kb
Publisher
:
Derek Ray
[
Data structs
]
ring-buffer
DL : 0
在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-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
Update
: 2025-02-17
Size
: 34kb
Publisher
:
江立
[
SCM
]
FIFO-ring-buffer
DL : 0
用ICCAVR写的 ATmega640的串口的驱动,使用了先进先出的环形缓冲区技术 这是一个使用例子 稍微改动一下即可用到自己的项目中-ATmega640 with ICCAVR write serial driver, using FIFO ring buffer technology which is a slight change to the use of examples used in your own projects
Update
: 2025-02-17
Size
: 4kb
Publisher
:
陈成
[
Technology Management
]
ring-buffer
DL : 0
环形缓冲区的实现原理,在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-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. FIFO ring buffer is a circular buffer that can provide exclusive access to the buffer to the communication program
Update
: 2025-02-17
Size
: 4kb
Publisher
:
wei
[
Linux-Unix
]
ring-buffer-design
DL : 0
Lockless Ring Buffer Design for Linux v2.13.6.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
waobanvu
[
Data structs
]
RingBuffer-master
DL : 0
数据结构中的环形队列的实现方法,稍微修改即可用于你的应用中。(realize Ring buffer.)
Update
: 2025-02-17
Size
: 10.58mb
Publisher
:
MichaelChen
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.