9 12泛型 上課筆記 練習題

2021-06-09 11:20:26 字數 772 閱讀 9732

泛型:是為了**重用,演算法重用。

dictionary

list//t表示乙個timp類;就好像是乙個佔位符,對將來應以的型別進行替代;tkeytvalue char,char string peron

listlist =new list();

list.add(10);

"dfhdjf");不能為字元型的,list定義成了整型int

定義乙個泛型

main()

**********************

class mylist

;public int this[int index]//當前類的索引

srt}

**************************

class mylist

srt}

}-------------------------------

//新增乙個通用的類

class mylistgeneric

srt}

}7.編寫函式進行日期轉換,將輸入的大寫的日期轉換成阿拉伯數字的形式

二零一二年三月十三日   2012-3-13

using system;

using system.collections.generic;

using system.linq;

using system.text;

namespace 日期轉換

private static string dateconvert(string date)

javaSE集合與泛型練習題

1 生成10個1到20之間的不重複的隨機數 setset new hashset while true iteratorit set.iterator while it.hasnext 2 鍵盤輸入一串字串,去重後輸出 方法一 集合 public void str iteratorit set.it...

Python基礎練習題筆記

學習的時間過的真快,每天都覺得時間不夠用。看到新的知識點,在查詢資料的過程中,知識網越鋪越大,想一直泡在裡面!目前了解到pandas庫,操作好強大。略興奮!這篇是上周末做的練習題筆記,從jupyter notebook中匯出。多讀書,惜四時!1.一行 實現1 100之和 一行 實現1 100之和 p...

mysql練習 MySQL 筆記 索引練習題

1 在資料庫 index test 中建立表 writers,儲存引擎為 myisam,建立表的同時 在 w id 字段 上新增名稱為uniqidx的唯一索引。2 使用alter table語句在w name欄位上建立名稱為nameidx的普通索引。3 使用create index語句在w addr...