일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 빅데이터
- nodeJS
- 통계
- 김양재 목사님
- 빅 데이타
- Statistics
- MongoDB
- 빅 데이터
- openCV
- 우리들교회
- node.js
- 김양재 목사
- Big Data
- 몽고디비
- 빅데이타
- Deep learning
- No SQL
- Artificial Intelligence
- 확률
- Machine Learning
- data science
- R
- probability
- 데이터 과학
- 주일설교
- 인공지능
- 김양재
- 딥러닝
- c++
- WebGL
Archives
- Today
- Total
목록생성자 (1)
Scientific Computing & Data Science
[C/C++] Example / Class Constructor
"student.h" // // student.h // Test-001 // // Created by gchoi on 2014. 5. 6.. // Copyright (c) 2014년 gchoi. All rights reserved. // #ifndef Test_001_student_h #define Test_001_student_h #include #include using namespace std; class Student { private: int no; string name; int eng; int math; public: Student(); Student(int no, string name, int eng, int math); void setNo(int no); void setName(string..
Programming/C&C++
2014. 6. 12. 10:35