第五章 體檢專案

2021-07-27 04:39:27 字數 2150 閱讀 5946

using system;

using system.collections.generic;

using system.linq;

using system.threading.tasks;

using system.windows.forms;

namespace day05_體檢**管理系統

}}using system;

using system.collections.generic;

using system.linq;

using system.text;

namespace day05_體檢**管理系統

public string name

public int price

public healthcheckset()

public healthcheckset(string name,listitems)//int price構兩個函式

public void calcprice()

this.price = totalprice;

}} }

using system;

using system.collections.generic;

using system.linq;

using system.text;

namespace day05_體檢**管理系統

public string name

public int price

public healthcheckitem()

public healthcheckitem(string decription, string name, int price)

}}using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.linq;

using system.text;

using system.threading.tasks;

using system.windows.forms;

namespace day05_體檢**管理系統

//選擇"**列表"下拉列表事件

private void combobox1_selectedindexchanged(object sender, eventargs e)

//設定**名稱

lalsetname.text=this.healthset[setname].name;

//設定****

lalsetprice.text = this.healthset[setname].price.tostring();

//更新**檢查專案

updateset(healthset[setname]);

//設定「刪除」按鈕為可用狀態

this.b***el.enabled = true;

}//更新**檢查專案

private void updateset(healthcheckset set)

private void button2_click(object sender, eventargs e)

else

}public void liebiao()

this.cbosettex.selectedindex = 0;

}private void cbosets_selectedindexchanged(object sender, eventargs e)

else

}public void showruxue()

}private void form1_load(object sender, eventargs e)

//刪除按鍵

private void b***el_click(object sender, eventargs e)

else}}

private void button1_click(object sender, eventargs e)

else }}

}

C 第五章 套餐體檢

using system using system.collections.generic using system.linq using system.text namespace 體檢專案 public int price public listitems public checkset pub...

python第五章 Python學習(第五章)

記錄所有的名片字典 card list defshow menu 顯示資訊 print 50 print 歡迎使用 名片管理系統 v1.0 print print 1.新增名片 print 2.顯示全部 print 3.搜尋名片 print print 0.退出系統 print 50 defnew ...

第五章 雜湊

雜湊表adt,只支援二叉樹查詢所允許的一部分操作。比如插入,刪除,查詢等。那些需要元素間排序資訊的操作將不會得到支援。比如findmin,findmax和線性時間按排序順序列印整個表的操作時不支援的。雜湊函式在理想狀態是能將任何兩個不同的關鍵字對映到不同的單元,但是這是不可能,因為關鍵字是無窮的,但...