Engineering Mathematics
泽野
ZZ
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Engineering Mathematics_Exercise_2
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #define MaxNumber 30; typedef double ElemType; typedef struct matrix { int col; int column; Ele...原创 2019-10-13 18:51:23 · 186 阅读 · 0 评论 -
Engineering Mathematics_Exercise_1
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #define MaxNumber 30; typedef double ElemType; typedef struct matrix { int col; int column; Ele...原创 2019-10-05 11:01:20 · 197 阅读 · 0 评论
分享