欢迎来到虫虫开发者社区 — 专业电子工程师资源,全部免费下载

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

数值算法/人工智能 8 K 122 次下载

资源详细信息

文件格式
ZIP
文件大小
8 K
上传者
发布时间
下载统计
122
所需积分
2 积分

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma - 资源详细说明

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.

I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma - 源码文件列表

本资源包含 8 个源码文件 支持在线预览,点击文件名即可查看

温馨提示:点击文件名或"查看源码"按钮可在线浏览源代码,支持语法高亮显示。

立即下载 I ve written some many years a

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关数值算法/人工智能资源:

相关数值算法/人工智能资源推荐