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

搜索资源列表

  1. 哈夫曼110

    0下载:
  2. 这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for Huffman coding algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2175
    • 提供者:飞扬草
  1. hafumannianma

    0下载:
  2. 哈夫曼编码,建立哈夫曼树,输出哈夫曼编码-hafuman encode,create hafuman tree and output hafuman code.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:何马
  1. hafumanshu

    0下载:
  2. 哈夫曼树的生成以及哈夫曼书的建立,排序,插入。删除等功能-hafuman tree create,sort,insert,delete.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:何马
  1. huffmanapplication1

    0下载:
  2. 哈夫曼树的应用,很好的一个程序,希望大家喜欢呵呵,我会尽力上传好的东西的-Huffman tree applications, a very good procedures in the hope that everyone likes Oh, I will try to upload the good things
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2850
    • 提供者:小其
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77958
    • 提供者:陈又鄂
  1. m_数据结构

    0下载:
  2. 数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45134
    • 提供者:张海涛
  1. haffumanshu

    0下载:
  2. 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:7120
    • 提供者:孟刚
  1. haffTree

    0下载:
  2. 这是上课时老师给的一个应该哈夫曼树的程序,感兴趣的可以-This the classroom teacher to be one of the Huffman tree procedures, interested can s
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16993
    • 提供者:muzi_bupt
  1. 6.44

    0下载:
  2. 哈夫曼树,二叉树列表,的多元递归算法gfdgfdgd-Huffman tree, binary tree list, the multi - recursive algorithm gfdgfdgd
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1161
    • 提供者:du
  1. halfman

    0下载:
  2. 实现功能: 从计算机终端读入字符集大小,以及n个字符和n个权值,建立哈夫曼树;为n个字符编码,并在显示器终端现实每个字符的编码情况;为一段字符串编码。 课程设计规范,内含源代码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11958
    • 提供者:贾明明
  1. hafumanshu-shujujiegoukechengsheji

    0下载:
  2. 数据结构课程设计! 哈夫曼树程序! 希望站长通过啊! 谢谢 我是名在校的大学生! 发现这网站要是免费下载,就相当有用! 所以就来看看!-curriculum design data structures! Huffman tree procedures! Ah hope through the head! Thank you, I was a university student in school! If found this site for free downloa
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:71988
    • 提供者:刘文
  1. haffnode

    0下载:
  2. 哈夫曼树问题:数据结构中的基本问题,可以实现哈夫曼树的建立及编码问题-Huffman tree problem : data structure of the basic issues can be achieved Huffman tree and the establishment of coding problems
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10230
    • 提供者:张伟
  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. HuffmanTreeDlg

    0下载:
  2. 基于对话框的哈夫曼树演示系统 包含文件的操作,对话框画图-dialog on the Huffman tree demonstration system contains documents, the dialog Painting
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:42890
    • 提供者:letterb
  1. ecstphfm

    0下载:
  2. 这是数据结构基础算发知识的VC实现 如二叉树遍历、拓扑排序、哈夫曼树等-This data structure is based on the operator's knowledge of VC as binary tree traversal, topological sorting, Huffman tree;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2938
    • 提供者:陈朝熙
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. huaffmancode

    0下载:
  2. 简单的哈夫曼树的编码实现。 将出现不同频率的字母,转化为编码!-simple Huffman tree Coding. There will be a different frequency of letters, into coding!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:224150
    • 提供者:陈文浩
  1. DATALECTURE

    1下载:
  2. 数据结构 授课教案 本章主要介绍以下内容:    1.数据结构研究的主要内容    2.数据结构中涉及的基本概念    3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构    2.二叉树的定义、性质、存储结构    3.二叉树的遍历、线索算法    4.树和二叉树的转换    5.哈夫曼树及其应用 -data structure templates teach this chapter introduces the follow
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1303504
    • 提供者:wu
  1. HUFFMANT

    0下载:
  2. 一个哈夫曼树的C代码 一个猜数字游戏C实现 以及一个二叉树C实现 经过BOLAND2.0调试运行成功-a Huffman tree C code a ringing C game and achieve a binary tree after realizing C BOLA Debugging successful running ND2.0
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1687
    • 提供者:hujingpaper
  1. Ht20

    0下载:
  2. 该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:154860
    • 提供者:刘文凯
« 1 2 3 4 5 67 8 9 10 11 ... 45 »
搜珍网 www.dssz.com