搜索资源列表
PYB
- 拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 提取出简单的单字对照表,用于待开发系统的拼音汉字转换。 主要用途:输入拼音头的汉字检索 拼音对照表(简表)结构: 以汉字‘啊’的内码 B0A1(十六进制数) 为文件的零基点,依 次输入汉字对应的拼音头字母。没有汉字的区域用符号 @ 填充。 生成拼音对照表。 如何从系统中提取对照表: 操作系统的 开始->程序->附件->输入法生成器。 在输入法
16x16_Lattice
- 该程序可以将一个汉字转换为16x16的点阵并以十六进制表示出来。-the program can be converted into a Chinese character 16x16 lattice and hexadecimal representation out.
getunicode4
- 将汉字转为unicode码,转换的码具有十进制,十六进制和二进制
je
- 摘 要 本课程设计的主要内容是代码与数制之间的转换,程序的主要功能如下: 1. 将十六进制数转换成其对应的ASCII码 2. 将ASCII码转换成其对应的十六进制数 3. 实现二进制数与十六进制数之间相互转换 4. 实现十进制数与二进制数之间相互转换 5. 实现十六进制数与十进制数之间相互转换 数制转换是计算机科学技术中最为基础的运算,在日常生活中,人们习惯性地使用十进制数进行计算。而在计算机内部,所有的信息(数、字符、汉字、计算机的指令、状态)都是用二进制数来表示的
HEX2txt
- 将十六进制码转换为对应的汉字,是一种注册机的初步原型,注册方式是将汉字的十六进制码做一些特定位运算后保存成文件,文件就是注册文件。-Converted to a hexadecimal code corresponding Chinese characters, is a preliminary prototype of RI, up approach is the hexadecimal characters to do some specific bit operation code and
vbzimo
- VB字模转换程序,可以提取汉字的十六进制数据。-VB matrix conversion process, you can extract data hexadecimal characters.
BinFileEx_VcCode
- BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
chartohex
- 可以实现吧任意字符与十六进制互相转换,汉字也是可以的哟-It can be any hexadecimal characters with each other conversion, the characters can yo
zimo
- 将模拟量的汉字转化为数字量的小软件,可以转换为十六进制文件-Chinese characters will be analog to digital conversion of small software
charcodeASP
- 一个字符转换函数,可以把UTF8转换为GB编码文字,是ASP源码,非常有和,其中包括对汉字的转换!二进制代码转换为十六进制、十进制代码,十六进制、十进制转换为二进制,GB字符转UNICODE字符,URL字符解码等-A character conversion function can be converted to GB encoding UTF8 text, is the ASP source code, and very, including the conversion of Chines
UnicodeToChinese
- Delphi写的Unidode自动截取转换汉字代码,支持十进制和十六进制数据输入-Delphi written in Chinese characters Unidode automatic conversion interception code, support for decimal and hexadecimal data entry
123
- 输入汉字后分别转换成二进制、十进制和十六进制显示出来-After input Chinese characters were converted into binary, decimal and hexadecimal displayed
shiliujinzhi
- 程序可以实现将输入的汉字或字符转换为十六进制的形式,程序简单易懂-Program can input Chinese characters or characters into hexadecimal form, the program easy to understand
DecToHex
- 程序可以实现将输入的汉字或字符转换为十六进制的形式,程序简单易懂-Program can input Chinese characters or characters into hexadecimal form, the program easy to understand
character-transformation-hexadecimal
- vb两个文本框中一个存储汉字一个用来对存储汉字转换十六进制- in the vb two text frames memory Chinese character uses for to save the Chinese character transformation hexadecimal system
zimo
- 实现汉字,字符等字模转换,获取十六进制数据-Achieve character, character and other font conversion, get the hex data
ABC
- 易语言串口通讯,可以将收到的十六进制转换为汉字-Serial communication program easy language that can be received directly into hexadecimal Chinese characters
AscII码转换2
- 输入字符(汉字或字母),转换成ASCII码(十六进制)(char to ascii code,,,,,,,,,,,)