For people who cannot easily convert from integer to binary in their heads, the following UDF, which converts integer to binary, may be helpful.
对于无法在头脑中轻易将整型数字转换成二进制数字的人们来说,下列将整型转换成二进制的UDF也许对他们很有帮助。
stdlib.h is needed for the atoi() function (ASCII to integer), which converts a string to an integer.
h是atoi()函数(将ASCII 码转换为整数)所需要的,该函数将字符串转换为整数。
Converts the value of the specified Unicode character to the equivalent 64-bit unsigned integer.
将指定的单精度浮点数的值转换为等效的64位无符号整数。
Converts the value of the specified Unicode character to the equivalent 16-bit unsigned integer.
将指定的单精度浮点数的值转换为等效的16位无符号整数。
Converts the value of the specified Unicode character to the equivalent 8-bit signed integer.
将指定的单精度浮点数的值转换为等效的8位带符号整数。
Converts the specified Boolean value to the equivalent 64-bit unsigned integer.
将指定的布尔值转换为等效的64位无符号整数。
Converts the specified Boolean value to the equivalent 32-bit signed integer.
将指定的布尔值转换为等效的32位带符号整数。
Converts the specified Boolean value to the equivalent 64-bit signed integer.
将指定的布尔值转换为等效的64位带符号整数。
Converts the specified Boolean value to the equivalent 8-bit signed integer.
将指定的布尔值转换为等效的8位带符号整数。
Converts the value of the specified decimal number to an equivalent 64-bit signed integer.
将指定的十进制数的值转换为等效的64位带符号整数。
Converts the value of the specified decimal number to an equivalent 8-bit signed integer.
将指定的十进制数的值转换为等效的8位带符号整数。
Converts the value of the specified decimal number to an equivalent 8-bit unsigned integer.
将指定的十进制数的值转换为等效的8位无符号整数。
Converts the value of the specified decimal number to an equivalent 32-bit unsigned integer.
将指定的十进制数的值转换为等效的32位无符号整数。
Converts the value of the specified object to a 16-bit unsigned integer, using the specified culture-specific formatting information.
使用指定之文化特性专属格式资讯,将指定之物件的值转换为16位元不带正负号的整数。
Converts the value of the specified object to a 64-bit unsigned integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式信息,将指定对象的值转换为64位无符号整数。
Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式信息,将指定对象的值转换为64位带符号整数。
Converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式设置信息,将数字的指定字符串表示形式转换为等效的64位带符号整数。
Converts the value of the specified double-precision floating-point number to an equivalent 64-bit unsigned integer.
将指定基的数字的字符串表示形式转换为等效的64位无符号整数。
Converts a specified value to an 8-bit unsigned integer.
将指定的值转换为8位元不带正负号的整数。
Converts the value of the specified Unicode character to the equivalent 16-bit signed integer.
将指定的单精度浮点数的值转换为等效的16位带符号整数。
Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer.
将指定的单精度浮点数的值转换为等效的8位无符号整数。
Converts the argument to signed 32-bit integer.
将参数转换为有符号的32位整数。
Converts the string representation of a number in a specified style to its 16-bit unsigned integer equivalent.
将所指定样式之数字的字串表示,转换为它的16位元不带正负号的整数对应项。
Converts the value of the specified decimal number to an equivalent 16-bit signed integer.
将指定的十进制数的值转换为等效的16位带符号整数。
Converts the value of the specified object to a 32-bit unsigned integer, using the specified culture-specific formatting information.
使用指定之文化特性专属格式资讯,将指定之物件的值转换为32位元不带正负号的整数。
Converts a specified integer value to an enumeration member.
将指定的整数值转换为列举成员。
Converts the argument to unsigned 32-bit integer.
将参数转换为无符号32位整数。
Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer.
将指定的双精度浮点数的值转换为等效的64位带符号整数。
Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式设置信息,将指定对象的值转换为8位无符号整数。
Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information.
使用指定的区域性特定格式设置信息,将指定对象的值转换为8位无符号整数。
应用推荐