h.putb
来自「强大的数学工具包」· PUTB 代码 · 共 19 行
PUTB
19 行
* * * * * * * * putb * * * * * * * * "put integer, bit representation" SYNTAX: M = putb(N) N is an integer. putb displays a sequence of 0 and 1, interpreted as the bit representation of N. M is assigned N. Example 1: (correct) putb( 12345 )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?