Click here to Skip to main content
15,886,699 members
Articles / Programming Languages / C++

RunLength Compression

Rate me:
Please Sign up or sign in to vote.
4.51/5 (22 votes)
21 Jan 2005CPOL4 min read 70.8K   3.6K   21  
Fast Run-Length coding with variable runs sizes.
Microsoft Visual Studio Solution File, Format Version 8.00
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Egypt Egypt

Comments and Discussions