CS61C 总结

CS61C 课程介绍 伯克利 CS61 系列的最后一门课程,深入计算机的硬件细节,带领学生逐步理解 C 语言是如何一步步转化为 RISC-V 汇编并在 CPU 上执行的。和 Nand2Tetris 不同,这门课 在难度和深度上都会提高很多,具体会涉及到流水线、Cache、虚存以及并发相关的内容。 这门课的 Project 也非常新颖有趣。Project1 ...

阅读全文

CS61A Proj 4

Project 4: Scheme Interpreter Eval calls apply, which just calls eval again! When does it all end? Introduction Note: If you’re interested in an alternate version of this project...

阅读全文

CS188 Proj 2

Project 2: Multi-Agent Search Due: Thursday, September 22, 11:59 PM PT. Pacman, now with ghosts. Minimax, Expectimax, Evaluation TABLE OF CONTENTS TABLE OF CONTENTS Introductio...

阅读全文

CS188 Proj 1

Project 1: Search Introduction In this project, your Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. You w...

阅读全文

Configure Kubernetes based on cri-dockerd

1. Environment Computer MacOS Monterey Version 12.3.1 (21E258) MacBook Air (M1, 2020) Chip Apple M1 Memory 8 GB Virtual Machine Parallels Desktop 18 for Mac Business Edition...

阅读全文

CS61A Homework 8

Homework 8 Solutions hw08.zip Solution Files You can find the solutions in the [hw08.py hw08.lark](https://cs61a.org/hw/sol-hw08/hw08.py hw08.lark) file. Questions RegEx Q1: CS Cla...

阅读全文

CS61A Homework 7

Homework 7 Solutions hw07.zip Solution Files You can find the solutions in hw07.scm. Scheme is a famous functional programming language from the 1970s. It is a dialect of Lisp (whi...

阅读全文

CS61A Lab 14

Lab 14 Solutions lab14.zip Solution Files This lab has many files. Remember to write in lab14.scm for the Scheme questions, lab14.lark for the BNF question, and lab14.py for all ot...

阅读全文

CS61A Lab 13

Lab 13 Solutions lab13.zip Solution Files Topics Consult this section if you need a refresher on the material for this lab. It’s okay to skip directly to the questions and refer ba...

阅读全文

CS61A Lab 12

Lab 12: Scheme Data Abstraction lab12.zip Due by 11:59pm on Wednesday, April 13. Starter Files Download lab12.zip. Inside the archive, you will find starter files for the questions...

阅读全文

CS61A Lab 11

Lab 11: Interpreters lab11.zip Due by 11:59pm on Wednesday, April 6. Starter Files Download lab11.zip. Inside the archive, you will find starter files for the questions in this lab...

阅读全文

CS61A Homework 6

Homework 6: Scheme, Scheme Lists hw06.zip Due by 11:59pm on Thursday, April 7 Instructions Download hw06.zip. Inside the archive, you will find a file called hw06.scm, along with a...

阅读全文

CS61A Lab 10

Lab 10: Scheme lab10.zip Due by 11:59pm on Wednesday, March 30. Starter Files Download lab10.zip. Inside the archive, you will find starter files for the questions in this lab, alo...

阅读全文

CS61A

近期比较忙,CS61A的Lab和Homework都已经写完了,Project除了Scheme的挑战版和Ant写了一半其他几个也写完了,往后再找时间复盘一下CS61A吧 Info CS61A 年份版本 : 2022 Spring 我的GitHub仓库:https://github.com/Misaka-9982-coder/CS61A 官网地址: htt...

阅读全文

CS61A Proj 0

Project 0: (Extra Credit) Magic: the Lambda-ing lambdaing.zip My Professor’s deck doesn’t have pathetic cards. But it does have this! Introduction Note: This project is an optio...

阅读全文