兩份測資,內容為 "in the beginning"
、"amen"
,每題 10 分共 20 分,評分標準如下:
Makefile or compile error -20
Segmentation Fault -10
搜尋結果 count 錯誤或參數錯誤 -5
格式錯誤(例如空格、行格式)-2~5
缺少或多餘的輸出 -2~5
Buffer size 開太小 -5
這一題有非常多同學的輸出格式和補充說明內提供的輸入及輸出範例不同,請各位多加利用助教給的資源ㄛ
皆使用你們的程式做 write 和 extract。
正常測資 16 pts:
./hw0303 -w maldives.bmp secret.png
,./hw0303 -e maldives.bmp extract.png
: 4 pts./hw0303 -w -b 6 maldives.bmp secret.png
, ./hw0303 -e -b 6 maldives.bmp extract.png
: 4 pts./hw0303 -w -b 8 maldives.bmp secret.png
, ./hw0303 -e -b 8 maldives.bmp extract.png
: 4 pts./hw0303 -w --bits=6 maldives.bmp secret.png
, ./hw0303 -e --bits=6 maldives.bmp extract.png
: 4 pts分為 write (2 pts) 及 extract (2 pts):
錯誤測資 4 pts:
./hw0303 -w maldives.bmp maldives.bmp
: 2 pts./hw0303 -w -b 0 maldives.bmp secret.png
: 1 pts./hw0303 -w -e maldives.bmp secret.png
: 1 pts若發生 Segmentation Fault,則拿不到分數
secret.png
和 extract.png
:
在 b 為 2 的 maldives.bmp
:
在 b 為 6 的 maldives.bmp
:
在 b 為 8 的 maldives.bmp
:
2 pts: If you can open the right memory file by the given pid
6 pts: If you can show the character status
6 pts: If you can modify the character status
6 pts: If you can modify the character items
Partial penalty may be applied if something is not functional.
範例測資線形正確 +3
隱藏測資線形正確 +5
線是連續的 +5
線交叉時顏色正確 +2
線的寬度正確 +3
線有漸層 +2
圖片有些微瑕疵我會忽略,一些比較奇葩的錯誤我會看情況給分
圖片連結: link
執行指令:
答案參考圖片:
以下是我根據批改作業的經驗總結出的評分標準:
只要是該象限 0 分就是沒有提及
簡介與安裝 (0.75 - 1)
基本設定 (0.75 - 1)
介面設計 (0.75 - 1)
互動功能 (0.5 - 1)
總結或參考資料 (0.25 - 1)
每有一份錯誤資訊 -1 分
大家在寫說明時,記得要附上你參考了哪些資訊!
有一些人看起來有使用到 AGI,並且產生了錯誤的內容,請多加 Review 產生的內容是否正確喔