ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب The Scheme Programming Language

دانلود کتاب زبان برنامه نویسی طرح

The Scheme Programming Language

مشخصات کتاب

The Scheme Programming Language

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش: 4 
نویسندگان:   
سری:  
ISBN (شابک) : 9780262512985 
ناشر: The MIT Press 
سال نشر: 2009 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : CHM (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 57,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 24


در صورت تبدیل فایل کتاب The Scheme Programming Language به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب زبان برنامه نویسی طرح نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب زبان برنامه نویسی طرح

Scheme یک زبان برنامه نویسی همه منظوره است که از Algol و Lisp گرفته شده است و به طور گسترده در آموزش و تحقیقات محاسباتی و طیف گسترده ای از کاربردهای صنعتی استفاده می شود. این نسخه کاملاً به روز شده زبان برنامه نویسی Scheme مقدمه ای بر Scheme و مرجعی قطعی برای Scheme استاندارد ارائه می دهد که به شیوه ای واضح و مختصر ارائه شده است. برای حرفه ای ها و دانش آموزانی که تجربه برنامه نویسی قبلی دارند، نوشته شده است، با هدایت برنامه نویس به آرامی از طریق اصول اولیه Scheme شروع می شود و با معرفی برخی از ویژگی های پیشرفته تر این زبان ادامه می یابد. ویرایش چهارم به طور اساسی اصلاح و گسترش یافته است تا محتوا را با استاندارد Scheme فعلی، یعنی Revised6 Report on Scheme به روز کند. تمام بخش‌های کتاب به‌روزرسانی شد و سه فصل جدید اضافه شد که کتابخانه جدید زبان، مدیریت استثنا و ویژگی‌های تعریف رکورد را پوشش می‌دهد. این کتاب سه فصل از مطالب مقدماتی با مثال های متعدد، هشت فصل از مطالب مرجع و یک فصل از مثال های مبسوط و تمرین های اضافی را ارائه می دهد. همه نمونه‌ها را می‌توان مستقیماً از صفحه‌کلید به یک جلسه طرح تعاملی وارد کرد. پاسخ به بسیاری از تمرین‌ها، نحو رسمی کامل Scheme، و خلاصه‌ای از فرم‌ها و رویه‌ها در پیوست‌ها ارائه شده است. زبان برنامه نویسی Scheme تنها کتاب موجود است که هم به عنوان متن مقدماتی در دوره های مختلف و هم به عنوان یک مرجع ضروری برای برنامه نویسان Scheme عمل می کند.


توضیحاتی درمورد کتاب به خارجی

Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial applications. This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language. The fourth edition has been substantially revised and expanded to bring the content up to date with the current Scheme standard, the Revised6 Report on Scheme. All parts of the book were updated and three new chapters were added, covering the language's new library, exception handling, and record-definition features. The book offers three chapters of introductory material with numerous examples, eight chapters of reference material, and one chapter of extended examples and additional exercises. All of the examples can be entered directly from the keyboard into an interactive Scheme session. Answers to many of the exercises, a complete formal syntax of Scheme, and a summary of forms and procedures are provided in appendixes. The Scheme Programming Language is the only book available that serves both as an introductory text in a variety of courses and as an essential reference for Scheme programmers.



فهرست مطالب

Contents......Page 2
Preface......Page 5
1 Introduction......Page 8
Scheme Syntax......Page 11
Typographical & Notational Conventions......Page 13
Interacting with Scheme......Page 16
Simple Expressions......Page 18
Evaluating Scheme Expressions......Page 24
Variables & Let Expressions......Page 26
Lambda Expressions......Page 29
Top-Level Definitions......Page 33
Conditional Expressions......Page 37
Simple Recursion......Page 43
Assignment......Page 50
Syntactic Extension......Page 59
More Recursion......Page 65
Continuations......Page 73
Continuation Passing Style......Page 77
Internal Definitions......Page 80
Libraries......Page 84
Variable References......Page 87
Lambda......Page 88
Case-Lambda......Page 89
Local Binding......Page 91
Multiple Values......Page 94
Variable Definitions......Page 95
Assignment......Page 97
Procedure Application......Page 99
Sequencing......Page 100
Conditionals......Page 101
Recursion & Iteration......Page 106
Mapping & Folding......Page 108
Continuations......Page 113
Delayed Evaluation......Page 117
Multiple Values......Page 120
Eval......Page 125
Constants & Quotation......Page 127
Generic Equivalence & Type Predicates......Page 129
Lists & Pairs......Page 140
Numbers......Page 150
Fixnums......Page 172
Flonums......Page 180
Characters......Page 188
Strings......Page 192
Vectors......Page 199
Bytevectors......Page 202
Symbols......Page 215
Booleans......Page 216
Hashtables......Page 217
Enumerations......Page 223
7 IO......Page 227
Transcoders......Page 228
Opening Files......Page 230
Standard Ports......Page 232
String & Bytevector Ports......Page 233
Opening Custom Ports......Page 236
Port Operations......Page 239
Input Operations......Page 242
Output Operations......Page 246
Convenience IO......Page 248
Bytevector/String Conversions......Page 253
8 Syntactic Extension......Page 256
Keyword Bindings......Page 257
Syntax-Rules Transformers......Page 259
Syntax-Case Transformers......Page 263
Examples......Page 275
Defining Records......Page 284
Procedural Interface......Page 291
Inspection......Page 295
Standard Libraries......Page 300
Defining New Libraries......Page 301
Top-Level Programs......Page 306
Examples......Page 307
Raising & Handling Exceptions......Page 311
Defining Condition Types......Page 315
Standard Condition Types......Page 319
Matrix & Vector Multiplication......Page 329
Sorting......Page 334
Set Constructor......Page 336
Word Frequency Counting......Page 340
Scheme Printer......Page 344
Formatted Output......Page 347
Meta-Circular Interpreter for Scheme......Page 350
Defining Abstract Objects......Page 354
Fast Fourier Transform......Page 358
Unification Algorithm......Page 363
Multitasking with Engines......Page 366
Refs......Page 375
Answers......Page 378
Formal Syntax......Page 394
Summary of Forms......Page 400




نظرات کاربران