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

搜索资源列表

  1. yueguang

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.37mb
    • 提供者:罗成芝
  1. hafumashuhezifuchuanzuixiaoshengchengshu

    0下载:
  2. 是一些串操作、赫夫曼树、我的最小生成树的源码希望能帮助大家希望站长能够支持我,谢谢了!-some string operation, Hefuman tree. My minimum spanning tree source of hope to help everyone hopes will support my head, thank you!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:吴天
  1. HuffmanTree.c

    0下载:
  2. 赫夫曼编码,它具体点说明了编码的步骤,让初学者一看就明了.-Hefuman coding, it shows a specific encoding step for a beginner can understand it.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.12kb
    • 提供者:yandong
  1. hfafumanbianmawenti

    1下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. -the indiscriminate importation of the English section to the preparation of each character corresponding Hefuman coding; The coding and use of indiscriminate importation of 0, a sequence decoder.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71.18kb
    • 提供者:jason
  1. fivechessl

    0下载:
  2. 五子棋!设计是利用赫夫曼构造法建立赫夫曼树,再利用赫夫曼树求编码-331! Hefuman design is the use of structural method Hefuman tree, the tree used for coding Hefuman
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11.94kb
    • 提供者:fangshu
  1. hefumanshu

    0下载:
  2. 赫夫曼树的c语言实现。 建赫夫曼树…… 从叶子到根逆向求每个字符的赫夫曼编码-Hefuman tree c language. Hefuman built from tree leaves ... to root for each character reverse the Hefuman coding
  3. 所属分类:其它

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

    0下载:
  2. 课程设计: 任务 :建立最优二叉树函数。 要求:可以建立函数输入二叉树,并输出其赫夫曼树。 -Course Design : Mission : To establish the optimal binary tree function. Requirements : function can be established Binary Tree imported and exported its Hefuman tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:赵辉
  1. humanshu

    0下载:
  2. 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:647byte
    • 提供者:tom
  1. hefuman

    0下载:
  2. 赫夫曼树:试构造一棵有n个叶子结点的二叉树,每个叶子节点带权为wi,则期中带权路径wpl的最小的二叉树-Huffman Tree: test construct an n-leaf nodes are the binary tree, each leaf node with a right to wi, then the period of the right path with the smallest binary tree wpl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3.08kb
    • 提供者:王军
  1. hefuman

    0下载:
  2. 赫夫曼编码译码,还有画图,是很好的一个数据结构程序-it s vervy good
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:166.55kb
    • 提供者:杨小伟
  1. hefuman

    0下载:
  2. 哈夫曼编码,对哈夫曼编码用java语言进行了实现-Huffman coding, Huffman coding on the realization of using java language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:560.55kb
    • 提供者:微微
  1. hefuman

    0下载:
  2. 1、使用链表结构。 2、使用《数据结构》(严蔚敏,C语言版)中给出的算法; 3、增加预先排序的功能的算法 -1, the use of linked list structures. 2, the use of "data structure " (Yan Wei-min, C-language version) gives the algorithm 3, increasing the function of pre-sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:552.28kb
    • 提供者:liwei
  1. hefuman.cpp.cpp

    0下载:
  2. 赫夫曼编码和译码,当时大一的时候上数据结构时写的-Huffman encoding and decoding, when the then freshman writing on the data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.47kb
    • 提供者:丰霜
  1. 26zimu-hefuman

    0下载:
  2. 统计文章中26个字母出现的频率并以此为权值构建哈弗曼树,输出各个字母的哈弗曼编码-Statistics article 26 the frequency of letters and as a weight build Hafu Man tree, the output encoding of each letter Hafu Man
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.42kb
    • 提供者:sunying
  1. hefuman

    0下载:
  2. 赫夫曼树的算法 希望对大家有用 数据结构必会程序-Huffman tree algorithm we hope will be useful to program data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:张华
  1. hefuman

    0下载:
  2. 建议赫夫曼树,及对应的赫夫曼编码,译码,翻译,加密。-Huffman tree, and the corresponding Huffman encoding, decoding, translation, encryption is recommended.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:茂盛
  1. hefuman

    0下载:
  2. 赫夫曼树的建立 c实现文档 有源代码 还有设计流程-Huffman tree establishment c Document
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:17.17kb
    • 提供者:陈金辉
  1. hefuman

    0下载:
  2. 数据结构,哈夫曼树问题。这是大一的数据结构作业,在V6.0下运行流畅无错误-Data structure, Huffman tree problem. This is the first year the data structure operations run smoothly without errors in V6.0
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:13.78kb
    • 提供者:chihaixiao
  1. hefuman

    0下载:
  2. 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.37kb
    • 提供者:
  1. hefuman

    0下载:
  2. 赫夫曼树:试构造一棵有n个叶子结点的二叉树,每个叶子节点带权为wi,则期中带权路径wpl的最小的二叉树-Huffman Tree: test construct an n-leaf nodes are the binary tree, each leaf node with a right to wi, then the period of the right path with the smallest binary tree wpl
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3.12kb
    • 提供者:xian6284284
搜珍网 www.dssz.com