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

搜索资源列表

  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
    • 文件大小:6199
    • 提供者:zzgg
  1. decoding

    0下载:
  2. 实现解码的程序(使用的是解码规则)-achieve decoder (codec is used in the rules)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:哈哈
  1. huffman编码解码

    1下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4115
    • 提供者:xtbc
  1. hfmcpp

    0下载:
  2. 赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3737
    • 提供者:xhh
  1. sort

    0下载:
  2. 哈弗曼数的构造过程,可以进行编码译码 代码精炼!-Havermann the number of construction process, can be refined codec code!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1506
    • 提供者:qingyang
  1. bianma

    0下载:
  2. 数据结构编码译码程序设计static int num=0 ///////////存储字符的个数-Data structure codec program design static int num = 0 /////////// store the number of characters
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3080
    • 提供者:赵云
  1. shujujiegou

    0下载:
  2. 哈弗曼编码译码器,以实现文件等的宝马传输功能-Havermann codec, in order to achieve file transfer functions such as BMW
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6728
    • 提供者:王乐乐
  1. huffman

    0下载:
  2. 算法与数据结构课程设计作业(赫夫曼树编译码器)详细代码-Data Structure Course Design (Huffman tree Codec)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4591
    • 提供者:罗成程
  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
    • 文件大小:4940
    • 提供者:zhaoxin
  1. Ed-hoffmann-decoder-

    0下载:
  2. 设计一个哈弗曼编译码器,功能如下: (1) 初始化:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树,存入文件hfmTree (2) 编码:利用已建立好的哈夫曼树,对文件中的正文进行编码,存入文件CodeFile (3) 译码:利用已建立好的哈夫曼树将代码进行译码;或对目标正文编码,存入文件TextFile (4) 印代码文件:50个每行,存入文件CodePrin (5) 打印哈弗曼树:t同时将字符形式的哈弗曼树存入文件TreePrint -Design a Ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:15433
    • 提供者:黄建师
  1. HuffmanTree

    0下载:
  2. 有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1527
    • 提供者:张雷
  1. xmlDecode_src

    0下载:
  2. 基于轻量级高效XML编解码,将树形数据结构用于最小化DOM模型XML编解码器的开发。在解析XML文本时,基于Expat解释器将XML字符串构造成树状结构 编码时构造DOM树结构,采用非递归深度优先法遍历树,将其串行化成XML串。本编解码器解决了国际化语言关键问题,是一个通用、高效的工业级XML应用支撑模块-Lightweight and efficient XML-based codec, the tree data structure used to minimize the DOM mode
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1650970
    • 提供者:wu
  1. huffuman

    0下载:
  2. 程序功能:输入字符集,生成哈夫曼树,对文件进行编码译码,输出-Program features: input character set, generates Huffman tree, the file codec, output
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11819
    • 提供者:海洋
  1. byq

    0下载:
  2. 哈弗曼编码、译码器。使用C语言编写出哈弗曼编解码器。-Corner man coding, decoder. It was written in C language corner out) codec.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1447
    • 提供者:欧阳
  1. Huffman-codec

    0下载:
  2. 数据结构课设,赫夫曼编码译码,功能很强大,编码译码都很实现-Data structures class set, the decoding of the Huffman coding, is very powerful, the codecs are to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:217768
    • 提供者:王道
  1. bianmayima

    0下载:
  2. 一个用C++代码编写的简单的编码译码程序,可实现密码的反向输出-Simple codec procedures, written a use C++ code can achieve the reverse output of the password
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:yue
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  1. hafuman1

    0下载:
  2. 哈夫曼树编码解码实验,有需要的童鞋可下载-Huffman tree the codec experiments need children' s shoes can be downloaded
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:135480
    • 提供者:高君
  1. Huffman

    0下载:
  2. 实现Huffman树的编写,及编码译码操作-The preparation of the Huffman tree, and the operation of the codec
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:145563
    • 提供者:王伟
  1. jpeg-codec-explain

    0下载:
  2. jpeg编解码详解,详细解析编解码过程,供学习参考。-Detailed jpeg codec, codec detailed analysis of the process, for study and reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:106779
    • 提供者:jacky
« 12 »
搜珍网 www.dssz.com