Skip to content

Commit

Permalink
修改CPU字节序大端小端图片为内链
Browse files Browse the repository at this point in the history
  • Loading branch information
huihut committed Apr 8, 2018
1 parent da39e5c commit 9cd0b4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,8 @@ typedef struct BiTNode
大端|12|34|56|78
小端|78|56|34|12

![大端序](https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Big-Endian.svg/280px-Big-Endian.svg.png)
![小端序](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Little-Endian.svg/280px-Little-Endian.svg.png)
![大端序](images/CPU-Big-Endian.svg.png)
![小端序](images/CPU-Little-Endian.svg.png)

##### 判断大端小端

Expand Down
Binary file added images/CPU-Big-Endian.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/CPU-Little-Endian.svg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cd0b4f

Please sign in to comment.