Money A2Z 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. 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.

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

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

    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.

  5. Code: The Hidden Language of Computer Hardware and Software

    en.wikipedia.org/wiki/Code:_The_Hidden_Language...

    978-0735605053. Website. www.charlespetzold.com /code. Code: The Hidden Language of Computer Hardware and Software (1999) is a book by Charles Petzold that seeks to teach how personal computers work at a hardware and software level. In the preface to the 2000 softcover edition, Petzold wrote that his goal was for readers to understand how ...

  6. 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 as ...

  7. Computer - Wikipedia

    en.wikipedia.org/wiki/Computer

    A human computer, with microscope and calculator, 1952. It was not until the mid-20th century that the word acquired its modern definition; according to the Oxford English Dictionary, the first known use of the word computer was in a different sense, in a 1613 book called The Yong Mans Gleanings by the English writer Richard Brathwait: "I haue [] read the truest computer of Times, and the best ...

  8. The C++ Programming Language - Wikipedia

    en.wikipedia.org/wiki/The_C++_Programming_Language

    The first edition of The C++ Programming Language was published in 1985. As C++ evolved, a second edition was published in July 1991, reflecting the changes made. The third edition of the book was first published on 30 June 1997; a hardcover version of the third edition, with two new appendices, was later published as The C++ Programming Language: Special Edition on 11 February 2000.

  9. Modern Operating Systems - Wikipedia

    en.wikipedia.org/wiki/Modern_Operating_Systems

    It is now in its 5th edition, published October 2022 (ISBN 9780137618880), written together with Herbert Bos. Modern Operating Systems (mostly known as MOS) is a popular book across the globe and includes the fundamentals of an operating system with small amounts of code written in autonomous C language. MOS describes many scheduling algorithms.