/* 自定義代碼塊樣式 */
Herr Deng桑的教學blog
這是Herr Deng桑的教學blog,主要處理作業與班導事務,另外還有數位小品。
網頁
首頁
密碼學
程式設計Programming
APP
計算機概論
herrDeng網內搜尋
自訂搜尋
Ads
2014年6月12日 星期四
JAVA考題1
便利商店店員由鍵盤輸入貨品名稱、單價與數量,然後POS先輸出欄位名稱,再輸出帳
單資料。
結果1
輸入貨品名稱: A4紙張
輸入單價: 0.45
輸入數量: 500
貨品名稱 單價 數量 金額
================================================
A4紙張
0.45
500
225.0
較新的文章
較舊的文章
首頁
熱門文章
CMD模式下執行C程式
CMD模式下執行C程式
python requests讀取台積電股票json資訊爬蟲練習
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
ex1 2018 IEEE Spectrum發布程式語言排名前10大
Py3 C++導出遞迴公式解難題Leetcode1611 Minimum One Bit Operations to Make Integer...
Py3 C++導出遞迴公式解難題Leetcode1611 Minimum One Bit Operations to Make Integers Zero從導出公式到寫出code,一次完成解Leetcode難題 [C++一行解請進]
C程式練習
int a[]={21, 23, 57, 13 ,17, 6}; float average; average=?
「全民資安素養自我評量」
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
C++ Py3 Euclidean Algorithm解Leetcode 2169 Count Operations to Obtain Zero
C++ Py3 Euclidean Algorithm解Leetcode 2169 Count Operations to Obtain Zero [Py3一行解請進]
C++用 -1 mask法達到branchless解Leetcode1513 Number of Substrings With Only 1...
C++用 -1 mask法達到branchless解Leetcode1513 Number of Substrings With Only 1s|Py3 1-liner 其實很容易,想練功,試試一行解,或是把if分岔拿掉 [C++無分岔解請進]
Py3 C++ 2D sweep解Leetcode 2536 Increment Submatrices by One
Py3 C++ 2D sweep解Leetcode 2536 Increment Submatrices by One 使用2D掃描,方法為line sweep的2D推廣,方便好用。 [Py3解請進]
何謂PKCS #11
何謂PKCS#11? 撰寫PKCS#11 C程式示範