01 2019 档案
String数据转Matrix矩阵
摘要:String数据转Matrix矩阵 private Matrix String_To_Matrix(string str) { int[] Remove_Num = new int[10]; int Remove_Int = 0; string Str_One = str; //{ {M11:1 M 阅读全文
posted @ 2019-01-03 14:35 _萧朗 阅读(634) 评论(0) 推荐(0) 编辑
文件IO(存取.txt文件)
摘要://存文件方法 public void Save_File_Info(string Save_Path) { //根据路径,创建文件和数据流 FileStream FS = new FileStream(Save_Path, FileMode.Create); StreamWriter SW = n 阅读全文
posted @ 2019-01-03 14:12 _萧朗 阅读(235) 评论(0) 推荐(0) 编辑