Best of
Technical

1991

Effective C++: 55 Specific Ways to Improve Your Programs and Designs


Scott Meyers - 1991
    But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s now STL. Design patterns. Even new functionality being added through TR1 and Boost.) So Meyers has done a top-to-bottom rewrite, identifying the 55 most valuable techniques you need now to be exceptionally effective with C++. Over half of this edition s content is new. Templates broadly impact C++ development, and you ll find them everywhere. There s extensive coverage of multithreaded systems. There s an entirely new chapter on resource management. You ll find substantial new coverage of exceptions. Much is gained, but nothing s lost: You ll find the same depth of practical insight that first made Effective C++ a classic all those years ago. Bill Camarda, from the July 2005 href="http://www.barnesandnoble.com/newslet... Only

The Probabilistic Method


Noga Alon - 1991
    Still without competition nearly a decade later, this new edition brings you up to speed on recent developments, while adding useful exercises and over 30% new material. It continues to emphasize the basic elements of the methodology, discussing in a remarkably clear and informal style both algorithmic and classical methods as well as modern applications. The Probabilistic Method, Second Edition begins with basic techniques that use expectation and variance, as well as the more recent martingales and correlation inequalities, then explores areas where probabilistic techniques proved successful, including discrepancy and random graphs as well as cutting-edge topics in theoretical computer science. A series of proofs, or "probabilistic lenses," are interspersed throughout the book, offering added insight into the application of the probabilistic approach. New and revised coverage includes: * Several improved as well as new results * A continuous approach to discrete probabilistic problems * Talagrand's Inequality and other novel concentration results * A discussion of the connection between discrepancy and VC-dimension * Several combinatorial applications of the entropy function and its properties * A new section on the life and work of Paul Erdos-the developer of the probabilistic method

Quality Software Management V 1 – Systems Thinking


Gerald M. Weinberg - 1991
    Weinberg tackles the first requirement for developing quality software: learning to think correctly -- about problems, solutions, and quality itself. Guidelines on management are introduced to stimulate the kind of thinking needed.

Elements of Information Theory


Thomas M. Cover - 1991
    Readers are provided once again with an instructive mix of mathematics, physics, statistics, and information theory.All the essential topics in information theory are covered in detail, including entropy, data compression, channel capacity, rate distortion, network information theory, and hypothesis testing. The authors provide readers with a solid understanding of the underlying theory and applications. Problem sets and a telegraphic summary at the end of each chapter further assist readers. The historical notes that follow each chapter recap the main points.The Second Edition features: * Chapters reorganized to improve teaching * 200 new problems * New material on source coding, portfolio theory, and feedback capacity * Updated referencesNow current and enhanced, the Second Edition of Elements of Information Theory remains the ideal textbook for upper-level undergraduate and graduate courses in electrical engineering, statistics, and telecommunications.

2000 Solved Problems in Discrete Mathematics


Seymour Lipschutz - 1991
    Each year, thousands of students improve their test scores and final grades with these indispensable guides. Get the edge on your classmates. Use Schaum's!If you don't have a lot of time but want to excel in class, use this book to:Brush up before testsStudy quickly and more effectivelyLearn the best strategies for solving tough problems in step-by-step detailReview what you've learned in class by solving thousands of relevant problems that test your skillCompatible with any classroom text, Schaum's Solved Problem Guides let you practice at your own pace and remind you of all the important problem-solving techniques you need to remember--fast! And Schaum's are so complete, they're perfect for preparing for graduate or professional exams.Inside you will find:2,000 solved problems with complete solutions--the largest selection of solved problems yet published on this subjectAn index to help you quickly locate the types of problems you want to solveProblems like those you'll find on your examsTechniques for choosing the correct approach to problemsGuidance toward the quickest, most efficient solutionsIf you want top grades and thorough understanding of discrete mathematics, this powerful study tool is the best tutor you can have!

Nonlinear Systems


Hassan K. Khalil - 1991
    It has been reorganized into four parts: basic analysis, analysis of feedback systems, advanced analysis, and nonlinear feedback control. KEY TOPICS: Updated content includes subjects which have proven useful in nonlinear control design in recent years--new in the 3rd edition are: expanded treatment of passivity and passivity-based control; integral control, high-gain feedback, recursive methods, optimal stabilizing control, control Lyapunov functions, and observers. MARKET: For use as a self-study or reference guide by engineers and applied mathematicians.

Blisters and Bliss


David Foster - 1991
    And for over twelve years, this book has been the definitive guide to the world-famous trail. This fifth edition is completely up-to-date and expanded to include the latest on trail information, reservations, travel connections, and trekker tips. The illustrations are a delight, and the book now includes a special section for northbound and southbound hikers.

The Compleat Taildragger Pilot


Harvey S. Plourde - 1991
    Includes new material on torque, crosswind landing gear, P-factor, crabbed crosswind landing and a section for flight instructors

Endgame Analysis


Mark Dvoretsky - 1991
    He analyzes a wide range of positions, and his comments are packed with advice. Special test positions and frequent questions ensure the reader's participation. Endgame Analysis is a new edition of the 1991 book Secrets of Chess Training published by Batsford which should not be confused with the 2006 Secrets of Chess Training book published by Edition Olms which is a separate title.

Probability with Martingales


David Williams - 1991
    The author adopts the martingale theory as his main theme and moves at a lively pace through the subject's rigorous foundations. Measure theory is introduced and then immediately exploited by being applied to real probability theory. Classical results, such as Kolmogorov's Strong Law of Large Numbers and Three-Series Theorem are proved by martingale techniques. A proof of the Central Limit Theorem is also given. The author's style is entertaining and inimitable with pedagogy to the fore. Exercises play a vital role; there is a full quota of interesting and challenging problems, some with hints.

Continuum Mechanics for Engineers


G. Thomas Mase - 1991
    With the addition of three new chapters and eight new sections to existing chapters, the authors now provide even better coverage of continuum mechanics basics and focus even more attention on its applications.Beginning with the basic mathematical tools needed-including matrix methods and the algebra and calculus of Cartesian tensors-the authors develop the principles of stress, strain, and motion and derive the fundamental physical laws relating to continuity, energy, and momentum. With this basis established, they move to their expanded treatment of applications, including linear and nonlinear elasticity, fluids, and linear viscoelasticityMastering the contents of Continuum Mechanics: Second Edition provides the reader with the foundation necessary to be a skilled user of today's advanced design tools, such as sophisticated simulation programs that use nonlinear kinematics and a variety of constitutive relationships. With its ample illustrations and exercises, it offers the ideal self-study vehicle for practicing engineers and an excellent introductory text for advanced engineering students.

The Standard C Library


P.J. Plauger - 1991
    A companion volume to Kernighan & Ritchie's C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library. It covers elements of the library with which even the most experienced C programmers are not familiar such as internationalization (the ability to write programs that can adapt to different cultural locales, for example, using the C library, programmers can write software that manipulates large character sets such as Kanji). Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. A separate chapter covers each header, including excerpts from relevant portions of the C Standard showing all codes needed to implement each portion of the library and explaining why it is necessary. The book teaches readers the concepts and design issues associated with library building. Using this book, programemrs will be less likely to re-code something that already exists in a given program. Plauger is one of the world's leading experts on C and the C Library.

Physics, Volume 2


David Halliday - 1991
    The Fourth Edition of volumes 1 and 2 is concerned with mechanics and E&M/Optics. New features include: expanded coverage of classic physics topics, substantial increases in the number of in-text examples which reinforce text exposition, the latest pedagogical and technical advances in the field, numerical analysis, computer-generated graphics, computer projects and much more.

Mechanics and Thermodynamics of Propulsion


Philip Hill - 1991
    The book also demonstrates how these fundamental principles can lead directly to useful quantitative assessments of performance as well as possibilities for improvement. The second edition provides a wide range of new illustrative material on modern aircraft and rocket engines. The author s have also improved their explanations of pertinent physical phenomena and have introduced preliminary design procedures in this edition.

Principles and Prevention of Corrosion


Denny A. Jones - 1991
    Comprehensive approach to scientific principles and methods that underlie the cause, detection, measurement and prevention of many metal corrosion problems engineering practices.

The Art of Comp Systems Perform Analysis


Raj Jain - 1991
    Highly recommended!" -Dr. Leonard Kleinrock University of California, Los Angeles "An entirely refreshing text which has just the right mixture of theory and real world practice. The book is ideal for both classroom instruction and self-study." -Dr. Raymond L. Pickholtz President, IEEE Communications Society "An extraordinarily comprehensive treatment of both theoretical and practical issues." -Dr. Jeffrey P. Buzen Internationally recognized performance analysis expert ." it is the most thorough book available to date" -Dr. Erol Gelenbe Universite Rene Descartes, Paris ." an extraordinary book.. A worthy addition to the bookshelf of any practicing computer or communications engineer" -Dr. Vinton G. Cer Chairman, ACM SIGCOMM "This is an unusual object, a textbook that one wants to sit down and peruse. The prose is clear and fluent, but more important, it is witty." -Allison Mankin The Mitre Washington Networking Center Newsletter

Fundamentals of Software Engineering


Carlo Ghezzi - 1991
    In contrast to other books which are based on the lifecycle model of software development, the authors emphasize identifying and applying fundamental principles that are applicable throughout the software lifecycle. This emphasis enables readers to respond to the rapid changes in technology that are common today. Principles and techniques are emphasized rather than specific tools--users learn why particular techniques should or should not be used. Understanding the principles and techniques on which tools are based makes mastering a variety of specific tools easier. KEY TOPICS: The authors discuss principles such as design, specification, verification, production, management and tools. Now coverage includes: more detailed analysis and explanation of object-oriented techniques; the use of Unified Modeling Language (UML); requirements analysis and software architecture; Model checking--a technique that provides automatic support to the human activity of software verification; GQM--used to evaluate software quality and help improve the software process; Z specification language. MARKET: For software engineers.

Applied Petroleum Reservoir Engineering


B.C. Craft - 1991
    Numerous real world examples clarify the material, providing the reservoir engineer with the practical information to make applied calculations.

Introduction to Probability and Mathematical Statistics


Lee J. Bain - 1991
    Numerous applied and realistic exercises and examples are included. NEW: chapter 8 covers sampling distributions; new section on sequential tests; coverage of regression and linear models.

The Unicode Standard


The Unicode Consortium - 1991
    Knuth, The Art of Computer Programming“For more than a decade, Unicode has been a foundation for many Microsoft products and technologies; Unicode Standard Version 5.0 will help us deliver important new benefits to users.” —Bill Gates, chairman, Microsoft Corporation“The path W3C follows to making text on the Web truly global is Unicode.” —Sir Tim Berners-Lee, KBE, Web inventor and director of the World Wide Consortium (W3C)“Without Unicode, Java wouldn’t be Java, and the Internet would have a harder time connecting the people of the world.” —James Gosling, Inventor of Java, Sun Microsystems, Inc.These and other software luminaries recognize that Unicode has become an indispensable tool for supporting an increasingly global marketplace (see inside for more acclaim). A comprehensive system of standards for representing alphabets throughout the world, Unicode is the basis for modern programming—Windows, XML, Python, Perl, Mac OS, Linux—and every major search engine and browser in operation today. New to Unicode Version 5.0. A stable foundation for Unicode Security Mechanisms Property data for the Unicode Collation Algorithm and Common Locale Data Repository Improvements to the Unicode Encoding Model for UTF-8 Rigorous stability of case folding and identifiers for improved interoperability and backward compatibility—enabling additional new ways to optimize code. A systematic framework for improved text processing for greater reliability—covering combining characters, Unicode strings, line breaking, and segmentation.This new edition of Unicode’s official reference manual has been substantially updated to document the latest revisions to the Unicode Standard, with hundreds of pages of new information. It includes major revisions to text, figures, tables, definitions, and conformance clauses, and provides clear and practical answers to common questions. For the first time, the book contains the Unicode Standard Annexes, which specify vital processes such as text normalization and identifier parsing.These improvements are so important that Version 5.0 is the basis for Microsoft’s Vista generation of operating systems, and is included in upgrade plans for Google, Yahoo, and ICU, to name but a few.This is the one book all developers using Unicode must have.

Measure Theory and Fine Properties of Functions


Lawrence Craig Evans - 1991
    Topics covered include a quick review of abstract measure theory, theorems and differentiation in Mn, lower Hausdorff measures, area and coarea formulas for Lipschitz mappings and related change-of-variable formulas, and Sobolev functions and functions of bounded variation.The text provides complete proofs of many key results omitted from other books, including Besicovitch's Covering Theorem, Rademacher's Theorem (on the differentiability a.e. of Lipschitz functions), the Area and Coarea Formulas, the precise structure of Sobolev and BV functions, the precise structure of sets of finite perimeter, and Alexandro's Theorem (on the twice differentiability a.e. of convex functions).Topics are carefully selected and the proofs succinct, but complete, which makes this book ideal reading for applied mathematicians and graduate students in applied mathematics.

Lunar Sourcebook: A User's Guide to the Moon


Grant H. Heiken - 1991
    It provides a thorough introduction to lunar studies and a summary of current information about the nature of the lunar environment. It explores the formation and evolution of the Moon's surface, the chemical and mineralogical nature of lunar rocks and soils, and the current state of scientific knowledge about the nature, origin, and history of the Moon. The book is written and edited by scientists from academia, industry, and government active in every field of lunar research and all veterans of the Apollo program. Engineers, mission planners, planetary scientists, educators, and students interested in scientific study and exploration of the Moon will find this a unique and essential reference.

Cossacks in the German Army 1941-1945


Samuel J. Newland - 1991
    Their reward was forced repatriation into Stalin's Gulag at the hands of Western powers in 1945.

Software Metrics: A Rigorous and Practical Approach


Norman E. Fenton - 1991
    The Second Edition of SOFTWARE METRICS provides an up-to-date, coherent, and rigorous framework for controlling, managing, and predicting software development processes.

Troubleshooting Analog Circuits


Robert A. Pease - 1991
    Over the years, he's developed techniques and methods to expedite the often-difficult tasks of debugging and troubleshooting analog circuits. Now, Bob has compiled his "battle-tested" method in the pages of this book. Based on his immensely popular series in EDN Magazine, the book contains a wealth of new material. Every chapter has been expanded, and two new chapters and several useful appendices have been added. Numerous tables summarizing troubleshooting approaches for various components are another welcome addition.

The Oberon System: User Guide And Programmer's Manual


Martin Reiser - 1991
    

ASM Handbook, Volume 04: Heat Treating


ASM International - 1991
    Volume 4 has been organized into eight major sections: heat treating of

Testifying in Court: Guidelines and Maxims for the Expert Witness


Stanley L. Brodsky - 1991
    This work, designed for mental health professionals, offers guidance on effective modes of giving testimony, understanding the courtroom milieu, and evaluating the effectiveness of testimony before and after the actual experience.

Programmer's Guide to the EGA and VGA Cards


Richard F. Ferraro - 1991
    Written for programmers and hardware designers creating EGA- and VGA-compatible products, this revised and updated edition of this bestselling resource contains new information covering the most recent developments in the graphics board industry.

Mastering C Programming


Arthur Chapman - 1991
    Conforms to ANSI standards.

Participative Management: Implementing Empowerment


Lorne C. Plunkett - 1991
    It debunks many myths about this topic but also offers helpful advice and techniques that should make its implementation much more productive, both for the organizations and the individuals involved.

Introduction to Topology


Crump W. Baker - 1991
    Chapters cover: sets; functions; topological spaces; subspaces; and homeomorphisms.

Technology of Tanks


Richard M. Ogorkiewicz - 1991
    

Applicative High Order Programming


Steve Sokolowski - 1991