num.txt
来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 25 行
TXT
25 行
NUM [DUAL MODE]
NAME NUM - Convert between hexadecimal, octal and decimal
representations.
SYNTAX
num [/H num | /D num | /O num | /B ] | [/?]
USAGE
NUM can be used to convert integers between radixes.
Following radixes are supported: decimal, octal,
hexadecimal and binary. It accepts the following options:
/D = input is read as a decimal integer.
/O = input is read as an octal integer.
/H = input is read as on hexadecimal integer.
/B = input is read as a binary number.
NUM shows the integer in all four formats.
SEE ALSO:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?