会员   密码 您忘记密码了吗?
1,494,845 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

浏览历史

当前位置: 首页 > 专业/教科书/政府出版品 > 电机信息类 > CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE) 
CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE) 
上一张
下一张
prev next

CONCEPTS OF PROGRAMMING LANGUAGES 12/E (GE) 

作者: SEBESTA 
出版社: 全華圖書
出版日期: 2023-03-07
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT1500.00
市场价格: RM228.18
本店售价: RM203.08
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

  Hallmark Features
  Introduces the fundamental constructs of contemporary programming languages
 
  • Critical evaluation of existing and future programming languages gives students the necessary tools for evaluating on their own.
 
  • An in-depth discussion of programming language structures, presenting a formal method of describing syntax, and introducing approaches to lexical and syntax analysis prepare students for the study of compiler design.
 
  • Coverage of advanced object-oriented topics and languages is integrated throughout.
Addresses the most up-to-date information in this field
 
  • New - New material on Swift, a contemporary programming language, is now part of several chapters.
 
  • New - Section on Delphi now included in Chapter 2.
 
  • New - Section on optional types is included in Chapter 6.
 
  • New and Updated - Content describing iterations in Python are part of Chapter 8.
 
  • Revised - To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have been removed.
 
  • Revised - Sections of Chapter 5 have been rewritten to improve and clarify the material.
Provides a historical context for learning different programming languages
 
  • Historical boxes and interviews with James Gosling, Larry Wall, Alan Cooper, Bjarne Stroustrup, and others put the material in context.
 
  • Valuable historical foundations that set out the origins, purposes, and contributions of the most important languages discussed in the rest of the text are introduced early on.
 
  • In-depth discussions of the design issues faced by the early versions of relevant languages are presented in later chapters.
 
  New and Updated Features
  Addresses the most up-to-date information in this field
 
  • New material on Swift, a contemporary programming language, is now part of several chapters.
 
  • Section on Delphi now included in Chapter 2.
 
  • Section on optional types is included in Chapter 6.
 
  • Content describing iterations in Python are part of Chapter 8.
 
  • To ensure the material remains relevant to students, sections on outdated languages (specifically Lua and Objective-C) have been removed.
 
  • Sections of Chapter 5 have been rewritten to improve and clarify the material. 


作者介紹

作者簡介
 
Robert Sebesta
 
  Robert Sebesta is an Associate Professor Emeritus in the Computer Science Department at the University of Colorado, Colorado Springs. Professor Sebesta received a BS in Applied Mathematics from the University of Colorado in Boulder and MS and PhD degrees in Computer Science from Pennsylvania State University. He has taught computer science for more than 40 years. His professional interests are the design and evaluation of programming languages and Web programming. 


目錄

1. Preliminaries
2. Evolution of the Major Programming Languages
3. Describing Syntax and Semantics
4. Lexical and Syntax Analysis
5. Names, Bindings, and Scopes
6. Data Types
7. Expressions and Assignment Statements
8. Statement-Level Control Structures
9. Subprograms
10. Implementing Subprograms
11. Abstract Data Types and Encapsulation Constructs
12. Support for Object-Oriented Programming
13. Concurrency
14. Exception Handling and Event Handling
15. Functional Programming Languages
16. Logic Programming Languages