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

搜索资源列表

  1. haffman_code

    0下载:
  2. 自己写的haffman编码源代码,用matlab实现的,欢迎指正。-himself wrote the source code haffman coding using Matlab to achieve, and welcome correction.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3256
    • 提供者:田彬
  1. haffman_tree

    0下载:
  2. 我的一次数据结构课程设计HUFFMAN树的C++源代码,基本功能有: 1.显示27个字符的haffman编码; 2.输入m个字符,对应27个字符的权值进行haffman编码; 3.输入一串字符,用已经定义的haffman编码输出;-a data structure course design Speed HUFFMAN tree C source code, the basic function : 1. show 27 characters haffman coding; 2. m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2255
    • 提供者:ARK
  1. haffman

    0下载:
  2. 实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:3452
    • 提供者:张强
  1. Haffman

    0下载:
  2. 利用Haffman树实现文本数据的压缩和解压缩。VC++MFC环境-Using Haffman code method,complete text file compress and uncompress. please use it under VC++ mfc environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10281224
    • 提供者:yangpeng
  1. HMLZW

    0下载:
  2. this a haffman code that can compress any file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:466781
    • 提供者:nyk
  1. Huffman

    0下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write docu
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:815858
    • 提供者:郭峰
  1. haff

    0下载:
  2. C语言写得haffman编码。只编码不编译。适用于C语言环境。-haffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1073
    • 提供者:yummy
  1. HAFFMAN

    0下载:
  2. 详细的HAFFMAN树的创建和遍历源代码,其中注视很详细,个人实验课所作,若有不当之处请指出。-Detailed HAFFMAN tree creation and traversal source code, which focused on a very detailed, individual lessons by experiment, if irregularities Please indicate.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:233628
    • 提供者:欧阳云飞
  1. haffman

    0下载:
  2. 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1847
    • 提供者:cheye
  1. binary-and-haffman

    0下载:
  2. 初学者学习数据结构做的两个小程序,二叉树和哈夫曼树的源代码-Data structures for beginners to learn to do the two small programs, binary and source code of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1846
    • 提供者:wangbing
  1. hf

    0下载:
  2. 实现数据结构中哈弗曼编码译码问题的求解。-data structure haffman code and decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2036
    • 提供者:yaoyao
  1. haffman-code

    0下载:
  2. 基于数据结构中哈弗曼树的操作 即哈弗曼编码对26个英文字母的哈弗曼编码-Based on the operation of Hafu Man tree data structure the Ha Fuman encoding the 26 letters of the alphabet Hafu Man coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:10699
    • 提供者:肖可
  1. hfm

    0下载:
  2. 哈夫曼编码的工程文件 使用c进行编码 能够实现对各种格式较高比例的压缩和解压 这是北航计算机学院数据结构的一样选做大作业-haffman c code compression
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6172643
    • 提供者:dabblezang
  1. Haffman

    0下载:
  2. huffman 编码 利用哈弗曼算法实现的编码-huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2077375
    • 提供者:lee
  1. Haffman

    0下载:
  2. 将一组数组转换为哈夫曼编码,使用数据结构中的二叉树功能实现-Convert an array to Haffman code
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:229901
    • 提供者:junjun
  1. hufman

    0下载:
  2. 哈夫曼编/译码器:建立哈夫曼树,通过哈夫曼树来建立哈弗曼代码(Haverman/decoder: set up the hafman tree and build the haverman code through the haffman tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:197632
    • 提供者:不及你
搜珍网 www.dssz.com