网站首页 站内搜索

搜索结果

查询Tags标签: CS61A,共有 7条记录
  • CS61A spring 2022

    CS61A spring 2022 CS61A 通关感想github仓库:duilec/CS61A-spring-2022 耗时:150~200 hours 很认真地写了注释,做了笔记。 敲代码,写注释和做笔记的比重各占三分之一,其实还不少时间去查阅资料 面向对象编程的时候,真的很考验英文阅读能力,一不小心就理解出错 递归…

    2022/8/6 23:27:12 人评论 次浏览
  • 2021 fall cs61a hw06

    网址 https://inst.eecs.berkeley.edu/~cs61a/fa21/hw/hw06/ problem1: 没什么难度就是看清楚逻辑照着写就好了class VendingMachine:"""A vending machine that vends some product for some price.>>> v = VendingMachine(candy, 10)>>&…

    2022/4/8 23:26:19 人评论 次浏览
  • Lab06 of CS61A of UCB

    MutabilityWrite a function which takes in a list lst, an argument entry, and another argument elem. This function will check through each item in lst to see if it is equal to entry. Upon finding an item equal to entry, the function should modify the l…

    2022/2/21 6:27:54 人评论 次浏览
  • [2021 Spring] CS61A Project 3: Ants Vs. SomeBees 效果展示

    项目说明:https://inst.eecs.berkeley.edu/~cs61a/sp21/proj/ants/ 蚂蚁大战蜜蜂 灵感来源:植物大战僵尸(Plants Vs. Zombies,PVZ) Phase 1: https://www.cnblogs.com/ikventure/p/14986805.html Phase 2: https://www.cnblogs.com/ikventure/p/14988467.html Phas…

    2021/7/12 23:25:12 人评论 次浏览
  • [2021 Spring] CS61A Project 3: Ants Vs. SomeBees 效果展示

    项目说明:https://inst.eecs.berkeley.edu/~cs61a/sp21/proj/ants/ 蚂蚁大战蜜蜂 灵感来源:植物大战僵尸(Plants Vs. Zombies,PVZ) Phase 1: https://www.cnblogs.com/ikventure/p/14986805.html Phase 2: https://www.cnblogs.com/ikventure/p/14988467.html Phas…

    2021/7/12 23:25:12 人评论 次浏览
  • [2021 Spring] CS61A Project 3: Ants Vs. SomeBees (Phase 1)

    项目说明:https://inst.eecs.berkeley.edu/~cs61a/sp21/proj/ants/ 蚂蚁大战蜜蜂 灵感来源:植物大战僵尸(Plants Vs. Zombies,PVZ) 样图:目录游戏说明Phase 1: Basic gameplayProblem 1 (1 pt)Problem 2 (2 pt)Problem 3 (2 pt) 游戏说明 游戏按轮次进行,每一轮中,…

    2021/7/8 23:27:11 人评论 次浏览
  • [2021 spring] CS61A Project 2: CATS (CS 61A Autocorrected Typing Software)

    项目说明: https://inst.eecs.berkeley.edu/~cs61a/sp21/proj/cats/#introduction 自动纠错打字软件 """Typing test implementation"""from utils import lower, split, remove_punctuation, lines_from_file from ucb import main, inte…

    2021/6/25 23:56:57 人评论 次浏览
扫一扫关注最新编程教程