程式設計學習進度
第一週九月七日
在記事本編輯html
第二週九月十四日
遷入embed同學的網站
第三週九月二十一日
學習input還有表單 form
位元組與變數
10進位 |
16進位 |
位元數的2進位表示 |
|||||||
|
|
|
|||||||
|
|
7 |
6 |
5 |
4 |
3 |
2 |
1 |
0 |
|
|
128 |
64 |
32 |
16 |
8 |
4 |
2 |
1 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
2 |
2 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
0 |
3 |
3 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
4 |
4 |
0 |
0 |
0 |
0 |
0 |
1 |
0 |
0 |
9 |
9 |
0 |
0 |
0 |
0 |
1 |
0 |
0 |
1 |
10 |
A |
0 |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
11 |
B |
0 |
0 |
0 |
0 |
1 |
0 |
1 |
1 |
12 |
C |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
0 |
13 |
D |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
1 |
15 |
F |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
16 |
10 |
0 |
0 |
0 |
1 |
0 |
0 |
0 |
0 |
255 |
FF |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
第四週九月二十八日
第五週十月五日
第六週十月十二日
第七週2020/10/19
網頁 | VBA |
輸入金額: | texbox |
輸入金額:<input type="text" id="a"> | VBA |
VBA | |
<input id="b"type="button" value="按下我" onclick="alert('你是豬頭!')"> | VBA |
豬狗貓 | VBA |
豬<input type="radio">狗<input type="radio">貓<input type="radio"> | VBA |
豬狗貓 | VBA |
豬<input type="radio" name="pet">狗<input type="radio" name="pet">貓<input type="radio" name="pet"> | VBA |
豬狗貓 | def |
豬<input type="radio">狗<input type="radio">貓<input type="radio"> | def |
abc | def |
abc | def |
EXCEL VBA | |
Private Sub CommandButton1_Click() Dim addnew As Range '定義 變數 addnew 是工作表的一個範圍 If Range("A1").CurrentRegion.Rows.Count = 1 Then Set addnew = Sheets("DataTable").Range("A1").Offset(1, 0) Else Set addnew = Sheets("DataTable").Range("A1").End(xlDown).Offset(1, 0) End If addnew.Offset(0, 0).Value = TextBox1.Text '統一編號 addnew.Offset(0, 1).Value = TextBox2.Text '公司 addnew.Offset(0, 2).Value = TextBox3.Text '聯絡人 addnew.Offset(0, 4).Value = TextBox4.Text '地址 addnew.Offset(0, 3).Value = ComboBox1.Value '聯絡人職位 使用下拉式選單 ListBox1.ColumnCount = 5 '在清單方塊 ListBox1 顯示輸入的資料,5 columns ListBox1.RowSource = "A1:E65536" End Sub Private Sub CommandButton2_Click() End End Sub Private Sub UserForm_Initialize() ComboBox1.AddItem ("董事長") ComboBox1.AddItem ("總經理") ComboBox1.AddItem ("副總經理") ComboBox1.AddItem ("財務長") End Sub |
第八週十月二十六日
國庫券T-Bill,Treasury,Treasury Bills, 美國財政部Department of the treasury, 台灣財政部 Administry of Finance
國庫券面額$ 天期貼現率 %
價格$(計算中)
參考李顯儀金融市場page 4-12
第九週十一月二日
中央銀行受財政部委託,發行 天期國庫券,
決標貼現率:年息 %。
則每萬元($10,000)新臺幣的發行價格是$ (價格)
第十週十一月九日
需要地址
呈現
呈現
第十一週十一月十六日
躉繳 | 第1期 | 第2期 | 第3期 | 第4期 | 第5期 | 第6期 |
注意,包含首期躉繳的現金流量都大於0。
留言
張貼留言