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

搜索资源列表

  1. picture

    0下载:
  2. 读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码-read the document, the geometric transf
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:467403
    • 提供者:我去
  1. ImageProcessing

    0下载:
  2. 图像处理所以基础程序:图像显示: Bayer抖动显示 Floyd-Steinberg抖动显示 图像增强: 灰度变换 直方图均衡 局部平均平滑 中值滤波 理想低通滤波 Butterworth低通滤波 图象锐化 理想高通滤波 Butterworth高通滤波 伪彩色增强 图像复原: 运动模糊 运动模糊复原 逆滤波退化 逆滤波复原 加噪退化 维纳滤波复原 图像变换: 傅立叶变换 快速傅立叶变换 离散余弦变换 沃尔什变换 霍特林变换 小波变换 小波反变换 图像编码: 霍夫曼编码 香
  3. 所属分类:Graph program

    • 发布日期:2017-12-18
    • 文件大小:49963008
    • 提供者:giyagaga
  1. a1

    1下载:
  2. 使用matlab的霍夫曼编码简单实例,输入包括给定概率表和字符串输入,输出包括编码后的结果和,解码后结果-Huffman encoding matlab use a simple example, the input comprising a given probability table and string input, output, including the results of encoded and decoded Results
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5801
    • 提供者:cx
  1. huofumanbianma

    0下载:
  2. 使用Matlab进行简单处理,实现霍夫曼编码-Use Matlab for simple processing, Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:小珍
  1. code

    0下载:
  2. 基于c++的二元信息论编码,包括霍夫曼编码,费诺编码,游程编码及算术编码-C++ based binary information on the coding, including Huffman coding, coding, run-length encoding and arithmetic coding
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4680
    • 提供者:唐宇
  1. HuffmanCompressed

    0下载:
  2. 数据结构,哈夫曼编码 是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman Coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3544
    • 提供者:olivia
  1. Huffman_code

    0下载:
  2. 根据所给出数据占总体数据之比例对所给数据进行霍夫曼编码-According to the proportion of the overall data for the given data to the data representing Huffman encoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:961
    • 提供者:张雪
  1. HAFUMANSHU

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman encoding (Huffman Coding), also called Huffman Coding, is a way of Coding, Huffman Coding is
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:686
    • 提供者:马绮铭
  1. Compress

    0下载:
  2. 用c++实现的一个简单的霍夫曼编码压缩解压程序-huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:472236
    • 提供者:彭祖娇
  1. extend_huffman

    0下载:
  2. 扩展霍夫曼编码,要求为读取txt文件内容,形成字典表和编码解码的的文件-Extended Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:47246
    • 提供者:王城波
  1. huffman

    0下载:
  2. 霍夫曼编码,功能为读取对应文件里的字符串源码,进行霍夫曼编码,输出码表字典和编码结果,编码效率等参数,最后提供解码-Huffman coding function to read the corresponding file in the source string, Huffman encoding, dictionary and code table output coded result, the coding efficiency and other parameters, and fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1255
    • 提供者:王城波
  1. fixed_huffman_codes

    1下载:
  2. 静态霍夫曼编码压缩解压源代码。来自经典书籍《数据压缩导论》中的静态压缩算法源代码,可用codeblocks运行制作出exe文件,然后按照说明,使用命令提示符去运行使用。源代码方便大家改写并嵌入到自己的程序中。-fixed Huffman coding compression decompression source code. From the classic book Introduction to Data Compression in the static compression al
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:11588
    • 提供者:songs
  1. schedulgeousecomparison

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,压缩包止包括源程序文件,再vc中运行,-This is a Huffman code decoding of the source program, package check including source program files, run in the vc,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:3220
    • 提供者:Rkbert
  1. hoffmann

    0下载:
  2. 在cfree中实现的霍夫曼编码,已给出图片结果,可自己输入节点数和权值,给出后续结果-CFree in the realization of the Hoffman code, has been given the results of the picture, you can enter the number of nodes and weights, given the follow-up results
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-14
    • 文件大小:14336
    • 提供者:camblaw
  1. huffman

    0下载:
  2. 霍夫曼编码;输入所想要的编码内容,输出相对于的霍夫曼编码-huffman encode
  3. 所属分类:CSharp

    • 发布日期:2017-12-12
    • 文件大小:1705
    • 提供者:zhang
  1. Hoffman-code

    0下载:
  2. 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看- 这是霍夫曼编码c语言实现的源码,感兴趣的可以下载查看 This is the Hoffman code c language implementation of the source code, interested can download to view
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:7168
    • 提供者:klw
  1. dccompzession

    1下载:
  2. MATLAB实现霍夫曼编码对英文文本的解压缩程序 不错的源码 很好(MATLAB Huffman coding decompression procedure of English text is good source code is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:13312
    • 提供者:Bilqe
  1. Zigzag

    0下载:
  2. 实现8*8图像块内的Z字形扫描,霍夫曼编码,JPEG压缩。可用于图像处理(图像压缩,JPEG压缩中DCT变换,量化后的Z字形扫描,进而编码)(Implementation of 8*8 image block in the shape of Z scanning)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:暖阳阳123
  1. bianma

    0下载:
  2. 香农编码代码,霍夫曼编码等各种编码代码,适用于图像处理,信息论等各种学科实验报告(Shannon coding code, Hoffman encoding and other coding code, suitable for image processing, information theory and other disciplines experimental report)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:zdlu
  1. encode

    0下载:
  2. 信息论中的霍夫曼编码以及费诺编码的基础编码(HUOFUMAN encode Fanocode)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:yaodongqing
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 »
搜珍网 www.dssz.com