Đang chuẩn bị liên kết để tải về tài liệu:
How to Design Programs Languages phần 1

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Mục đích: để tính toán điện tử tăng lên một expt số: (num num num) Mục đích: để tính toán sức mạnh của người đầu tiên đến tầng số thứ hai: (thực int) Mục đích: để xác định số nguyên gần nhất dưới đây là một số thực gcd:(int int . - int) Mục đích: để tính toán các divisior chung lớn nhất IMAG phần: (num thực) | How to Design Programs Languages Version 4.1 August 12 2008 The languages documented in this manual are provided by DrScheme to be used with the How to Design Programs book. 1 Contents 1 Beginning Student 5 1.1 define. 10 1.2 define-struct . 11 1.3 Function Calls. 12 1.4 Primitive Calls . 12 1.5 cond. 12 1.6 if. 13 1.7 and. 13 1.8 or. 13 1.9 Test Cases. 14 1.10 empty. 14 1.11 Identifiers. 14 1.12 Symbols . 14 1.13 true and false. 15 1.14 require. 15 1.15 Primitive Operations . 16 2 Beginning Student with List Abbreviations 35 2.1 Quote . 41 2.2 Quasiquote . 41 2.3 Primitive Operations . 42 2.4 Unchanged Forms . 61 3 Intermediate Student 63 3.1 define . 70 2 3.2 define-struct . 70 3.3 local. 70 3.4 letrec let and let . 71 3.5 Function Calls. 71 3.6 time. 71 3.7 Identifiers. 72 3.8 Primitive Operations . 72 3.9 Unchanged Forms. 92 4 Intermediate Student with Lambda 94 4.1 define. 101 4.2 lambda. 101 4.3 Function Calls. 101 4.4 Primitive Operation Names. 101 4.5 Unchanged Forms. 122 5 Advanced Student 124 5.1 define . 131 5.2 define-struct . 132 5.3 lambda. 132 5.4 begin. 132 5.5 begin0. 132 5.6 set . 133 5.7 delay. 133 5.8 shared. 133 5.9 let . 133