분류 전체보기

Coding 수업정리/CS50

CS50-02-Arrays

https://cs50.harvard.edu/x/2023/weeks/2/ Week 2 Arrays - CS50x 2023 Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. cs50.harvard.edu tedious 지루한 exploit 이용하다 obnoxious 불쾌한 stipulate -을 규정하다 cipher 암호 code hello.c (생성) make hello (컴파일) ./hello (실행) 컴파일러 C언어 -> clang 원레 clang -o hello.c hello -lcs50 이지만, 줄여서 make hello 로 표현한다. 컴파일 과..

Coding 수업정리/CS50

CS50-01-C

https://cs50.harvard.edu/x/2023/weeks/1/ Week 1 C - CS50x 2023 Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. cs50.harvard.edu CS50-01 C언어 강의에 관한 내용들 parenthesis 괄호 succint 간결한 syntactic 구문론의 increment 증가 terminology 술어, 전문용어 vogue 유행 unwieldily 거추장스럽게 implement 실행하다 충족시키다 syntax 구문 canonical 정식의, 전통적인, 권위있는 consolidate 합병하다 Prep..

Coding 수업정리/CS50

CS50-00-Scratch

https://cs50.harvard.edu/x/2023/weeks/0/ Week 0 Scratch - CS50x 2023 Harvard University's introduction to the intellectual enterprises of computer science and the art of programming. cs50.harvard.edu

kthdev
'분류 전체보기' 카테고리의 글 목록 (9 Page)