当前位置:网站首页>How to determine how many bases a number is?
How to determine how many bases a number is?
2022-08-10 23:41:00 【There are gods in the mountains】
Give a point a number and determine what base it is??
1, binary: only 0 and 1 in it
2, octal: each single number is between 0-7 (inclusive). Such as 175,023,312, etc.
3, hexadecimal
Its rule is "every hexadecimal one".
The base of hexadecimal number is 16,
The numbers used are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
A-F represent decimal numbers 10-15 respectively.
The technical rule of hexadecimal numbers is "every hexadecimal one", and the weight of each bit is identified by the N power of 16.
The representation of hexadecimal numbers starts with 0x.
Example: 0xAF=175
Usually, for the representation of hexadecimal numbers, 16 or H can be marked in the lower right corner of the number, but in C language, the number 0 and the letter X are added in front of the number.0X to indicate.For example, 12AF is represented as 0X12AF in C language.
4. Decimal: each single number is between 0-9 (inclusive).
边栏推荐
猜你喜欢
随机推荐
【C语言】初识指针
oai 采样频率计算
C3604环保黄铜带
Parse method's parameter list (including parameter names)
Configuring vim(7) from scratch - autocommands
App基础优化三部曲:启动原理&黑白屏优化&启动时间优化
花环灯问题
北京党建展馆vr全景制作优点有哪些
HCTF 2018 WarmUP writeup
李宏毅机器学习-- Backpropagation
Kotlin 由浅入深,带你搞懂协程异常处理的那点事
高性能MySQL核心整理强势来袭
多语种翻译-多语种翻译软件免费
HGAME 2022 Week2 writeup
还在用 Xshell?你 out 了,推荐一个更现代的终端连接工具,好用到爆!
缓存知识总结
如果纯做业务测试的话,在测试行业有出路吗?
Talk预告 | 中国科学技术大学和微软亚洲研究院联合培养博士生冷燚冲:语音识别的快速纠错模型FastCorrect
Tencent Cloud Lightweight Application Server Configuration and Website Building Tutorial
高精度减法