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 | 31 |
Tags
- 학습 알고리즘
- 코드블럭 오류
- decimal
- sizeof()
- 단항연산자
- compile time constants
- 기계학습 기초
- Runtime constants
- 연산자
- CLion
- Greedy
- algorithm
- classification problem
- 형변환
- #endif
- regression problem
- C++
- 프로그래밍
- 코딩테스트
- 본즈앤올
- 홍정모님
- 기계학습
- Andrew Ng
- #define
- 이코테
- standford University
- Machine Learning
- const
- 나동빈님
- coursera
Archives
- Today
- Total
목록C++ (9)
wellcome_공부일기
01.01. C++ | 프로그램의 전체적인 구조
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