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. fiddler抓包出现错误 creation of the root certificate was not successful

    fiddler安装完要配置才可以抓取HTTP 1.首先 找到Tools——>Options,在弹出的菜单中 选择https项 勾选捕捉https,这样配置完OK之后 一般会弹窗提示安装证书,点击 ...

  2. django基础学习

    {{forloop.counter}}  这是html的自增序号 GET请求可以直接从URL中获取信息,POST请求不可以,可以把信息藏到一个隐藏的input文本框中 orm 的概念就是对象关系映射 ...

  3. jquery插件分页

    收藏地址: http://www.jq22.com/yanshi5697

  4. Windows无法启动 VMware Workstation server服务解决方法

    Windows无法启动VMware Workstation server服务, 可以通过删除datastores.xml文件来解决. 具体操作步骤如下: 1.在系统盘目录下,找到C:\ProgramD ...

  5. scp —— 服务器之间互传文件

    scp 可以在 2个 linux 主机间复制文件: 从 本地 复制到 远程 * 复制文件:       举例子: scp /home/space/music/.mp3 root@192.168.0.1 ...

  6. 搭建并行开发环境MPICH2

    平台信息 Description: CentOS Linux release 7.6.1810 (Core) 注意事项 安装BLAS之前需要: 安装 GCC/GFortran 环境 安装步骤 下载 m ...

  7. Android官方架构组件介绍之ViewModel(三)

    ViewModel 像Activity,Fragment这类应用组件都有自己的生命周期并且是被Android的Framework所管理的.Framework可能会根据用户的一些操作和设备的状态对Act ...

  8. python3 FTP简单实现文件下载(含中文乱码问题)

    from ftplib import FTP def ftp_down(HOST,romatepath,filename,localpath): user=***** password=***** f ...

  9. Rails UVA - 514(栈)

    题目链接:https://vjudge.net/problem/UVA-514 题目大意:右边的火车经过中间的收费站到左边,右边火车进站的秩序是1~n   判断是否能以题中是所给的次序通过 思路:很明 ...

  10. Java多线程使用wait和notify实现生产者消费者模型

    Java多线程使用wait和notify这两个关键字的学习,通过实现生成者与消费者来成对研究比较科学. 从两个字的意义来讲就是等待与通知这个简单道理. 现在先模拟一个缓存区存储,是用一个list实现的 ...