CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - huffman vc

搜索资源列表

  1. 数字图象处理学VC++实现

    0下载:
  2. 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:831786
    • 提供者:郑英
  1. Huffman

    0下载:
  2. 一个非常全并且非常正确的霍夫曼编码问题,基于VC++平台,可以加以修改运用
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-19
    • 文件大小:593408
    • 提供者:小波
  1. huffman

    0下载:
  2. 数据结构常用算法,用vc++实现的哈夫曼问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:mm
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码算法实现,用VC++6.0开发。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9434
    • 提供者:ZhaiYT
  1. huffman

    0下载:
  2. huffman压缩算法的VC++实现。多媒体课程设计
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38079
    • 提供者:唐文龙
  1. huffman

    0下载:
  2. 哈夫曼信源编码和解码,自己用VC编程,希望对您有帮助
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8048
    • 提供者:周源
  1. huffman

    0下载:
  2. 哈夫曼编码的程序 是VC++编的 只是用TXT保存了
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1709
    • 提供者:王烈
  1. huffman

    1下载:
  2. vc编写的基于哈夫曼的文件压缩程序,解压后即可运行,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:31561
    • 提供者:sbinxuan
  1. huffman编码解码

    1下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4115
    • 提供者:xtbc
  1. huffman.rar

    0下载:
  2. 哈弗曼编码的实现。VC工程,可以输出码表、字符统计频率、编码等报告。 并且可以解码!,Coding哈弗曼realized. VC works, you can output code table, character frequency statistics, coding reports. And can decode!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:36809
    • 提供者:范新华
  1. Huffman

    0下载:
  2. Huffman 编解码源程序 VC语言开发 -Huffman codec VC source language development
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:68070
    • 提供者:xhusan
  1. file_cut

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:239452
    • 提供者:Richard Yang
  1. TestLzw

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:140518
    • 提供者:Richard Yang
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:293046
    • 提供者:wyshzz
  1. huffman

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:13036
    • 提供者:dyg
  1. mp3decodesource

    0下载:
  2. mp3 解码程序 包含哈夫曼算法 也可用Visual C++编辑器查看-mp3 decode source code, including huffman, support vc++ compiler
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:85612
    • 提供者:李勇
  1. huffman1

    0下载:
  2. huffman编解码程序vc源码,转自csdn-huffman codec vc-source program, carried csdn
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1184021
    • 提供者:李海
  1. HuffMan

    0下载:
  2. VC++编写的Huffman压缩算法的示例程序-a demo of Huffman compression algorithm, developed by VC++ 6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:17142
    • 提供者:Zhaowenyao
  1. huffman(VC)

    0下载:
  2. 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:39161
    • 提供者:魏罡
« 12 3 4 »
搜珍网 www.dssz.com