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

搜索资源列表

  1. 24703

    0下载:
  2. This is a little console mode utility program which is able to (de-)compress single files with a static Arithmetic compression algorithm. You could easily add the RLE/BWT/MFT data transformation algorithms. Just rip the corresponding classes
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:35.3kb
    • 提供者:郭春阳
  1. jpeg-ari

    0下载:
  2. It is possible that certain products which can be built using this software modules might form inventions protected by patent rights in some countries (e.g. by patents about arithmetic coding algorithms owned by IBM and AT&T in the USA). Provis
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:58.87kb
    • 提供者:xiaoqiang
  1. Basic-Compression-Lib-1.2.0

    0下载:
  2. Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:103.62kb
    • 提供者:张森宁
  1. xiaobo

    0下载:
  2. 本程序是小波零树图象压缩算法,能够很好的压缩图象,在C语言里编写的-Zerotree wavelet image compression algorithms, to the good image compression, in the C language prepared by the Lane
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:钱晓鸿
  1. wbs

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

    • 发布日期:2008-10-13
    • 文件大小:26.14kb
    • 提供者:叶润
  1. RLE_Arithmetic.rar

    0下载:
  2. RLE压缩算法C#版,里面有详细的中文注释, 包括压缩和解压算法,因游戏中图片多采用此种算法,故写了个简单的C#版,因很多游戏工具使用C#编写,且在网上找了,虽有代码,却无详细注释。 源码中有测试数据,可供测试。,RLE compression algorithm C# version, which the Chinese have detailed notes, including the compression and decompression algorithms, because
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:33.91kb
    • 提供者:jorn ham
  1. TestLzw

    0下载:
  2. 该源码实现了LZW压缩算法,对于有需要的朋友可以直接采用,避免了自己重新写算法的苦恼。-The source to achieve the LZW compression algorithm, for a friend in need can be directly used to avoid re-write their own algorithms distressed.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:137.21kb
    • 提供者:刘璞
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:59.25kb
    • 提供者:llh
  1. filecompress

    0下载:
  2. 头压缩算法是一种常用的稀疏数组压缩算法,在数据联机分析处理(OLAP)等领域有着重要 应用。针对头压缩算法的特点,给出基于STL 的实现方法,并对解压算法进行改进。仿真实验表明,改进 后的解压算法的计算效率要优于原有解压算法-Head-compress algorithm was a commonly used algorithm for compressing sparse array, which was widely applied in OLAP(Online Analyti
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:224.04kb
    • 提供者:周晨
  1. PTIDR_FILE_COMPRESSION

    0下载:
  2. 为减少测试数据存储量,提出一种有效的新型测试数据压缩编码———PTIDR 编码,并构建了基于该编码的 压缩P解压缩方案1 PTIDR 编码能够取得比FDR ,EFDR , Alternating FDR 等编码更高的压缩率,其解码器也较简单、 易实现,且能有效地降低硬件开销1 与Selective Huffman , CDCR 编码相比,PTIDR 编码能够得到较高的压缩率面积 开销比1 特别地,在差分测试集中0 的概率满足p ≥017610 时,PTIDR 编码能取得比FDR 编码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:294.06kb
    • 提供者:周晨
  1. zlib_v1.2.3

    0下载:
  2. zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本. -zlib is a file compression algorithm, and its compression and decompression algorithms are completely open, so it has been widely used in swf decoder, mp3 decoder. The vers
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:578.46kb
    • 提供者:psychic
  1. 2009_Image_Compression_Algorithm_of_SPIHT_Based_on

    0下载:
  2. 一種基于塊樹結構的SPIHT數字圖像壓縮算法: 在分析圖像經過小波變換后所具有的特性的基礎上,提出了一種改進的SPIHT算法.由于低頻系數占據圖像的百分之九十以上的能量,在圖像的重構中十分重要,所以,對這些系數不進行壓縮而直接傳輸 而最高頻系數相對不重要,所以不做處理,只在圖像重構時以指定的數值予以重構,因此不僅提高了圖像的質量,同時提高了圖像的壓縮率.在具體的算法中,提出了塊樹的結構,減少了算法所需的內存,拓寬了算法的應用范圍.-A tree structure based on the SP
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:266.81kb
    • 提供者:jason..
  1. h.263

    0下载:
  2. 基于H.263的图像压缩编解码的C源码,在CPU为586以上的PC上能够实时完成压缩、解压缩算法,并可以很容易地移植到TI的DSP上.-Image compression based on H.263 codec in C source code, in the CPU for more than 586 real-time on a PC to complete the compression, decompression algorithms, and can be easily porte
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:152.6kb
    • 提供者:伍博
  1. VectorScalarQuantization

    0下载:
  2. Author: This Code written By Dr. Faisel G. Mohammed (Lecturer in Science college- Computer Dep.-Iraq: Email: fgmnjt@scbaghdad.edu.iq ) Purposes: for Bsc Students in Multimedia Lab. To Learn Vector and scalar Quantization Algorithms in digital
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:32.84kb
    • 提供者:mohammed
  1. an-Encyclopedia-of-Matlab-algorithms

    0下载:
  2. matlab算法大全(配备各种数学建模常用算法的matlab程序,适合MCM等各项数学建模比赛)-matlab matlab algorithm Daquan (with a variety of mathematical modeling algorithm commonly used procedures for MCM and the Mathematical Contest in Modeling)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:9.27mb
    • 提供者:王潇靓
  1. traveling-salesman-problem-in-China.

    0下载:
  2. Genetic algorithms to solve the traveling salesman problem in China.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-02
    • 文件大小:6.39mb
    • 提供者:洪梓入
  1. csharpdouglass

    0下载:
  2. GIS中道格拉斯压缩算法,用C#实现,Gis开发必备-Douglas compression algorithms in GIS
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:500.12kb
    • 提供者:vera
  1. CPU-Schedualing-Algorithms-Simulator-master

    0下载:
  2. CPU SCHEDULER The CPU scheduler, which is part of the operating system of a computer, manages the allocation of the CPU among processes. A process is said to be running in the running state if it is currently using the CPU. A process is said to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:43.47kb
    • 提供者:nelnelito
  1. GA-RosenBrock

    0下载:
  2. 遗传算法Matlab语言实现,旅行商问题,n个点的排列问题,解空间数量n -Genetic algorithms in search optimization and machine learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:周盼
  1. ohk-algorithms

    0下载:
  2. 说明 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下-That review data structures and algorithms in this passage, there are a few scattered notes, in under the classification of Others
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-12
    • 文件大小:33.08kb
    • 提供者:bltlkut
« 12 3 »
搜珍网 www.dssz.com