第15週HTML+CSS+JavaScript+Word轉pdf 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 12月 13, 2020 利率y(rate)期數n(nper)金流m(pmt)終值f(fv) 參考劉任昌金融市場講義https://drive.google.com/file/d/17z6UZgN5fC2XCO1L8_BQs57dgQXzbwou/view?usp=sharing 錢琦維學習HTML+CSS+JavaScript程式碼 > 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
錢琦維 python math random 5月 15, 2023 w3schools學習python math random import math #劉任昌 輸入數學函式庫 import random #輸入亂數資料庫 x = math.sqrt(2) print(x) #大樂透是49個號碼開出六個 for i in range(6): x = random.randint(1,49) print("開出的第 " + str(i+1) + " 個號碼: " + str(x)) #str是將數字轉成字串string 貪吃蛇的python程式 影片 閱讀完整內容
錢琦維期末考 1月 03, 2021 錢琦維2021年1月期末考 現值 利率 期數 金流 終值 錢琦維對照EXCEL先打開從範圍定義名稱 對照EXCEL金融計算 程式碼 <style> h1{border: 25px outset BLUE; background-color: green; color: white; text-align: center;} </style> <h1>錢琦維2021年1月期末考</h1> <!--輸出現值計算結果到 td--><table border="1"> <tbody> <tr><td>現值</td><td><input id="p" type="number" /></td><td><input onclick="CompP()" type="button" value="計算現值" /></td><td id="p_" width="160"></td></tr> <tr><td>利率</td><td><input id="y" type="number" /></td><td><input onclick="CompP()" type="button" value="計算利率" /></td><td id="p_" width="160"></td></tr> <tr><td>期數</td><td><input id="n" type="number"... 閱讀完整內容
第八周 10月 25, 2020 第七週2020/10/19 html vba 輸入國庫券面額: vba 輸入國庫券面額: <input type="text" id="a"> textbox commandbutton <input onclick="alert('你是大帥哥!')" type="button" value="按下我" /> vba 豬 狗 貓 鼠 vba 豬<input type="radio" />狗<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"/>鼠<input type="radio" name="pet"/> vba 董事長 總經理 財務長 vba <select><option>董事長</option><option>總經理</option><option>財務長</option></select> vba EXCEL VBA Private Sub CommandButton1_Click() Dim addnew As Range '定義 變數 addnew 是工作表的一個範圍 If Range("A1").CurrentRegion.Rows.Count = 1 Then Set ad... 閱讀完整內容
留言
張貼留言