일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 딥러닝
- 로보틱스 입문
- Introduction to Robotics: Mechanics and Control by John J Craig
- 로보틱스입문
- IMU sensor
- Python
- 6dof
- PUMA 560
- mnist
- custom cnn
- RobotArm
- pytorch visdom
- 6자유도 로봇팔
- NUCLEO board
- pytorch
- 파이토치
- regression
- boostcourse
- Pytorch로 시작하는 딥러닝 입문
- nucleo-f401re
- 6축 다관절
- Robot arm
- DeepLearning
- visdom
- 파이토치로 시작하는 딥러닝 기초
- Robotics
- DH parameter
- Numpy
- softmax
- dynamixel
Archives
- Today
- Total
목록OnlineGDB (1)
슬.공.생
행렬입력 및 계산기(~)
#include #include #define PI 3.141592 #define ROW 3 #define COULUM 3 double c = 0.0; double s = 0.0; static double stmatrix[3][3][3] = { 0, }; // 주 메모리 static double rmatrix[3][3] = { 0, }; // 회전축별 메모리 char axis; //xyz double angle; int num; double angle2radius(double angle); void generatemat(double arr[][3], char axis, double rad); void print2DArray(double arr[][3], int row, int col); void prin..
코드 낙서장
2020. 11. 3. 11:29