1 / 14

程式設計實習 ( 一 ) Quiz Section for Program Design (I)

程式設計實習 ( 一 ) Quiz Section for Program Design (I). 101/10/03 (Wed.) ccu_program_design@hotmail.com.tw. 下載上課所需資料. 方法 E-course 課程平台 網站: http://ecourse.elearning.ccu.edu.tw/. 上課地點. 實習課上課地點為 216 教室 有另外臨時狀況會於 E-course 公告. 上課規則. 不管課程 demo 完成與否 , 請上傳程式碼至 E-course 當周作業繳交區

rajah-soto
Download Presentation

程式設計實習 ( 一 ) Quiz Section for Program Design (I)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 程式設計實習(一)Quiz Section for Program Design (I) 101/10/03 (Wed.) ccu_program_design@hotmail.com.tw

  2. 下載上課所需資料 • 方法 • E-course課程平台 • 網站:http://ecourse.elearning.ccu.edu.tw/

  3. 上課地點 • 實習課上課地點為216教室 • 有另外臨時狀況會於E-course公告

  4. 上課規則 • 不管課程demo完成與否,請上傳程式碼至E-course當周作業繳交區 • 如果有病假、喪假、公假、事假(須有證明),請提前一禮拜告知,可在相同進度的另一天(同進度禮拜一,三)實習課補demo,最高80分 • 如果請假的時間超過本週進度,就無法demo(本週不能demo上週的題目),該次成績為0分。

  5. 上課規則 • 目前實習課題目無補交機會 • 不可上網查資料,但可帶書,每堂課節數都得將code上傳至E-course • 上課準時到 • 嚴禁抄襲,抓到直接當掉

  6. 評分方式 • 實習課demo 50% • 小考 5%*2 • 期中 20% • 期末 20%

  7. 實習課上課方式 • 小天使制度: • 依照該題目難度會給定一時間 • 1.時間內完成者80分 • 2.時間內完成之後幫助小組成員完成者100分 • 3.時間外至下課前被幫助完成並幫他人完成者90分 • 4.時間外至下課前被幫助完成者80分 • 5.整組人員完成,成績登記完,程式碼上傳E-course,方可整組提早下課 • E-course有上傳作業且實習課有出席,但未完成題目者20分

  8. 上課使用軟體 • Code block IDE • PC square

  9. 本週教學目標 • Variables type : int , float , double • Power function

  10. scanf • int main(void) { double x=0; scanf(“%lf”,&x); printf(“%lf\n”,x); return 0; }

  11. 本週上機練習 • 請寫出一支程式可以計算以下的方程式的值

  12. 範例 • Input: 56.56 • Output:4.022639

  13. PC2 • 執行pc2_student/bin/pc2team.bat

  14. PC2 • Select Problem , Language , Main File & Submit

More Related