Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2022fall-Compiler_CMinus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李晓奇
2022fall-Compiler_CMinus
Commits
fb478bdc
Commit
fb478bdc
authored
Sep 12, 2022
by
zhy990804
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
32c72518
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
5 deletions
+18
-5
Documentations/1-parser/README.md
Documentations/1-parser/README.md
+18
-5
No files found.
Documentations/1-parser/README.md
View file @
fb478bdc
...
...
@@ -227,15 +227,22 @@ int main(void) {
*
需要在
`Reports/1-parser/README.md`
中撰写实验报告。
*
实验报告内容包括
*
实验要求、实验难点、实验设计、实验结果验证、实验反馈
*
实验评估
*
除已提供的 easy, normal, hard 数据集之外,助教会使用额外的测试数据。
*
git 提交规范
*
不破坏目录结构(实验报告所需图片放在目录中)
*
不上传临时文件(凡是可以自动生成的都不要上传,如
`build`
目录、测试时自动生成的输出、
`.DS_Store`
等)
*
git log 言之有物
*
提交方式:
*
希冀平台在线提交:在希冀课程平台上发布实验处提交自己仓库的 gitlab 链接,可以得到实时反馈的测试结果。
*
代码提交:本次实验需要在希冀课程平台上发布的
[
实验一
](
链接
)
提交自己仓库的 gitlab 链接(注:由于平台限制,请提交http协议格式的仓库链接。例:学号为 PB011001 的同学,Lab1 的实验仓库地址为
`http://202.38.79.174/PB011001/2022fall-compiler_cminus.git`
),我们会收集最后一次提交的评测分数,作为最终代码得分。
*
实验评测
*
除已提供的 easy, normal, hard 数据集之外,平台会使用额外的隐藏测试用例进行测试。
*
报告提交:将
`Reports/1-parser/README.md`
导出成 pdf 文件单独提交到
[
实验一报告
](
链接
)
。
*
提交异常:如果遇到在平台上提交异常的问题,请通过邮件联系助教,助教将收取截止日期之前,学生在 gitlab 仓库最近一次 commit 内容进行评测。
*
迟交规定
...
...
@@ -251,7 +258,7 @@ int main(void) {
*
迟交分数
* x 为相对 Soft Deadline 迟交天数,grade 满分 10
* x 为相对 Soft Deadline 迟交天数,grade 满分 10
0
```
final_grade = grade, x = 0
...
...
@@ -259,8 +266,14 @@ int main(void) {
final_grade = 0, x > 7
```
*
评分标准:
实验一最终分数组成如下:
*
平台测试得分:(70分)
*
实验报告得分:(30分)
注:禁止执行恶意代码,违者0分处理。
*
关于抄袭和雷同
经过助教和老师判定属于作业抄袭或雷同情况,所有参与方一律零分,不接受任何解释和反驳。
如有任何问题,欢迎
提issue
进行批判指正。
如有任何问题,欢迎
在论坛提意见
进行批判指正。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment