基本信息
源码名称:图形处理 哈夫曼编码 香农编码 行程运算 预测编码 傅里叶变换 小波变换
源码大小:0.24M
文件格式:.zip
开发语言:C#
更新时间:2022-11-07
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
图形处理 哈夫曼编码  香农编码 行程运算 预测编码 傅里叶变换 小波变换

.
├── compression
│   ├── Backup
│   │   ├── compression
│   │   │   ├── Complex.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── compression.csproj
│   │   │   ├── dpcmCode.Designer.cs
│   │   │   ├── dpcmCode.cs
│   │   │   ├── dpcmCode.resx
│   │   │   ├── huffmanCode.Designer.cs
│   │   │   ├── huffmanCode.cs
│   │   │   ├── huffmanCode.resx
│   │   │   ├── lzwCode.Designer.cs
│   │   │   ├── lzwCode.cs
│   │   │   ├── lzwCode.resx
│   │   │   ├── rleCode.Designer.cs
│   │   │   ├── rleCode.cs
│   │   │   ├── rleCode.resx
│   │   │   ├── shannonC.Designer.cs
│   │   │   ├── shannonC.cs
│   │   │   ├── shannonC.resx
│   │   │   ├── shannonFannon.Designer.cs
│   │   │   ├── shannonFannon.cs
│   │   │   ├── shannonFannon.resx
│   │   │   ├── transCode.Designer.cs
│   │   │   ├── transCode.cs
│   │   │   ├── transCode.resx
│   │   │   ├── wlTrans.Designer.cs
│   │   │   ├── wlTrans.cs
│   │   │   └── wlTrans.resx
│   │   ├── compression.sln
│   │   └── compression.suo
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   ├── compression
│   │   ├── Complex.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── compression.exe
│   │   │       ├── compression.exe.config
│   │   │       ├── compression.pdb
│   │   │       ├── compression.vshost.exe
│   │   │       ├── compression.vshost.exe.config
│   │   │       └── compression.vshost.exe.manifest
│   │   ├── compression.csproj
│   │   ├── compression.csproj.user
│   │   ├── dpcmCode.Designer.cs
│   │   ├── dpcmCode.cs
│   │   ├── dpcmCode.resx
│   │   ├── huffmanCode.Designer.cs
│   │   ├── huffmanCode.cs
│   │   ├── huffmanCode.resx
│   │   ├── lzwCode.Designer.cs
│   │   ├── lzwCode.cs
│   │   ├── lzwCode.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Refactor
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── compression.Form1.resources
│   │   │   │   ├── compression.Properties.Resources.resources
│   │   │   │   ├── compression.csproj.FileListAbsolute.txt
│   │   │   │   ├── compression.csproj.GenerateResource.Cache
│   │   │   │   ├── compression.dpcmCode.resources
│   │   │   │   ├── compression.exe
│   │   │   │   ├── compression.huffmanCode.resources
│   │   │   │   ├── compression.lzwCode.resources
│   │   │   │   ├── compression.pdb
│   │   │   │   ├── compression.rleCode.resources
│   │   │   │   ├── compression.shannonC.resources
│   │   │   │   ├── compression.shannonFannon.resources
│   │   │   │   ├── compression.transCode.resources
│   │   │   │   └── compression.wlTrans.resources
│   │   │   └── compression.csproj.FileListAbsolute.txt
│   │   ├── rleCode.Designer.cs
│   │   ├── rleCode.cs
│   │   ├── rleCode.resx
│   │   ├── shannonC.Designer.cs
│   │   ├── shannonC.cs
│   │   ├── shannonC.resx
│   │   ├── shannonFannon.Designer.cs
│   │   ├── shannonFannon.cs
│   │   ├── shannonFannon.resx
│   │   ├── transCode.Designer.cs
│   │   ├── transCode.cs
│   │   ├── transCode.resx
│   │   ├── wlTrans.Designer.cs
│   │   ├── wlTrans.cs
│   │   └── wlTrans.resx
│   ├── compression.sln
│   └── compression.suo
└── 图形处理 哈夫曼编码  香农编码 行程运算 预测编码 傅里叶变换 小波变换.zip

13 directories, 107 files