Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 이코테
- CLion
- #define
- 연산자
- 코드블럭 오류
- 본즈앤올
- Runtime constants
- Andrew Ng
- 코딩테스트
- 단항연산자
- coursera
- 형변환
- algorithm
- 기계학습 기초
- #endif
- sizeof()
- compile time constants
- 프로그래밍
- 학습 알고리즘
- C++
- 기계학습
- decimal
- classification problem
- 나동빈님
- standford University
- const
- Greedy
- regression problem
- Machine Learning
- 홍정모님
Archives
- Today
- Total
목록C++ (9)
wellcome_공부일기

1. 프로그래밍(Programming) 2. 프로그램(Program) 3. 명령문(statement)과 수식(expression) 4. 리터럴(literal)과 변수(variables) 그리고 전처리기(preprocessor directive) 프로그래밍(Programming)이란? - 프로그램을 실행시킨다. - 윈도우즈(Windows), Mac os, Linux 등의 운영체제(operating system)에게 compile이 된 코드를 실행해달라고 요청하는 것 - 이때, 운영체제(operating system)는 자신이 가진 cpu와 메모리를 사용하여 프로그래밍을 수행 프로그램(Program)이란? - 프로그램이란 함수이다. - 함수는 입력값(input)에 따른 결과값(output)이..
프로그래밍/C++
2020. 4. 19. 03:16