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

搜索资源列表

  1. LZSS.cpp.rar

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:1491
    • 提供者:
  1. LZSS.cpp

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

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:杨勇
  1. arithmetic_demo

    1下载:
  2. 推荐一个快速压缩算法,本人试过,很好用,详细说明请参看:http://www.codeguru.com/Cpp/Cpp/algorithms/compression/article.php/c7043/-recommended a rapid compression algorithm, I tried to use good, detailed descr iption See : http://www.codeguru.com/Cpp/Cpp/algorithms/compression/a
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:36823
    • 提供者:龚建伟
  1. mpeg2

    0下载:
  2. 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:220994
    • 提供者:onlyou
  1. Cpp-MapX5.0

    0下载:
  2. 在地图控制中添加了ODBC、ADO等方式获取数据库数据等功能
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:209803
    • 提供者:linxin
  1. LZW.rar

    1下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1314710
    • 提供者:wj
  1. cPP

    0下载:
  2. 简易计算器,支持多数多符号运算,里面有消息报告解说,是一位师兄提供的-Simple calculator, support more than most symbols operations, there are news report explain, is a senior provide
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:30782
    • 提供者:林远立
  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-02
    • 文件大小:5188323
    • 提供者:邢旭初
  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
    • 文件大小:11720
    • 提供者:秦一
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:323888
    • 提供者:cy
  1. CppwroteLZWcompressionalgorithm

    0下载:
  2. Cpp写的LZW压缩算法源代码 CPP写的LZW压缩算法源代码-Cpp wrote LZW compression algorithm Cpp source code written in the source code LZW compression algorithm LZW compression CPP algorithm written in the source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:22186
    • 提供者:
  1. huffman_coding.cpp

    0下载:
  2. 详细介绍huffman的功能 ,清晰准确,简单易懂,作业资料-Details huffman functional, clear and accurate, easy to understand, operating data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12264
    • 提供者:郭光明
  1. robertgordonarith.cpp

    0下载:
  2. 今天看到的一个还不错的压缩算法程序,希望能对大家的编程能力提高有所帮助!-Today saw a pretty good compression algorithm program, hoping to increase our programming ability to be helpful!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:6541
    • 提供者:robert gordon
  1. CPP

    0下载:
  2. LZMA压缩算法的vc源代码 经过测试 可以是使用的-LZMA
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:289581
    • 提供者:zhang
  1. 080707000317

    0下载:
  2. cpp文件转换成高亮html代码的源程序,附有说明-cpp files into html code, source code highlighted, annotated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:3010
    • 提供者:冯良
  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-04
    • 文件大小:173793
    • 提供者:万富元
  1. lzari

    0下载:
  2. lzari压缩解压源代码,不仅可以压缩解压磁盘中的文件,而且可以压缩与解压内存中的数据。-lzari.cpp-- A Data Compression Class 4/7/1989 Haruhiko Okumura Use, distribute, and modify this program freely.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7461
    • 提供者:shangdi
  1. DynamicArray

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

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. MnemonicMemory.cpp

    0下载:
  2. this a cpp program-this is a cpp program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1317
    • 提供者:sudheesh
  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-12
    • 文件大小:1577
    • 提供者:吴进强
« 12 »
搜珍网 www.dssz.com