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

搜索资源列表

  1. C++ Source Code for the Wavelet Packet Transform.z

    0下载:
  2. Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。-uninx system,wavelet transform example,but,you can transplant it to window with little modification.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:627712
    • 提供者:东海
  1. j_9022_SockSpy

    0下载:
  2. 远程网络监视程序源码,对于开发远程监视的人员来说,是一个极好的例子.-remote network monitoring program source code, for the development of a long-range surveillance personnel, it is an excellent example.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16701
    • 提供者:xyl
  1. zlib-1.2.3

    0下载:
  2. We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:608589
    • 提供者:ylin_v
  1. 15200039804

    0下载:
  2. example for Ajax you can reaserch the code to how to use Ajax
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1269423
    • 提供者:牛树海
  1. lzwdemo

    1下载:
  2. 字典码的一种实现范例,用lzw方法实现压缩解压-Dictionary An example of code using LZW compression decompression method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2954
    • 提供者:李欢
  1. LZMA

    0下载:
  2. LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式; 代码为完整的工程,可运行,其中包括简单的举例。-Decompression LZMA compression algorithm, compression decompression function interface to the Senate to the Senate all forms Buffer code to complete the project can be run, including a sim
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:352337
    • 提供者:yangxh
  1. xdemo3d

    0下载:
  2. 一个d3d实例程序,模拟地形相关的简单源代码-D3d example of a procedure, a simple simulation of terrain-related source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:594449
    • 提供者:呵呵
  1. C_Zip

    0下载:
  2. 在某些软件应用当中需要把某些文件压缩成一个RAR或ZIP或JAR文件,例如手机程序是一个JAR包,因此在手机开发中,某些工具可以提供此功能:把某些文件压缩进某包,本代码即实现此种功能。 在实际应用中,例:游戏开发中,可把某些工具生成的文件(地图文件、脚本文件等)例用本代码将这些文件压缩到游戏jar包中,避免需要程序员进行打包的麻烦,以方便游戏策划人员进行编辑或调试。 主要是复用WAR软件的命令进行压缩-In some software applications which need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:23722
    • 提供者:jorn ham
  1. ImageCoding

    0下载:
  2. 本例给出了几种编码方法的源码,包括:霍夫曼编码,香农编码,位平面编码等-This example shows the source code of several encoding methods, including: Huffman coding, Shannon coding, bit plane coding, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:232747
    • 提供者:马子领
  1. stack

    0下载:
  2. C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-21
    • 文件大小:2956
    • 提供者:邹娟
  1. 0763710792

    0下载:
  2. structure data example code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:79029
    • 提供者:sunjana
  1. 238060016EE108V02_3b154dee_7097_4a3c_80d0_d52f2a00

    0下载:
  2. SHARC 处理器的测试程序例程,有借鉴意义-ADSP-21161 processor: 1. Blink- Example LED blink code. 2. Flash programmer- Flash programmer project for ADSP-21161
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:35050
    • 提供者:xin
  1. dct_latest.tar

    0下载:
  2. one method to DCT, it contains DCT thesis, vhdl code and example
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:872934
    • 提供者:liruoyu
  1. c

    1下载:
  2. 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 -1. Problem Descr iption for a given positive integer n, Gray code to meet a coding sequence of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-09-18
    • 文件大小:19862
    • 提供者:杨小明
  1. Hamming

    0下载:
  2. 用MATLAB实现Hamming码的编码和译码,并设计了友好的互动界面,是学习信息论与编码很好的例子。-Hamming code with MATLAB to achieve encoding and decoding, and a friendly interactive interface design, information theory and coding to learn a good example.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:7547
    • 提供者:孟斌
  1. ZlibVBExample

    2下载:
  2. 调用zlib.dll进行文件夹压缩和解压源码例子,工程用VB编写,代码量少,通俗易懂。-Folder called zlib.dll for compression and decompression source example, works written with VB, the code less, easy to understand.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-01-25
    • 文件大小:29696
    • 提供者:captain83
  1. LZSS

    0下载:
  2. Code example for LZSS alg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3273
    • 提供者:Unmasked
  1. hglz_v09

    0下载:
  2. LZW压缩算法的VC++示例程序源代码,含算法的核心代码和简单范例程序代码,可以VC6下顺利编译-LZW compression algorithm of the VC++ sample program source code, including algorithms simple example of the core code and code can be compiled successfully under VC6
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:54334
    • 提供者:madud0002
  1. CoolRAR

    0下载:
  2. CoolRAR源代码是CoolRAR软件的源代码,vc++编写,是个好例子。-CoolRAR source code is CoolRAR software source code, vc to write, is a good example.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:848549
    • 提供者:张聪
  1. CS-OMP-MATLAB

    0下载:
  2. 一个压缩感知正交匹配追踪的实例代码及说明,对理解压缩感知很有帮助-A compressed sensing orthogonal matching pursuit of example code and instructions on understanding compressive sensing helpful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:753431
    • 提供者:华龙
« 12 »
搜珍网 www.dssz.com