diff --git a/README.md b/README.md index 33b4c563f54ca6c69034c9f3f209c798f9e460f8..95432a4bac5be5f9656225817f010398753f5f80 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### name : 김나영 ### id : 202126850 -## **Lecture 01** [1.04] +## **Lecture 01** [2022.01.04] ### Linux command @@ -110,7 +110,7 @@ int main() * 현재 디렉토리 아래의 a.out 파일을 실행시킴 * Hello World! 출력 -## **Lecture 02** [1.05] +## **Lecture 02** [2022.01.05] ### Linux command 1. echo @@ -262,7 +262,7 @@ int main() * b~ : block device * l~ : link -## **Lecture 03** [1.06] +## **Lecture 03** [2022.01.06] ### 프롬프트 색상 변환 ``` @@ -343,7 +343,7 @@ source .profile * 글자 끝에 #를 삽입하면 줄 구분이 가능 * `을 소스코드의 시작과 끝에 세번씩 쓰면 소스코드를 입력할 수 있음 -## **Lecture 04** [1.10] +## **Lecture 04** [2022.01.10] ### Linux command 1. sh @@ -747,7 +747,7 @@ Call : 0 * define * 컴파일 전처리단계에서 글자를 치환해주는 방식 -## **Lecture 06** [1.12] +## **Lecture 06** [2022.01.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.01.13] ### Linux Command 1. cp (복사하고자 하는 파일의 경로) (바꿀 파일의 이름) @@ -1230,7 +1230,7 @@ int main() #endif ``` -## **Lecture 08** [1.17] +## **Lecture 08** [2022.01.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.01.18] ### Linux Command 1. cc -g @@ -1516,7 +1516,7 @@ int main() } ``` -## **Lecture 10** [1.19] +## **Lecture 10** [2022.01.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.01.20] ### rgba.c 코드 ```