mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
一些很小的修改
This commit is contained in:
parent
9172a0e8e0
commit
4445e68aeb
|
@ -1314,7 +1314,7 @@ typedef struct {
|
||||||
int top;
|
int top;
|
||||||
int size;
|
int size;
|
||||||
int increment;
|
int increment;
|
||||||
} SqSrack;
|
} SqStack;
|
||||||
```
|
```
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/huihut/interview/master/images/SqStack.png)
|
![](https://raw.githubusercontent.com/huihut/interview/master/images/SqStack.png)
|
||||||
|
@ -1839,7 +1839,7 @@ B树/B+树 |O(log<sub>2</sub>n) | |
|
||||||
|
|
||||||
#### 线程之间私有和共享的资源
|
#### 线程之间私有和共享的资源
|
||||||
|
|
||||||
* 私有:线程栈,寄存器,程序寄存器
|
* 私有:线程栈,寄存器,程序计数器
|
||||||
* 共享:堆,地址空间,全局变量,静态变量
|
* 共享:堆,地址空间,全局变量,静态变量
|
||||||
|
|
||||||
#### 多进程与多线程间的对比、优劣与选择
|
#### 多进程与多线程间的对比、优劣与选择
|
||||||
|
|
Loading…
Reference in New Issue
Block a user