摘要: public double[,] ReadTxttest(string Path) { //初始化二维数组 double[,] array = new double[30000,25]; int i = 0; // 新建一个DataTable DataTable tb = new DataTable(); // 添加一列用于存放读入的浮点数 DataColumn c = tb.Columns.A... 阅读全文
posted @ 2019-04-17 14:33 duncan276 阅读(1881) 评论(0) 推荐(0)