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

搜索资源列表

  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2.08kb
    • 提供者:waterfly
  1. HAFUMAN

    1下载:
  2. 将字符在MATLAB用哈弗曼编码实现纯英文本的压缩-Havermann the character encoding used in MATLAB to achieve a pure English version of the compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.34kb
    • 提供者:dongdong
  1. huffman

    0下载:
  2. 利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.29kb
    • 提供者:jack94
  1. haffman

    0下载:
  2. 哈夫曼编码用 c语言编写的 比较简单 初学者 编码与字符的转换-Huffman coding using c language is relatively simple for beginners and character encoding conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:261.74kb
    • 提供者:Dante
  1. Hoffman

    0下载:
  2. Hoffman编码,实现对任意字符的编码及解码,而且生成的编码是唯一的-Hoffman coding, to achieve arbitrary character encoding and decoding, and the generated code is the only
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:174.87kb
    • 提供者:曹雷
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012byte
    • 提供者:柏德胜
  1. Huffman

    0下载:
  2. 根据Huffman编码方法的原理,实现建立Huffman树的功能.并自定义简单输入数据,检验结果.由键盘输入的任意字符流,输出显示每个字符的编码,并计算压缩比-According to the principle of Huffman encoding method to achieve the establishment of Huffman tree functions. And customize a simple input data, the test results. Of any
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:242kb
    • 提供者:lienquan
  1. HuffmanCode

    0下载:
  2. 对一篇英文文章,统计各字符出现的次数,实现Huffman编码,输出每个字符出现的次数和编码,其中求最小权值要求用堆实现-For a articles in English, output the number of characters,and output the each character encoding
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3.25kb
    • 提供者:cj
  1. ASCII

    0下载:
  2. ASCII编码对应汉字表 自己都知道怎么用吧?-ASCII character encoding table corresponding to their know how to use it?
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:34.46kb
    • 提供者:张翔宇
  1. filter

    0下载:
  2. 字符编码过滤,单纯的过滤器,解决乱码问题-Character encoding filter, a simple filter to solve garbage problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7.86kb
    • 提供者:hexudong
  1. HuffMan

    0下载:
  2. Huffman编码及译码 1:将给定字符文件编码:生成编码,输出每个字。 2:将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding 1: the given character encoding files: generated code, the output of each word. 2: decode the given encoded files: build character, the output encodi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:277.78kb
    • 提供者:姚丽文
  1. code2

    0下载:
  2. 建立哈夫曼树,哈夫曼树,即最优树,是带权路径长度最短的树。有着广泛的应用。在解决某些判定问题上,及字符编码上,有着重要的价值。 -Establish hoffmann tree, the tree of hoffmann, namely, the right path is parent-stand shortest length of the tree. A wide range of applications. In solving some problems, and judge th
  3. 所属分类:Data structs

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

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:602.13kb
    • 提供者:木易
  1. Huffman_encode-and-decode

    0下载:
  2. 能对TXT文档中的字符进行哈弗曼编码,txt文档可以自己编写(比如一篇英语短文)并输出编码后的文件,输出文件可以自己命名。之后还能再次输入编码后的文件,选择解码来进行解码,在输出会txt文档,检查后输出的txt文档与先前压缩前的txt文档的内容是一样的。-TXT document can be Hafu Man character encoding, txt documents can write your own (such as an English essay), and the outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:2.95kb
    • 提供者:
  1. huffman

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12.42kb
    • 提供者:何杰
  1. hufuman

    0下载:
  2. 设计哈弗曼编码和译码。要求编码和译码一个字符,一定要创建它的字符结点和对应权值,否则,不可以。-Design Hafu Man encoding and decoding. Requirements of a character encoding and decoding, we must create a character of its nodes and the corresponding weights, otherwise not.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.26kb
    • 提供者:zhoukejian
  1. f_GetFirstLetter

    0下载:
  2. 自动生成拼音简码 1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效! // 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:3.37kb
    • 提供者:汪秋棠
  1. 12112

    0下载:
  2. 测试wu-manber算法的小程序。包含一些字符编码转换程序-Test wu-manber algorithm applet. Contains some character encoding converter
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:629.36kb
    • 提供者:linhaisong
  1. Huffman

    0下载:
  2. 实现了霍夫曼树的创建,对字符的编码,对字符的解码等基本操作。-Realized the creation of a tree, hoffman of character encoding, decoding of characters of basic operations
  3. 所属分类:Data structs

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

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

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