-
来源结构,压缩和解压缩代码
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample program zread.c.-Structure the sources so that the compress ion and decompression code form a library usabl e by any program, and write both gzip and zip on top of this library . This would ideally be a beats per (thread safe ) library. but this would degrade performance. In the mean time, you can look at the sample program zread.c.
- 2022-09-28 22:20:04下载
- 积分:1
-
A high quality VC++ source code implementing the very important context
A high quality VC++ source code implementing the very important context-based adaptive arithmetic coder.
- 2022-05-08 19:45:07下载
- 积分:1
-
一个压缩程序和一个解压程序
一个压缩程序和一个解压程序-a compression procedures and a decompression procedures
- 2023-03-04 11:05:04下载
- 积分:1
-
a开头和a结尾的字符串
a开头和a结尾的字符串-a beginning and the end of a string
- 2022-01-25 22:52:41下载
- 积分:1
-
JAVA语言,老师让做的。不懂的自己看。
JAVA语言,老师让做的。不懂的自己看。 -JAVA language, the teachers do. Do not understand their own look
- 2022-02-11 17:32:31下载
- 积分:1
-
魔兽改图工具。
魔兽改图一条龙
魔兽改图工具。
魔兽改图一条龙-dota
allstarbSuccess = ReadFile(hFile, buff, dwFileSize, &dwBytesRead, NULL)
CloseHandle(hFile)
if (!bSuccess || (dwBytesRead != dwFileSize))
{
free(buff)
return 0L
}
hash = XORRotateLeft(buff, dwFileSize)
free(buff)
return hash
- 2022-08-31 15:15:08下载
- 积分:1
-
图像压缩的GUI程序,可以直接调用,直接读入图片对其压缩
图像压缩的GUI程序,可以直接调用,直接读入图片对其压缩-image compression GUI program can directly call directly read into its compressed images
- 2023-07-17 23:50:03下载
- 积分:1
-
huffman编码,一种压缩与解压缩的程序,仅供大家参考。
huffman编码,一种压缩与解压缩的程序,仅供大家参考。-Huffman coding, a compression and decompression procedures are for your reference.
- 2022-03-11 13:33:32下载
- 积分:1
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
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.
- 2022-10-29 01:55:05下载
- 积分:1
-
msp430 IO_Operation
msp430 IO_Operation
- 2022-12-25 05:00:03下载
- 积分:1