搜索资源列表

  1. Huffman

    1下载:
  2. 霍夫曼树 实验报告 内含源码 以及运行界面 实现为N个权值设计哈夫曼编码-Huffman tree containing the source code as well as experimental reports run for the N-interface design weights Huffman
  3. 所属分类:文件格式

    • 发布日期:2024-05-13
    • 文件大小:25600
    • 提供者:彰化
  1. Huffman

    0下载:
  2. 图像处理中使用HUFFMan编码。主要针对灰度图像-Image processing using Huffman coding. Target gray image
  3. 所属分类:图形图像处理(光照,映射..)

  1. huffman

    0下载:
  2. c++实现的哈夫曼编码,内对变量和函数都有详细的注释-c++ achievable Huffman coding of variables and functions are detailed notes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:古月
  1. Huffman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compress
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:7168
    • 提供者:haitty1009
  1. Huffman

    0下载:
  2. huffman压缩算法 可以压缩4GB的文件-huffman compression algorithm can compress the file 4GB
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:315392
    • 提供者:kejingsi
  1. Huffman-tree

    0下载:
  2. 数据结构 1、算法思路: 哈夫曼树算法:a)根据给定的n个权值{W1,W2… ,Wn }构成 n棵二叉树的集合F={T1,T2…,T n },其中每棵二叉树T中只有一个带权为W i的根结点,其左右子树均空;b)在F中选取两棵根结点的权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的根结点的权值为其左、右子树上结点的权值之和;c)F中删除这两棵树,同时将新得到的二叉树加入F中; d)重复b)和c),直到F只含一棵树为止。
  3. 所属分类:文档资料

    • 发布日期:2024-05-13
    • 文件大小:28672
    • 提供者:Anson
  1. huffman

    0下载:
  2. matlab 实现对整篇文章进行huffman压缩编码的源程序-matlab achieve whole article to the source huffman coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:chenhao
  1. huffman

    0下载:
  2. huffman编码的C语言实现,调试通过-huffman encoding the C language, debugging through
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 是一个用哈夫曼树生成哈夫曼编码的程序,并且既能编码,也能解码。-Is a Huffman tree used to generate Huffman coding procedure, and not only coding, but also to decode.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:294912
    • 提供者:刘兴民
  1. Huffman

    0下载:
  2. 哈夫曼压缩的原理,-Huffman compression principle
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:
  1. huffman

    0下载:
  2. 基于c的huffman的编码实现 该程序实现了经典的huffman算法 同时能够给出编码效率-C Based on the huffman coding to achieve the program to achieve the classic algorithm huffman coding efficiency at the same time be able to give
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:1051648
    • 提供者:路敬
  1. Huffman

    0下载:
  2. huffman编码,是初学数据结构的好帮手-huffman encoding, data structure is a good beginner helper
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:196608
    • 提供者:huigang
  1. huffman

    0下载:
  2. 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:李勤
  1. huffman

    0下载:
  2. 动态建立huffman树 纯语言完成,没有用到stl等工具 结构简单-Dynamic establishment of huffman tree pure language completed, did not use tools such as simple structure stl
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:894976
    • 提供者:王坤
  1. Huffman

    0下载:
  2. 思路清晰的Huffman编码,经过修改,经典-Clear idea of Huffman coding, modified, classic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:34816
    • 提供者:Vincent
  1. huffman

    0下载:
  2. huffman编码表。 编写JPEG文件可以使用。-huffman encoding table. JPEG files can be used to prepare.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:381952
    • 提供者:waydon
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码的matlab仿真程序,并分析哈夫曼编码性能-Huffman coding matlab simulation program and to analyze the performance of Huffman Coding
  3. 所属分类:matlab例程

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

    0下载:
  2. 一个非常全并且非常正确的霍夫曼编码问题,基于VC++平台,可以加以修改运用-A very wide and very correct Huffman coding problem, based on the VC++ Platform that can be modified to use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-13
    • 文件大小:593920
    • 提供者:小波
  1. huffman

    0下载:
  2. java语言数据结构中,霍夫曼编码源代码-java language data structure, the Huffman code source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:45056
    • 提供者:zwz
  1. Huffman

    0下载:
  2. 本演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩-This demo provides a Huffman coding method of compression and decompression functions, and to realize the image file compression and decompression
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:188416
    • 提供者:Garwolf
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org