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

搜索资源列表

  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:214.89kb
    • 提供者:陈为
  1. data_Structures

    0下载:
  2. 用C++实现的数据结构常用排序以及HUFFMAN编码解码和最短路径算法的小程序-with C + + data structure used sequencing and HUFFMAN codec and the shortest path algorithm small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.05kb
    • 提供者:zzgg
  1. codebuf

    0下载:
  2. 一个编码器,能编解码位流,适用于压缩算法的编码输出。-a coding device that can flow spaces codecs, compression algorithm applied to the coding output.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.1kb
    • 提供者:zbchun
  1. 2

    0下载:
  2. HUFFMAN树的构造算法,求最佳二元码并能借助二元码进行编码和解码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:994byte
    • 提供者:王文浩
  1. wfpb_base64

    0下载:
  2. base64算法,前几天用来截获MSN协议时获取文件名时使用的。之前用的一个网上下下来的base64的源码,解码总是错误。后来干脆自己写了一个。由于MSN协议解出来的字符串是UNICODE的,所以那些base64转换器解码后显示不出有用信息,中间被截断(null字符)。 里面包含两个项目(一个库,一个测试程序)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.67kb
    • 提供者:王飞
  1. rs.rar

    1下载:
  2. rs纠错算法,详细介绍了RS编码和解码的过程,以其对大家有所帮助,rs error correction algorithm, described in detail RS encoding and decoding process, and its help for all of us
  3. 所属分类:Data structs

    • 发布日期:2015-12-02
    • 文件大小:13.8kb
    • 提供者:jasper
  1. ourdev_423854

    0下载:
  2. VC编程源码,算法,文档,DTMF软解码-VC programming source code, algorithms, documentation, DTMF decoding software
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:55.21kb
    • 提供者:Rick
  1. datastructure

    0下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.46kb
    • 提供者:张欣
  1. BSTAVT

    1下载:
  2. 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.53mb
    • 提供者:张欣
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:82.01kb
    • 提供者:彭宗山
  1. Huffman

    0下载:
  2. 1.要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法 2.熟练掌握二叉树的应用 -1. Requested documents Huffman coding algorithm, as well as an algorithm to decode encoded files 2. Familiar with the application of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:155.34kb
    • 提供者:wang
  1. layer3_huffman_c

    0下载:
  2. 哈弗曼解码的算法,是用VC++实现的,是学习算法的好资料。-Huffman encoder of MP3 music.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:余亮
  1. perstrm

    0下载:
  2. PER编解码的核心算法。用这个就能根据ASN.1定义文件完成数据包的PER编解码。-PER codec core algorithm. With this definition files can be completed according to ASN.1 PER encoding and decoding of data packets.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4.82kb
    • 提供者:zhaoxin
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8.33kb
    • 提供者:lsh
  1. arith

    0下载:
  2. Arithmetic算法用于数据编码解码,应用学科多媒体-Arithmetic algorithms for data encoding and decoding, applied science multimedia
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:369.1kb
    • 提供者:pwb
  1. HufmanCode

    0下载:
  2. 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
  3. 所属分类:Data structs

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

    0下载:
  2. 基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.04mb
    • 提供者:leo
  1. ppmdh

    1下载:
  2. PPM编解码的算法文件,c语言版本的,希望对大家有用,在网上不容易找-PPM coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:56.72kb
    • 提供者:lelingua
  1. Huffman

    0下载:
  2. 程序说明: 课程项目,本程序采用哈夫曼编码算法,对给定文件的内容进行处理,生成编码文件和解码文件-Program Descr iption: This program uses a Huffman coding algorithm, given the contents of the file, generate the encoded file and decode files
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:19.34kb
    • 提供者:
  1. Huf

    0下载:
  2. 哈夫曼树的实现,哈夫曼编码解码,c++源码,数据结构与算法(Huffman tree implementation, Huffman coding and decoding, c++ source code, data structures and algorithms)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3kb
    • 提供者:Amysear
« 12 »
搜珍网 www.dssz.com