-
对于Huffman压缩算法原代码的数据流,可以使用…
用于数据流压缩的huffman算法原码,可用于压缩解压的源程序-Data stream for the huffman compression algorithm the original code, can be used to extract the source compression
- 2023-01-18 17:00:03下载
- 积分: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
-
文件型数据库 文件型数据库文件型数据库
文件型数据库 文件型数据库文件型数据库-Document Database Document DatabaseDocument Database
- 2022-07-26 06:58:09下载
- 积分:1
-
支持向量机
svm - suport vector machine - matlab code -svm- suport vector machine- matlab code
- 2022-07-06 20:02:31下载
- 积分:1
-
Huffman compression decompression algorithms
霍夫曼压缩解压缩算法-Huffman compression decompression algorithms
- 2022-07-02 18:09:06下载
- 积分:1
-
Video compression standard MPEG2 video decoder reference C code
视频压缩标准MPEG2的视频解码的参考C代码-Video compression standard MPEG2 video decoder reference C code
- 2022-04-30 05:27:56下载
- 积分:1
-
树与二叉树转换,用的是c++
实现任意形状的树(使用广义表的方式从键盘输入)与二叉树的相互转换的实现...
树与二叉树转换,用的是c++
实现任意形状的树(使用广义表的方式从键盘输入)与二叉树的相互转换的实现-iohdiuosopidiosjdksddd
- 2023-08-25 16:15:04下载
- 积分:1
-
H.264 codec algorithm source code
H.264编解码算法源代码-H.264 codec algorithm source code
- 2022-01-26 03:24:33下载
- 积分:1
-
实现inflate压缩算法,结构清晰,方便裁剪,比gzip小很多。详情见www.zlib.net
实现inflate压缩算法,结构清晰,方便裁剪,比gzip小很多。详情见www.zlib.net-Realize inflate compression algorithm, structural clarity, easy cutting, much smaller than gzip. Details www.zlib.net
- 2022-04-25 10:18:32下载
- 积分:1
-
哈夫漫编码,提供字符统计,根据统计结果进行编码计算.
哈夫漫编码,提供字符统计,根据统计结果进行编码计算.-Hough Man coding for these characters statistics, according to statistics calculated results coding.
- 2022-08-26 06:09:36下载
- 积分:1