coursera-compilers
视频
|
2016-9-4 11:45
|
2024-10-26 04:27
|
93
|
1.14 GB
|
98
|
- example-codes/home_files/widgets.js763.36KB
- lectures/001-intro/Compilers 0.0 01-01 Introduction (8m20s).mp48.89MB
- lectures/001-intro/Compilers 0.1 01-02 Structure of a Compiler (13m53s).mp412.95MB
- lectures/001-intro/Compilers 0.2 01-03 The Economy of Programming Languages (19m51s).mp444.71MB
- lectures/002-the-cool-programming-language/Compilers 1.0 02-01 Cool Overview (19m58s).mp418.59MB
- lectures/002-the-cool-programming-language/Compilers 1.1 02-02 Cool Example II (15m04s).mp415.79MB
- lectures/002-the-cool-programming-language/Compilers 1.2 02-03 Cool Example III (18m05s).mp420.74MB
- lectures/003-lexical-analysis/Compilers 2.0 03-01 Lexical Analysis (12m06s).mp411.32MB
- lectures/003-lexical-analysis/Compilers 2.1 03-02 Lexical Analysis Examples (13m03s).mp413.6MB
- lectures/003-lexical-analysis/Compilers 2.2 03-03 Regular Languages (12m36s).mp411.64MB
- lectures/003-lexical-analysis/Compilers 2.3 03-04 Formal Languages (13m40s).mp413.15MB
- lectures/003-lexical-analysis/Compilers 2.4 03-05 Lexical Specifications (16m19s).mp415.29MB
- lectures/003-lexical-analysis/Compilers 2.5 DeduceIt Demo (8m25s).mp411.36MB
- lectures/004-finite-automata/Compilers 3.0 04-01 Lexical Specification (14m30s).mp414.45MB
- lectures/004-finite-automata/Compilers 3.1 04-02 Finite Automata (23m28s).mp421.98MB
- lectures/004-finite-automata/Compilers 3.2 04-03 Regular Expressions into NFAs (9m41s).mp48.93MB
- lectures/004-finite-automata/Compilers 3.3 04-04 NFA to DFA (15m12s).mp415.28MB
- lectures/004-finite-automata/Compilers 3.4 04-05 Implementing Finite Automata (11m56s).mp411.56MB
- lectures/005-parsing/Compilers 4.0 05-01 Introduction to Parsing (5m31s).mp45.1MB
- lectures/005-parsing/Compilers 4.1 05-02 Context Free Grammars (14m07s).mp413.58MB
- lectures/005-parsing/Compilers 4.2 05-03 Derivations (7m37s).mp47.35MB
- lectures/005-parsing/Compilers 4.3 05-04 Ambiguity (17m35s).mp417.27MB
- lectures/006-top-down-parsing/Compilers 5.0 06-01 Error Handling (13m03s).mp411.87MB
- lectures/006-top-down-parsing/Compilers 5.1 06-02 Abstract Syntax Trees (3m50s).mp43.6MB
- lectures/006-top-down-parsing/Compilers 5.2 06-03 Recursive Descent Parsing (6m35s).mp46.07MB
- lectures/006-top-down-parsing/Compilers 5.3 06-04 Recursive Descent Algorithm (13m28s).mp413.03MB
- lectures/006-top-down-parsing/Compilers 5.4 06-04-1 Recursive Descent Limitations (6m56s).mp47.09MB
- lectures/006-top-down-parsing/Compilers 5.5 06-05 Left Recursion (9m11s).mp48.94MB
- lectures/007-bottom-up-parsing-I/Compilers 6.0 07-01 Predictive Parsing (19m37s).mp419.2MB
- lectures/007-bottom-up-parsing-I/Compilers 6.1 07-02 First Sets (14m02s).mp413.37MB
- lectures/007-bottom-up-parsing-I/Compilers 6.2 07-03 Follow Sets (17m05s).mp416.86MB
- lectures/007-bottom-up-parsing-I/Compilers 6.3 07-04 LL1 Parsing Tables (14m41s).mp413.84MB
- lectures/007-bottom-up-parsing-I/Compilers 6.4 07-05 Bottom-Up Parsing (7m25s).mp47.06MB
- lectures/007-bottom-up-parsing-I/Compilers 6.5 07-06 Shift-Reduce Parsing (7m37s).mp47.35MB
- lectures/008-bottom-up-parsing-II/Compilers 7.0 08-01 Handles (6m48s).mp46.53MB
- lectures/008-bottom-up-parsing-II/Compilers 7.1 08-02 Recognizing Handles (13m12s).mp413.18MB
- lectures/008-bottom-up-parsing-II/Compilers 7.2 08-03 Recognizing Viable Prefixes (14m57s).mp414.64MB
- lectures/008-bottom-up-parsing-II/Compilers 7.3 08-04 Valid Items (3m31s).mp43.72MB
- lectures/008-bottom-up-parsing-II/Compilers 7.4 08-05 SLR Parsing (14m16s).mp414.73MB
- lectures/008-bottom-up-parsing-II/Compilers 7.5 08-06 SLR Parsing Example (6m42s).mp47.33MB
- lectures/008-bottom-up-parsing-II/Compilers 7.6 08-07 SLR Improvements (11m49s).mp411.42MB
- lectures/008-bottom-up-parsing-II/Compilers 7.7 08-08 SLR Examples (12m47s).mp412.7MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.0 09-01 Introduction to Semantic Analysis (3m42s).mp43.4MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.1 09-02 Scope (8m09s).mp47.83MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.2 09-03 Symbol Tables (11m06s).mp411.26MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.3 09-04 Types (11m22s).mp411.13MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.4 09-05 Type Checking (8m43s).mp48.75MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.5 09-06 Type Environments (11m43s).mp411.55MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.6 09-07 Subtyping (11m35s).mp411.24MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.7 09-08 Typing Methods (8m12s).mp48.15MB
- lectures/009-semantic-analysis-and-type-checking/Compilers 8.8 09-09 Implementing Type Checking (6m57s).mp46.62MB
- lectures/010-cool-type-checking/Compilers 9.0 10-01 Static vs. Dynamic Typing (7m14s).mp46.85MB
- lectures/010-cool-type-checking/Compilers 9.1 10-02 Self Type (7m36s).mp47.22MB
- lectures/010-cool-type-checking/Compilers 9.2 10-03 Self Type Operations (12m12s).mp411.89MB
- lectures/010-cool-type-checking/Compilers 9.3 10-04 Self Type Usage (6m29s).mp46.23MB
- lectures/010-cool-type-checking/Compilers 9.4 10-05 Self Type Checking (10m00s).mp49.89MB
- lectures/010-cool-type-checking/Compilers 9.5 10-06 Error Recovery (7m07s).mp46.64MB
- lectures/011-runtime-organization/Compilers 10.0 11-01 Runtime Organization (6m44s).mp46.37MB
- lectures/011-runtime-organization/Compilers 10.1 11-02 Activations (13m50s).mp412.68MB
- lectures/011-runtime-organization/Compilers 10.2 11-03 Activation Records (13m11s).mp412.92MB
- lectures/011-runtime-organization/Compilers 10.3 11-04 Globals and Heap (6m56s).mp46.73MB
- lectures/011-runtime-organization/Compilers 10.4 11-05 Alignment (6m04s).mp45.88MB
- lectures/011-runtime-organization/Compilers 10.5 11-06 Stack Machines (16m23s).mp415.84MB
- lectures/012-code-generation/Compilers 11.0 12-01 Introduction to Code Generation (7m57s).mp47.5MB
- lectures/012-code-generation/Compilers 11.1 12-02 Code Generation I (17m26s).mp416.64MB
- lectures/012-code-generation/Compilers 11.2 12-03 Code Generation II (18m08s).mp417.24MB
- lectures/012-code-generation/Compilers 11.3 12-04 Code Generation Example (13m17s).mp414.84MB
- lectures/012-code-generation/Compilers 11.4 12-05 Temporaries (16m14s).mp415.64MB
- lectures/012-code-generation/Compilers 11.5 12-06 Object Layout (23m56s).mp421.91MB
- lectures/013-operational-semantics/Compilers 12.0 13-01 Semantics Overview (7m06s).mp46.53MB
- lectures/013-operational-semantics/Compilers 12.1 13-02 Operational Semantics (12m20s).mp411.73MB
- lectures/013-operational-semantics/Compilers 12.2 13-03 Cool Semantics I (21m10s).mp420.81MB
- lectures/013-operational-semantics/Compilers 12.3 13-04 Cool Semantics II (26m13s).mp426.09MB
- lectures/014-local-optimization/Compilers 13.0 14-01 Intermediate Code (9m03s).mp48.55MB
- lectures/014-local-optimization/Compilers 13.1 14-02 Optimization Overview (13m37s).mp412.84MB
- lectures/014-local-optimization/Compilers 13.2 14-03 Local Optimization (25m35s).mp424.81MB
- lectures/014-local-optimization/Compilers 13.3 14-04 Peephole Optimization (4m29s).mp44.46MB
- lectures/015-global-optimization/Compilers 14.0 15-01 Dataflow Analysis (8m02s).mp47.81MB
- lectures/015-global-optimization/Compilers 14.1 15-02 Constant Propagation (21m11s).mp420.33MB
- lectures/015-global-optimization/Compilers 14.2 15-03 Analysis of Loops (7m22s).mp47.01MB
- lectures/015-global-optimization/Compilers 14.3 15-04 Orderings (6m34s).mp46.33MB
- lectures/015-global-optimization/Compilers 14.4 15-05 Liveness Analysis (13m39s).mp413.39MB
- lectures/016-register-allocation/Compilers 15.0 16-01 Register Allocation (9m56s).mp49.83MB
- lectures/016-register-allocation/Compilers 15.1 16-02 Graph Coloring (12m07s).mp410.89MB
- lectures/016-register-allocation/Compilers 15.2 16-03 Spilling (14m50s).mp413.69MB
- lectures/016-register-allocation/Compilers 15.3 16-04 Managing Caches (10m37s).mp49.99MB
- lectures/017-garbage-collection/Compilers 16.0 17-01 Automatic Memory Management (14m53s).mp414.51MB
- lectures/017-garbage-collection/Compilers 16.1 17-02 Mark and Sweep (13m05s).mp412.66MB
- lectures/017-garbage-collection/Compilers 16.2 17-03 Stop and Copy (19m03s).mp418.56MB
- lectures/017-garbage-collection/Compilers 16.3 17-04 Conservative Collection (3m31s).mp43.5MB
- lectures/017-garbage-collection/Compilers 16.4 17-05 Reference Counting (15m23s).mp414.63MB
- lectures/018-java/Compilers 17.0 18-01 Java (7m21s).mp46.77MB
- lectures/018-java/Compilers 17.1 18-02 Java Arrays (8m15s).mp47.51MB
- lectures/018-java/Compilers 17.2 18-03 Java Exceptions (14m09s).mp412.85MB
- lectures/018-java/Compilers 17.3 18-04 Java Interfaces (8m38s).mp48.3MB
- lectures/018-java/Compilers 17.4 18-05 Java Coercions (7m51s).mp47.49MB
- lectures/018-java/Compilers 17.5 18-06 Java Threads (18m36s).mp419.17MB
- lectures/018-java/Compilers 17.6 18-07 Other Topics (14m28s).mp413.86MB
不会用的朋友看这里
把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载!
亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:[email protected]
概述
838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题
它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息
838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪
838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统