Skip to content

Commit 29d8e71

Browse files
Update 勘误.md
1 parent f34470d commit 29d8e71

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

‎知识点总结/勘误.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ int*const p;//指针常量,本质是一个常量,而用指针修饰它。
1717
const int* const p;//指向常量的常量指针。即p指向的内存和数值都不可变
1818
```
1919

20+
### 如何求解二进制中0的个数
21+
22+
新增:
23+
**图示分析(以25为例):**
24+
25+
![](https://gitee.com/dongxingbo/Picture/raw/master//Wechat/Article/2021/%E5%9B%9B%E6%9C%88//20210501151749.png)
26+
27+
28+
2029
## ARM体系与架构
2130

2231
### 如何对绝对地址0x100000赋值?

0 commit comments

Comments
 (0)