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

Collected Algorithms
  • Language: en
  • Pages: 172

Collected Algorithms

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

None

Compiler Construction
  • Language: en
  • Pages: 637

Compiler Construction

  • Type: Book
  • -
  • Published: 2013-12-11
  • -
  • Publisher: Springer

None

Adaptive Quadrature Re-Revisited
  • Language: en
  • Pages: 244

Adaptive Quadrature Re-Revisited

  • Type: Book
  • -
  • Published: 2009
  • -
  • Publisher: Lulu.com

PhD Thesis of Pedro Gonnet on the topic of Adaptive Quadrature.ETH Thesis Nr. 18347 accepted on the recommendation of Prof. Dr. W. Gander, Prof. Dr. J. Waldvogel and Prof. Dr. D. Laurie.

Selected Writings on Computing: A personal Perspective
  • Language: en
  • Pages: 381

Selected Writings on Computing: A personal Perspective

Since the summer of 1973, when I became a Burroughs Research Fellow, my life has been very different from what it had been before. The daily routine changed: instead of going to the University each day, where I used to spend most of my time in the company of others, I now went there only one day a week and was most of the time -that is, when not travelling!- alone in my study. In my solitude, mail and the written word in general became more and more important. The circumstance that my employer and I had the Atlantic Ocean between us was a further incentive to keep a fairly complete record of what I was doing. The public part of that output found its place in what became known as "the EWD ser...

Computer Science and Scientific Computing
  • Language: en
  • Pages: 317

Computer Science and Scientific Computing

  • Type: Book
  • -
  • Published: 2014-05-10
  • -
  • Publisher: Elsevier

Computer Science and Scientific Computing contains the proceedings of the Third ICASE Conference on Scientific Computing held in Williamsburg, Virginia, on April l and 2, 1976, under the auspices of the Institute for Computer Applications in Systems Engineering at the NASA Langley Research Center. The conference provided a forum for reviewing all the aspects of scientific computing and covered topics ranging from computer-aided design (CAD) and computer science technology to the design of large hydrodynamics codes. Case studies in reliable computing are also presented. Comprised of 13 chapters, this book begins with an introduction to the use of the hierarchical family concept in the develop...

NASA's University Program
  • Language: en
  • Pages: 202

NASA's University Program

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

None

The Art of Computer Programming
  • Language: en
  • Pages: 719

The Art of Computer Programming

&>The bible of all fundamental algorithms and the work that taught many of today's software developers most of what they know about computer programming. —Byte, September 1995 I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home... and even at a Little League game when my son wasn't in the line-up. —Charles Long If you think you're a really good programmer... read [Knuth's] Art of Computer Programming... You should definitely send me a resume if you can read the whole thing. —Bill Gates It's always a pleasure when a problem is hard enough that you have to get the Knuths off the ...

Software Engineering Education
  • Language: en
  • Pages: 167

Software Engineering Education

"Software engineering" is a term which was coined in the late 1960's as the theme for a workshop on the problems involved in producing software that could be developed economicaLly and would run reliably on real machines. Even now, software engineering is more of a wish than a reality, but the last few years have seen an increased awareness of the need to apply an engineering-type discipline to the design and construction of software systems. Many new proposals have been made for the management of software development and maintenance and many methodologies have been suggested for improving the programming process. As these problems and solutions become better understood, there is a growing n...

Software Engineering Education
  • Language: en
  • Pages: 620

Software Engineering Education

While vols. III/29 A, B (published in 1992 and 1993, respectively) contains the low frequency properties of dielectric crystals, in vol. III/30 the high frequency or optical properties are compiled. While the first subvolume 30 A contains piezooptic and elastooptic constants, linear and quadratic electrooptic constants and their temperature coefficients, and relevant refractive indices, the present subvolume 30 B covers second and third order nonlinear optical susceptibilities. For the reader's convenience an alphabetical formula index and an alphabetical index of chemical, mineralogical and technical names for all substances of volumes 29 A, B and 30 A, B are included.

C2 Compiler Concepts
  • Language: en
  • Pages: 188

C2 Compiler Concepts

Writing a compiler is a very good practice for learning how complex problems could be solved using methods from software engineering. It is extremely important to program rather carefully and exactly, because we have to remember that a compiler is a program which has to handle an input that is usually incorrect. Therefore, the compiler itself must be error-free. Referring to Niklaus Wirth, we postulate that the grammatical structure of a language must be reflected in the structure of the compiler. Thus, the complexity of a language determines the complexity of the compiler (cf. Compilerbau. B. G. Teubner Verlag, Stuttgart, 1986). This book is about the translation of programs written in a hi...