搜索资源列表
wangjian
- 生成20902个Unicode汉字,利用UltrEdit打开,执行Unicode转ASCII,即可得到Unicode转换表, //查此表即可转换任意的Unicode汉字串了 -generated 20,902 Unicode Chinese characters, using UltrEdit opened, ASCII to Unicode implementation, and can be Unicode conversion table / / check this table c
FontGen2
- 点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据
ProcessView
- 游戏进程查看器 可以方面的查询进程内某地址的内容,且非常直观方便转换为其他数据用于观看。 可转类型: integer/long/single/double/ascii string/unicode string (附加:站长,非常抱歉,前面几个源码我都选择分类了,应该都属于:游戏->外挂编程。麻烦你手动修改过来吧 - -||)
CodeConvert
- 字符转换工具,可实现字符串,ASCII,UNICODE,HEX等转换。
asciitounicode
- 这个小应用是ASCII码和UNICODE码之间的转换工具-this small application is ASCII and UNICODE between the code conversion tools
手机编码转换
- 这是我用Delphi写的一个关于手机的编码与解码的程序,unicode到汉字,和ascii码到8bit码的转换!-This is what I wrote with Delphi on a cell phone encoding and decoding process, unicode to Chinese characters, and ascii codes to 8bit code conversion!
encodingofChinesecharacter
- 汉字编码器,显示输入汉字的unicode和ASCII码值,非常方便.-Chinese encoder, has indicated the importation of Chinese characters unicode and ASCII code value, very convenient.
at_send
- 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
GNU_uni2ascii_20051122
- This c source for converting Unicode to Ascii.-This is c source for converting Unicode to Ascii.
LD_Demo_Source
- LD2XXX,一款比较好用的语音合成芯片,可以将ASCII和Unicode字符转换为语音。-LD2XXX, a relatively easy to use speech synthesis chip, can be converted to ASCII and Unicode characters voice.
findfile
- 磁盤文件的快速查找,支持中文名 附未例文件-TFindFile is a non-visual component, which can be used for locating files or folders in the file system and directory tree with an extensive set of conditions. TFindFile is capable to locate files based on: Location as
VCLZipPro451_1
- VCLZip Pro 4.51 For those of you that are using VCLZip 4.50 with Delphi/BCB 2009, you will want to download VCLZip 4.51. When saving filenames that contain ansi characters (non-ascii) but no Unicode characters, were being saved in a way that cau
Ucs2Asc
- Unicode字符与ASCII字符相互转换,支持字母数字及所有汉字-Unicode characters with ASCII character conversion, supports alphanumeric and all the characters
ASCII2Unicode
- ASCII码与Unicode码互相转换,为短信程序设计提供一些便利-ASCII code and Unicode code conversion with each other for the SMS program designed to provide some convenience
a2u
- 可以将ascii格式的文本文件转换为unicode编码的文件-convert the ascii file to unicode file
HexConvertor
- 用Java写的Ascii码/16进制,Unicode/16进制动态转换器,随着输入文本的改变,动态调整转换结果。-Ascii code written in Java/hex, Unicode/16 hex dynamic converter, with the change of the input text dynamically adjust the conversion results.
ASCII-to-UniCode
- .版本 2 Unicode长度 = API_MultiByteToWideChar (936, 0, ASCII文本, -1, { }, 0) 936 表示简体中文代码页 -1 表示以 0 作为文本终止符 如果要去掉转换后Unicode字节集末尾的{0,0},则Unicode长度再减去1 Unicode字节集 = 取空白字节集 (Unicode长度 × 2) API_MultiByteToWideChar (936, 0, ASCII文本, -1, Unicode字