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

搜索资源列表

  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. huffman

    0下载:
  2. 哈弗曼编码算法的实现,用c++来实现算法-huffman code
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:星星
  1. hfmtree

    0下载:
  2. 哈夫曼树最优搜索算法。欢迎使用haffman编/译码程序,本程序是对报文进行---①编码 ②译码 ③ 打印等 ,让我们开始吧-Optimal Huffman tree search algorithm. Welcome to haffman encode/decode process, the procedure is carried out packet decoding--- ① ② ③ encoding Print, etc. Let' s get started!!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2365
    • 提供者:写风
  1. Huffman

    0下载:
  2. huffman编码,数据结构书上面的算法整理-huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:11017
    • 提供者:chenjie
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012
    • 提供者:柏德胜
  1. lab0701-Echo

    0下载:
  2. 初中计算机优秀论文-嵌入式MP3解码器中Huffman算法的硬件加速 -sads
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:22973
    • 提供者:chengwen
  1. 06082130

    0下载:
  2. 这是一个用于的压缩与解压的源代码,可以用于中英文等文字的压缩,此源代码主要用到了huffman算法-it s for compress and depress.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:197258
    • 提供者:张龙
  1. huffman

    0下载:
  2. 这是一个赫夫曼加密算法,此方法可以加密和解密程序。-Huffman This is an encryption algorithm, this method can process encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:33115
    • 提供者:Miao
  1. huffman-c

    0下载:
  2. huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1382
    • 提供者:小鱼
  1. Huffman

    0下载:
  2. 本课程设计的目的是使学生掌握数据结构的基本概念和算法分析方法,以提高学生的编程能力和解决实际问题的能力。-This course is designed to enable students to master the basic concepts of data structures and algorithms analysis in order to enhance student programming ability and the ability to solve practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:11799
    • 提供者:yeah
  1. Huffman

    0下载:
  2. Huffman 编码 笨笨教程 香农算法-Ben Ben Huffman coding algorithm tutorial Shannon
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1162522
    • 提供者:黄舒颖
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:103743
    • 提供者:倾泠月
  1. HuffmanDecoder

    0下载:
  2. Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:325206
    • 提供者:kobe_fu
  1. Huffman

    0下载:
  2. 这是一个哈弗曼树实现算法,哈弗曼树主要用于压缩文件方面。-This is a tree哈弗曼algorithm, mainly used for tree compression哈弗曼documents.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:222085
    • 提供者:hanks
  1. Huffman

    0下载:
  2. 霍夫曼树的实现,非常经典的一个算法实现,希望大家提供宝贵意见。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:898381
    • 提供者:邱炜
  1. DLL_explained

    0下载:
  2. 详细介绍huffman算法,源码质量高,课程资料-Details huffman algorithm, source of high quality
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2523
    • 提供者:郭光明
  1. HuffmanOptimalbinarytree

    0下载:
  2. 利用Huffman算法,构造最优二叉树,它是霍夫曼编码的基础。-Huffman algorithm is used to construct optimal binary tree, which is the basis of Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:564
    • 提供者:花脸的猫
  1. Compress

    0下载:
  2. 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:ebeaza
  1. HuffmanTree

    0下载:
  2. 简单的哈夫曼编码生成,测试数据固定,但生成算法是哈夫曼树及编码生成逻辑是通用的-Construct huffman tree and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39468
    • 提供者:Kevin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com