-
"Mini_Project_1_Spec.pptx" 是 Mini Project 1 的規格說明。
-
"calculator_loop" 和 "calculator_recursion" 是我們提供的 packages. 詳情請參考 "Mini_Project_1_Package_Introduction.pptx".
-
"calculator_recursion_merged" 是整併為一個.c檔的版本,方便同學上傳至OJ。
-
完成 project 後,可以使用 "miniproject parser" 測試。測資放在 "parser test case".
-
請同學注意:"parser test case" 裡的測資中,x, y, z 的初始值皆為 0, 但考試時並不會初始為 0, 同學必須從 memory 中把它們的初始值存取出來。可以參考 "Mini_Project_1_Spec.pptx" 投影片的第 17 頁。
-
記憶體不會發生超過 256 bytes 的錯誤。
-
"Mini_Project_1_Spec.pptx" is the specification of Mini Project 1.
-
"calculator_loop" and "calculator_recursion" are the provided packages. Please refer to "Mini_Project_1_Package_Introduction.pptx" for details.
-
"calculator_recursion_merged" is the merged version as a single .c file, which can be submitted to OJ more readily.
-
After you finish the project, you can test it with "miniproject parser". The test cases are in "parser test case".
-
Note that x, y, z's initial values are all 0 in the test cases of "parser test case". However, they won't be initialized as 0 in the exam. You have to take the initial values from memory. You can refer to page 17 of "Mini_Project_1_Spec.pptx"
-
There will be no cases of memory exceeding 256 bytes.