2023 iThome 鐵人賽
帶我們前進的 是想證明自己的力量
所有主題
選手 1123 文章 23052
Day 18
2023-10-03
324
0
今天有點忙先發怕忘記要做閃避功能等等更新 using System.Collections; using System.Collections.Generic...
Day 11
2023-09-26
324
0
活動指示器 class HomePage extends Statelesswidget { const HomePage () ; @override...
Day 22
2023-10-07
324
0
Day 22_ 數值 (Numbers)- 分數 22-1. 分數表示式子:import fractions print(fractions.Fraction(...
Day 25
2023-10-10
324
0
Day 25_字串 (String)函式1 25-1.轉成字串式子:x = 123print(type(x))print(str(x))print(type(s...
Day 11
2023-09-24
324
0
介紹組合模式將多個物件組成樹狀結構(tree),並讓使用者透過單一介面來操作這些組合物件。 C++範例 #include <iostream> #i...
Day 9
2023-09-22
324
0
介紹橋接模式將介面與實作分離,提升兩者變化的彈性。 以下展示皮老闆成功偷取蟹堡秘方後,海之霸開始賣蟹堡 C++範例 #include <iostream&...