課程官網: https://cs61a.org/ 官網上是當前學期的schedule,往期課程例如: https://inst.eecs.berkeley.edu/~cs61a/sp21/ sp21表示2021 Spring,su19表示2019 Summer. 在線課本: http ...
schedule各項解釋: full:教學pdf pp:每頁 張pdf 類似平時復習資料每頁打印 張ppt .py:這一課用到的代碼 Ch . . :相應的composingprograms課本內容 課程內容: lecture 主要講解函數調用過程,純函數 非純函數,從環境角度解釋函數調用等。 非純函數典型:print,返回值是None,side effects是打印值。 比較有趣的問題: 左邊i ...
2021-05-24 21:11 0 1288 推薦指數:
課程官網: https://cs61a.org/ 官網上是當前學期的schedule,往期課程例如: https://inst.eecs.berkeley.edu/~cs61a/sp21/ sp21表示2021 Spring,su19表示2019 Summer. 在線課本: http ...
Github: https://github.com/ikventure/cs61a-sp21 碼雲:https://gitee.com/ikventure/cs61a-sp21 目錄 Project Lab Homework 課程筆記 ...
hw06: https://inst.eecs.berkeley.edu/~cs61a/sp21/hw/hw06/#scheme-editor CS 61A Scheme Specification: https://inst.eecs.berkeley.edu/~cs61a/sp21 ...
作業說明: https://inst.eecs.berkeley.edu/~cs61a/sp21/hw/hw07/ 目錄 Q1: Filter Lst Q2: Interleave Q3: Accumulate Q4: Without Duplicates ...
Q1: Product The summation(n, term) function from the higher-order functions lecture adds up term(1) + ... + term(n). Write a similar function ...
作業說明:https://inst.eecs.berkeley.edu/~cs61a/sp21/hw/hw03/#required-questions 目錄 Q1: Num eights Q2: Ping-pong Q3: Missing Digits Q4 ...
在線書籍也是CS61A課程的教科書:http://www-inst.eecs.berkeley.edu ...
作業地址: https://inst.eecs.berkeley.edu/~cs61a/sp21/hw/hw04/ 目錄 Abstraction Q1: Weights Q2: Balanced Q3: Totals Trees ...