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

搜索资源列表

  1. compress_huffman_by_kuffin.tar

    0下载:
  2. 我是个C语言的初学者,于是就用C写了个基于哈夫曼树的文件压缩程序,希望大家多提意见,解压程序正在实现中。-I am a C language for beginners, so he wrote with C Huffman tree-based file compression program, I hope you speak up, extract the program is implementation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2119
    • 提供者:谢卫蓉
  1. erchashu

    0下载:
  2. C作业:二叉树 先序建立,中序线索化,层序遍历,哈夫曼编码-C operation: binary tree preorder established in order cued, sequence traversal, Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:37559
    • 提供者:ns
  1. 444

    0下载:
  2. 数据结构中 哈夫曼树实验源代码和截图 包括详细的C代码-Huffman tree data structure in the experimental source code and screenshots of the C code, including detailed
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:19443
    • 提供者:庄杰
  1. HuffmanTree

    0下载:
  2. 数据结构学习,哈夫曼树部分的一个练习题的源码分享,感兴趣可以下下来学习学习,C++编写-Data structure learning, part of a Huffman tree exercises the source code sharing, interested to learn from down under, C++ writing
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5130
    • 提供者:gv
  1. hafumanshu

    0下载:
  2. c语言实现的哈夫曼树源代码,找到最小长度的编码-the source code of the huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:912
    • 提供者:天絮
  1. hafumanbianma

    0下载:
  2. 设计哈夫曼编码,建立哈夫曼树,并在C语言实现。-Design of Huffman coding, Huffman tree establishment, and in C language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1811
    • 提供者:吴智强
  1. huffman

    0下载:
  2. 哈夫曼树的c语言程序 数据结构实验专用 绝对能用 -Huffman tree data structure c language program can definitely experiment dedicated
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2320
    • 提供者:张博明
  1. hafuman

    0下载:
  2. 哈弗曼树c程序 建立,建立哈夫曼树求哈夫曼编码 测试函数 结束界面函数-Ha Fuman tree c program established to build the Huffman tree find the end of the test function Huffman coding interface function
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7772
    • 提供者:renwei
  1. huffman-tree

    0下载:
  2. 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:245965
    • 提供者:德曼
  1. hafuman-code

    0下载:
  2. 哈弗曼编码C++语言实现,输入一串整数,用程序进行排列为哈弗曼树,并进行编码,数据结构中哈夫曼树的基础编程-Ha Fuman coding C++ language, enter a string of integers, arranged for the Hafu Man with the program tree, and encode the data structure of Huffman tree based programming
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:710
    • 提供者:周丹婷
  1. hafuman

    0下载:
  2. 哈夫曼树的c++代码实现,完成哈夫曼树的构造,可以完成哈夫曼编码-Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:353471
    • 提供者:phx
  1. HuffmanTree

    0下载:
  2. 创建哈夫曼树的演示程序,相当高效的C++代码,希望能和大家分享-Huffman Tree Creating
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1655
    • 提供者:wxj
  1. 909809372

    0下载:
  2. visual c++ 哈夫曼树与k-d树-visual c++
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:860353
    • 提供者:hanzx10
  1. Huffman-tree-coding

    0下载:
  2. 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1382
    • 提供者:哈达
  1. Huffman

    0下载:
  2. 数据结构 c语言/c++ 哈夫曼树先序中序遍历得到后序层序遍历-Data structures c Language/c++ Huffman tree in preorder traversal is the order traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1054
    • 提供者:核对
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. Huffman

    0下载:
  2. 哈夫曼树的编写,程序语言为C语言,数据结构与算法范畴。-Huffman written by C progamming language,Data structure and algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:313176
    • 提供者:王伟峰
  1. HuffmanCode

    0下载:
  2. 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message is binary 0, 1 sequence transm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1399
    • 提供者:Mei
  1. hafuman

    0下载:
  2. 关于数据结构c语言版的,哈夫曼树以及哈夫曼编码的源代码-The source code on the data structure c language version of the Huffman tree, and Huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1995
    • 提供者:chizhibin
  1. HuffmanTree

    0下载:
  2. 使用C++完成哈夫曼树的实现,可以实现简单的编码解码功能-Use C++ complete realization of the Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:223789
    • 提供者:一路向北
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com