35% Programming assignments
25% Midterm
25% Final
15% In-class participation
作業評分方式:
準時交;完成基本要求 (上課提到的範疇, 甚而和我的範例八九分相似),應有 70 ~ 75 分。
各位請自行設想程式的完善之處,爭取高的分數!
例如: 程式的註解說明、程式的適用性、操作的彈性與介面的便利性等等。
if (e3 is down)
{ 請儘速讓我或助教知悉, 以挪後 due-date
}
else if (逾時交)
{ switch (逾時時間) of
{ case (4 小時內) : {score *= 95%; break; // 成績為原來的 95% }
case (12 小時內): {score *= 90%; break; // 成績為原來的 90% }
case (24 小時內): {score *= 80%; break; }
case (48 小時內): {score *= 60%; break;}
case (72 小時內): {score *= 40%;break;}
default: score = 0; // 72 小時後, 無法上傳繳交
}
}
if (抄襲)
{ 抄襲者score *= 40%;
被抄襲者score = 抄襲者score;
if (抄襲者 or 被抄襲者 抄襲總次數 > 1) score = 0
}
----------------------------------------------------------------------------------------------------
作業壓縮檔與資料夾請依底下範例命名 (往後作業都請這樣命名)
學號_姓名.7z (或 學號_姓名.rar)
例如:
我繳交一份 0412345_江宏瑋.rar 的作業壓縮檔
解壓之後是專案資料夾, 此資料夾命名也需為0412345_江宏瑋
違者酌情扣分
VS C++ 的專案是一整個資料夾
並需另外製作獨立執行檔 : 教學
放入 "學號_姓名" 的資料夾,壓縮該資料夾後送至 e3。
請各位務必上傳整個資料夾的壓縮檔,不能只有繳交執行檔。
Submit a Zip file with the format like following
StudentID_Name.rar
This zip file should contain whole project directory and executable file.