City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Structure and Interpretation of Computer Programs ( SICP) is a computer science textbook by Massachusetts Institute of Technology professors Harold Abelson and Gerald Jay Sussman with Julie Sussman. It is known as the "Wizard Book" in hacker culture. [1] It teaches fundamental principles of computer programming, including recursion, abstraction ...

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

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

    005.4/53 19. LC Class. QA76.76.C65 A37 1986. 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.

  4. 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.

  5. The Art of Computer Programming - Wikipedia

    en.wikipedia.org/wiki/The_Art_of_Computer...

    The Art of Computer Programming ( TAOCP) is a comprehensive monograph written by the computer scientist Donald Knuth presenting programming algorithms and their analysis. Volumes 1–5 are intended to represent the central core of computer programming for sequential machines. When Knuth began the project in 1962, he originally conceived of it ...

  6. Introduction to Algorithms - Wikipedia

    en.wikipedia.org/wiki/Introduction_to_Algorithms

    Introduction to Algorithms is a book on computer programming by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.The book has been widely used as the textbook for algorithms courses at many universities and is commonly cited as a reference for algorithms in published papers, with over 10,000 citations documented on CiteSeerX, and over 67,000 citation on Google ...

  7. Principles of Compiler Design - Wikipedia

    en.wikipedia.org/wiki/Principles_of_Compiler_Design

    614. ISBN. 0-201-00022-9. Principles of Compiler Design, by Alfred Aho and Jeffrey Ullman, is a classic textbook on compilers for computer programming languages. Both of the authors won the 2020 Turing award for their work on compilers. It is often called the " green dragon book " [1] and its cover depicts a knight and a dragon in battle; the ...

  8. Introduction to Automata Theory, Languages, and Computation

    en.wikipedia.org/wiki/Introduction_to_Automata...

    The forerunner of this book appeared under the title Formal Languages and Their Relation to Automata in 1968. Forming a basis both for the creation of courses on the topic, as well as for further research, that book shaped the field of automata theory for over a decade, cf. (Hopcroft 1989).

  9. Essentials of Programming Languages - Wikipedia

    en.wikipedia.org/wiki/Essentials_of_Programming...

    LC Class. QA76.7 .F73 2008. Essentials of Programming Languages ( EOPL) is a textbook on programming languages by Daniel P. Friedman, Mitchell Wand, and Christopher T. Haynes . EOPL surveys the principles of programming languages from an operational perspective. It starts with an interpreter in Scheme for a simple functional core language ...