(1) A矩陣(N20M20Max10_A.txt) B矩陣(N20M20Max10_B.txt)
- ("ProjectName =>C_你的學號_AddConstant") 讀入矩陣A, 將矩陣中每個值加上你的學號最2位數字(如: 1050003215, 加上15 ), 將結果存入 C 矩陣,並輸出成C 矩陣檔案 ("C_你的學號_AddConstant.txt")
- ("ProjectName =>C_你的學號_AandB") 矩陣相加:A+B=C矩陣 輸出C矩陣 到檔案 ("C_你的學號_Add.txt")
- ("ProjectName =>C_你的學號_Multplier") 矩陣相乘:AXB=C矩陣 輸出C矩陣 到檔案 ("C_你的學號_Multplier.txt")
(2 ) 特殊格式文字檔處理 PubMedParsedData_Extract_4.7z
- (PubMedID(第0欄)##發表日期(第1欄)##標題(第2欄) ##內容(第3欄))
- 2155610##1990-02-28##Interleukin-1
beta analogues with markedly
reduced pyrogenic activity can
stimulate secretion of
adrenocorticotropic hormone in
rats.##We examined the
adrenocorticotropic
hormone-releasing activities of
several human interleukin-1 beta
analogues that have markedly
reduced pyrogenic activities in
rats. Among the analogues
tested, [Gly4]-, [Leu93]- and
[1-148]-interleukin-1 beta
increased the plasma
adrenocorticotropic hormone
level to almost that induced by
authentic human interleukin-1
beta. Modifications of the
N-terminus of the authentic
molecule, i.e., [7-153]- and
[Des-Ala1, Asp4]-interleukin-1
beta, significantly reduced the
hormone-releasing activity.
These data suggest that the
adrenocorticotropic
hormone-releasing activity of
human interleukin-1 beta resides
in the N-terminal structure of
the authentic peptide and can be
separated from its pyrogenic
activity.
- ("ProjectName =>C_你的學號_Top10")
- (2013-02_Parsed.txt)(標題(第2欄))=>找出出現次數前10名的字? ("C_你的學號_PubMedTitleTop10.txt") (匯入Excel 然後排序)
- ("ProjectName =>C_你的學號_TitleTop10_NoSymbol")
- (2013-02_Parsed.txt)(標題(第2欄))(去除多餘標點符號,如:"."
"," )=>找出出現次數前10名的字? ("C_你的學號_PubMedTitleTop10_NoSymbol.txt") (匯入Excel 然後排序)
- ("ProjectName =>C_你的學號_TitleTop10_NoSymbolNoExcel")
- (2013-02_Parsed.txt)(標題(第2欄)+內容(第3欄))(去除多餘標點符號,如:"."
"," )=>找出出現次數前10名的字? ("C_你的學號_PubMedTitleContentTop10_NoSymbol.txt") (不須利用Excel 排序,可以直接利用程式找出)