enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. The Art of Computer Programming - Wikipedia

    en.wikipedia.org/.../The_Art_of_Computer_Programming

    The first volume of ‘The Art of Computer Programming’, ‘Fundamental Algorithms’, took five years to complete between 1963 and 1968 while working at both Caltech and Burroughs. Knuth's dedication in Volume 1 reads: This series of books is affectionately dedicated to the Type 650 computer once installed at Case Institute of Technology,

  3. File:Peter Norvig. Paradigms of AI Programming.pdf - Wikipedia

    en.wikipedia.org/wiki/File:Peter_Norvig...

    English: Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig "This is an open-source repository for the book Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig (1992), and the code contained therein.

  4. Concepts, Techniques, and Models of Computer Programming

    en.wikipedia.org/wiki/Concepts,_Techniques,_and...

    Using a carefully selected progression of subsets of the Oz programming language, the book explains the most important programming concepts, techniques, and models . Translations of this book have been published in French (by Dunod Éditeur, 2007), Japanese (by Shoeisha, 2007) and Polish (by Helion, 2005).

  5. The Pragmatic Programmer - Wikipedia

    en.wikipedia.org/wiki/The_Pragmatic_Programmer

    The Pragmatic Programmer: From Journeyman to Master is a book about computer programming and software engineering, written by Andrew Hunt and David Thomas and published in October 1999. [1] [2] [3] It is used as a textbook in related university courses. [4] It was the first in a series of books under the label The Pragmatic Bookshelf.

  6. SICP has been influential in computer science education, and several later books have been inspired by its style. Structure and Interpretation of Classical Mechanics (SICM), another book that uses Scheme as an instructional element, by Gerald Jay Sussman and Jack Wisdom; Software Design for Flexibility, by Chris Hanson and Gerald Jay Sussman

  7. The C Programming Language - Wikipedia

    en.wikipedia.org/wiki/The_C_Programming_Language

    The C Programming Language (sometimes termed K&R, after its authors' initials) is a computer programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the C programming language, as well as co-designed the Unix operating system with which development of the language was closely intertwined.

  8. Compilers: Principles, Techniques, and Tools - Wikipedia

    en.wikipedia.org/wiki/Compilers:_Principles...

    Compilers: Principles, Techniques, and Tools [1] is a computer science textbook by Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman about compiler construction for programming languages. First published in 1986, it is widely regarded as the classic definitive compiler technology text.

  9. How to Design Programs - Wikipedia

    en.wikipedia.org/wiki/How_to_Design_Programs

    For each kind of data definition, the book explains how to organize the program in principle, thus enabling a programmer who encounters a new form of data to still construct a program systematically. Like Structure and Interpretation of Computer Programs (SICP), HtDP relies on a variant of the programming language Scheme.