为什么通常在编程中通常不使用32个数字?
通常,编程语言支持二进制,八进制,十进制和十六进制数字。但是,基本32数字通常不用于编程。我从未见过使用基本32号码的代码。基本-32数字很短。例如;
010011010010
(二进制)== 2322
(八倍)== 1234
(DECIMAL)== 4D2
(hexadecimal) == 16i
(基本-32,最短)
base-32数字是最短的。
为什么通常在编程中通常不使用32个数字?
Usually, programming languages support binary, octal, decimal, and hexadecimal numbers. But, base-32 numbers are usually not used in programming. I never seen a code that uses base-32 numbers. Base-32 numbers are short. For example;
010011010010
(binary)==2322
(octal)==1234
(decimal)==4D2
(hexadecimal)==16I
(base-32, shortest)
Base-32 number is the shortest.
Why are base-32 numbers usually not used in programming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论