[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
- dynamic programming
- arduino
- windows 8
- Kinect SDK
- 한빛미디어
- Gan
- TensorFlow Lite
- Off-policy
- PowerPoint
- Windows Phone 7
- 강화학습
- bias
- DepthStream
- processing
- ai
- Variance
- RL
- ColorStream
- Distribution
- reward
- SketchFlow
- Policy Gradient
- 딥러닝
- 파이썬
- Pipeline
- Kinect
- Expression Blend 4
- End-To-End
- Offline RL
- Kinect for windows
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함