mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:42:07 +02:00

* aurvote: add Chinese translation * balooctl: add Chinese translation * beep: add Chinese translation * betterlockscreen: add Chinese translation * binwalk: add Chinese translation * binwise: add Chinese translation * blkdiscard: add Chinese translation * blkid: add Chinese translation * bluetoothctl: add Chinese translation * bluetoothd: add Chinese translation * bmon: add Chinese translation * bpftrace: add Chinese translation * bpytop: add Chinese translation * brctl: add Chinese translation * brew: add Chinese translation * commit suggestion
20 lines
352 B
Markdown
20 lines
352 B
Markdown
# bitwise
|
|
|
|
> 支持动态基数转换和位操作的多基数交互式计算器。
|
|
> 更多信息:<https://github.com/mellowcandle/bitwise>.
|
|
|
|
- 使用交互模式运行:
|
|
|
|
`bitwise`
|
|
|
|
- 从十进制转换:
|
|
|
|
`bitwise {{12345}}`
|
|
|
|
- 从十六进制转换:
|
|
|
|
`bitwise {{0x563d}}`
|
|
|
|
- 转换 C 风格的计算:
|
|
|
|
`bitwise "{{0x123 + 0x20 - 30 / 50}}"`
|