Click here to Skip to main content
15,891,745 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.9K   3.6K   21  
Fast Run-Length coding with variable runs sizes.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CompressDemo.rc
//
#define IDC_DECompress                  3
#define IDC_PRIME                       4
#define IDD_Compress_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDC_COMBO1                      1000
#define IDC_COMBO2                      1001
#define IDC_EDIT1                       1002
#define IDC_EDIT2                       1003
#define IDC_PTF_BROWSE                  1004
#define IDC_CTF_BROWSE                  1005
#define IDC_EDIT3                       1006
#define IDC_DPTF_BROWSE                 1007
#define IDC_EDIT4                       1008

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1009
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

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