專題、乙檢等相關備用網址連結:
乙檢學科電子題本
https://techbank.wdasec.gov.tw/owInform/DLowFile/118002A13.pdf
乙檢術科測試資料
https://techbank.wdasec.gov.tw/owInform/DLowFile/201608311705230.zip
VB範例、專題文件等下載
http://cyvschihsiu.blogspot.com/2017/09/106-vb.html
檢定影音日誌
http://blog.xuite.net/cyvsdpsa/sa
商管群專題競賽得獎作品
https://drive.google.com/drive/folders/1xRLanetSU1l11VmCDfa1K4i1jtgmO4lY?usp=sharing
2018年7月26日 星期四
2018年7月11日 星期三
107技藝競賽程式設計組
2018年1月4日 星期四
106 資二1 VB 補充語法
亂數語法
設定Random物件,使用Next語法設定亂數
Dim rnd As New Random()
TextBox1.Text = rnd.Next(0, 10) 抽0到9的整數(猜數字)
TextBox1.Text = rnd.Next(1, 7) 抽1到6的整數(擲骰子)
TextBox1.Text = rnd.Next(1, 38) 抽1到37的整數(抽座號)
2018年1月3日 星期三
訂閱:
意見 (Atom)