CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman algorithm

搜索资源列表

  1. Huffuman

    0下载:
  2. 用哈夫曼算法实现文件的压缩编码、算法设计与分析-Huffman algorithm used for file compression, algorithm design and analysis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1141255
    • 提供者:
  1. huffman

    0下载:
  2. 霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:刘金星
  1. compression-algorithm

    0下载:
  2. 多媒体课程大作业:其中包含了三个压缩算法:自适应哈夫曼压缩算法;哈夫曼压缩算法;lzw压缩算法-Multimedia Courses big job: which includes three compression algorithms: adaptive Huffman compression algorithm Huffman compression algorithm lzw compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:439530
    • 提供者:柳下惠
  1. huffman-code

    0下载:
  2. 程序的算法 1)先输入以下字符串和数组,其中sym为字符串中出现的信源符号,p为各符号出现的概率,seq为要进行编码的符号序列。如下所示: 2)初始各字符的区间:a[0,0.1),b[0.1,0.3),c[0.3,0.6),d[0.6,1.0) 3)利用以下公式计算区间的上下限: Li+1=Li+rangei*r_L Hi+1=Li+rangei*r_H -Program Algorithm 1) to enter the following string a
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1475
    • 提供者:小清
  1. hafuman

    0下载:
  2. 使用哈弗曼算法,对文件进行压缩然后再进行解压。-Use the Huffman algorithm to compress the file and then decompress.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:8289
    • 提供者:余啸坤
  1. Huffman-compression-algorithm

    0下载:
  2. 哈夫曼编码生成步骤,哈夫曼编码算法,哈夫曼编码编程。等-Huffman code generation step, Huffman coding algorithm, Huffman coding programming. Wait
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2689
    • 提供者:毛羽
  1. Adptivate_Huff_C

    0下载:
  2. 用C实现的自适应Huffman算法 算法详细,包含编解码 适合初学者-Adaptive Huffman algorithm implemented in C Algorithm in detail, including the codec Suitable for beginners
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:16440
    • 提供者:
  1. Huffman-coding

    0下载:
  2. 这是一个实现哈夫曼编码的算法,可以有效解决不等长字符的压缩-This is a Huffman coding algorithm can effectively solve the compression of unequal length character
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:218309
    • 提供者:张恒
  1. hafuman_chinese

    0下载:
  2. Huffman算法实现gb2312中文字符处理程序,能有效的实现程序的压缩,效率最高可达7/8-Huffman algorithm gb2312 Chinese character processing procedures, can effectively realize the compression of the program, the efficiency of up to 7/8
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4290
    • 提供者:jack
  1. Algorithm-analysis

    0下载:
  2. 算法分析中经典例子,例如有Huffman编码、排列树、图等的详细代码。-The classic example of algorithm analysis, for example, Huffman coding, arranged trees, graphs and other details of the code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:7788
    • 提供者:xiaojie
  1. Huffman

    0下载:
  2. 基于MATLAB的例程 实现HUFFMAN编码算法 不定长编码 基于不同符号的概率分布-Variable-length coding based on the probability distribution of different symbols based on MATLAB routines to achieve HUFFMAN coding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1277
    • 提供者:shadow
  1. Haffman

    0下载:
  2. Archive text by Huffman algorithm.
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:246879
    • 提供者:Vladimir
  1. Huffman-Compressed-file-systems

    0下载:
  2. 哈弗曼算法及文件压缩系统实现,原创精品,属于一次实战所做-Huffman compression algorithm and file system implementation, original fine
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1451488
    • 提供者:
  1. Graph-algorithm-and-Matlab-program

    0下载:
  2. 求单源最短路径的Dijkstra算法的Matlab程序 求Euler回路的Fleury算法的Matlab程序 求最小生成树的Prim算法的Matlab程序 求Huffman树的Matlab程序 最大流算法Matlab程序 求任意两点间最短路的Floyd算法的Matlab程序 -Seeking single-source shortest path Dijkstra algorithm Matlab program Euler circuit Fleury seekin
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:10678
    • 提供者:liulang
  1. Data-Structure-section-algorithm

    0下载:
  2. 包含了大学计算机的数据结构算法,Eratosthenes筛选法素数、huffman编码、多种查找、二叉树创建与遍历、多种排序、图的建立和遍历等。 -Contains the data structure algorithms university computers, Eratosthenes screening primes, huffman coding, multiple search, binary tree traversal create a variety of sorting
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1907612
    • 提供者:yzt
  1. Huffman-KUAIPAI

    0下载:
  2. 数据结构上机代码,快速排序算法,哈夫曼编码算法-Data structure to native code, quick sort algorithm, Huffman coding algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8594
    • 提供者:
  1. Huffman

    0下载:
  2. Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13819
    • 提供者:xinwuya
  1. Huffman-coding-and-Compression--algorithm

    0下载:
  2. Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:stoulod
  1. yasuo1

    0下载:
  2. 无损压缩技术,对HUFFMAN算法、ARITHMETIC算法、LZSS以及在LZSS基础上进行改进的LZSSD, LZSSB, LZHUF算法-Lossless compression technology, LZSSB HUFFMAN algorithm, ARITHMETIC algorithm, LZSS and LZSS on the basis of the improved LZSSD algorithm, LZHUF,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:testtt
  1. huffman_opencv

    0下载:
  2. 將huffman演算法實現,並應用於圖像壓縮,將圖片大小變小。-The huffman algorithm implementation, and for image compression, the image size is smaller.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:許家銓
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 40 »
搜珍网 www.dssz.com