Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Structure and Interpretation of Computer Programs
  • Language: en
  • Pages: 642

Structure and Interpretation of Computer Programs

  • Type: Book
  • -
  • Published: 2022-04-12
  • -
  • Publisher: MIT Press

A new version of the classic and widely used text adapted for the JavaScript programming language. Since the publication of its first edition in 1984 and its second edition in 1996, Structure and Interpretation of Computer Programs (SICP) has influenced computer science curricula around the world. Widely adopted as a textbook, the book has its origins in a popular entry-level computer science course taught by Harold Abelson and Gerald Jay Sussman at MIT. SICP introduces the reader to central ideas of computation by establishing a series of mental models for computation. Earlier editions used the programming language Scheme in their program examples. This new version of the second edition has...

Computer Spacegames
  • Language: en

Computer Spacegames

  • Type: Book
  • -
  • Published: 1982
  • -
  • Publisher: Edc Pub

Offers computer programs for a dozen games, explains how each program works, and suggests ways to modify the games.

The Preparation of Programs for an Electronic Digital Computer
  • Language: en
  • Pages: 226

The Preparation of Programs for an Electronic Digital Computer

  • Type: Book
  • -
  • Published: 1982
  • -
  • Publisher: Unknown

None

The Art of Differentiating Computer Programs
  • Language: en
  • Pages: 358

The Art of Differentiating Computer Programs

  • Type: Book
  • -
  • Published: 2012-01-01
  • -
  • Publisher: SIAM

This is the first entry-level book on algorithmic (also known as automatic) differentiation (AD), providing fundamental rules for the generation of first- and higher-order tangent-linear and adjoint code. The author covers the mathematical underpinnings as well as how to apply these observations to real-world numerical simulation programs. Readers will find: examples and exercises, including hints to solutions; the prototype AD tools dco and dcc for use with the examples and exercises; first- and higher-order tangent-linear and adjoint modes for a limited subset of C/C++, provided by the derivative code compiler dcc; a supplementary website containing sources of all software discussed in the book, additional exercises and comments on their solutions (growing over the coming years), links to other sites on AD, and errata.

How to Design Programs, second edition
  • Language: en
  • Pages: 793

How to Design Programs, second edition

  • Type: Book
  • -
  • Published: 2018-05-04
  • -
  • Publisher: MIT Press

A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming. This introduction to programming places computer science at the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process, presenting program design guidelines that show the reader how to analyze a problem statement, how to formulate concise goals, how to make up examples, how to develop an outline of the solution, how to finish the program, and how to test it. Because learning to design programs is about the study of principles and the acquisition of tr...

Analysis of Turbulent Flows with Computer Programs
  • Language: en
  • Pages: 391

Analysis of Turbulent Flows with Computer Programs

  • Type: Book
  • -
  • Published: 2004-04-20
  • -
  • Publisher: Elsevier

Modelling and Computation of Turbulent Flows has been written by one of the most prolific authors in the field of CFD. Professor of aerodynamics at SUPAERO and director of DMAE at ONERA, the author calls on both his academic and industrial experience when presenting this work. The field of CFD is strongly represented by the following corporate companies; Boeing; Airbus; Thales; United Technologies and General Electric, government bodies and academic institutions also have a strong interest in this exciting field. Each chapter has also been specifically constructed to constitute as an advanced textbook for PhD candidates working in the field of CFD, making this book essential reading for researchers, practitioners in industry and MSc and MEng students.* A broad overview of the development and application of Computational Fluid Dynamics (CFD), with real applications to industry* A Free CD-Rom which contains computer program's suitable for solving non-linear equations which arise in modeling turbulent flows* Professor Cebeci has published over 200 technical papers and 14 books, a world authority in the field of CFD

The Beginner's Guide to Computers
  • Language: en
  • Pages: 216

The Beginner's Guide to Computers

  • Type: Book
  • -
  • Published: 1982
  • -
  • Publisher: Unknown

Explains the development of modern computers, how they work, and their uses.

Guide to the Software Engineering Body of Knowledge (Swebok(r))
  • Language: en
  • Pages: 348

Guide to the Software Engineering Body of Knowledge (Swebok(r))

  • Type: Book
  • -
  • Published: 2014
  • -
  • Publisher: Unknown

In the Guide to the Software Engineering Body of Knowledge (SWEBOK(R) Guide), the IEEE Computer Society establishes a baseline for the body of knowledge for the field of software engineering, and the work supports the Society's responsibility to promote the advancement of both theory and practice in this field. It should be noted that the Guide does not purport to define the body of knowledge but rather to serve as a compendium and guide to the knowledge that has been developing and evolving over the past four decades. Now in Version 3.0, the Guide's 15 knowledge areas summarize generally accepted topics and list references for detailed information. The editors for Version 3.0 of the SWEBOK(R) Guide are Pierre Bourque (Ecole de technologie superieure (ETS), Universite du Quebec) and Richard E. (Dick) Fairley (Software and Systems Engineering Associates (S2EA)).

Computer Programs for Epidemiologists
  • Language: en

Computer Programs for Epidemiologists

Each statistical technique is thoroughly explained and illustrated with practical examples from basics to advanced methods. The included CD-ROM contains the programs discussed in the book.

Quadratic Programming with Computer Programs
  • Language: en
  • Pages: 401

Quadratic Programming with Computer Programs

  • Type: Book
  • -
  • Published: 2017-07-12
  • -
  • Publisher: CRC Press

Quadratic programming is a mathematical technique that allows for the optimization of a quadratic function in several variables. QP is a subset of Operations Research and is the next higher lever of sophistication than Linear Programming. It is a key mathematical tool in Portfolio Optimization and structural plasticity. This is useful in Civil Engineering as well as Statistics.