Files
freeCodeCamp/guide/chinese/mathematics/hexadecimal-number-system/index.md
2018-10-16 21:32:40 +05:30

11 lines
490 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Hexadecimal Number System
localeTitle: 十六进制数字系统
---
## 十六进制数字系统:
十六进制数系统是使用基数16的编号系统.Hexa = 6和decimal = 10'hexa'和'decimal'的组合使用基数16数字系统。十六进制的数字是0,1,2,3,4,5,6,7,8,9,10 = A11 = B12 = C13 = D14 = E和15 = F. 十六进制数系统在加密等计算领域非常有用。
#### 更多信息:
[维基百科](https://en.m.wikipedia.org/wiki/Hexadecimal)