[C] n squared matrix 덧셈
1 #include 2 #include 3 #include 4 #include 5 6 #define SWAP(x, y, t) ((t) = (x), (x) = (y), (y) = (t)) 7 8 #define MALLOC(ptr, size) \ 9 if(!((ptr) = malloc(size))) { \ 10 fprintf(stderr, "Insufficient memory"); \ 11 exit(EXIT_FAILURE);\ 12 } 13 14 #define CALLOC(ptr, n, size) \ 15 if(!((ptr) = calloc(n, size))){\ 16 fprintf(stderr, "Insufficient memory"); \ 17 exit(EXIT_FAILURE);\ 18 } 19 20 #..
Hobby/Code
2014. 5. 14. 02:55
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Distribution
- reward
- Off-policy
- dynamic programming
- Policy Gradient
- arduino
- Windows Phone 7
- Gan
- Variance
- 강화학습
- Kinect for windows
- 인공지능
- Expression Blend 4
- 딥러닝
- 한빛미디어
- processing
- windows 8
- ColorStream
- SketchFlow
- TensorFlow Lite
- bias
- 파이썬
- Pipeline
- DepthStream
- Offline RL
- RL
- PowerPoint
- End-To-End
- Kinect SDK
- Kinect
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함