8.02  Physics II (电磁学基础) 
Introduction to electromagnetism and electrostatics: electric charge, Coulomb's law, electric structure of matter; conductors and dielectrics. Concepts of electrostatic field and potential, electrostatic energy. Electric currents, magnetic fields and Ampere's law. Magnetic materials. Time-varying fields and Faraday's law of induction. Basic electric circuits. Electromagnetic waves and Maxwell's equations. Subject taught using the TEAL (Technology Enabled Active Learning) studio format which utilizes small group interaction and current technology to help students develop intuition about, and conceptual models of, physical phenomena. 
Fall: R. Redwine, J. Conrad 
Spring: Staff 
课本: Sen-Ben Liao, "Introduction to Electricity and Magnetism (Custom)", Person Custom, 2004 
网址: http://mit.edu/8.02t/www/

18.01 Calculus I (微积分基础,相当于高等数学上册内容) 
Differentiation and integration of functions of one variable, with applications. Informal treatment of limits and continuity. Differentiation: definition, rules, application to graphing, rates, approximations, and extremum problems. Indefinite integration; separable first-order differential equations. Definite integral; fundamental theorem of calculus. Applications of integration to geometry and science. Elementary functions. Techniques of integration. Polar coordinates. L'Hôpital's rule. Improper integrals. Infinite series: geometric, p-harmonic, simple comparison tests, power series for some elementary functions. 
Fall: P. Seidel 
Spring: Information: D. Vogan

课本: George Simmons, “Calculus with Analytic Geometry”, McGraw-Hill, 2nd Edition, 1996 
网址: http://math.mit.edu/classes/18.01/

18.03 Differential Equations(微分方程) 
Study of ordinary differential equations (ODEs), including modeling physical systems. Solution of first-order ODEs by analytical, graphical, and numerical methods. Linear ODEs, primarily second order with constant coefficients. Complex numbers and exponentials. Inhomogeneous equations: polynomial, sinusoidal, and exponential inputs. Oscillations, damping, resonance. Fourier series inputs; resonant terms. Laplace transform methods; convolution and delta function. Matrix methods for first order linear systems: eigenvalues and eigenvectors, matrix exponentials, variation of parameters. Nonlinear autonomous systems: critical point analysis, phase plane diagrams, applications to modeling. 
Fall: B. Brubaker 
Spring: H. Miller 
课本: Edwards, C. Henry; Penney, David E. "Elementary Differential Equations with Boundary Value Problems", Prentice Hall PTR, 6th edition, 2007 
网址: http://math.mit.edu/classes/18.03/

18.06 Linear Algebra(线性代数) 
Basic subject on matrix theory and linear algebra, emphasizing topics useful in other disciplines, including systems of equations, vector spaces, determinants, eigenvalues, singular value decomposition, and positive definite matrices. Applications to least-squares approximations, stability of differential equations, networks, Fourier transforms, and Markov processes. Uses MATLAB. Compared with 18.700, more emphasis on matrix algorithms and many applications. 
Fall: A. Edelman 
Spring: G. Strang 
课本:Strang, Gilbert "Introduction to Linear Algebra" Wellesley-Cambridge Press, 4th edition, 2009 
网址: http://web.mit.edu/18.06/www/

6.042J Mathematics for Computer Science(基础离散数学) 
Elementary discrete mathematics for computer science and engineering. Emphasis on mathematical definitions and proofs as well as on applicable methods. Topics: formal logic notation, proof methods; induction, well-ordering; sets, relations; elementary graph theory; integer congruences; asymptotic notation and growth of functions; permutations and combinations, counting principles; discrete probability. Further selected topics such as: recursive definition and structural induction; state machines and invariants; recurrences; generating functions. 
A. R. Meyer, T. Leighton 
No textbook information available 
网址: http://courses.csail.mit.edu/6.042/spring12/

6.01   EECS介绍1 
An integrated introduction to electrical engineering and computer science, taught using substantial laboratory experiments with mobile robots. Key issues in the design of engineered artifacts operating in the natural world: measuring and modeling system behaviors; assessing errors in sensors and effectors; specifying tasks; designing solutions based on analytical and computational models; planning, executing, and evaluating experimental tests of performance; refining models and designs. Issues addressed in the context of computer programs, control systems, probabilistic inference problems, circuits and transducers, which all play important roles in achieving robust operation of a large variety of engineered systems. 6 Engineering Design Points. 
D. M. Freeman, L. P. Kaelbling, T. Lozano-Perez 
No required or recommended textbooks 
网址: http://mit.edu/6.01/mercurial/spring12/www/index.html

6.02   EECS介绍2 
Explores communication signals, systems and networks. Substantial laboratory experiments illustrate the role of abstraction and modularity in engineering design. Students gain practical experience in building reliable systems using imperfect components; selecting appropriate design metrics; choosing effective representations for information; and evaluating tradeoffs in complex systems. Topics include physical characterization and modeling of transmission systems in the time and frequency domains; analog and digital signaling; coding; detecting and correcting errors; relating information transmission rate to signal power, bandwidth and noise; and engineering of packet-switched networks. 6 Engineering Design Points. 
C. J. Terman, H. Balakrishnan, J. K. White 
No textbook information available

6..004 Computtation Structures(计算机体系结构) 
Introduces architecture of digital systems, emphasizing structural principles common to a wide range of technologies. Multilevel implementation strategies; definition of new primitives (e.g., gates, instructions, procedures, and processes) and their mechanization using lower-level elements. Analysis of potential concurrency; precedence constraints and performance measures; pipelined and multidimensional systems. Instruction set design issues; architectural support for contemporary software structures. 4 Engineering Design Points. 
S. A. Ward, C. J. Terman 
No textbook information available

网址: http://6004.lcs.mit.edu/

6.005 Elements of Software Construction(软件构建基础) 
Introduction to the fundamental principles and techniques of software development that have greatest impact on practice. Topics include capturing the essence of a problem by recognizing and inventing suitable abstractions; key paradigms, including state machines, functional programming, and object-oriented programming; use of design patterns to bridge gap between models and code; the role of interfaces and specification in achieving modularity and decoupling; reasoning about code using invariants; testing, test-case generation and coverage; essentials of programming with objects, functions, and abstract types. Includes exercises in modeling, design, implementation and reasoning. 12 Engineering Design Points. 
D. N. Jackson, R. C. Miller 
No textbook information available

6.006 Introduction to Algoithms(算法导论) 
Introduction to mathematical modeling of computational problems, as well as common algorithms, algorithmic paradigms, and data structures used to solve these problems. Emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems. 
R. L. Rivest, S. Devadas

课本: Thomas H.Cormen, Charles E.Leiserson, Ronald L.Rivest, and Clifford Stein, "Introduction to Algorithms", MIT Press, second edition, 2001

6.033 Computer System Engineering(计算机系统工程) 
Topics on the engineering of computer software and hardware systems: techniques for controlling complexity; strong modularity using client-server design, operating systems; performance, networks; naming; security and privacy; fault-tolerant systems, atomicity and coordination of concurrent activities, and recovery; impact of computer systems on society. Case studies of working systems and readings from the current literature provide comparisons and contrasts. Two design projects. Students engage in extensive written communication exercises. Enrollment may be limited. 4 Engineering Design Points. 
M. F. Kaashoek, H. Balakrishnan 
课本: Sltzer, Jerome H., Kaashoek, and  M.Frans, "Principles of Computer System Design: An Introduction", Elsevier Science & Technology Books, 2009 
课本(国内引进): 大学计算机教育国外著名教材系列:计算机系统设计原理(影印版)

6.034 Artificial Intelligence(人工智能) 
Introduces representations, techniques, and architectures used to build applied systems and to account for intelligence from a computational point of view. Applications of rule chaining, heuristic search, constraint propagation, constrained search, inheritance, and other problem-solving paradigms. Applications of identification trees, neural nets, genetic algorithms, and other learning paradigms. Speculations on the contributions of human vision and language systems to human intelligence. 4 Engineering Design Points. 
Fall: P. H. Winston 
Spring: R. A. Barzilay

课本: Stuart Russell, Peter Norvig, "Artificial Intelligence: A Modern Approach", Prentice Hall, 3rd edition, 2009

网址: http://ai6034.mit.edu/fall10/index.php?title=Main_Page

6.046J Design and Analysis of Algorithms(算法设计分析) 
Techniques for the design and analysis of efficient algorithms, emphasizing methods useful in practice. Topics include sorting; search trees, heaps, and hashing; divide-and-conquer; dynamic programming; greedy algorithms; amortized analysis; graph algorithms; and shortest paths. Advanced topics may include network flow; computational geometry; number-theoretic algorithms; polynomial and matrix calculations; caching; and parallel computing. 
C. E. Leiserson, M. Goemans 
课本: Thomas H.Cormen, Charles E.Leiserson, Ronald L.Rivest, and Clifford Stein, "Introduction to Algorithms", MIT Press, second edition, 2001 
网址: http://theory.lcs.mit.edu/classes/6.046/

AUS - Advanced Undergraduate Subjects (高级课程,选择两门) 
Advanced Undergraduate Subjects (AUS's) build on the foundation and header subjects to provide an introduction to broadly-recognized areas of specialization in EECS. The AUS's provide an opportunity for integration of earlier learning and may include design- or project-oriented capstone experience. 
Undergraduate students are required to take two AUS's, and should choose these subjects based on their interest in the associated areas of specialization. The AUS's also provide a basis for more advanced subjects for students in the MEng program (where they can be used as part of the required concentration). 
Subjects used to satisfy the AUS requirement may not also be used to satisfy other requirements, such as the Department lab requirement.

6.022J Quantitative Systems Physiology 
6.023J Fields, Forces and Flows in Biological Systems 
6.035 Computer Language Engineering 
6.045J Automata, Computability and Complexity 
6.047 Computational Biology: Genomes, Networks, Evolution 
6.049 Evolutionary Biology 
6.061 Introduction to Electric Power Systems 
6.077 Semiconductor Device Physics (Spring 2011 only) 
6.111 Introductory Digital Systems Laboratory 
6.115 Microcomputer Project Laboratory 
6.131 Power Electronics Laboratory 
6.141J Robotics: Science and Systems I 
6.142J Robotics Science and Systems II 
6.172 Performance Engineering of Software Systems 
6.173 Multicore Systems Laboratory 
6.207 Networks 
6.301 Solid-State Circuits 
6.302 Feedback Systems 
6.336J Introduction to Numerical Simulation 
6.341 Discrete-Time Signal Processing 
6.434J Statistics for Engineers and Scientists 
6.502J Introduction to Molecular Simulations 
6.503 Foundations of Algorithms and Computational Techniques in Systems Biology 
6.602 Fundamentals of Photonics 
6.608 Introduction to Particle Accelerators 
6.641 Electromagnetic Fields, Forces, and Motion 
6.701 Introduction to Nanoelectronics 
6.717 Design and Fabrication of Microelectromechanical Systems 
6.801 Machine Vision 
6.802 Computational Systems Biology 
6.803 The Human Intelligence Enterprise 
6.804J Computational Cognitive Science 
6.805 Ethics and the Law on the Electronic Frontier 
6.813 User Interface Design and Implementation 
6.814 Database Systems 
6.815 Digital and Computational Photography 
6.825 Techniques in Artificial Intelligence 
6.837 Computer Graphics 
6.840J Theory of Computation 
6.854J Advanced Algorithms 
6.857 Network and Computer Security 
6.858 Computer Systems Security 
6.863J Natural Language and the Computer Representation of Knowledge 
6.867 Machine Learning

网址: http://student.mit.edu/catalog/m6c.html

UAT - Preparation for Undergraduate Advanced Project
Instruction in aspects of effective technical oral presentations through exposure to different workplace communication skills. As preparation for the advanced undergraduate project (UAP), students develop research topics, identify a research supervisor, and prepare a short research proposal for an oral presentation. 
T. L. Eng 
No textbook information available

UAP - Undergraduate Advanced Project (相当于毕业设计之类)
Research project for those students completing the SB degree, to be arranged by the student and an appropriate MIT faculty member. Students who register for this subject must consult the department undergraduate office. Students engage in extensive written communications exercises. 
C. J. Terman 
No textbook information available

网址: http://www.eecs.mit.edu/ug/uap.html

Communication Requirement(沟通课程)
All undergraduates are required to complete a multi-phase communication requirement which requires that four classes be completed, usually one in each academic year. The first two years' classes (CI-H) are taken from among designated classes within the HASS requirement. The third and fourth classes (CI-M) are taken from among designated CI-M classes within the student's major program or department. The CI-M classes taken satisfy the major program requirements as well as CI-M and their units count as units beyond the GIRs.

MIT课程的更多相关文章

  1. mit课程ocw-mathematics

    https://ocw.mit.edu/courses/find-by-topic/#cat=mathematics Course # Course Title Level 1.010 Uncerta ...

  2. mit课程ocw-business

    https://ocw.mit.edu/courses/find-by-topic/#cat=business Course # Course Title Level 1.011 Project Ev ...

  3. MIT JOS学习笔记01:环境配置、Boot Loader(2016.10.22)

    未经许可谢绝以任何形式对本文内容进行转载! 一.环境配置 关于MIT课程中使用的JOS的配置教程网上已经有很多了,在这里就不做介绍,个人使用的是Ubuntu 16.04 + qemu.另注,本文章中贴 ...

  4. 线性代数导论 | Linear Algebra 课程

    搞统计的线性代数和概率论必须精通,最好要能锻炼出直觉,再学机器学习才会事半功倍. 线性代数只推荐Prof. Gilbert Strang的MIT课程,有视频,有教材,有习题,有考试,一套学下来基本就入 ...

  5. 我的“MIT Challenge”

    前言 在学习之余看到了一个有趣的挑战,名叫"MIT Challenge",这个挑战的目标是在一年365天之内学习 MIT 计算机系本科本科学生四年的课程.自己大二学习算法时也曾学习 ...

  6. 世界名校网络课程大盘点,美国大学CS专业十三大研究方向,世界50所知名大学提供开放课程

    世界名校网络课程大盘点   加州大学伯克利分校http://webcast.berkeley.edu/ 加州大学伯克利分校与斯坦福大学. 麻省理工学院等一同被誉为美国工程科技界的学术 领袖,其常年位居 ...

  7. Raft论文学习笔记

    先附上论文链接  https://pdos.csail.mit.edu/6.824/papers/raft-extended.pdf 最近在自学MIT的6.824分布式课程,找到两个比较好的githu ...

  8. 解决持久化数据太大,单个节点的硬盘无法存储的问题;解决运算量太大,单个节点的内存、CPU无法处理的问题

    需要学习的技术很多,要自学新知识也不是一件容易的事,选择一个自己比较感兴趣的会是一个比较好的开端,于是,打算学一学分布式系统. 带着问题,有目的的学习,先了解整体架构,在深入感兴趣的细节,这是我的计划 ...

  9. 【译】x86程序员手册00 - 翻译起因

    从上一次学习MIT的操作系统课程又过去了一年.上次学习并没有坚持下去.想来虽有种种原因,其还在自身无法坚持罢了.故此次再鼓起勇气重新学习,发现课程都已由2014改版为2016了.但大部分内容并没有改变 ...

随机推荐

  1. swiper选项卡还可以左右滑动,最后一个直接跳转链接

    整理分享: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf ...

  2. java基础课程笔记 static 主函数 静态工具类 classpath java文档注释 静态代码块 对象初始化过程 设计模式 继承 子父类中的函数 继承中的构造函数 对象转型 多态 封装 抽象类 final 接口 包 jar包

    Static那些事儿 Static关键字 被static修饰的变量成为静态变量(类变量) 作用:是一个修饰符,用于修饰成员(成员变量,成员方法) 1.被static修饰后的成员变量只有一份 2.当成员 ...

  3. Spring学习(二)

    IoC 1.Inverse of Control ,控制反转(控制权的翻转) 2.控制:对对象的创建.对对象的属性赋值等一系列操作本来应该是我们做的事情 Java Application : Date ...

  4. Linux Kernel 5.5 最终删除 SYSCTL 系统调用

    导读 Linux Kernel 5.5 最终消除了支持sysctl系统调用的代码,该代码已被弃用了大约十年,目前对任何体系结构的现代系统都没有影响. 长期以来,Linux sysctl系统调用都不建议 ...

  5. 一、log4j日志框架的理论和不同场景使用

    1.日志框架: 工作中要进行Java输出日志时,你需要一个或者多个日志框架.框架能提供对象.方法和必要的配置来发送日志信息.Java语言本身有自带的日志实现包java.util.logging.还有很 ...

  6. 嵌入式编程中使用 do{...} while(0) 的解释

    最近在看esp32的idf,有一些宏定义使用了do while(0)这种看起来好像没啥用的代码.然后我查了一下资料,发现在linux内核代码中经常用到这个东西! 现在就将这个东西整理一下. 为什么在内 ...

  7. Redis的C++与JavaScript访问操作

    上篇简单介绍了Redis及其安装部署,这篇记录一下如何用C++语言和JavaScript语言访问操作Redis 1. Redis的接口访问方式(通用接口或者语言接口) 很多语言都包含Redis支持,R ...

  8. Day1-C-CF-1144A

    简述:给你一串字符,判断是否由连续字母构成且每个字符只出现一次 思路:用set直接储存,判断size和初末位置字母与size的关系即可 代码: #include<iostream> #in ...

  9. jstl.jar下载

    jakarta开源java项目 http://attic.apache.org/projects/jakarta.html 根据其官网信息项目已于2011年退休. 不过上面官方链接可以点击Downlo ...

  10. Vuex踩坑--数据刷新时丢失

    近期做项目的过程中,使用vuex保存页面公共数据,测试无网情况后又接通网络的情况下,页面进行重新加载.遇到一个小bug——发现在苹果手机IOS系统下,页面刷新重新加载后页面中通过vuex存储并显示的数 ...