Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
148 lines (80 loc) · 4.88 KB

Stanford-CS-Major-Courses.md

File metadata and controls

148 lines (80 loc) · 4.88 KB

斯坦福大学的计算机专业的教学课程

  • 与斯坦福大学的计算机专业的教学课程对标。

计算原理

编程方法学

对标课程:CS 106A: Programming Methodology

离散数学

对标课程:CS103: Mathematical Foundations of Computing

  1. Richard Johnsonbaugh, Discrete Mathatics, Prentice-Hall, 2005.

数据结构与算法

对标课程:CS 161: Design and Analysis of Algorithms

对标课程:CS 166: Data Structures

 http://www.cs.princeton.edu/courses/archive/spr10/cos226/info.html
  1. Introduction to Algorithms-Third Edition-The MIT Press (2009)
  2. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne
  3. 数据结构与算法分析C++描述

形式语言与自动机

自动机与复杂度理论导论

CS154-2010: Introduction to Automata and Complexity Theory

对标课程(Instructor: Jeffrey D. Ullman): http://infolab.stanford.edu/~ullman/ialc/spr10/spr10.html

CS154: Introduction to Automata and Complexity Theory

对标课程(Instructor: Omer Reingold):https://see.stanford.edu/Course/cs154

编程语言

对标课程:

 [https://see.stanford.edu/Course/cs107 CS107 - Programming Paradigms] 
 [https://see.stanford.edu/Course/cs106A CS106A - Programming Methodologies] 

对标课程:CS 242:programming language

  1. C++, LISP, Python编程语言

Types and Programming Languages, by Benjamin C. Pierce, MIT Press

编译器

对标课程:CS143: Compilers

  1. Compilers: Principles, Techniques & Tools, by Alfred Aho, Monica Lam, Ravi Sethi, and Jeffrey Ullman. Addison-Wesley, Second edition. ISBN 0-321-48681-1
  2. Crafting a Compiler, by Fischer, Cytron and LeBlanc, ISBN 0-13-606705-0
  3. Modern Compiler Implementation in Java (Second Edition), Andrew Appel and Jens Palsberg., Cambridge University Press
  4. Engineering a Compiler, Keith Cooper and Linda Torczon, Morgan Kaufman

计算机硬件与计算机软件

系统结构

对标课程:CS152 : Computer Architecture

  1. Computer Architecture: A Quantitative Approach, (计算机系统结构-量化研究方法-[英文版][第五版])

操作系统

对标课程:CS 140: Operating Systems

计算机网络

对标课程:cs244A: Introduction to Computer Networks

对标课程:cs244: Advanced Topics in Networking

软件工程

对标课程:CS106A:Programming Methodology

  1. Agile编程
  2. SCRUM,软件开发

数据系统

数据库与大数据系统

CS145:CS145: Data Management and Data Systems

CS245:CS245: Principles of Data-Intensive Systems

CS346:Database System Implementation

CMU CS 15-721 Introduction to Database Systems

CMU CS 15-445 Advanced Database Systems

人工智能

对标课程:CS121: Introduction to Artificial Intelligence or

对标课程:CS221: Artificial Intelligence: Principles and Techniques

  1. Artificial Intelligence - A Modern Approach .3e. Third Edition. ([人工智能:一种现代方法.英文.第三版])

机器学习

对标课程:CS229: Machine Learning

对标课程:CS231n: Convolutional Neural Networks for Visual Recognition

对标课程:CS230: Deep Learning

对标课程:cs224n: Natural Language Processing with Deep Learning

对标课程:CS224U: Natural Language Understanding

对标课程:CS224d: Deep Learning for Natural Language Processing

密码学

对标课程:CS255:Introduction to Cryptography

参考

Stanford Engineering Computer Science, https://cs.stanford.edu/academics/courses

https://exploredegrees.stanford.edu/coursedescriptions/cs/

https://exploredegrees.stanford.edu/coursedescriptions/ee/

通俗读物

改变未来的九大算法, [美] 约翰·麦考密克(John MacCormick),中信出版社,2019-02-01。

信息简史,[美] 詹姆斯·格雷克 著,人民邮电出版社,2013-11-01。

世界是数字的,(美)柯林汉,人民邮电出版社,2013-07-01。

算法之美 [Algorithms],布莱恩·克里斯汀(Brian,Christian),中信出版社,2018-05-01。