Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcc004
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
Nayoung Kim
pcc004
Commits
e2769f36
Commit
e2769f36
authored
3 years ago
by
Nayoung Kim
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
be6fb15f
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
+10
-10
10 additions, 10 deletions
README.md
with
10 additions
and
10 deletions
README.md
+
10
−
10
View file @
e2769f36
...
...
@@ -4,7 +4,7 @@
### name : 김나영
### id : 202126850
## **Lecture 01** [1.04]
## **Lecture 01** [
2022.0
1.04]
### Linux command
...
...
@@ -110,7 +110,7 @@ int main()
*
현재 디렉토리 아래의 a.out 파일을 실행시킴
*
Hello World! 출력
## **Lecture 02** [1.05]
## **Lecture 02** [
2022.0
1.05]
### Linux command
1.
echo
...
...
@@ -262,7 +262,7 @@ int main()
*
b~ : block device
*
l~ : link
## **Lecture 03** [1.06]
## **Lecture 03** [
2022.0
1.06]
### 프롬프트 색상 변환
```
...
...
@@ -343,7 +343,7 @@ source .profile
*
글자 끝에 #를 삽입하면 줄 구분이 가능
*
`을 소스코드의 시작과 끝에 세번씩 쓰면 소스코드를 입력할 수 있음
## **Lecture 04** [1.10]
## **Lecture 04** [
2022.0
1.10]
### Linux command
1. sh
...
...
@@ -747,7 +747,7 @@ Call : 0
* define
* 컴파일 전처리단계에서 글자를 치환해주는 방식
## **Lecture 06** [1.12]
## **Lecture 06** [
2022.0
1.12]
### Linux Command
1. clear
...
...
@@ -995,7 +995,7 @@ In addValue C -300 : 140732089039380 7ffebe2cfa14
* 연산 후 c = -300
* 함수를 int형으로 선언하고 return c; 를 통해 c 값(-300)을 메인 함수로 리턴하여 c = addValue(a,b,c); 에서 메인함수의 변수 c에 값을 저장
## **Lecture 07** [1.13]
## **Lecture 07** [
2022.0
1.13]
### Linux Command
1. cp (복사하고자 하는 파일의 경로) (바꿀 파일의 이름)
...
...
@@ -1230,7 +1230,7 @@ int main()
#endif
```
## **Lecture 08** [1.17]
## **Lecture 08** [
2022.0
1.17]
### Linux Command
1. ^(위 명령에서 잘못 입력한 문자)^ (바꿀 문자)
...
...
@@ -1388,7 +1388,7 @@ int main()
#define eprintf(format, ...) fprintf (stderr, format __VA_OPT__(,) __VA_ARGS__)
```
## **Lecture 09** [1.18]
## **Lecture 09** [
2022.0
1.18]
### Linux Command
1. cc -g
...
...
@@ -1516,7 +1516,7 @@ int main()
}
```
## **Lecture 10** [1.19]
## **Lecture 10** [
2022.0
1.19]
### Linux Command
1. ulimit
...
...
@@ -1640,7 +1640,7 @@ typedef fx_s17_14 fixed;
* gprof할 때 충분한 call이 필요하고 함수 호출은 굉장히 비쌈
* 10~20%의 오차가 항상 발생
## **Lecture 11** [1.20]
## **Lecture 11** [
2022.0
1.20]
### rgba.c 코드
```
...
...
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