搜索资源列表
VB INI 文件转换
- 软件版本: 2011.03.24 适用系统: Windows XP/2000 以上系统 适用版本: 所有支持宏处理的 Passolo 5.0 及以上版本 界面语言: 简体中文和繁体中文 (自动识别) 版权所有: wanfu 授权形式: 免费软件 官方主页: http://www.hanzify.org 开 发 者: 汉化新世纪成员 wanfu (2009-2011) ☆软件简介: =========== 将 INI 文件及 INI 类文件的前后段字串进
ASCII-Unicode-UTF-8-GB2312
- 字符编码简介:ASCII,Unicode,UTF-8,GB2312 -About character encoding: ASCII, Unicode, UTF-8, GB2312
huffmancoding
- 霍夫曼编码,实现对字符和汉字的最优编码。-Huffman encoding, characters and Chinese characters to achieve the optimal coding.
huofuman
- 设计一个哈夫曼编码/译码系统,对字符串进行编码/译码 要求: (1)从键盘输入字符串,以回车结束; (2)根据字符串中字符出现的概率进行哈夫曼编码;) (3)并输出编码结果和编码表;(4)根据编码结果和编码表还原字符串; (5)输出编码过程中构造的哈夫曼树。 -Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input st
Huffman
- 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
yuanma
- 字符编码查看器 桌面锁 注册表全操作 在线注册验证 在线翻译机-Character encoding Viewer Desktop whole operation lock registry online translator online registration verification
zfbmckq
- 字符编码查看器,可查看文子的字符编码-Character encoding viewer can see the text of the child' s character encoding
uididfd
- 字符编码查看器,很不错的易语言源码,易爱好者可以下载使用-Character encoding viewer, very good source of easy language, easy to use fans can download
22
- 制作字符编码查询器 ,很不错的易语言源码,适合易语言爱好者使用。-Production of character encoding query, very good in easy language source code, for easy language enthusiasts.
kw118586
- 用易编写的小例子,效果:字符编码查看器.zip易语言存在误报请谨慎下载-Easy to use to write a small example, effect: character encoding viewer. Zip easy language exist false positives carefully please download
Unicode
- 两个C++实现字符编码转换的文件,实现Unicode转码到字符串-Two C++ achieve character encoding to convert the file to Unicode transcoding string
tstring
- 字符编码格式转换 W A UTF-8等格式-convert format of string
TranslateClip
- 这个工具是用来翻译剪贴板里的英文数据,提供Google、必应、有道翻译API,优先级别为谷歌最前,有道保底。能够智能识别剪贴板里的数据类型和处理返回的字符编码格式。最终结果为英语原文和翻译结果,方便用户将结果拷贝到其他地方保存。-This tool is used in the English translation of clipboard data, providing Google, Bing, proper way translation API, priority levels for
djwbbmcx
- 点睛文本编码查询用于将文本的字符串转换为Text、ASCII、Default、Unicode、BigEndianUnicode、UTF-8、UTF-7、GBK、BIG5之间的互相转换,用于文本查询。转换结果使用十六进制表示。(Dotting text encoding for converting text query string is between Text, ASCII, Default, Unicode, BigEndianUnicode, UTF-8, UTF-7, GBK and
jiyushiliang
- 基于矢量特征编码的手写字符识别技术_任民宏(Handwritten character recognition based on vector feature coding)
哎呀
- 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1)从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2)统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3)根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4)图形化输出哈夫曼树、哈夫曼编码; (5)将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀名.huf) (6
5、Huffman编码
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a coding method, and Huffman en
huffman
- 输入一段字符,符号,然后对这一串字符进行Huffman编码,然后输入一串电文可以翻译成对应的字符(Enter a paragraph of characters, symbols, and then the string of characters for Huffman encoding, and then input a string of messages can be translated into the corresponding characters)
哈弗曼树6.0
- 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,
CorpusWordParser
- 语料分词和词性标注软件。 软件只支持打开文本格式(.txt)的文件,其他类型文件需先另存为文本文件格式后再处理。 软件可以自动识别、处理文本文件的不同字符编码(GB或Unicode等)。(Word segmentation and part of speech tagging software. Software only supports files that open text format (.Txt), and other types of files need to be sav