Book picks similar to
Compressible Fluid Flow by Patrick H. Oosthuizen
aerospace
study
aeronautical-engineering-references
aeronautical-passion
The Art of Electronics
Paul Horowitz - 1980
Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.
Flight: My Life in Mission Control
Christopher Kraft - 2001
The first NASA flight director, Kraft emerged from boyhood in small-town America to become a visionary who played an integral role in what would become the National Aeronautics and Space Administration. It's all here, from the legendary Mercury missions that first sent Americans into space through the Gemini and Apollo missions that landed them on the moon. The great heroes of space are here, too-Alan Shepard, John Glenn, Neil Armstrong, Jim Lovell, and Buzz Aldrin-leading the space race that would change the course of U.S. history. From NASA's infancy to its greatest triumphs . . . from the calculated gambles to the near disasters to the pure luck that accompanied each mission, Flight relives the spellbinding events that captured the imagination of the world. It is a stirring tribute to the U.S. space program and to the men who risked their lives to take America on a flight into the unknown-from the man who was there for it all. "A highly readable memoir." (The New York Times Book Review) "A rewarding look at the brief, shining moment when space pathfinders held sway over space warriors." (The Washington Post)
Speed Reading For Beginners: Learn How To Read 300% Faster in Less Than 24 Hours (FREE Video Bonus Included)
James T. Rose - 2014
This a complete handbook that will, if you work seriously, consistently, and methodically, help you go very fast towards improving your reading skills. Here Is A Preview Of What You'll Learn After Downloading This Speed Reading For Beginners book
How Fast Do You Now Read?
Six Rules for Faster Comprehension
How to Develop a Sense of Urgency When You Read
How to See and Interpret More Words in Less Time
How to Do Away with Inner Speech,Vocalization, and Regressions
How to Skim
Much, much more!
Take Action Right Away To Read 300% More Faster with this Speed Reading book!!
River Dwellers
Rob Reimer - 2015
But Jesus promised us abundant life – a deep, intimate, satisfying connection with the living God. How do we access the abundant life that Jesus promised? The key is the presence and life of the Holy Spirit within us. Jesus said that the Spirit of God flows within us like a river – He is the River of Life. But we need to dwell in the river in order to access the Spirit’s fullness. In his latest book, Dr. Rob Reimer offers a deep look at life in the Spirit and provides practical strategies for dwelling in the River of Life. We will explore the fullness of the Spirit, tuning into the promptings of the Spirit, walking in step with the Spirit, and developing sensitivity to the presence of the God in our lives. This resource will guide you toward becoming a full-time river dweller, even in the midst of life’s most difficult seasons when the river seems to run low. Together let's become River Dwellers, living where the fullness of God flows so that we can carry living water to a world dying of thirst!
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
The Mathematical Universe: An Alphabetical Journey Through the Great Proofs, Problems, and Personalities
William Dunham - 1994
. .he believes these ideas to be accessible to the audience he wantsto reach, and he writes so that they are. -- NatureIf you want to encourage anyone's interest in math, get them TheMathematical Universe. * New Scientist
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Fourier Series
Georgi P. Tolstov - 1976
Over 100 problems at ends of chapters. Answers in back of book. 1962 edition.
The Mind Gym: Give Me Time (The Mind Gym)
Various
The trouble is, they don't seem to work. The Mind Gym: Give me time proposes a radically different approach to time and how we use it. Combining extensive psychological research with five years of testing amongst The Mind Gym's 100,000 members, this book offers practical solutions that will make you feel great about how your time is spent. The book is packed with techniques including *how to achieve more by slowing down * tiny time investments that deliver massive returns * how to say 'no' and be loved for it * simple ways to get other people to want to do your work for you * how to get time with people who haven't got time for you And there's no need to read this book from cover to cover. The questionnaire at the start guides you directly to the chapters that will help you most.
The Lean Six SIGMA Pocket Toolbook: A Quick Reference Guide to Nearly 100 Tools for Improving Quality and Speed: A Quick Reference Guide to 70 Tools for Improving Quality and Speed
Michael L. George - 2004
This book presents the tools and concepts needed to understand, implement, and leverage Lean Six Sigma. It provides analyses of nearly 100 tools and methodologies - from DMAIC and Pull Systems to Control Charts and Pareto Charts.
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Applied Statistics and Probability for Engineers [With Free Access to Online Student Resources]
Douglas C. Montgomery - 1994
The text shows you how to use statistical methods to design and develop new products, and new manufacturing systems and processes. You'll gain a better understanding of how these methods are used in everyday work, and get a taste of practical engineering experience through real-world, engineering-based examples and exercises. Now revised, this Fourth Edition of "Applied Statistics and Probability for Engineers" features many new homework exercises, including a greater variation of problems and more computer problems.
Lukewarming: The New Climate Science that Changes Everything
Patrick J. Michaels - 2015
The consequences of this gathering may be enormous. In this new ebook, experts Patrick J. Michaels and Paul C. Knappenberger assess the issues sure to drive the debate before, during, and after the Paris meeting.