当前位置:网站首页>1.2-hexadecimal conversion
1.2-hexadecimal conversion
2022-07-28 17:52:00 【night_ du】
Binary to decimal :
⼆ Base every ⼀ On behalf of ⼗ Add the values of hexadecimal

Decimal to binary :
Division product and remainder reverse order method :
take ⼀ individual ⼗ Divide by 2 And take the remainder , Know that the division product is 0 Stop and go ⽌, Then reverse the remainder to this ⼗ It's binary
⼆ Base number
![[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-BORNMzYZ-1645533317297)(C:\Users\night_du\AppData\Roaming\Typora\typora-user-images\image-20210830214234455.png)]](/img/e1/5efc8b83961a7800ae0fceac71e893.png)
⼗ Hexadecimal to other hexadecimal :
For example, turn 8 Base number : Method and transfer 2 The base is the same , Is divided by 8 Remainder , Then reverse the order
Other conversions ⼗ Base number :
Every time ⼀ On behalf of ⼗ Add the values of hexadecimal
such as 8 Turn into the system 10 Base number :56(8 Base number )
80 * 6=6
81*5=40
40+6=46(10 Result of base )
Other base to binary :
such as :8 It's binary 56 turn 2 Base number
8 Base to 10 Into the system for :46
10 Base to 2 Base number :101110
Hexadecimal :
0 Into the system for :46
10 Base to 2 Base number :101110
## Hexadecimal :
1-9 ABCDEF
边栏推荐
- 【Unity Scriptable Object】教程 | 在Unity中使用 Scriptable Object 存储物体数据信息
- [p5.js] actual copy - chess board
- Tips--解决No module named matlab.engine的问题
- [p5.js learning notes] basic knowledge of code drawing
- 2021 National Undergraduate data statistics and Analysis Competition
- 电工学自学笔记1.20
- mmdetection3D---(1)
- abstract、static、final
- Vscode intranet access server
- QT编写串口助手
猜你喜欢

How to install PS filter plug-in
![[machine learning notes] regularization: ridge regression](/img/94/9d1e126554fac0713937381253f9c9.png)
[machine learning notes] regularization: ridge regression

Generation and use of dynamic link library (error summary)

es6 Promise

【C语言笔记分享】——动态内存管理malloc、free、calloc、realloc、柔性数组
![[unity] timeline learning notes (VII): Custom clip](/img/25/0402a28539cb568d5a539a757b2482.png)
[unity] timeline learning notes (VII): Custom clip

2.2-数据类型
![[p5.js] practical exercise - irregular symmetry](/img/b0/d5ce69db2304e5045e6e4fca43b478.png)
[p5.js] practical exercise - irregular symmetry

3D point cloud processing series - ---- PCA

1.2-进制转换
随机推荐
【C语言进阶】——剖析入微数据在内存中的存储 【下】(浮点数存储)
leetcode系统性刷题(四)-----哈希表与字符串
【p5.js学习笔记】局部变量(let)与全局变量(var)声明
【Unity Scriptable Object】教程 | 在Unity中使用 Scriptable Object 存储物体数据信息
点云处理--voxel filter
如何安装ps的滤镜插件
MySQL详解
从0到1:基于云开发的投票小程序开发笔记
From 0 to 1: Development notes of voting applet based on cloud development
Jerry ac692x --- matrix keyboard addition
Tips--SCI论文写作中的小技巧
MySQL basic queries and operators
Three ways to dynamically call WebService.Net
2.1-运算符
【C语言进阶】——指针进阶[Ⅰ]
MySQL optimization summary
.net MVC understanding
多线程的使用
PCA reports error in eigen (crossprod (t (x), t (x)), symmetric = true): 'x' has infinite value or missing value
图像处理代码整理