CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Ring-like buffer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Ring-like 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
:
冰冰
[
OS program
]
buffertest
DL : 0
this ring buffer sample.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
yokkie
[
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
:
刘少麟
[
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
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.