Author: Andrew D. McGettrick
Publisher: Cambridge University Press
ISBN: 9780521214124
Category : Computers
Languages : en
Pages : 364
Book Description
Introduction to algol 68; Basic concepts; Clauses; Multiple values and simple structure; Procedures and operators; More standard modes; Advanced features associated with modes; Parallel processing; Transput.
Algol 68
Author: Andrew D. McGettrick
Publisher: Cambridge University Press
ISBN: 9780521214124
Category : Computers
Languages : en
Pages : 364
Book Description
Introduction to algol 68; Basic concepts; Clauses; Multiple values and simple structure; Procedures and operators; More standard modes; Advanced features associated with modes; Parallel processing; Transput.
Publisher: Cambridge University Press
ISBN: 9780521214124
Category : Computers
Languages : en
Pages : 364
Book Description
Introduction to algol 68; Basic concepts; Clauses; Multiple values and simple structure; Procedures and operators; More standard modes; Advanced features associated with modes; Parallel processing; Transput.
Expert C Programming
Author: Peter Van der Linden
Publisher: Prentice Hall Professional
ISBN: 0131774298
Category : Computers
Languages : en
Pages : 379
Book Description
Software -- Programming Languages.
Publisher: Prentice Hall Professional
ISBN: 0131774298
Category : Computers
Languages : en
Pages : 379
Book Description
Software -- Programming Languages.
ALGOL 68 IMPLEMENTATION
Computational Geometry
Author: Franco P. Preparata
Publisher: Springer Science & Business Media
ISBN: 1461210984
Category : Mathematics
Languages : en
Pages : 413
Book Description
From the reviews: "This book offers a coherent treatment, at the graduate textbook level, of the field that has come to be known in the last decade or so as computational geometry. ... ... The book is well organized and lucidly written; a timely contribution by two founders of the field. It clearly demonstrates that computational geometry in the plane is now a fairly well-understood branch of computer science and mathematics. It also points the way to the solution of the more challenging problems in dimensions higher than two." #Mathematical Reviews#1 "... This remarkable book is a comprehensive and systematic study on research results obtained especially in the last ten years. The very clear presentation concentrates on basic ideas, fundamental combinatorial structures, and crucial algorithmic techniques. The plenty of results is clever organized following these guidelines and within the framework of some detailed case studies. A large number of figures and examples also aid the understanding of the material. Therefore, it can be highly recommended as an early graduate text but it should prove also to be essential to researchers and professionals in applied fields of computer-aided design, computer graphics, and robotics." #Biometrical Journal#2
Publisher: Springer Science & Business Media
ISBN: 1461210984
Category : Mathematics
Languages : en
Pages : 413
Book Description
From the reviews: "This book offers a coherent treatment, at the graduate textbook level, of the field that has come to be known in the last decade or so as computational geometry. ... ... The book is well organized and lucidly written; a timely contribution by two founders of the field. It clearly demonstrates that computational geometry in the plane is now a fairly well-understood branch of computer science and mathematics. It also points the way to the solution of the more challenging problems in dimensions higher than two." #Mathematical Reviews#1 "... This remarkable book is a comprehensive and systematic study on research results obtained especially in the last ten years. The very clear presentation concentrates on basic ideas, fundamental combinatorial structures, and crucial algorithmic techniques. The plenty of results is clever organized following these guidelines and within the framework of some detailed case studies. A large number of figures and examples also aid the understanding of the material. Therefore, it can be highly recommended as an early graduate text but it should prove also to be essential to researchers and professionals in applied fields of computer-aided design, computer graphics, and robotics." #Biometrical Journal#2
Revised Report on the Algorithmic Language Algol 68
Author: A. van Wijngaarden
Publisher: Springer Science & Business Media
ISBN: 3642952798
Category : Mathematics
Languages : en
Pages : 241
Book Description
The report gives a complete defining description of the international algorithmic language Algol 60.
Publisher: Springer Science & Business Media
ISBN: 3642952798
Category : Mathematics
Languages : en
Pages : 241
Book Description
The report gives a complete defining description of the international algorithmic language Algol 60.
Project Oberon
Author: Niklaus Wirth
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 568
Book Description
Project Oberon contains a definition of the Oberon Language and describes its relation to Modula-2 and the software tools developed with the system. This definitive, first-hand account of the design, development, and implementation of Oberon completes the Oberon trilogy.
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 568
Book Description
Project Oberon contains a definition of the Oberon Language and describes its relation to Modula-2 and the software tools developed with the system. This definitive, first-hand account of the design, development, and implementation of Oberon completes the Oberon trilogy.
Advanced Programming Language Design
Author: Raphael A. Finkel
Publisher: Addison Wesley
ISBN:
Category : Computers
Languages : en
Pages : 504
Book Description
0805311912B04062001
Publisher: Addison Wesley
ISBN:
Category : Computers
Languages : en
Pages : 504
Book Description
0805311912B04062001
Modern Compiler Design
Author: Dick Grune
Publisher: Springer Science & Business Media
ISBN: 1461446996
Category : Computers
Languages : en
Pages : 832
Book Description
"Modern Compiler Design" makes the topic of compiler design more accessible by focusing on principles and techniques of wide application. By carefully distinguishing between the essential (material that has a high chance of being useful) and the incidental (material that will be of benefit only in exceptional cases) much useful information was packed in this comprehensive volume. The student who has finished this book can expect to understand the workings of and add to a language processor for each of the modern paradigms, and be able to read the literature on how to proceed. The first provides a firm basis, the second potential for growth.
Publisher: Springer Science & Business Media
ISBN: 1461446996
Category : Computers
Languages : en
Pages : 832
Book Description
"Modern Compiler Design" makes the topic of compiler design more accessible by focusing on principles and techniques of wide application. By carefully distinguishing between the essential (material that has a high chance of being useful) and the incidental (material that will be of benefit only in exceptional cases) much useful information was packed in this comprehensive volume. The student who has finished this book can expect to understand the workings of and add to a language processor for each of the modern paradigms, and be able to read the literature on how to proceed. The first provides a firm basis, the second potential for growth.
Literate Programming
Author: Donald Ervin Knuth
Publisher: Stanford Univ Center for the Study
ISBN: 9780937073803
Category : Computers
Languages : en
Pages : 368
Book Description
Literate programming is a programming methodology that combines a programming language with a documentation language, making programs more easily maintained than programs written only in a high-level language. A literate programmer is an essayist who writes programs for humans to understand. When programs are written in the recommended style they can be transformed into documents by a document compiler and into efficient code by an algebraic compiler. This anthology of essays includes Knuth's early papers on related topics such as structured programming as well as the Computer Journal article that launched literate programming. Many examples are given, including excerpts from the programs for TeX and METAFONT. The final essay is an example of CWEB, a system for literate programming in C and related languages. Index included.
Publisher: Stanford Univ Center for the Study
ISBN: 9780937073803
Category : Computers
Languages : en
Pages : 368
Book Description
Literate programming is a programming methodology that combines a programming language with a documentation language, making programs more easily maintained than programs written only in a high-level language. A literate programmer is an essayist who writes programs for humans to understand. When programs are written in the recommended style they can be transformed into documents by a document compiler and into efficient code by an algebraic compiler. This anthology of essays includes Knuth's early papers on related topics such as structured programming as well as the Computer Journal article that launched literate programming. Many examples are given, including excerpts from the programs for TeX and METAFONT. The final essay is an example of CWEB, a system for literate programming in C and related languages. Index included.
C Traps and Pitfalls
Author: Andrew Koenig
Publisher: Pearson Education India
ISBN: 9788177581393
Category : C (Computer program language)
Languages : en
Pages : 164
Book Description
This book helps to prevent such problems by showing how C programmers get themselves into trouble. Each of the book's many examples has trapped a professional programmer. Distilled from the author's experience over a decade of programming in C, this book is an ideal resource for anyone, novice or expert, who has ever written a C program.
Publisher: Pearson Education India
ISBN: 9788177581393
Category : C (Computer program language)
Languages : en
Pages : 164
Book Description
This book helps to prevent such problems by showing how C programmers get themselves into trouble. Each of the book's many examples has trapped a professional programmer. Distilled from the author's experience over a decade of programming in C, this book is an ideal resource for anyone, novice or expert, who has ever written a C program.