Computing Fundamentals : The Theory and Practice of Software Design with BlackBox Component Builder

個数:

Computing Fundamentals : The Theory and Practice of Software Design with BlackBox Component Builder

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 611 p.
  • 言語 ENG,ENG
  • 商品コード 9783528058289
  • DDC分類 004

Full Description

The world of computing has always had one corner stone of particular interest to many, from educators to practitioners: languages. And programming languages in particular. Over the years, we have seen new languages come-and, much less fre­ quently, old languages go. It is always tempting to focus on "the one" language of fashion of the day. In this very readable and instructive textbook, Stan Warford has done the unusual-and risky-by taking the programming language Component Pascal that is far from mainstream, although it does have roots that are among the strongest in the field. Given that the concept of formal language, whether at the level of architecture, design, or implementation language, is central to our discipline, it is important that students continue to be exposed to a wide variety of languages. No single language does everything perfectly, or even well, and students need to understand this funda­ mental tradeoff. The same holds for frameworks and programming models that need to be designed to allow harmony between the natural ways of a language and the needs to a framework for a particular domain.

Contents

1 The BlackBox Framework.- 2 Languages and Grammars.- 3 Modules and Interfaces.- 4 Variables.- 5 Dialog Boxes.- 6 Selection.- 7 Abstract Stacks and Lists.- 8 Nested Selections.- 9 The MVC Design Pattern.- 10 Loops.- 11 Nested Loops.- 12 Proper Procedures.- 13 Function Procedures.- 14 Random Numbers.- 15 One-Dimensional Arrays.- 16 Iterative Searching and Sorting.- 17 Stack and List Implementations.- 18 Two-Dimensional Arrays.- 19 Recursion.- 20 Recursive Searching and Sorting.- 21 Linked Lists.- 22 Binary Trees.- 23 Inheritance and Polymorphism.- 24 The State Design Pattern.- Appendix A Component Pascal Syntax.