-
主要实现图像压缩编码,主要包括香农-费诺码和算术编码的实现...
主要实现图像压缩编码,主要包括香农-费诺码和算术编码的实现-Main realize image compression encoding, including Shannon- Connaught fee codes and arithmetic coding to achieve
- 2023-04-14 04:10:03下载
- 积分:1
-
请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。...
请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。
-Please carefully write a detailed upload features, including the content description (at least 20 words). Try not to let owners to spend time on your revised instructions. Archive decompression there can not be password.
- 2023-04-20 06:25:03下载
- 积分:1
-
一个huffman压缩解压算法源码,有具体的实现算法和代码注释.
一个huffman压缩解压算法源码,有具体的实现算法和代码注释.-a Huffman compression decompression algorithm source, a specific algorithm and code Notes.
- 2022-08-10 07:14:15下载
- 积分:1
-
Classification of measuring instruments used in business management, accounting...
用于企业的计量器具分类管理、台帐修订、检定日期生成、器具查询等功能的一部分源代码;-Classification of measuring instruments used in business management, accounting revision, test date generation, equipment check and other functions as part of the source code
- 2022-09-12 10:15:06下载
- 积分:1
-
Huffman编码进行压缩的过程
哈夫曼编码在纸张压缩过程中的应用
- 2022-03-17 19:42:03下载
- 积分:1
-
这个程序的功能是能对一般的文件进行压缩和解压缩!
这个程序的功能是能对一般的文件进行压缩和解压缩!-The function of this procedure is able to document the general compression and decompression!
- 2022-03-02 03:53:10下载
- 积分:1
-
图像压缩的MATLAB算法之JEPG,希望对大家有用,欢迎下载。
图像压缩的MATLAB算法之JEPG,希望对大家有用,欢迎下载。-MATLAB algorithm for image compression of JEPG, hope useful for everyone, welcome to download.
- 2022-01-25 16:33:30下载
- 积分:1
-
JPEG图像压缩工具专辑
JPEG图像压缩工具专辑-JPEG image compression tools album
- 2022-03-04 08:50:13下载
- 积分: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
-
fast arithmetic coding sourcecode FastAC, i got it from Pearlam website. you can...
快速算术编码FastAC,来源于Pearlman个人主页,是非常有用的算术编码代码。可以用于图像,视频编解码中;也可以用于语音等编解码中。谢谢。-fast arithmetic coding sourcecode FastAC, i got it from Pearlam website. you can use it in image/video codec, or other codec.
- 2022-07-23 14:22:51下载
- 积分:1