文件名称:RLEcoding
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 379kb
- 下载次数:
- 0次
- 提 供 者:
- 韦*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本系统是专门处理二值图像压缩的,使用的算法是行程编码(RLE),经实验压缩效率非常的好。在网上基本上没有看见用c#对二值图像用行程编码进行压缩,由于本人在做一个项目正好要用到此算法,想偷懒搜一个源码,遗憾的是没有找到,故只有自己亲手来写一个。程序经过调试完全可以运行。希望对你有帮助-This system is devoted to binary image compression, the use of the algorithm is the length encoding (RLE), the experimental compression efficiency is very good. Basically, the Internet did not see the binary using c# coding to compress the image with the trip, because I am doing a project just to use this algorithm, like lazy search of a source, unfortunately, is not found, it is only their hands to write a . After a debugging program can run. Want to help you
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RLEcoding\binarray.sln
.........\binarray.suo
.........\........\Form1.Designer.cs
.........\........\Form1.cs
.........\........\binarray.csproj
.........\........\About.cs
.........\........\About.Designer.cs
.........\........\Form1.resx
.........\........\About.resx
.........\........\Program.cs
.........\........\obj\Debug\ResolveAssemblyReference.cache
.........\........\...\.....\binarray.About.resources
.........\........\...\.....\binarray.Form1.resources
.........\........\...\.....\binarray.Properties.Resources.resources
.........\........\...\.....\binarray.pdb
.........\........\...\.....\binarray.csproj.FileListAbsolute.txt
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.csproj.GenerateResource.Cache
.........\........\bin\Debug\binarray.vshost.exe
.........\........\...\.....\binarray.vshost.exe.manifest
.........\........\...\.....\RLEcoding.dll
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.pdb
.........\........\Properties\Resources.resx
.........\........\..........\Settings.settings
.........\........\..........\AssemblyInfo.cs
.........\........\..........\Resources.Designer.cs
.........\........\..........\Settings.Designer.cs
.........\........\实验二值图像\3.bmp
.........\........\............\4.bmp
.........\........\............\test.bmp
.........\........\............\2.bmp
.........\........\............\comress.rar
.........\........\............\decomress.bmp
.........\........\............\comress1.rar
.........\........\............\decomress1.bmp
.........\........\obj\Debug\TempPE
.........\........\...\.....\Refactor
.........\........\...\Debug
.........\........\bin\Debug
.........\........\obj
.........\........\bin
.........\........\Properties
.........\........\实验二值图像
.........\binarray
RLEcoding
.........\binarray.suo
.........\........\Form1.Designer.cs
.........\........\Form1.cs
.........\........\binarray.csproj
.........\........\About.cs
.........\........\About.Designer.cs
.........\........\Form1.resx
.........\........\About.resx
.........\........\Program.cs
.........\........\obj\Debug\ResolveAssemblyReference.cache
.........\........\...\.....\binarray.About.resources
.........\........\...\.....\binarray.Form1.resources
.........\........\...\.....\binarray.Properties.Resources.resources
.........\........\...\.....\binarray.pdb
.........\........\...\.....\binarray.csproj.FileListAbsolute.txt
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.csproj.GenerateResource.Cache
.........\........\bin\Debug\binarray.vshost.exe
.........\........\...\.....\binarray.vshost.exe.manifest
.........\........\...\.....\RLEcoding.dll
.........\........\...\.....\binarray.exe
.........\........\...\.....\binarray.pdb
.........\........\Properties\Resources.resx
.........\........\..........\Settings.settings
.........\........\..........\AssemblyInfo.cs
.........\........\..........\Resources.Designer.cs
.........\........\..........\Settings.Designer.cs
.........\........\实验二值图像\3.bmp
.........\........\............\4.bmp
.........\........\............\test.bmp
.........\........\............\2.bmp
.........\........\............\comress.rar
.........\........\............\decomress.bmp
.........\........\............\comress1.rar
.........\........\............\decomress1.bmp
.........\........\obj\Debug\TempPE
.........\........\...\.....\Refactor
.........\........\...\Debug
.........\........\bin\Debug
.........\........\obj
.........\........\bin
.........\........\Properties
.........\........\实验二值图像
.........\binarray
RLEcoding