| Search | About | Preferences | Interact | Help | |
| 150 million books. 1 search engine. | ||

› Find signed collectible books: 'Basic FORTRAN IV with WATFOR and WATFIV: Self-Instructional Manual and Text'
More editions of Basic FORTRAN IV with WATFOR and WATFIV: Self-Instructional Manual and Text:
› Find signed collectible books: 'C++ Gems'
Stan Lippman, former C++ Report Editor (and best-selling author), brings you pearls of wisdom for getting the most out of C++. This carefully selected collection covers the first seven years of the C++ Report, from January 1989 through December 1995. It presents the pinnacle of writing on C++ by renowned experts in the field, and is a must-read for today's C++ programmer. It contains tips, tricks, proven strategies, easy-to-follow techniques, and usable source code. [via]
More editions of C++ Gems:
› Find signed collectible books: 'Compilers: Principles, Techniques, and Tools'
This introduction to compilers is the direct descendant of the well-known book by Aho and Ullman, Principles of Compiler Design. The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation. 0201100886B04062001 [via]
More editions of Compilers: Principles, Techniques, and Tools:

› Find signed collectible books: 'Constraint Programming Languages: Their Specification and Generation'
More editions of Constraint Programming Languages: Their Specification and Generation:
› Find signed collectible books: 'Core Java'
Experienced and advanced programmers can get to the heart of Java quickly and easily -- from the fundamentals to advanced tips and tricks of the experts -- with this book. Core Java provides comprehensive coverage of all Java features and syntax as well as Visual Basic and C/C++ tips that compare and contrast features of Java to those languages. This book is perfect for Visual Basic programmers who want to learn Java to broaden their marketability, C/C++ programmers who want to add it to their skill set because of the family resemblance between Java and C++, and COBOL programmers who want to "retool" by learning Java. The CD-ROM includes all source code and applets discussed in the book and the Java Developer's Kit. [via]
More editions of Core Java:
› Find signed collectible books: 'Essential Lisp'
A clear introduction to LISP, its functions and applications to artificial intelligence. Readers learning LISP on their PCs to researchers and programmers in industry and the military will find this book well suited to a self-study environment. [via]
More editions of Essential Lisp:
› Find signed collectible books: 'Fortran 77: Featuring Structured Programming'
More editions of Fortran 77: Featuring Structured Programming:

› Find signed collectible books: 'Fundamental Structures of Computer Science'
More editions of Fundamental Structures of Computer Science:
› Find signed collectible books: 'IBM PC Assembly Language and Programming'
This Fourth edition of this broad-based and comprehensive text covers all programming levels - from introductory through advanced. Both inexperienced readers and experienced programmers can learn and benefit. Appropriate for both two and four year schools. This revision retains the practical, hands on approach while and updating the text to include the latest changes in Assembly Language and Operating Systems. [via]
More editions of IBM PC Assembly Language and Programming:

› Find signed collectible books: 'Introduction to Computer Science With Applications in Pascal'
More editions of Introduction to Computer Science With Applications in Pascal:

› Find signed collectible books: 'An Introduction to Object-Oriented Programming and C++'
More editions of An Introduction to Object-Oriented Programming and C++:

› Find signed collectible books: 'Just Java'
More editions of Just Java:

› Find signed collectible books: 'Just Java and Beyond 1.1'
More editions of Just Java and Beyond 1.1:
› Find signed collectible books: 'Language As a Cognitive Process: Syntax'
More editions of Language As a Cognitive Process: Syntax:

› Find signed collectible books: 'The Latex Document Preparation System: User's Guide & Reference Manual'
More editions of The Latex Document Preparation System: User's Guide & Reference Manual:

› Find signed collectible books: 'A Little Smalltalk'
More editions of A Little Smalltalk:

› Find signed collectible books: 'The Metafont Book'
METAFONT, created by author Donald E. Knuth, is a computer language that allows you to produce professional quality typefaces using mathematical type design. "The METAFONTbook," a user's guide and reference manual, enables readers with only minimal computer science or word processing experience to master the basic as well as the more advanced areas of METAFONT programming.
Readers will learn how to write a program for each letter or symbol of a typeface. Using METAFONT, it is possible to customize a type design that already exists, or even to create an entire alphabet from scratch. It is particularly easy to create logos or special symbols. Advanced users will enjoy the freedom and artistry that METAFONT allows in creating original typefaces.
Knuth's familiar wit, and illustrations specially drawn by Duane Bibby, add a light touch to an unusually readable software manual. [via]

› Find signed collectible books: 'Metafont: The Program'
More editions of Metafont: The Program:

› Find signed collectible books: 'Modern Programming Using Rexx'
More editions of Modern Programming Using Rexx:
› Find signed collectible books: 'Object-Oriented Software Construction'
The developer of the acclaimed Eiffel programming language comes through with one of the clearest and most informative books about computers ever committed to paper. Object-Oriented Software Construction is the gospel of object-oriented technology and it deserves to be spread everywhere. Meyer opens with coverage of the need for an object-oriented approach to software development, citing improved quality and development speed as key advantages of the approach. He then explains all the key criteria that define an object-oriented approach to a problem. Meyer pays attention to techniques, such as classes, objects, memory management, and more, returning to each technique and polishing his readers' knowledge of it as he explains how to employ it "well". In a section on advanced topics, Meyer explores interesting and relevant topics, such as persistent objects stored in a database. He also offers a sort of "Do and Don't" section in which he enumerates common mistakes and ways to avoid them. Management information isn't the main point of Object-Oriented Software Construction, but you'll find some in its pages. Meyer concludes his tour de force with comparisons of all the key object-oriented languages, including Java. He also covers the potential of simulating object technology in non-object-oriented languages, such as Pascal and Fortran. The companion CD-ROM includes the full text of this book in hypertext form, as well as some tools for designing object-oriented systems. If you program computers, you need to read this book. --Jake Bond [via]
More editions of Object-Oriented Software Construction:

› Find signed collectible books: 'Perl by Example'
More editions of Perl by Example:
› Find signed collectible books: 'Postscript Language Reference Manual'
PostScript Language Reference Manual [Jul 01, 1985] ADOBE [via]
More editions of Postscript Language Reference Manual:
› Find signed collectible books: 'Principles of Programming Languages: Design, Evaluation, and Implementation'
Completely revised and updated, the third edition of Principles of Programming Languages: Design, Evaluation, and Implementation teaches key design and implementation skills essential for language designers, compiler writers, and other computer scientists. It also covers descriptive tools and historical precedents so that students can understand design issues in their historical context. Ideal for advanced undergraduate and graduate courses in programming languages and comparative languages, this text uses a unique horizontal organization that analyzes individual languages in their entirety, facilitating discussion of the interrelationships between the parts of a language. It teaches design skills by emphasizing basic principles more than details, focuses on methods of implementation over specific techniques, and presents concepts inductively. In-depth case studies of representative languages from five generations of programming language design (Fortran, Algol-60, Pascal, Ada, LISP, Smalltalk, and Prolog) are used to illustrate larger themes.
This third edition adds discussions of the phenomenology of programming languages, the role of conceptual models in language design, language size and complexity, and system implementation languages (with an emphasis on C). It covers programming environments (as illustrated by the Interlisp system) and recent developments in object-oriented programming (including C++, Ada 95, CLOS, and Java), and expands the discussion of multiple inheritance. Historical information has been updated to reflect new developments in the industry and many new exercises have been added as well. [via]
More editions of Principles of Programming Languages: Design, Evaluation, and Implementation:

› Find signed collectible books: 'Programming in Occam 2'
More editions of Programming in Occam 2:

› Find signed collectible books: 'Programming Language/one'
More editions of Programming Language/one:

› Find signed collectible books: 'Programming Languages: Concepts and Constructs'
More editions of Programming Languages: Concepts and Constructs:
› Find signed collectible books: 'Programming Languages: Design and Implementation'
This new edition includes the object-oriented paradigm and modern language. This text is designed to provide students with a broad and deep understanding of the major issues in both design and implementation of modern programming languages and a basic introduction to the underlying paradigms on which these languages are based. The emphasis throughout is on fundamental concepts - students learn important ideas, not minor language differences. [via]
More editions of Programming Languages: Design and Implementation:

› Find signed collectible books: 'Programming Languages: Design and Implementation'
More editions of Programming Languages: Design and Implementation:

› Find signed collectible books: 'Programming Languages:Design and Implementation: Design and Implementation'
More editions of Programming Languages:Design and Implementation: Design and Implementation:
› Find signed collectible books: 'Programming Pearls'
This book is a collection and expansion of the column, "Programming Pearls," published in Communication of the Association for Computing Machinery. The essays present programs that go beyond solid engineering techniques to be creative and clever solutions to computer problems. The programs are fun and they teach important programming techniques and fundamental design principles. Written in a engaging style, this book will appeal to people with some programming experience who want to learn more about refining their techniques. ACM Press. 0201103311B04062001 [via]
More editions of Programming Pearls:

› Find signed collectible books: 'The Scheme Programming Language'
More editions of The Scheme Programming Language:

› Find signed collectible books: 'The SNOBOL 4 Programming Language'
More editions of The SNOBOL 4 Programming Language:

› Find signed collectible books: 'Software Tools'
More editions of Software Tools:

› Find signed collectible books: 'Software Tools in Pascal'
More editions of Software Tools in Pascal:

› Find signed collectible books: 'The Standard C Library'
More editions of The Standard C Library:

› Find signed collectible books: 'Starting Forth: An Introduction to the Forth Language and Operating System for Beginners and Professionals'
More editions of Starting Forth: An Introduction to the Forth Language and Operating System for Beginners and Professionals:

› Find signed collectible books: 'The Texbook'
Here is the definitive guide to the use of TeX, written by the system's creator, Donald E. Knuth. TeX represents the state of the art in computer typesetting. It is particularly valuable where the document, article, or book to be produced contains a lot of mathematics, and where the user is concerned about typographic quality. TeX software offers both writers and publishers the opportunity to produce technical text of all kinds, in an attractive form, with the speed and efficiency of a computer system. Novice and expert users alike will gain from The TeXbook the level of information they seek. Knuth warns newcomers away from the more difficult areas, while he entices experienced users with new challenges. The novice need not learn much about TeX to prepare a simple manuscript with it. But for the preparation of more complex documents, The TeXbook contains all the detail required. Knuth's familiar wit, and illustrations specially drawn by Duane Bibby, add a light touch to an unusually readable software manual. The TeXbook is the first in a five-volume series on Computers and Typesetting, all authored by Knuth. 0201134470B04062001 [via]
› Find signed collectible books: 'Thinking Forth'
Thinking Forth applies a philosophy of problem solving and programming style to the unique programming language Forth. Published first in 1984, it could be among the timeless classics of computer books, such as Fred Brooks' The Mythical Man-Month and Donald Knuth's The Art of Computer Programming. Many software engineering principles discussed here have been rediscovered in eXtreme Programming, including (re)factoring, modularity, bottom-up and incremental design. Here you'll find all of those and more, such as the value of analysis and design, described in Leo Brodie's down-to-earth, humorous style, with illustrations, code examples, practical real life applications, illustrative cartoons, and interviews with Forth's inventor, Charles H. Moore as well as other Forth thinkers. [via]
More editions of Thinking Forth:

› Find signed collectible books: 'Thinking FORTH: A Language and Philosophy for Solving Problems'
More editions of Thinking FORTH: A Language and Philosophy for Solving Problems:

› Find signed collectible books: 'The Turing Programming Language: Design and Definition'
More editions of The Turing Programming Language: Design and Definition:
