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 specified Boolean value to the equivalent 64-bit unsigned integer.
将指定的布尔值转换为等效的64位无符号整数。
应用推荐