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

搜索资源列表

  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
    • 文件大小:2.12kb
    • 提供者:飞扬草
  1. Huffman程序

    1下载:
  2. 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the valu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.97kb
    • 提供者:张磊
  1. Huffman_JJCH

    0下载:
  2. 老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.18kb
    • 提供者:纵横四海
  1. coding10

    0下载:
  2. 这是一个用c++实现的简单的编码程序-c achieve with a simple coding procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.74kb
    • 提供者:哈哈
  1. enderlw_Huffmanzip

    1下载:
  2. 利用Huffman编码法做的一个文本文件压缩程序,仅支持英文的文本文档,压缩效率在10%~50%,DOS界面,欢迎讨论。-Huffman coding method used to do a text file compression program, supports only English text files, the compression efficiency of 10% to 50%, DOS interface, welcomed the discussion.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.18kb
    • 提供者:enderlw
  1. humantree

    0下载:
  2. 这就是所谓的哈夫曼编码的代码,我自己编的,编的不好还多请教,这是个学生级别的代码!嘿嘿!-This is the so-called Huffman coding code, I developed the addendum to the more bad advice, This is a student-level code! laughter!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.74kb
    • 提供者:kerry
  1. datastruct1

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:6.41kb
    • 提供者:站长
  1. HuffmanCode

    0下载:
  2. 本程序是数据结构中常见的哈弗曼编码的实现,通过统计文本文件中的字符出现次数,在另一个文本文件中输出统计次数及对应编码,在两一个文本文件中可以给出英语短文对应的翻译编码。-This procedure is common Havermann data structure encoded to achieve, through the statistics text file in the number of characters that appear in another text file i
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:254.29kb
    • 提供者:cwz
  1. a

    1下载:
  2. 这是一份数据结构课程设计报告,题目是哈夫曼树的编码及其应用。其中包含详细设计模块,源代码,程序运行结果截图等等。-This is a data structure course design report entitled Huffman coding tree and its application. Which contains the detailed design of the module, source code, screenshots, and so run the result
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:137.54kb
    • 提供者:李捷
  1. coding

    0下载:
  2. 一些基础的C++操作,适用于刚开始学习C++的学生,大部分是老师布置的习题,其中包括数据结构的前4道题目,和一个自己编写的日期类-Some basic C++ operator, for beginning students to learn C++, most of the teachers arranged exercises, including the first four data structures topics, and a date written in their own c
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.45kb
    • 提供者:陈剑峰
  1. Huffman-coding

    1下载:
  2. C语言实现哈弗曼编码,有完整的实验报告、实验代码以及实验结果和结论。-C language Hafu Man coding, a complete report of the experiment, experimental code and experimental results and conclusions.
  3. 所属分类:Data structs

    • 发布日期:2014-10-13
    • 文件大小:17kb
    • 提供者:Tony
  1. huffman

    0下载:
  2. 一段VC++程序来实现Hunffman编码,输入一段字符,输出编码和平均码长。-A vc++ to achieve Hunffman coding, a character input, output coding and average code long.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:207.56kb
    • 提供者:韩艳莲
  1. Huffman-tree-coding

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

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

    0下载:
  2. 老师做的一个关于huffma编码的程序,用来加深我们对huffman编码的理解。程序使用c写的,希望对大家有用。-The teachers do a on huffma encoding procedures used to deepen our understanding of huffman coding. Programs written using c, the hope that useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.56kb
    • 提供者:小陈
  1. Beauty-of-coding

    0下载:
  2. 一个微软面试的指南,也可以学到很多实用的解决问题的方法。学习算法的好书。-a guide to the interview of microsoft. and you can learn many algorithm as well.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:37.31mb
    • 提供者:ciah275 zhang
  1. HuffmanCode

    0下载:
  2. 一个字符串哈夫曼编码的计算程序。附带一些堆栈的类,可以生成一段文字的哈夫曼编码,并予以显示。-Huffman coding a string calculation program. Classes with some of the stack, you can generate a text Huffman coding, and displayed.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:10.99kb
    • 提供者:孙瑞
  1. Huffman-Tree-and-Coding

    0下载:
  2. 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:532.47kb
    • 提供者:yiyi
  1. Huffman-coding

    0下载:
  2. 这是一个实现哈夫曼编码的算法,可以有效解决不等长字符的压缩-This is a Huffman coding algorithm can effectively solve the compression of unequal length character
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:213.19kb
    • 提供者:张恒
  1. HUFFMAN-CODING-TREE.cpp

    0下载:
  2. 构造一个具有n个外部节点的扩充二叉树,每个外部节点Ki有一个Wi对应,作为该外部节点的权。使得这个扩充二叉树的叶节点带权外部路径长度总和最小: Min( W1 * L1 + W2 * L2 + W3 * L3 + … + Wn * Ln) Wi:每个节点的权值。 Li:根节点到第i个外部叶子节点的距离。 编程计算最小外部路径长度总和。-Constructing a binary tree with n external expansion nodes, each external n
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1.2kb
    • 提供者:nature
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) kind. Huffman coding method proposed in 1
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:525.83kb
    • 提供者:rivasherlock
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com