搜索资源列表

  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2489430
    • 提供者:罗成芝
  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
    • 文件大小:4409
    • 提供者:吴天
  1. HuffmanTree.c

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

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

    0下载:
  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 importatio
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:72886
    • 提供者: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
    • 文件大小:12230
    • 提供者: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
    • 文件大小:7924
    • 提供者: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
    • 文件大小:2067
    • 提供者:赵辉
  1. humanshu

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

    • 发布日期:2008-10-13
    • 文件大小:647
    • 提供者:tom
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:吴天
  1. HuffmanTree.c

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:yandong
  1. hfafumanbianmawenti

    0下载:
  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 importatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:72704
    • 提供者:jason
  1. fivechessl

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

    • 发布日期:2024-06-01
    • 文件大小:12288
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:7168
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:赵辉
  1. humanshu

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:王军
  1. hefuman

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

    • 发布日期:2024-06-01
    • 文件大小:171008
    • 提供者:杨小伟
  1. hefuman

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

    • 发布日期:2024-06-01
    • 文件大小:574464
    • 提供者:微微
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:565248
    • 提供者:liwei
  1. hefuman.cpp.cpp

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:丰霜
« 12 »

源码中国 www.ymcn.org