搜索资源列表
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
UnicodeToChinese
- Delphi写的Unidode自动截取转换汉字代码,支持十进制和十六进制数据输入-Delphi written in Chinese characters Unidode automatic conversion interception code, support for decimal and hexadecimal data entry
hextobin
- delphi 一个转换十六进制为十进制浮点数的完整案例-Delphi change
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
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
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
float-to-hex
- 浮点数转16进制的delphi程序,可以方便的实现进制数之间转换-float to Hex code in delphi
DX10.1-strtohex
- 原来的很多中方法在android中都不在支持了,现在我已经找到解决方法了,可以把中英文字符串转换成十六进制字符串 delphi 10.1版本的哦-Many of the original method is not supported in android, now I have found the solution, can put the string converted to hexadecimal string Delphi 10.1 in both English and Chines
HexConve
- delphi 进制转换 函数, 十六进制转字符, 字符转十六进制,还有常用的一些转换函数(Delphi hexadecimal conversion function, sixteen decimal to character, character to sixteen decimal, as well as some commonly used conversion functions)