对字符串根据字符进行分段
1 | vector<std::string> params; |
运行结果:1
2
3
4123
45
abc
0
读Excel文件
1 | bool readCSVInput(int N, vector<double> &input_points_x, vector<double> &input_points_y, vector<double> &anchor_points_x, vector<double> &anchor_points_y) |
1 | vector<std::string> params; |
运行结果:1
2
3
4123
45
abc
0
1 | bool readCSVInput(int N, vector<double> &input_points_x, vector<double> &input_points_y, vector<double> &anchor_points_x, vector<double> &anchor_points_y) |