일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- c++
- Statistics
- No SQL
- 빅데이터
- Machine Learning
- 김양재 목사
- Artificial Intelligence
- nodeJS
- 확률
- WebGL
- R
- 주일설교
- node.js
- probability
- openCV
- 김양재 목사님
- 빅 데이타
- 몽고디비
- data science
- 데이터 과학
- 통계
- Big Data
- 인공지능
- 김양재
- 딥러닝
- 우리들교회
- MongoDB
- Deep learning
- 빅 데이터
- 빅데이타
Archives
- Today
- Total
목록call by refeence (1)
Scientific Computing & Data Science
[C/C++] Example / swap: call by reference
// Test-002.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; // fucntions prototype int factorial( int x); void swap( int & x, int & y); int _tmain( int argc , _TCHAR * argv []) { int a = 4; int b = 3; cout
Programming/C&C++
2014. 6. 12. 10:11