EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book The Munich Project CIP

    Book Details:
  • Author :
  • Publisher : Springer Science & Business Media
  • Release : 1988-01-13
  • ISBN : 9783540187790
  • Pages : 536 pages

Download or read book The Munich Project CIP written by and published by Springer Science & Business Media. This book was released on 1988-01-13 with total page 536 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is the second of two volumes that present the main results which emerged from the project CIP - Computer-Aided, Intuition-Guided Programming - at the Technical University of Munich. Its central theme is program development by transformation, a methodology which is becoming more and more important. Whereas Volume I contains the description and formal specification of a wide spectrum language CIP-L particularly tailored to the needs of transformational programming, Volume II serves a double purpose: First, it describes a system, called CIP-S, that is to assist a programmer in the method of transformational programming. Second, it gives a non-toy example for this very method, since it contains a formal specification of the system core and transformational developments for the more interesting system routines. Based on a formal calculus of program transformations, the informal requirements for the system are stated. Then the system core is formally specified using the algebraic data types and the pre-algorithmic logical constructs of the wide spectrum language CIP-L. It is demonstrated how executable, procedural level programs can be developed from this specification according to formal rules. The extensive collection of these rules is also contained in the book; it can be used as the basis for further developments using this method. Since the system has been designed in such a way that it is parameterized with the concrete programming language to be transformed, the book also contains a guide how to actualize this parameter; the proceeding is exemplified with a small subset of CIP-L.

Book Program Transformation and Programming Environments

Download or read book Program Transformation and Programming Environments written by F.L. Bauer and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 379 pages. Available in PDF, EPUB and Kindle. Book excerpt: Proceedings of the NATO Advanced Research Workshop on Program Transformation and Programming Environments

Book The Munich Project CIP

Download or read book The Munich Project CIP written by and published by . This book was released on 1985 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Specification and Transformation of Programs

Download or read book Specification and Transformation of Programs written by Helmut A. Partsch and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Specification and transformation of programs" is short for a methodology of software development where, from a formal specification of a problem to be solved, programs correctly solving that problem are constructed by stepwise application of formal, semantics-preserving transformation rules. The approach considers programming as a formal activity. Consequently, it requires some mathematical maturity and, above all, the will to try something new. A somewhat experienced programmer or a third- or fourth-year student in computer science should be able to master most of this material - at least, this is the level I have aimed at. This book is primarily intended as a general introductory textbook on transformational methodology. As with any methodology, reading and understanding is necessary but not sufficient. Therefore, most of the chapters contain a set of exercises for practising as homework. Solutions to these exercises exist and can, in principle, be obtained at nominal cost from the author upon request on appropriate letterhead. In addition, the book also can be seen as a comprehensive account of the particular transformational methodology developed within the Munich CIP project.

Book The Munich Project CIP

Download or read book The Munich Project CIP written by A. Horsch and published by . This book was released on 1985 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Program Development by Specification and Transformation

Download or read book Program Development by Specification and Transformation written by Bernd Krieg-Brückner and published by Springer Science & Business Media. This book was released on 1993-08-30 with total page 650 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume gives a coherent presentation of the outcome of the project PROSPECTRA (PROgram development by SPECification and TRAnsformation) that aims to provide a rigorous methodology for developing correct software and a comprehensive support system. The results are substantial: a theoretically well-founded methodology covering the whole development cycle, a very high-level specification and transformation language family allowing meta-program development and formalization of the development process itself, and a prototype development system supporting structure editing, incremental static-semantic checking, interactive context-sensitivetransformation and verification, development of transformation (meta-) programs, version management, and so on, with an initial libraryof specifications and a sizeable collection of implemented transformations. The intended audience for this documentation is the academic community working in this and related areas and those members of the industrial community interested in the use of formal methods.

Book Algorithms  Concurrency and Knowledge

Download or read book Algorithms Concurrency and Knowledge written by Kanchana Kanchanasut and published by Springer Science & Business Media. This book was released on 1995-11-28 with total page 428 pages. Available in PDF, EPUB and Kindle. Book excerpt: This volume constitutes the refereed proceedings of the 1995 Asian Computing Science Conference, ACSC 95, held in Pathumthani, Thailand in December 1995. The 29 fully revised papers presented were selected from a total of 102 submissions; clearly the majority of the participating researchers come from South-East Asian countries, but there is also a strong international component. The volume reflects research activities, particularly by Asian computer science researchers, in different areas. Special attention is paid to algorithms, knowledge representation, programming and specification languages, verification, concurrency, networking and distributed systems, and databases.

Book Formal Description of Programming Concepts

Download or read book Formal Description of Programming Concepts written by Erich Neuhold and published by Springer Science & Business Media. This book was released on 1991-10-04 with total page 532 pages. Available in PDF, EPUB and Kindle. Book excerpt: In software engineering there is a growing need for formalization as a basis for developing powerful computer assisted methods. This volume contains seven extensive lectures prepared for a series of IFIP seminars on the Formal Description of Programming Concepts. The authors are experts in their fields and have contributed substantially to the state of the art in numerous publications. The lectures cover a wide range in the theoretical foundations of programming and give an up-to-date account of the semantic models and the related tools which have been developed in order to allow a rigorous discussion of the problems met in the construction of correct programs. In particular, methods for the specification and transformation of programs are considered in detail. One lecture is devoted to the formalization of concurrency and distributed systems and reflects their great importance in programming. Further topics are the verification of programs and the use of sophisticated type systems in programming. This compendium on the theoretical foundations of programming is also suitable as a textbook for special seminars on different aspects of this broad subject.

Book Agile Modeling with UML

Download or read book Agile Modeling with UML written by Bernhard Rumpe and published by Springer. This book was released on 2017-04-26 with total page 394 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book focuses on the methodological treatment of UML/P and addresses three core topics of model-based software development: code generation, the systematic testing of programs using a model-based definition of test cases, and the evolutionary refactoring and transformation of models. For each of these topics, it first details the foundational concepts and techniques, and then presents their application with UML/P. This separation between basic principles and applications makes the content more accessible and allows the reader to transfer this knowledge directly to other model-based approaches and languages. After an introduction to the book and its primary goals in Chapter 1, Chapter 2 outlines an agile UML-based approach using UML/P as the primary development language for creating executable models, generating code from the models, designing test cases, and planning iterative evolution through refactoring. In the interest of completeness, Chapter 3 provides a brief summary of UML/P, which is used throughout the book. Next, Chapters 4 and 5 discuss core techniques for code generation, addressing the architecture of a code generator and methods for controlling it, as well as the suitability of UML/P notations for test or product code. Chapters 6 and 7 then discuss general concepts for testing software as well as the special features which arise due to the use of UML/P. Chapter 8 details test patterns to show how to use UML/P diagrams to define test cases and emphasizes in particular the use of functional tests for distributed and concurrent software systems. In closing, Chapters 9 and 10 examine techniques for transforming models and code and thus provide a solid foundation for refactoring as a type of transformation that preserves semantics. Overall, this book will be of great benefit for practical software development, for academic training in the field of Software Engineering, and for research in the area of model-based software development. Practitioners will learn how to use modern model-based techniques to improve the production of code and thus significantly increase quality. Students will find both important scientific basics as well as direct applications of the techniques presented. And last but not least, the book will offer scientists a comprehensive overview of the current state of development in the three core topics it covers.

Book Programming and Mathematical Method

Download or read book Programming and Mathematical Method written by Manfred Broy and published by Springer Science & Business Media. This book was released on 2012-12-06 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Summer School in Marktoberdorf 1990 had as its overall theme the development of programs as an activity that can be carried out based on and supported by a mathematical method. In particular mathematical methods for the development of programs as parts of distributed systems were included. Mathematical programming methods are a very important topic for which a lot of research in recent years has been carried out. In the Marktoberdorf Summer School outstanding scientists lectured on mathematical programming methods. The lectures centred around logical and functional calculi for the • specification, • refinement, • verification of programs and program systems. Some extremely remarkable examples were given. Looking at these examples it becomes clear that proper research and teaching in the area of program methodology should always show its value by being applied at least to small examples or case studies. It is one of the problems of computing science that examples and case studies have to be short and small to be lJresentable in lectures and papers of moderate size. However, even small examples can tell a lot about the tractability and adequacy of methods and being able to treat small examples does at least prove that the method can be applied in modest ways. Furthermore it demonstrates to some extent the notational and calculational overhead of applying formal methods.

Book STACS 91

    Book Details:
  • Author : Christian Choffrut
  • Publisher : Springer Science & Business Media
  • Release : 1991-02-08
  • ISBN : 9783540537090
  • Pages : 568 pages

Download or read book STACS 91 written by Christian Choffrut and published by Springer Science & Business Media. This book was released on 1991-02-08 with total page 568 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation The Symposium on Theoretical Aspects of Computer Science is organized jointly by the Special Interest Group for Applied Mathematics of AFCET (Association FranAaise de CybernA(c)tique Economique et Technique) and the Special Interest Group for Theoretical Computer Sciences of GI (Gesellschaft fA1/4r Informatik). It is held alternately in France and in Germany. This volume contains two invited papers, on combinatorial methods in computer science, and on the complexity of local optimization, and 24 contributions on theoretical aspects of computer science. Some software systems are presented showing the possibilities of applying theoretical research to the realization of software tools.

Book A Study in String Processing Languages

Download or read book A Study in String Processing Languages written by Paul Klint and published by Springer Science & Business Media. This book was released on 1985-11 with total page 180 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book A Hierarchical Associative Processing System

Download or read book A Hierarchical Associative Processing System written by Heinrich J. Stüttgen and published by Springer Science & Business Media. This book was released on 1985-07 with total page 292 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book EUROCAL  85  European Conference on Computer Algebra  Linz  Austria  April 1 3  1985  Proceedings

Download or read book EUROCAL 85 European Conference on Computer Algebra Linz Austria April 1 3 1985 Proceedings written by Bruno Buchberger and published by Springer Science & Business Media. This book was released on 1985 with total page 244 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Functional Programming Languages and Computer Architecture

Download or read book Functional Programming Languages and Computer Architecture written by Jean-Pierre Jouannaud and published by Springer Science & Business Media. This book was released on 1985-09 with total page 424 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Seminar on Concurrency

    Book Details:
  • Author : Stephen D. Brookes
  • Publisher : Springer Science & Business Media
  • Release : 1985
  • ISBN : 9783540156703
  • Pages : 540 pages

Download or read book Seminar on Concurrency written by Stephen D. Brookes and published by Springer Science & Business Media. This book was released on 1985 with total page 540 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Book Object Modeling with the OCL

Download or read book Object Modeling with the OCL written by Tony Clark and published by Springer. This book was released on 2003-07-31 with total page 287 pages. Available in PDF, EPUB and Kindle. Book excerpt: As part of the UML standard OCL has been adopted by both professionals in industry and by academic researchers and is one of the most widely used languages for expressing object-oriented system properties. This book contains key contributions to the development of OCL. Most papers are developments of work reported at different conferences and workshops. This unique compilation addresses many important issues faced by advanced professionals and researchers in object modeling like e.g. real-time constraints, type checking, and constraint modeling.