CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 字符编码

搜索资源列表

  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. hafuman

    0下载:
  2. 从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。 输出每个字符的编码。 根据已有的各个字符的编码,输入一段正确的电文,然后对输入的电文进行译码。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:曾新
  1. hfm

    0下载:
  2. 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:307967
    • 提供者:张严明
  1. HuffmanTreeDoc

    0下载:
  2. 设一段电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Set a message in the frequency of different characters, in order to enhance the message of the input and translation efficiency, we must have a brief charact
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:267944
    • 提供者:James
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:59597
    • 提供者:郑华
  1. 21.1.3-Biligsaikhan

    0下载:
  2. 蒙文编码,蒙文排版,基于unicode的opentype字符-A Study of Traditional Mongolian scr ipt Encodings and Rendering: Use of Unicode in OpenType fonts
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1028137
    • 提供者:hugh
  1. 3

    0下载:
  2. 对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:259114
    • 提供者:miyor
  1. Huffman

    0下载:
  2. 哈弗曼编码 利用二叉树来设计二进制的前缀编码,从根结点到叶子结点的路径上分支字符组成的字符串作为该叶子结点字符的编码。-huffman coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:eiffee
  1. Character-code-tools

    0下载:
  2. 1.可以自动生成十六进制字编码。 2.可以自动C语言格式字符编码。 3.支持GBK和ASCII字符编码查询。-1 can automatically generate a hexadecimal character encoding. 2 can automatically format the C language character encoding. 3 support GBK and ASCII character encoding query.撤消修改
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:7391
    • 提供者:lishenjun
  1. UART

    0下载:
  2. 最方便的串口(UART)调试工具,支持多种数据格式COM口发送与接收,支持在线字符编码查询。-The most convenient serial debugging tools, support for multiple data formats COM port to send and receive, support online character encoding query.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:15728
    • 提供者:lishenjun
  1. articles-of-programs

    0下载:
  2. 将 Unicode、 ANSI、 区位码字符与编码之间相互转换并使编码表的自动生成等功能综合 集成于一体, 实现字符与编码相互转换, 并能自动生成字符编码表的工具软件, 具有很强的实用 价值;使用 C# 编程语言实现变电站 GPS 装置远程监控的开发, 详细阐述了编写系统 的流程和收到的报文分析以及系统实现的功能, 对系统存在的问题进行简单介绍。 -The conversion between Unicode, ANSI, area code and coding make th
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2231940
    • 提供者:康兔兔
  1. COLLCATE

    0下载:
  2. 在MYSQL作后台的应用系统,首先需要调整好校对规则与字符编码-In MYSQL for the background of the application system, the first need to adjust the rules and the collation of the character encoding
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1345
    • 提供者:aa
  1. huffman

    0下载:
  2. 对给定字符建立哈夫曼树并解码和编码,手动输入权值和数量(Set up the Hoffman tree for a given character and decode and encode)
  3. 所属分类:软件工程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:y1244497807
搜珍网 www.dssz.com