Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcc002
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KangHyun Kim
pcc002
Commits
88ab3d9b
Commit
88ab3d9b
authored
3 years ago
by
KangHyun Kim
Browse files
Options
Downloads
Patches
Plain Diff
modify image size
parent
08dfa95e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
88ab3d9b
...
...
@@ -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. 전처리기에 의해 전처리 과정을 거친다.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment