摘要: #include <stdio.h>#include <math.h> #include <stdlib.h>#include <string.h> #define DATALEN 300 struct dataCollection{ float X_1; float X_2; float X_3; 阅读全文