点击切换搜索课件文库搜索结果(124)
文档格式:PDF 文档大小:43.5KB 文档页数:6
The 6.001 Lazy Meta-Circular Evaluator The Core Evaluator (define (l-eval exp env) (cond ((self-evaluating? exp) exp) ((variable? exp)(lookup-variable-value exp env)) ((quoted? exp)(text-of-quotation exp)) ((assignment? exp)(eval-assignment exp env)) ((definition? exp)(eval-definition exp env)) ((if? exp)(eval-if exp env))
文档格式:PDF 文档大小:1.99MB 文档页数:20
Slide 17.1.1 Normal Order(Lazy) Evaluation Over the past few lectures, we have been looking at evaluation especially how to implement eval and apply in a anguage such as Scheme, in order to define a language. What we have seen is that by creating, or specifying, eval and its associated procedures, we actually define the semantics of the
文档格式:PDF 文档大小:2.6MB 文档页数:25
Slide 16.1.1 Building up a language Last time, we completed building our evaluator. And as you saw, we slightly misled you. We started off saying we were going to user Scheme's lexical analyzer and parser, but then build our own evaluator, which we did initially for arithmetic
文档格式:PDF 文档大小:1.35MB 文档页数:14
Slide 15.6.1 The next stage in the evolution of our evaluator is to pull the 5. Environment as explicit parameter environment out as an explicit parameter. Up until now we could rely on just having a single environment in which to store (eva1'(pus*64)) bindings for variables. It made sense to have a global
文档格式:PDF 文档大小:2MB 文档页数:18
Slide 14.4.1 Cleaning up some details of our implementation So we have seen a first pass at building an object-oriented tem, using Scheme as the base. There are a few details that The need for self-reference
文档格式:PDF 文档大小:2.33MB 文档页数:24
The role of abstractions In this lecture, we are going to look at a very different style of creating large systems, a style called object oriented programming. This style focuses on breaking systems up in a different manner than those we have seen before To set the stage for this, we are first going to return to the notion of
文档格式:PDF 文档大小:1.6MB 文档页数:16
Slide 12.1.1 In the last lecture, we introduced mutation as a component of 6001s|cP our data structures We saw for example that set was a Environment mode way of changing the value associated with a variable in our system, and we saw that set-car! and set-cdr! were ways of changing the values of parts of list structure Now, several important things happened when we introduced
文档格式:PPT 文档大小:414KB 文档页数:37
Chapter F11 Power notes Corporations: Organization, Capital Stock, Dividends Learning Objectives 1. Nature of a corporation 2. Stockholders'Equity 3. Sources of Paid-in Capital 4. Issuing Stock 5. Treasury Stock Transactions 6. Stock Splits 7. Accounting for dividends 8. Financial Analysis and Interpretation
文档格式:PPT 文档大小:342.5KB 文档页数:38
Chapter F13 Power notes Bonds Payable and Investments in Bonds Learning Objectives 1. Financing Corporations 2. Characteristics of Bonds Payable 3. The Present-Value Concept and Bonds Payable 4. Accounting for Bonds Payable 5. Bond Sinking Funds 6. Bond Redemption 7 Investments in bonds 8. Corporation Balance Sheet 9. Financial Analysis and Interpretation
文档格式:PPT 文档大小:840.5KB 文档页数:46
Chapter 16 Kinetic Theory of Gases Chapter 16 Kinetic Theory of Gases (气体动理论) 1. Molecular interpretation of Temperature Distribution of Molecular Speed Mean Free Path
首页上页678910111213下页末页
热门关键字
搜索一下,找到相关课件或文库资源 124 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有