📄 num.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -