1、课程PPT
MIT OpenCourseWare
http://ocw.mit.edu/courses/;

Courses  Stanford
http://cs.stanford.edu/courses;

EECS at UC Berkeley
http://www.eecs.berkeley.edu/Scheduling/CS/schedule.html;

CMU Course List
http://www.ece.cmu.edu/courses/index.html;

Computer Science at Illinois
 http://cs.illinois.edu/online/academics?quicktabs_9=5

Brown CS Courses
 http://cs.brown.edu/courses/

其他,威斯康辛-麦迪逊,Rice,康奈尔,德克萨斯-奥斯丁分校。

2、图书。
进入一门学科的最好办法是读好书。
好书必是行家力作。
非行家不能出好书;虽是行家,但不是力作,也很难是好书。
以阿伦森为主的编写组在社会心理学方面是行家,他们的《社会心理学》出到第五版,则称得上是力作,故是好书。
读一本好书,胜过读一批扰乱视听的混世著作。
金盛华

知名出版社:
Morgan Kauffmann
Addison Welsley
Prentice Hall
McGraw-Hill
MIT Press
Thomson Learning

入门级别:
史蒂夫.麦克康奈尔           代码大全2
Brian W. Kernighan, Dennis M. Ritchie           The C Programming Language

进阶:
Computer Systems: A Programmer's Perspective           Bryant, Randal E.、 O'Hallaron, David R.
Introduction to Computing Systems: From Bits and Gates to C and Beyond          Yale N. Patt, Sanjay J. Patel
Computer Organization and Design: The Hardware/Software Interface         David A. Patterson, John L. Hennessy

Database Management Systems         Raghu Ramakrishnan, Johannes Gehrke
Database Systems: The Complete Book           Jeffrey D. Ullman, Jennifer Widom, Hector Garcia-Molina
Database: Principles, Programming, and Performance          Patrick E. O'Neil, Elizabeth O'Neil

Operating Systems: Design and Implementation            Albert S. Woodhull, Andrew S. Tanenbaum

The Illustrated Network: How TCP/IP Works in a Modern Network           Walter Goralski

Compilers: Principles, Techniques, and Tools       Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman
Engineering a Compiler           Keith Cooper, Linda Torczon

Introduction to Algorithms         Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
Algorithms         Robert Sedgewick, Kevin Wayne
The Algorithm Design Manual          Steve S. Skiena

高阶:
Computer Architecture: A Quantitative Approach        David A. Patterson, John L. Hennessy 
Parallel Computer Architecture: A Hardware/Software Approach          David Culler, J.P. Singh, Anoop Gupta

Transaction Processing: Concepts and Techniques            Jim Gray, Andreas Reuter

The Art of Computer Programming             Donald E. Knuth

Optimizing Compilers for Modern Architectures: A Dependence-Based Approach           Randy Allen, Ken Kennedy

Computer Networks: A Systems Approach         Larry L. Peterson, Bruce S. Davie

Computer Science: the Big Picture的更多相关文章

  1. Discovering the Computer Science Behind Postgres Indexes

    This is the last in a series of Postgres posts that Pat Shaughnessy wrote based on his presentation ...

  2. [转载] A set of top Computer Science blogs

    This started out as a list of top Computer Science blogs, but it more closely resembles a set: the o ...

  3. Computer Science Theory for the Information Age-4: 一些机器学习算法的简介

    一些机器学习算法的简介 本节开始,介绍<Computer Science Theory for the Information Age>一书中第六章(这里先暂时跳过第三章),主要涉及学习以 ...

  4. Computer Science Theory for the Information Age-1: 高维空间中的球体

    高维空间中的球体 注:此系列随笔是我在阅读图灵奖获得者John Hopcroft的最新书籍<Computer Science Theory for the Information Age> ...

  5. Intro to Computer Science Class Online (CS101) - Udacity

    Intro to Computer Science Class Online (CS101) - Udacity Building a Search Engine

  6. MIT Introduction to Computer Science and Programming (Lesson one )

    MIT Introduction to Computer Science and Programming (Lesson one ) 这篇文是记载 MIT 计算机科学及编程导论 第一集 的笔记 Les ...

  7. CSCI 1100 — Computer Science 1 Homework

    CSCI 1100 — Computer Science 1 Homework 8CS1 Multiverse: ClassesOverviewThis homework is worth 100 p ...

  8. How do you explain Machine Learning and Data Mining to non Computer Science people?

    How do you explain Machine Learning and Data Mining to non Computer Science people?   Pararth Shah, ...

  9. Mathematics for Computer Science (Eric Lehman / F Thomson Leighton / Albert R Meyer 著)

    I Proofs1 What is a Proof?2 The Well Ordering Principle3 Logical Formulas4 Mathematical Data Types5 ...

随机推荐

  1. django ORM 连表查询

    db_index=True  如果设置该字段就可以设置索引 auto_now_add  代表设置创建时候的时间 auto_now   每次更新数据记录时会更新该字段 to_field 设置要关联表的字 ...

  2. Jenkins自动化CI CD流水线之4--Master-Slave架构

    一.介绍 jenkins的Master-slave分布式架构主要是为了解决jenkins单点构建任务多.负载较高.性能不足的场景. Master/Slave相当于Server和agent的概念.Mas ...

  3. python3 enumerate()函数笔记

    d={"A":"a","B":"b","C":"c","D" ...

  4. Java 类型转换(int->String)

    1 如何将字串 String 转换成整数 int? A. 有两个方法: 1). int i = Integer.parseInt([String]); 或 i = Integer.parseInt([ ...

  5. Tcpdump 的详细用法

    1.抓取回环网口的包:tcpdump -i lo 2.防止包截断:tcpdump -s0 3.以数字显示主机及端口:tcpdump -n 第一种是关于类型的关键字,主要包括host,net,port, ...

  6. Error: Duplicate key name 'PCS_STATS_IDX' (state=42000,code=1061) ----Hive schematool -initSchema -dbType mysql

    schematool -initSchema -dbType mysqlMetastore connection URL: jdbc:mysql://localhost/metastore_db?cr ...

  7. RTT设备与驱动之串口

    有一般收发.中断方式.DMA方式: rt_device_t rt_device_find(const char* name); rt_err_t rt_device_open(rt_device_t ...

  8. MOS管

    mos工作原理:http://www.360doc.com/content/15/0930/11/28009762_502419576.shtml, 开关特性好,长用于开关电源马达驱动,CMOS相机场 ...

  9. [转]dataTables-使用详细说明整理

    本文转自:http://blog.csdn.net/mickey_miki/article/details/8240477 本文共四部分:官网 | 基本使用|遇到的问题|属性表 一:官方网站:[htt ...

  10. Spark生态系统

    在大数据非常流行的今天,每个行业都在谈论大数据,每个公司(互联网公司,传统企业,金融行业等)都在讨论大数据.高层管理者利用大数据来进行决策:数据科学家利用大数据来进行业务创新:程序员利用大数据来完成项 ...