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

搜索资源列表

  1. ImageProcessing

    0下载:
  2. 可对8位灰度图像进行锐化,模糊化,二值化,中值滤波,平板滤波,霍夫曼编码,FFT,DCT变换,边缘提取等操作。-Be carried out for 8-bit grayscale image sharpening, blur, binarization, median filtering, flat filter, Huffman coding, FFT, DCT transform, edge extraction operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2378003
    • 提供者:冯晶
  1. huofuman

    0下载:
  2. 这个程序很好的,是关于霍夫曼编码的小程序,在多媒体技术的实验当中可以用到的。-This program very good, is a small program on the Huffman coding, in which multimedia technology can be used in the experiments.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:17406
    • 提供者:xiaobei
  1. rmwHuffman

    0下载:
  2. 此程序采用VC++编程,是霍夫曼编码,并实现功能-This program uses VC++ programming, is the Huffman coding, and to achieve functional
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6695
    • 提供者:孙丽娟
  1. huffman

    0下载:
  2. 霍夫曼编码是经典的信源编码,与游程编码同为信道编码常用编码方式高效简单。-Huffman coding is the classic source coding, and run-length coding with channel coding used for the encoding easy and efficient.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:51338
    • 提供者:周旋
  1. huff_C_exp2

    0下载:
  2. 霍夫曼编码 源码-Huffman source
  3. 所属分类:File Operate

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

    0下载:
  2. 输入的字符串,输出霍夫曼编码,同时也可以反向进行-input what you whant,output what you hope,it s a great code ,you will not be disaopinted,fuck
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:199942
    • 提供者:jindaochuan
  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. Huffman

    0下载:
  2. 我做的课程设计,一个简单的C++实现的用于解决霍夫曼编码译码问题!~-I do curriculum design, a simple C++ implementation of the Huffman codec used to solve the problem! ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:204183
    • 提供者:xiaodeng
  1. ImageCoding

    0下载:
  2. 本例给出了几种编码方法的源码,包括:霍夫曼编码,香农编码,位平面编码等-This example shows the source code of several encoding methods, including: Huffman coding, Shannon coding, bit plane coding, etc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:232747
    • 提供者:马子领
  1. HuffmanCode

    0下载:
  2. 霍夫曼编码的VC源代码和实验报告以及运行结果-huffman
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 使用MATLAB语言,霍夫曼编码,并对压缩效果进行了评价。-MATLAB programme,Huffman.This code analyze the compress principle and make some contrast with other mathods.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1394
    • 提供者:crystal
  1. Huffmancoding

    0下载:
  2. 在已知信源统计规律的情况下,快速实现对信源的霍夫曼编码,编码效率达到97 以上-Statistical law known source case, rapid implementation of the source of the Huffman coding, coding efficiency up to 97 or more
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3190
    • 提供者:richardzeng
  1. Huffmantree

    0下载:
  2. 对任意输入的一段英文,为每个编制相应的霍夫曼编码,并利用该编码为任意的0,1序列解码-Section of arbitrary input in English, for each preparation of the corresponding Huffman code, and use the code for any of the 0,1 sequence of decoding
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:22728
    • 提供者:张颖
  1. Huff06

    0下载:
  2. 霍夫曼编码在通信以及数字图像处理中占有非常重要的地位,本程序可解决有关霍夫曼编码的一系列相关问题-Huffman coding in the communications and digital image processing occupies a very important position, the procedure to remove all the Huffman coding a series of related issues
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:7105
    • 提供者:学艺
  1. huffman

    0下载:
  2. 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:594
    • 提供者:尚佳栋
  1. Huffman_coding

    0下载:
  2. 信道编码中的霍夫曼编码在matlab环境下的实现-Huffman coding
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:938
    • 提供者:SDS
  1. Houghman

    0下载:
  2. 霍夫曼编码的实现,主要应用在图像处理和一些数据处理中,生成树功能没有完全-Huffman coding was achieved primarily used in image processing and some data processing, spanning tree feature is not fully
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7044
    • 提供者:王营
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:228300
    • 提供者:jiao
  1. huffmanencoder

    0下载:
  2. 霍夫曼编码 霍夫曼树 编码 树 -huffman 。。。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1086
    • 提供者:jsrgjh
  1. ImageCodingNew

    0下载:
  2. 对图像进行编码,霍夫曼编码,香农-费诺编码,算术编码,位平面编码,保存IMG文件,读入IMG文件等-The image coding, Huffman coding, Shannon- Fano coding, arithmetic coding, bit plane coding, save the IMG file, read into the IMG files
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:233270
    • 提供者:skylost
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 32 »
搜珍网 www.dssz.com