1樓:放星星的
不知道幹嘛用的
using system;
using system.collections.generic;
using system.linq;
using system.text;
using system.collections;
using system.io;
namespace dududu
, stringsplitoptions.removeemptyentries);
for (int i = 0; i < strs.length; i+=3)
if ((i + 2) < strs.length)
}byte bytes1 = encoding.default.getbytes(str1);
byte bytes2 = encoding.default.getbytes(str2);
byte bytes3 = encoding.default.getbytes(str3);
// console.readkey();}}}
你好。如何用c#程式設計實現txt檔案的讀取,並將資料儲存在一個陣列中?
2樓:出家人詞悲
streamreader reader = new streamreader(filename,system.text.encoding.default);
string values = reader.readtoend().split(' ');
例如:static void txt(string src)
);//這樣就可以把每行放到陣列中的一項裡
int idata = new int[data.length];
for (int i = 0; i < idata.length; i++)//如果每行是一個數字,這段**可以把字串轉換為整數
}補充:c#是微軟公司釋出的一種物件導向的、執行於.*** framework之上的高階程式設計語言。
並定於在微軟職業開發者論壇(pdc)上登臺亮相。c#是微軟公司研究員anders hejlsberg的最新成果。c#看起來與java有著驚人的相似;它包括了諸如單一繼承、介面、與java幾乎同樣的語法和編譯成中間**再執行的過程。
但是c#與java有著明顯的不同,它借鑑了delphi的一個特點,與***(元件物件模型)是直接整合的,而且它是微軟公司 .*** windows網路框架的主角。
3樓:匿名使用者
static void txt(string src));//這樣就可以把每行放到陣列中的一項裡int idata = new int[data.length];
for (int i = 0; i < idata.length; i++)//如果每行是一個數字,這段**可以把字串轉換為整數}
c#如何把一個txt文件的內容存入到陣列中
4樓:匿名使用者
你這個txt文件中的資料是什麼樣的資料,這點很重要。
using system.io;
string datas = null;
//讀取資料
using (streamreader reader = new streamreader(@"d:\text.txt"))
datas[0] = "567";
}using (streamwriter writer = new streamwriter(@"d:\text.txt"))
else}}
5樓:匿名使用者
直接給函式給你吧,過程你自己研究
using system;
using system.collections.generic;
using system.text;
using system.io;
////// 開啟一個txt檔案並將每一行資料讀取到list string 連結串列當中,因記憶體限制,只能讀取 /// 300mb左右的檔案(當前安裝記憶體的百分之60記憶體)
////// 要讀取的txt檔案
/// 已讀取資料的list string 連結串列public listgetfiledatatoliststring(string sfilepath)
sr.close();
fs.close();
return ls_string_temp;}
6樓:匿名使用者
如果存byte 那麼你將記錄編碼型別和讀出的陣列,如果是字串型別你將字串轉成char存如就是
c語言,如何在檔案中讀取某些資料,這些資料在一些特定的字
字元擷取函式 函式名 strtok 功 能 查詢由在第二個串中指定的分界符分隔開的單詞 用 法 char strtok char str1,char str2 程式例 include include int main void 函式第一次呼叫需設定兩個引數,strtok str,str需要分割的串 ...
C檔案讀取1 如何讀取文字檔案中的指定字串2 如何讀取文字檔案中指定字串之間的內容
string filecontent system.io.filestream mystream new filestream f test.txt filemode.open system.io.streamreader mystreamreader new streamreader mystre...
如何用matlab讀取資料夾裡的所有影象並儲存為矩陣,將影象放在矩陣裡,影象,每個圖
file path e myfiles 收藏 data 影象資料夾路徑 獲取該資料夾中所有jpg格式的影象 img num length img path list 獲取影象總數量 if img num 0 有滿足條件的影象 for j 1 img num 逐一讀取影象 image name img...