Skip to content

EzElephant/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Project 1

  1. "Mini_Project_1_Spec.pptx" 是 Mini Project 1 的規格說明。

  2. "calculator_loop" 和 "calculator_recursion" 是我們提供的 packages. 詳情請參考 "Mini_Project_1_Package_Introduction.pptx".

  3. "calculator_recursion_merged" 是整併為一個.c檔的版本,方便同學上傳至OJ。

  4. 完成 project 後,可以使用 "miniproject parser" 測試。測資放在 "parser test case".

  5. 請同學注意:"parser test case" 裡的測資中,x, y, z 的初始值皆為 0, 但考試時並不會初始為 0, 同學必須從 memory 中把它們的初始值存取出來。可以參考 "Mini_Project_1_Spec.pptx" 投影片的第 17 頁。

  6. 記憶體不會發生超過 256 bytes 的錯誤。


  1. "Mini_Project_1_Spec.pptx" is the specification of Mini Project 1.

  2. "calculator_loop" and "calculator_recursion" are the provided packages. Please refer to "Mini_Project_1_Package_Introduction.pptx" for details.

  3. "calculator_recursion_merged" is the merged version as a single .c file, which can be submitted to OJ more readily.

  4. After you finish the project, you can test it with "miniproject parser". The test cases are in "parser test case".

  5. 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"

  6. There will be no cases of memory exceeding 256 bytes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages