搜索资源列表
PYB
- 拼音处理模块原理及补充说明: 原理: 根据操作系统拼音输入法的对照表。 提取出简单的单字对照表,用于待开发系统的拼音汉字转换。 主要用途:输入拼音头的汉字检索 拼音对照表(简表)结构: 以汉字‘啊’的内码 B0A1(十六进制数) 为文件的零基点,依 次输入汉字对应的拼音头字母。没有汉字的区域用符号 @ 填充。 生成拼音对照表。 如何从系统中提取对照表: 操作系统的 开始->程序->附件->输入法生成器。 在输入法
data
- 几种进制转换的程序,在DELPHI使用。
farce.diversion
- 用delphi进行进制转换的例子-used for the base for the conversion examples
IEEE754
- Delphi的IEEE754标准格式的浮点数与16进制浮点数转换-Delphi' s standard IEEE754 floating point format and hexadecimal floating point conversion
szzh
- 使用delphi语言编写的数值转换程序,可以在十六进制和十进制相互转换-Delphi language use numerical conversion process, you can hex and decimal conversion
calculator
- 用Delphi写的计算器程序,能实现十进制到二进制的转换和二进制到八进制的转化。核心代码都有详尽的注释。适合初学者学习Delphi基本组件时使用。-Calculator written using Delphi procedures to achieve the conversion of decimal to binary and binary to octal conversion. Lines of code for each of the Notes are detailed. Suit
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
hextobin
- delphi 一个转换十六进制为十进制浮点数的完整案例-Delphi change
High-Byte-in-the-post
- 给出一个十六进制数值,将数值进行转换为10直制,按字节存储,高位在后-Give a hexadecimal value, the value system of the conversion of 10 straight, in bytes storage, high in the post
Float
- 唉,大出血,贡献一个从16进制转换成浮点型的dll源代码,谁叫我从程序员开发网下载那么多东西呢-Oh, bleeding, a contribution from the hexadecimal floating-point convert the dll source code, programmers who told me to open distribution networks from so many things to download it
code
- Delphi中有很多人分享如何用StrToInt将字符串转换为整数,但是在很多时候当需要用Byte(即十六进制用8位表示)来写出时就束手无策了。还有就是怎么将8位的十六进制数转换为十进制时也没有可以参考的了。本文试图给一个答案,可以使大家省些时间。-In Delphi there are a lot of sharing about using StrToInt but it givs out a String format, it has a problem when you are goin
Delphi_Conver
- 10进制转换2,8,16 进制 2进制转换10,8,16 进制 八进制转换成二进制字符串
hanzizifuchuanzhuan16jinzhi
- 带汉字字符串转换成16进制, 任意形式的输入均可转换-With a Chinese character string converted to hexadecimal, any form of input can be converted
jinzhizhuanhuan
- VB各种进制的转换,实例程序,可在二进制、十进制、十六进制之间互相转换,进制逆转程序,研究VB版的进制转换,有助于帮助开发者开拓思路,编写出基于VC或Delphi的进制转换程序。-VB variety of hex conversion, example programs, mutual conversion between binary, decimal, hexadecimal and hexadecimal reversal procedure, the VB version of th
Delphi
- delphi各种进制转换,二进制,十进制,十六进制,八进制,互相转换!-delphi a variety of binary conversion, binary, decimal, hexadecimal, octal, interchangeable
57987765
- Delphi7实现中文和16进制转换,编程学习源码,很好的参考资料。-Delphi7 Chinese and 16 hexadecimal conversion, learning programming source code, a good reference.
hexconversion
- Delphi转换进制,可实现的功能:将16进制字符串转换成十进制整数、16进制AI转换成10进制数、2进制和十进制之间的转换、十进制数32转换成2进制数00000100000、2进制数01110转换成10进制数、将十进制整数转换成任意16进制以内的字符串、将10进制转换成罗马字符10进制数20转换成罗马进制数XX。有些进制间的转换平时见的不多,因此本源码还是有一定参考价值的。-Delphi conversion system, can realize the function: the 16 h
HEX-To-Float
- delphi写的十六进制转换成浮点数代码,非常好用-Delphi write sixteen decimal conversion into float code, very good use
delphi7Hex_conversion
- delphi7写的进制转换,可实现20位以上的各种进制转换-delphi7 write binary conversion, it can achieve more than 20 various binary conversion
HexConve
- delphi 进制转换 函数, 十六进制转字符, 字符转十六进制,还有常用的一些转换函数(Delphi hexadecimal conversion function, sixteen decimal to character, character to sixteen decimal, as well as some commonly used conversion functions)