Skip to content
Snippets Groups Projects
Commit 88ab3d9b authored by KangHyun Kim's avatar KangHyun Kim
Browse files

modify image size

parent 08dfa95e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
### 컴퓨터의 구성 요소(하드웨어)
<img src="./img/computer_archi.PNG" width="550px" height="300px">
<img src="./img/computer_archi.PNG">
Storage에 파일(a.out)이 들어있고, CPU는 input과 output 모두 메모리를 거쳐야한다. 파일을 실행하기 위해서는 storage의 파일을 메모리에 적재해야 한다. Input과 output 사이에서 메모리와 연결하는 내용을 버퍼라고 한다.
......@@ -63,7 +63,7 @@ tty를 통해 어떠한 터미널을 나에게 부여했는지 알 수 있다.
로컬 레포지토리의 내용들을 외부 레포지토리로 보내는 명령어이다.
### 파이프 라인
<img src="./img/pipe.PNG" width="550px" height="300px">
<img src="./img/pipe.PNG">
``` main | output.txt ```
......@@ -236,7 +236,7 @@ int const * const * A pointer to a constant pointer to a constant integer
### c언어의 컴파일 과정
<img src="./img/compile_process.PNG" width="550px" height="300px">
<img src="./img/compile_process.PNG" >
#### 컴파일 과정
1. 전처리기에 의해 전처리 과정을 거친다.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment