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