搜索资源列表

  1. Huffman

    0下载:
  2. 完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。-Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:ShaoWenjian
  1. Huffman-coding

    0下载:
  2. 用哈夫曼编码进行文件压缩与解压, 通过输入文件名来计算字符种类与频数来计算权值-Huffman coding with file compression and decompression, the file name by entering the type and frequency to calculate the number of characters to calculate the weights
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:陈雷
  1. huffman

    0下载:
  2. huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decom
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:160768
    • 提供者:Yuan
  1. Huffman

    0下载:
  2. huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:吴超
  1. Huffman编码(二叉树应用)

    0下载:
  2. Huffman编码(二叉树的应用)其中包含了源代码及实验截图(Huffman encoding (Application of two fork tree) Which contains the source code and experimental screenshots)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:52224
    • 提供者:ACE..
  1. huffman

    0下载:
  2. 一个简单的哈佛曼编码的程序没有什么太大的价值和意义。(A simple Harvard encoding program does not have much value or significance.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:一个光头
  1. Huffman树

    0下载:
  2. 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1208320
    • 提供者:柯西柯西
  1. tupianyasuo

    0下载:
  2. Huffman编码在图片压缩中的应用,简单实用,希望对初学者有帮助(The application of Huffman in image compression encoding.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:Rainy-Rain
  1. Huffman

    0下载:
  2. Huffman 源码 及 文档 感兴趣的 可参考使用(Huffman.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:159744
    • 提供者:dena888
  1. Huffman

    0下载:
  2. 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occur
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:花零。
  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:sunsy
  1. huffman

    0下载:
  2. 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:jzchenriver
  1. huffman

    0下载:
  2. 实现了huffman编码的原理,简单易看懂,有注释(This code makes the implementation of the huffman code in a easy and understandable way and has comment.)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:32768
    • 提供者:angzhou365
  1. Huffman

    0下载:
  2. 实现哈夫曼编码,C语言实现,单文件直接编译运行。注册开通用,垃圾作品,课程作业(huffman coding The realization of Huffman encoding, C language, single file directly compile and run. Registered with the opening, trash, course work)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:Quasimo
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:MaybeSilent
  1. Huffman

    0下载:
  2. 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:Alexin
  1. huffman

    0下载:
  2. Huffman压缩编码,对Huffman二叉树理解有一定帮助(Huffman compression coding)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:13631488
    • 提供者:花溅泪
  1. Huff

    0下载:
  2. 创建Huffman树以及进行Huffman编码打印Huffman树(Create a Huffman tree and print a Huffman tree with Huffman encoding)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:433152
    • 提供者:calmdownfor
  1. Huffman

    0下载:
  2. huffman编码译码,出现数字概率分析等(Huffman coding and decoding, digital probability analysis, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:柯小南
  1. huffman编码

    0下载:
  2. input The number of weights n (n>1) is first entered. Then the N weights are entered in turn (the weight is a positive integer greater than 0). output Corresponding to the input n weight value, the correspondi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:天天团
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org