zoukankan      html  css  js  c++  java
  • Computer Science: the Big Picture

    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 

  • 相关阅读:
    ubuntu12.04 安装完XRDP显示空白桌面
    安装完CUDA Toolkit,VS2010调试项目控制台一闪而过
    控制台连接oracle11g报ORA-12560异常
    @Autowired和@Resource
    @Autowire和@Resource区别
    springMVC
    springmvc常用注解标签详解
    Spring/SpringMvc 配置文件常用标签解释
    java中volatile不能保证线程安全(实例讲解)
    volatile关键字解析
  • 原文地址:https://www.cnblogs.com/servo/p/3324019.html
Copyright © 2011-2022 走看看