搜索资源列表
LZSS.cpp
- 对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
asm-C-CPP-program
- 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
huffman.cpp
- c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
CPP-China_speaking_CPP
- C++-China speaking C++为C++之父中国之行于清华北大的演讲稿另一份讲稿,以C++的设计者的身份,独到的介绍了C++的主要特征和优点-C++-China speaking C++ for C++ father' s trip to China, Tsinghua University Beijing University speech in a separate scr ipt to C++, the identity of the designer, unique i
DynamicArray
- 完成满足上述接口的动态数组(Dynamic array)的程序; 需要遵循基本的编程规范和风格; 动态分配内存用C++的函数new/delete,不用malloc/free; 处理好动态分配的运用,不要出现内存泄漏; 了解C++类的构造函数和析构函数的作用; 熟悉C++类的写法(*.h, *.cpp); 各种情况考虑周到,不要出现程序崩溃; -
LZW_JAVA-and-cPP
- 字典压缩算法(LZW)的java与c实现版本-LZW algorithm implementations of java and c
cPP
- c++自适应霍夫曼代码,实现单次扫描,并且压缩率高实时性好-c++ adaptive Huffman code, to achieve a single scan, and good real-time compression rate
CPP
- 该压缩包为C++实验程序的答案,能帮助大家更后地学习理解C-The experimental procedure for the C compressed package answers can help you better learn to understand C after
zipclass
- 使用zlib来压缩、解压zip 对zlib提供的unzip.c、zip.c进行了封装,容易看懂 可以压缩一个文件夹下的所有子文件和子文件夹 支持中文路径 可以解压到一个文件夹 注意:zip文件类型有很多种!本程序的解压部分只能解压和本程序压缩的格式一致的压缩文件,不能解压任意zip文件! display.cpp展示了如何使用-zip and unzip
lzma
- To compile C++ version of file->file LZMA encoding, go to directory CPP/7zip/Bundles/LzmaCon and call make to recompile it: make -f makefile.gcc clean all In some UNIX/Linux versions you must compile LZMA with static libraries. To co
lzwcod.cpp
- LZW coder and decores. C++ classes to encode and decode algorithm
BiTree
- 应用程序向导已为您创建了此 BiTree 应用程序。 本文件概要介绍组成 BiTree 应用程序的 的每个文件的内容。 BiTree.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 BiTree.cpp 这是主应用程序源文件。-use of bitree
zib-use
- 通过c++语言 实现压缩或者解压文件。通过zip.cpp中createZip可以设定压缩密码生成压缩文件。unzip.cpp中通过UnzipItem可以解压文件。-used for zib or unzib
CPP-code
- 零基础学习C++中的,基础练习学习的代码,过程的代码有助于学习C-zeros learning C++,you can study and pratice C++ code
lzw-compress-cpp
- C++语言开发的lzw压缩算法,能在MFC环境下编译运行。-C++ language development lzw compression algorithm, can compile and run under MFC environment.
md5
- MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of
