forked from QSCTech/zju-icicles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 课程内容 | ||
尽管课程名称叫程序设计方法学,但是实际上是*编程语言原理*这门课,简称是PPL(Principle of Programming Language) | ||
|
||
# 课程资料 | ||
课程的大多授课内容可以参考SCIP这本经典教材,有相当多图表例题都是书里的原题。 | ||
|
||
# 考核方式 | ||
## 平时 | ||
1. 完成一个LISP语言的方言的解释器,每年都会在语言细节上作小的specification,整个项目会分成数个阶段完成,最好开始对代码架构进行良好的思考,否则后期拓展很痛苦。 | ||
2. 还有一些课上内容的小作业,很简单 | ||
## 期末 | ||
1. 期末是主观大题,十多道,难度不高,都是课上讲述的内容,并且在复习过程中很明确知道某些点一定会有题目出现 | ||
2. 期末题目中存在着一定量的手写代码,一般使用Project的语言来完成一些算法,考察平时是否有认真完成Project |
Binary file added
BIN
+7.07 MB
程序设计方法学/教材/Structure_and_Interpretation_of_Computer_Programming_2nd.pdf
Binary file not shown.