CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 哈弗曼编码

搜索资源列表

  1. huffman_encode

    0下载:
  2. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:25050
    • 提供者:lm
  1. 1

    0下载:
  2. 对给定概率或已知概率的信息源进行哈弗曼编码-Probability of a given or known probability of information sources Havermann coding
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:lm
  1. hfm

    0下载:
  2. 哈弗曼编码,实现最优化编码,用VC6.0开发的C程序-Havermann code, optimized code, the development of C programs with VC6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1493
    • 提供者:cherry
  1. Huffman

    0下载:
  2. 用c++实现的哈弗曼编码完整源代码以及可执行程序-C++ implementation with Havermann complete source code and executable program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:10655
    • 提供者:yanyiliu
  1. hafuman

    0下载:
  2. 对随机产生二进制信源消息序列进行哈弗曼编码。-On randomly generated binary source information sequence Havermann coding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:郭维新
  1. yasuoyujieya

    0下载:
  2. 实现简单的压缩与解压,采用哈弗曼编码来实现-Simple compression and decompression, using Havermann coding to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:778415
    • 提供者:王朝
  1. huffcode

    0下载:
  2. 哈弗曼编码的原程序代码,用于嵌入图像编码的源程序。-Havermann encoding the original program code, source code for the embedded image.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:780
    • 提供者:Charles
  1. Huffman

    0下载:
  2. 哈弗曼编码是很有用的对信源进行编码的一种方式,用程序实现它的编码!-Havermann code is very useful source is encoded on a way to achieve it with a program code!
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈弗曼编码,运用数据结构中的二叉树实现,用于信息论与编码中的哈弗曼编码运用-huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1312
    • 提供者:jin
  1. 111

    0下载:
  2. 这是哈弗曼编码,希望大家喜欢这段代码。有时间请多多指教。-huffman code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1285
    • 提供者:110
  1. information2

    0下载:
  2. 本程序用于求256级灰度图片的各像素的哈弗曼编码,大小为256的数组,结果输出到dos和文件RESULT.TXT-The procedure for seeking 256 gray scale image of each pixel Havermann coding, 256 array size, the resulting output to the dos and file RESULT.TXT
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2056
    • 提供者:lcm
  1. hafuman

    0下载:
  2. 香农 费诺 哈弗曼编码的c语言实现。信息论与编码课程设计实例-Shannon 费诺哈弗曼 code c language. Information theory and coding examples of course design
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:880
    • 提供者:木木
  1. C

    0下载:
  2. 本文件包包含了1.长征时相加;2.二叉树的基本操作;3.哈弗曼编码;4.停车管理系统;5.括号匹配;6.图书馆管理系统;的操作-This document package contains 1. Long time add 2. The basic operation of a binary tree 3. Havermann coding 4. Parking management system 5. Parenthesis matching 6. Library managemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:89372
    • 提供者:winds
  1. huff

    0下载:
  2. 关于图像压缩中的huffman编码,包括哈弗曼编码的一些编码思想,实例,文档等多个内容,同时备有源代码-On image compression huffman coding, including some coding ideas Havermann code, examples, documentation and other content, while the source code available
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:197244
    • 提供者:zhang hao
  1. huffman

    0下载:
  2. 哈弗曼编码的设计源代码以及测试源代码以及仿真结果图-Havermann source code design and testing source code and Simulation results
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:102260
    • 提供者:cong
  1. hoffman

    0下载:
  2. 这是一个哈弗曼编码的程序,c语言版的,就是没有加注释-This is a Havermann coding procedures, c language version that does not add comment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:927
    • 提供者:李志
  1. Huffman

    0下载:
  2. 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2492
    • 提供者:亮子
  1. hafumantree

    0下载:
  2. 哈夫曼树的创建,以及哈弗曼编码的实现及输出-Huffman tree creation, and implementation of codes and output Havermann
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1033
    • 提供者:xiaojiao
  1. sy6

    0下载:
  2. 哈弗曼编码器,能对输入的原文进行哈弗曼编码-Harvard mann encoder, the input to the original code. Harvard mann
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1259108
    • 提供者:gyc
  1. shujujiegou

    0下载:
  2. 哈弗曼编码译码器,以实现文件等的宝马传输功能-Havermann codec, in order to achieve file transfer functions such as BMW
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:王乐乐
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 23 »
搜珍网 www.dssz.com