-
这是一个压缩和解压的程序,有助于教学之用或者学习
这是一个压缩和解压的程序,有助于教学之用或者学习-This is a compression and decompression procedures, contribute to teaching or learning
- 2022-08-25 13:22:10下载
- 积分:1
-
Computes the permanent of a nonnegative in teger matrix. Notes : Compile in C, &...
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c". -Computes the permanent of a nonnegative in teger matrix. Notes : Compile in C, "g-o permanent permanent.c."
- 2022-12-09 06:10:03下载
- 积分:1
-
压缩解压缩类源码
压缩解压缩类源码-decompress compressed source category
- 2023-04-29 05:40:03下载
- 积分:1
-
Huffman coding used to the idea of data compression
用哈夫曼编码的思想对数据进行压缩-Huffman coding used to the idea of data compression
- 2022-05-10 22:02:10下载
- 积分:1
-
文本压缩算法及代码,采用huffman编码压缩,压缩率较高
文本压缩算法及代码,采用huffman编码压缩,压缩率较高-text compression algorithms and code, using Huffman coding compression, high compression rate
- 2023-02-08 10:10:04下载
- 积分:1
-
LZSS compression algorithm to the deep application. C
对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
- 2022-08-16 17:26:49下载
- 积分:1
-
这是一个G.711在DSP上运行的程序.已经通过调试
这是一个G.711在DSP上运行的程序.已经通过调试-This is a G.711 to run in the DSP process. Has passed debugging
- 2022-01-26 02:34:50下载
- 积分:1
-
作业,哈夫曼压缩解压缩
作业,哈夫曼压缩解压缩-Operations, Huffman compression decompression
- 2022-03-05 15:43:24下载
- 积分:1
-
this is matlab jpeg compression based on dct,it is helpful for who embark on jpe...
这是基于dct的matlab jpeg压缩,对从事jpeg压缩有一定的帮助。
- 2023-08-20 22:10: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