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

搜索资源列表

  1. CyoEncode

    0下载:
  2. base16、base32、base64编码的Encode、Decode算法实现。支持各个C++编译平台。-base16, base32, base64 encoding Encode, Decode algorithm. C compiler supports various platforms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6173
    • 提供者:许式伟
  1. HUF0000

    0下载:
  2. 霍夫曼算法编码、解压encode\\decode-Huffman coding algorithm, unpacked encode \\ decode
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10564
    • 提供者:@_@
  1. l3v261.linux.tar

    0下载:
  2. mp2 encode source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:201748
    • 提供者:wj
  1. encode

    0下载:
  2. 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:lin
  1. encode

    0下载:
  2. 想要的人不要错过哦,,字典序,C++算法实现。。算法设计与分析的重要一题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12054
    • 提供者:谢日敏
  1. encode

    0下载:
  2. 字典序问题 给定的字母表A由26个小写英文字母组成A={a,b,…,z},该字母表产生的升序字符串是指字符串中字母按照从左到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1次。 对于任意长度不超过6的升序字符串,编程计算出它在上述字典中的编码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-13
    • 文件大小:873
    • 提供者:林雨
  1. Base64demo

    0下载:
  2. Base64 Encode/Decode的dll包装,包括vc++和delphi的demo,dll的源码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:228338
    • 提供者:xman
  1. HuffmanCode

    0下载:
  2. 哈弗曼编/译码程序源代码,可以由用户读入哈弗曼树,也可以从文件读入哈弗曼树-HuffmanCode Encode/Decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1594208
    • 提供者:阿木
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. huffman

    0下载:
  2. 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read f
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1455
    • 提供者:伍艳权
  1. Huffman

    0下载:
  2. 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13321626
    • 提供者:王大飞
  1. huffman

    0下载:
  2. 这是数据结构的一个课程设计,用哈夫曼算法对文件进行编码,希望能给大家一点帮助-This is a course designed data structure, with the Huffman algorithm to encode the file, I hope to give everyone a little help
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4758
    • 提供者:peter
  1. HuffmanTree

    0下载:
  2. 这是利用huffman树将数据进行编码,根据huffman树的性质和功能,可以快速有效地查找信息和存储信息-This is used to encode the data huffman tree, according to the nature and function of huffman tree, you can find information quickly and efficiently and store information
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4196643
    • 提供者:Annette
  1. huffmancoding

    0下载:
  2. 能够实现huffman编码的编码与解码功能-It can do huffman coding and encode huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:540389
    • 提供者:peizhongyou
  1. huffman

    0下载:
  2. 实现了哈夫曼的编码,建立了哈夫曼表,并根据节点查询译码。-Carried out to admire the encode of man Man, created to admire huffMan table, and search translation according to the nodal point.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1348
    • 提供者:踏绮
  1. Huffman

    0下载:
  2. 数据结构程序,用于通过哈夫曼树进行编码和译码。-Data structure program used to encode and decode Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:xiaohe
  1. Huffman

    0下载:
  2. 小强的算法分析课程里面的代码-哈夫曼编码,实现代码,-Huffman encode
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:494074
    • 提供者:wlh
  1. Huffman_Tree

    0下载:
  2. 利用哈夫曼树,对要发送的密文进行编码,在vs2005下实现-The use of Huffman trees, the ciphertext to be sent to encode
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:376053
    • 提供者:zxysong
  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. crc-encode

    0下载:
  2. CRC-CCITT码实现,即(k,k+16)码实现算法-CRC-CCITT code to achieve, namely (k, k+16) code algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:27986
    • 提供者:高元媛
« 12 »
搜珍网 www.dssz.com