-
huffman编码,一种压缩与解压缩的程序,仅供大家参考。
huffman编码,一种压缩与解压缩的程序,仅供大家参考。-Huffman coding, a compression and decompression procedures are for your reference.
- 2022-03-11 13:33:32下载
- 积分:1
-
实现文件压缩和解压缩,全英文有兴趣的同志请仔细阅读,相信你一定能得到一些启发...
实现文件压缩和解压缩,全英文有兴趣的同志请仔细阅读,相信你一定能得到一些启发-achieve compression and decompression, all are interested in the English comrades please read carefully, I think you will get some insights
- 2022-07-19 12:28:22下载
- 积分:1
-
dm642上实现H.264的编码,可惜没有解码部分。
dm642上实现H.264的编码,可惜没有解码部分。-dm642 achieve H.264 encoding, decoding Unfortunately no part.
- 2022-04-20 06:07:05下载
- 积分: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
-
这是个解压缩软件UNZIP的C源程序代码 ,请站长接收
这是个解压缩软件UNZIP的C源程序代码 ,请站长接收-This is a decompression software UNZIP C source code, the receiving station
- 2023-06-07 11:05:03下载
- 积分:1
-
realized by the data compression RLC (RIc) process. The environment for the impl...
本程序实现了数据压缩中RLC(游程编码)过程。执行环境为 TC 3.0。-realized by the data compression RLC (RIc) process. The environment for the implementation of TC 3.0.
- 2022-01-23 11:24:10下载
- 积分:1
-
Jpeg图像解压,可以参考其中的几个文件
Jpeg图像解压,可以参考其中的几个文件-Jpeg image decompression, which can refer to several documents
- 2022-03-12 01:27:56下载
- 积分:1
-
这是JPEG压缩编码,c++实现,其中有离散余弦变化,由程编码等...
这是JPEG压缩编码,c++实现,其中有离散余弦变化,由程编码等-This is the JPEG compression, c realization of a discrete cosine which changes from the way coding
- 2022-07-18 21:21:26下载
- 积分:1
-
自适应哈夫曼编码
Adaptive Huffman coding
- 2022-08-25 20:48:08下载
- 积分:1
-
UnZip is a small zipfile extract utility. It is written to be assmall portable a...
UnZip is a small zipfile extract utility. It is written to be assmall portable as possible and is intended to be starting point for im-plementation of .ZIP files in non-IBM environments.Source code is provided in C and Turbo Pascal. If you port this programto a non-IBM system, I would appreciate a copy of the ported source andexe files.
- 2022-07-11 16:05:26下载
- 积分:1