改進版的從文字檔案讀取資料

2021-07-10 13:16:57 字數 366 閱讀 7348

前一陣在knn機器學習演算法中提到從文字檔案讀取資料的問題。

回頭又想了想,找到乙個比較通用的辦法,不用事先掃瞄一次文字檔案了。

預先定義乙個最多能讀的資料行數:

#define max_num_line  1000

每行的數字屬性個數預定義為num_count_per_line:

#define num_count_per_line  5

//從給定的檔案裡讀取資料,全部資料以乙個空白行為結束

void read_data_from_file(file * fpr)

; char b[max_num_line];

while ((isend!=-1)&&(r經測試,通過。

讀取文字檔案

void ctestdlg onreadinfo cfile filewrite1 testwrite1.txt cfile modecreate cfile modewrite cfile filewrite2 testwrite2.txt cfile modecreate cfile modew...

文字檔案從磁碟讀取 寫入

using system using system.text using system.io namespace x.common return result 寫入文字檔案,按預設編碼 文字檔案路徑包括檔名 寫入內容 public static void write string filepath,...

讀取文字檔案資料

讀取文字檔案資料 檔案路徑 private datatable gettxt string path dt.columns.add line.substring 0,index line line.substring index,line.length index trim datarow dr d...