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

搜索资源列表

  1. jpeg2000SourceCode

    0下载:
  2. jpeg 2000 压缩算法源代码 核心ebcot-jpeg compression algorithm source code core ebcot
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:362234
    • 提供者:附件
  1. JPEG2000

    0下载:
  2. 介绍了有关静态图像压缩标准的核心算法,基于图像的小波变换对小波系数进行量化和用EBCOT算法进行压缩编码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:78388
    • 提供者:何文婷
  1. gzip

    0下载:
  2. gzip 压缩解压缩 和zlib的核心算法一样
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1333140
    • 提供者:yangyifan
  1. z_decompress

    0下载:
  2. 以zlib解压缩算法为核心的工具,能够直接解压zlib压缩数据。-zlib decompress tool.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:25906
    • 提供者:田野
  1. lzwc

    0下载:
  2. 用c语言实现的数据压缩算法,核心算法为lzw算法-C language used to achieve data compression algorithm, the core algorithm lzw algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6960
    • 提供者:王艳群
  1. lzma.tar

    0下载:
  2. 现在最有效的无损压缩算法,Zip的核心源码-Now the most efficient lossless compression algorithm, Zip core source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1781
    • 提供者:min
  1. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1476
    • 提供者:huoxinglin
  1. dct8x8

    0下载:
  2. 是DCT图象压缩的算法,是C编写的,是核心算法。-Is the DCT image compression algorithm is written C, is the core algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1541575
    • 提供者:xulinajiaofei
  1. yssf

    0下载:
  2. lz77.pas为borland公布的算法,但其核心实现是C语言.相对别的压缩算法压缩比很高-lz77.pas algorithm for the borland released, but its core achieved a C language. compared to other compression algorithms compression ratio is high
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:305399
    • 提供者:yv
  1. lzma912

    0下载:
  2. 7-Zip 是一款拥有极高压缩比的开源压缩软件。而lzma是其核心算法,拥有当前最优秀的压缩比与压缩效率。非常值得一看-7-Zip is a compression ratio of open source with a high compression software. The lzma is the core algorithm, with the most excellent compression ratio and compression efficiency. Is worth a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:707815
    • 提供者:homerlu
  1. xiaobo

    0下载:
  2. 基于提升小波的地震数据压缩编码算法(文献核心期刊)-Seismic data based on lifting wavelet compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:310317
    • 提供者:左岸风景
  1. lz772

    0下载:
  2. LZ77压缩算法核心,CopyBits : 复制内存中的位流 memDest - 目标数据区 nDestPos - 目标数据区第一个字节中的起始位 memSrc - 源数据区 nSrcPos - 源数据区第一个字节的中起始位nBits - 要复制的位数 说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit st
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:24487
    • 提供者:kims
  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. dijkstra-Algorithm-and--opinion

    0下载:
  2. 本程序为dijkstra算法的最核心部分,也基本上是源码,并无很大改动,用意在于大家对dijkstra算法有个宏观的理解,基本上对代码行行注释很适合新手。也提出对dijkstra算法修改的一点思路-The dijkstra algorithm core part This program is basically the source code, there are no great changes, the intention is to have a macro understanding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-06
    • 文件大小:1787
    • 提供者:李迅
  1. yiwei

    0下载:
  2. 对一维信号的核心算法分析,腐蚀膨胀源代码;-A one-dimensional signal analysis of the core algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1689
    • 提供者:二龙
  1. SDT

    0下载:
  2. SDT旋转门压缩算法的核心部分代码 包含压缩部分 解压功能不完善 所以没有给出-SDT revolving door compression algorithm is a core part of the code contains a compressed partially decoded so imperfect is not given
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:27409
    • 提供者:stephen
搜珍网 www.dssz.com