40823224

  • Home
    • Site Map
    • reveal
    • blog
  • About
  • 期中考進度
    • w2-網路架構、倉儲設定與網站編輯
    • w3-在 Dartpad 引入 Git 中的 Dart 程式
    • w4-在 CMSiMDE 頁面中加入圖片
    • w6- for 迴圈程式範例、放入倉儲及 button 標註
    • w7-利用 for 迴圈與函式定義呼叫解常微分方程式
    • w8- Pelican Blog 網誌設定並加入 disqus 討論系統
    • w9-期中考
  • 期末考進度
    • w10-開始使用 SSH 推送
    • w11-使用 git sparse checkout 取得倉儲內容
    • w12-介紹溫度轉換程式
    • w13-整理部落格
    • w14- 將 Dart 程式轉為 Javascript 放入頁面
    • w15-程式流程圖繪製與匯出
  • 課程筆記
  • w16-查驗考試
  • w17-考試
w4-在 CMSiMDE 頁面中加入圖片 << Previous Next >> w7-利用 for 迴圈與函式定義呼叫解常微分方程式

w6- for 迴圈程式範例、放入倉儲及 button 標註

程式連結(隨身系統中):

https://dartpad.dartlang.org/embed-dart.html?gh_owner=40823224&amp;gh_repo=cp2019&amp;gh_path=downloads/dart_ex/for&amp;theme=dark

原始碼:

int i;
int sum;

main() {
  sum = 0;
  for(i=1;i<=10 ;i++){
    sum +=i;
    print("$sum");
  }
  print('sum = $sum');
}


w4-在 CMSiMDE 頁面中加入圖片 << Previous Next >> w7-利用 for 迴圈與函式定義呼叫解常微分方程式

Copyright © All rights reserved | This template is made with by Colorlib