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

搜索资源列表

  1. czip_cunzip_source.zip

    0下载:
  2. 目标动态库输出两个类: CZip(用于压缩文件) CUnzip (用于解压缩文件)使用gzip GNU源代码(gzip-1.2.4a)。这是个免费软件,你可以在GUN通用公共许可证(General Public License)条款下分发和修改此软件。
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:101938
    • 提供者:
  1. zlib-1.2.2

    0下载:
  2. zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), r
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:483798
    • 提供者:fwx
  1. 压缩文件算法(lz77)

    1下载:
  2. 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5279
    • 提供者:王昆
  1. HUFMAN

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5691
    • 提供者:王仲楼
  1. SPLINT

    0下载:
  2. The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23233
    • 提供者:王仲楼
  1. dwt_hh_Source

    0下载:
  2. DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and li
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4799
    • 提供者:王君
  1. asp024

    0下载:
  2. 贺卡制作软件的源代码 一般的都能制作了  好用-card production software source code in general have produced a handy
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:159503
    • 提供者:孟政
  1. adapativemathamatirccoder

    0下载:
  2. 实现一般的图象自适应算术编码的功能.该程序能够在一般的图象压缩中都能够应用。特别是在JPEG和JPEG2-realization of the image adaptive arithmetic coding functions. The procedure to the general image compression can be used. Especially in JPEG and JPEG2
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19976
    • 提供者:zhz
  1. jioawuguanli

    0下载:
  2. 我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例-I bought the new CD there are a good educational management system to the general rule of VC.net
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:377839
    • 提供者:oyyee
  1. drv

    0下载:
  2. MX21 IM8012 driver This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) a
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12082
    • 提供者:李鸿平
  1. Mpeg2DataParser

    0下载:
  2. * This file is part of DigitalWatch, a free DTV watching and recording * program for the VisionPlus DVB-T. * * DigitalWatch is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11275
    • 提供者:yue feng
  1. zlib123

    0下载:
  2. zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:898604
    • 提供者:zhangchen
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  1. 哈夫曼编码解码

    0下载:
  2. 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundan
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:24035
    • 提供者:胡骥骏
  1. zlib-1.2.1

    0下载:
  2. zlib -- zlib 的程式发展介面, 通用性压缩程式库 目的是为发展工具函式去支援压缩程式库.zlib 程式库是由 RFCs (Request for Comments) 于1950年到1952年所描述和开发.适用于 x86 之 Dos 环境.-zlib -- interface of the zlib general purpose compression library target dependent utility functions for the compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:393302
    • 提供者:Xmcs Proo
  1. bzip.tar

    0下载:
  2. 高效率的一种通用压缩/解压程序 - High efficiency one kind of general compression/decompression procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:450961
    • 提供者:站长
  1. MZ

    0下载:
  2. MH编码是用于黑白二进制文件传真的数据压缩。文件传真是指一般文件、图纸、手写稿、表格、报纸等文件的传真。他们是黑白二值的,也就是信源是二元信源q=2。 MH编码是一位编码方案,即对一行一行的数据进行编码,它将游程编码和霍夫曼编码想结合,是一种标准的改进霍夫曼码。 -MH encoded binary files are used for black-and-white facsimile data compression. Document refers to the general f
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:974865
    • 提供者:张继红
  1. 5110_

    0下载:
  2. 5110综合演示 变成结构 流程 头文件-5110 General demo flow into the structure of header files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:817813
    • 提供者:ann
  1. ptmalloc

    0下载:
  2. 这是一个内存分配管理的程序,用于模拟c对内存的使用-/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software you can redi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:59042
    • 提供者:丰占军
  1. jboss-portal-2.0.1RC1-jboss-4.0.2

    0下载:
  2. jboss服务器! java开发员必备! 一般与sqlserver数据库组合!-jboss server! java developer must have! Sqlserver database with the combination of the general!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-10-31
    • 文件大小:46331914
    • 提供者:123456789
« 12 3 »
搜珍网 www.dssz.com