视频链接: 【Lecture 02】CS106B, Programming Abstractions in C++, Win 2018C++ 命名函数的方式 (Declaration Order)// C++关注函数申明的顺序 所以 // 被调用的函数的声明或函数体必须出现在调用函数之前 // …
斯坦福2018 Winter CS106B: Programming Abstractions 3.5万播放 Lecture 01 - Introduction to C++ 50:34 Lecture 02 - Functions, Strings 50:01 Lecture 03 - I_O Streams, Vector_Grid 40:06 Lecture 04 - Abstract data Types (ADTs) 49:00 Lecture 05 - Sets, Maps 49:58 Lecture 06 - Recursion...
2018-2019 Academic Year Winter 2019 View the Winter 2019 CS106B website. This quarter's offering was an ambitious overhaul of the course materials from the Winter 2017 offering. The fundamental structure of the course was the same - we started early on with recursion, then hit container types...
CS106B 2022 Winter官网: web.stanford.edu/class/ 在官网上可以看到每节课的slides,作业主要做10个Assignment和8个SECTIONS,其他相关内容请访问官网自行了解。 CS106B 2018 Winter 视频: https://www.bilibili.com/video/BV1G7411k7jG 字幕翻译不太准确,我英语一般就选择不看视频。 Assignment0 该作业是一个关...
3.5万 54 2018-04-04 11:55:15 您当前的浏览器不支持 HTML5 播放器 请更换浏览器再试试哦~709 323 4233 96 AI视频总结 测试版 记笔记 原视频地址 https://www.youtube.com/user/martystepp/videos 斯坦福2018 Winter CS106B: Programming Abstractions...
CS106B 是斯坦福 CS 核心课程的第一门课,主要训练解决复杂问题的能力,课程重点是掌握计算机中最重要的思维——递归。除此之外,还会介绍业界广泛使用的数据结构和算法,通过对这些成熟案例的研究以启发学生的创造力。 对于从来没有接触过编程的同学,如果担心跟不上这门课,斯坦福还提供了先修课程 CS106A,主要训练抽象...