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
- Andrew Ng
- CLion
- #define
- C++
- const
- compile time constants
- 코딩테스트
- standford University
- Machine Learning
- sizeof()
- classification problem
- 형변환
- coursera
- regression problem
- 코드블럭 오류
- 연산자
- 본즈앤올
- #endif
- 프로그래밍
- 기계학습 기초
- 기계학습
- Runtime constants
- 나동빈님
- 학습 알고리즘
- decimal
- 단항연산자
- Greedy
- algorithm
- 이코테
- 홍정모님
Archives
- Today
- Total
목록더블(double) (1)
wellcome_공부일기
02.01. C++ | 기본 자료형(Primitive Built-in Types)과 + α
1. 자료형(Data Types) 2. 기본 자료형(Primitive Built-in Types) 3. 정수 int & 문자 char 예제 4. 불린 bool 예제 5. 부동 소수점(float)와 더블(double) 그리고 auto 6. typedef Declarations (To be continued..) 7. Enumerated Types (To be continued..) 자료형(Data Types) 어떤 언어든지 프로그램을 작성할 때, 다양한 변수들을 이용하여 다양한 정보를 저장할 줄 알아야 합니다. 변수들을 값(values)을 저장하기 위해 예액된 메모리 위치일 뿐입니다. 즉, 변수를 생성할 때 메모리 안의 공간에 예약을 한다는 것을 의미합니다. 우리는 다양한 데이터 유형(character, ..
프로그래밍/C++
2020. 5. 2. 22:20