CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - c-cpp

搜索资源列表

  1. LZSS.cpp

    0下载:
  2. 对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.72kb
    • 提供者:杨勇
  1. asm-C-CPP-program

    0下载:
  2. 包括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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-03
    • 文件大小:4.95mb
    • 提供者:邢旭初
  1. huffman.cpp

    1下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-04-21
    • 文件大小:11.45kb
    • 提供者:秦一
  1. CPP-China_speaking_CPP

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:169.72kb
    • 提供者:万富元
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:247kb
    • 提供者:陈婉
  1. LZW_JAVA-and-cPP

    0下载:
  2. 字典压缩算法(LZW)的java与c实现版本-LZW algorithm implementations of java and c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:48.07kb
    • 提供者:张琦
  1. cPP

    0下载:
  2. c++自适应霍夫曼代码,实现单次扫描,并且压缩率高实时性好-c++ adaptive Huffman code, to achieve a single scan, and good real-time compression rate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:吴进强
  1. CPP

    0下载:
  2. 该压缩包为C++实验程序的答案,能帮助大家更后地学习理解C-The experimental procedure for the C compressed package answers can help you better learn to understand C after
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:16.7kb
    • 提供者:ttingy
  1. zipclass

    1下载:
  2. 使用zlib来压缩、解压zip 对zlib提供的unzip.c、zip.c进行了封装,容易看懂 可以压缩一个文件夹下的所有子文件和子文件夹 支持中文路径 可以解压到一个文件夹 注意:zip文件类型有很多种!本程序的解压部分只能解压和本程序压缩的格式一致的压缩文件,不能解压任意zip文件! display.cpp展示了如何使用-zip and unzip
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-14
    • 文件大小:3.45mb
    • 提供者:RachelChu
  1. lzma

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:142.85kb
    • 提供者:duximing
  1. lzwcod.cpp

    0下载:
  2. LZW coder and decores. C++ classes to encode and decode algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-08
    • 文件大小:2.87kb
    • 提供者:o27
  1. BiTree

    0下载:
  2. 应用程序向导已为您创建了此 BiTree 应用程序。 本文件概要介绍组成 BiTree 应用程序的 的每个文件的内容。 BiTree.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 BiTree.cpp 这是主应用程序源文件。-use of bitree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:740.73kb
    • 提供者:姜润东
  1. zib-use

    0下载:
  2. 通过c++语言 实现压缩或者解压文件。通过zip.cpp中createZip可以设定压缩密码生成压缩文件。unzip.cpp中通过UnzipItem可以解压文件。-used for zib or unzib
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:76.69kb
    • 提供者:Ben
  1. CPP-code

    0下载:
  2. 零基础学习C++中的,基础练习学习的代码,过程的代码有助于学习C-zeros learning C++,you can study and pratice C++ code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:3.87mb
    • 提供者:穆凯文
  1. lzw-compress-cpp

    0下载:
  2. C++语言开发的lzw压缩算法,能在MFC环境下编译运行。-C++ language development lzw compression algorithm, can compile and run under MFC environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:4.67kb
    • 提供者:徐进
  1. md5

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:4.52kb
    • 提供者:gqliu
搜珍网 www.dssz.com