Book picks similar to
Groundwater by R. Allan Freeze


engineering
science
rocks-related
abandoned

The Art of Computer Programming, Volume 1: Fundamental Algorithms


Donald Ervin Knuth - 1973
     -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 shelf. I find that merely opening one has a very useful terrorizing effect on computers. -Jonathan Laventhol This first volume in the series begins with basic programming concepts and techniques, then focuses more particularly on information structures-the representation of information inside a computer, the structural relationships between data elements and how to deal with them efficiently. Elementary applications are given to simulation, numerical methods, symbolic computing, software and system design. Dozens of simple and important algorithms and techniques have been added to those of the previous edition. The section on mathematical preliminaries has been extensively revised to match present trends in research. Ebook (PDF version) produced by Mathematical Sciences Publishers (MSP), http: //msp.org

Structure and Interpretation of Computer Programs


Harold Abelson - 1984
    This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

Design Patterns: Elements of Reusable Object-Oriented Software


Erich Gamma - 1994
    Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

Compilers: Principles, Techniques, and Tools


Alfred V. Aho - 1986
    The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.

Organic Chemistry II as a Second Language


David R. Klein - 2005
    It explores the critical concepts while also examining why they are relevant. The core content is presented within the framework of predicting products, proposing mechanisms, and solving synthesis problems. Readers will fine-tune the key skills involved in solving those types of problems with the help of interactive, step-by-step instructions and problems.

Janeway's Immunobiology


Kenneth M. Murphy - 2007
    The Eighth Edition has been thoroughly revised and updated and is available in both print and e-book formats.Janeway s Immunobiology continues to set the standard for currency and authority with its clear writing style and organization, uniform art program, and scientific accuracy. It presents a consistent point of view throughout that of the host s interaction with an environment containing many species of potentially harmful microorganisms. The full-color art program is conceptually coherent and illustrates the processes and mechanisms underlying the concepts in the text. The 16 chapters in this readable, accessible textbook are organized and presented in such a way as to help deliver a complete one-semester immunology course, beginning with innate immunity, then moving to adaptive immunity, and ending with applied clinical immunology.Discussion questions are provided at the end of Chapters 2 to 16. These questions can be used for review, or as the basis for discussion in class or in informal study groups. Summaries conclude each section and each chapter. As in previous editions, a caduceus icon in the margins indicates topics which are correlated to Case Studies in Immunology, Sixth Edition by Geha and Notarangelo.New in the Eighth EditionInnate immunity has been updated and expanded and is now presented in two separate chapters (Chapters 2 and 3), as well as being further emphasized in the rest of the textbook. Chapter 2 covers antimicrobial peptides and the complement system, and Chapter 3 deals with cellular innate receptors and cell-mediated innate immunity (e.g. TLRs, phagocytosis, NK cells, interferon production, innate-like lymphocytes). The section on complement has been reworked and reconceived explaining the lectin pathway first making it easier to teach by placing it into the context of innate recognition. Evolution is now incorporated throughout the text, helping students see similar strategies used by different organisms. The text and figures of Chapter 7 Signaling Through Immune System Receptors have been revised to present a cohesive synthesis of signaling for immunology, focusing on improved illustration of antigen recognition signaling and lymphocyte activation. Signaling through other receptors is dealt with wherever appropriate throughout the book. Updated chapter on B-cell immune responses (Chapter 10), especially on trafficking of B cells in peripheral lymphoid organs (e.g. lymph nodes) and the locations at which they encounter antigen. Coverage of mucosal immunity (Chapter 12) has been brought up to date, including responses to the commensal microbiota and the role of specialized dendritic cells and the regulatory T cells in maintaining tolerance to food antigens and commensal bacteria. Chapter 13, Failures of Host Defense Mechanisms, has been reorganized and revised to structure an understanding of primary immunodeficiencies in the context of developmental pathways. Chapter 16, Manipulation of the Immune Response, has been heavily revised to include a greater emphasis on clinical issues and a complete update of immunotherapeutics and vaccines. Many new and revised figures illustrate the processes and mechanisms underlying the concepts presented in the text. The icons used have been updated and expanded to incorporate a new emphasis on signaling pathways. New references have been added throughout the text.

Explorations: Introduction to Astronomy


Thomas T. Arny - 1994
    This new edition continues to offer the most complete technology/new media support package available. That technology/new media package includes: Interactives, Animations, and introducing Connect - online homework and course management.

Physical Chemistry: A Molecular Approach


Donald A. McQuarrie - 1997
    It covers all relevant areas, including molecular spectroscopy, electronic structure computations, molecular beam methods and time-resolved measurements of chemical systems.

Guidebook to Mechanism in Organic Chemistry


Peter Sykes - 1970
    This guidebook is aimed clearly at the needs of the student, with a thorough understanding of, and provision for, the potential conceptual difficulties he or she is likely to encounter.

Basic Principles And Calculations In Chemical Engineering


David M. Himmelblau - 2003
    

Python Cookbook


David Beazley - 2002
    Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.Topics include:Data Structures and AlgorithmsStrings and TextNumbers, Dates, and TimesIterators and GeneratorsFiles and I/OData Encoding and ProcessingFunctionsClasses and ObjectsMetaprogrammingModules and PackagesNetwork and Web ProgrammingConcurrencyUtility Scripting and System AdministrationTesting, Debugging, and ExceptionsC Extensions

The C# Player's Guide


R.B. Whitaker - 2012
    

Computer Organization & Design: The Hardware/Software Interface


David A. Patterson - 1993
    More importantly, this book provides a framework for thinking about computer organization and design that will enable the reader to continue the lifetime of learning necessary for staying at the forefront of this competitive discipline. --John Crawford Intel Fellow Director of Microprocessor Architecture, Intel The performance of software systems is dramatically affected by how well software designers understand the basic hardware technologies at work in a system. Similarly, hardware designers must understand the far reaching effects their design decisions have on software applications. For readers in either category, this classic introduction to the field provides a deep look into the computer. It demonstrates the relationship between the software and hardware and focuses on the foundational concepts that are the basis for current computer design. Using a distinctive learning by evolution approach the authors present each idea from its first principles, guiding readers through a series of worked examples that incrementally add more complex instructions until they ha