Book picks similar to
Space Mission Engineering: The New Smad by James Richard Wertz
non-fiction
aerospace
space
textbooks
Profiling Violent Crimes: An Investigative Tool
Ronald M. Holmes - 1989
New chapters cover criminal behavior theories and psychological profiling; autoerotic deaths, and occult crimes, plus two new chapters detailing infamous unsolved crimes/criminals: Jack the Ripper and the Jon Benet Ramsey case. The authors′ continuing research and activities in the field result in a multitude of new case studies for this book, often included as boxed inserts.
The Elements of Computing Systems: Building a Modern Computer from First Principles
Noam Nisan - 2005
The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.
Rocket Propulsion Elements
George P. Sutton - 1962
As with the previous edition, coauthored with Oscar Biblarz, the Eighth Edition of "Rocket Propulsion Elements" offers a thorough introduction to basic principles of rocket propulsion for guided missiles, space flight, or satellite flight. It describes the physical mechanisms and designs for various types of rockets' and provides an understanding of how rocket propulsion is applied to flying vehicles.Updated and strengthened throughout, the Eighth Edition explores:The fundamentals of rocket propulsion, its essential technologies, and its key design rationaleThe various types of rocket propulsion systems, physical phenomena, and essential relationshipsThe latest advances in the field such as changes in materials, systems design, propellants, applications, and manufacturing technologies, with a separate new chapter devoted to turbopumpsLiquid propellant rocket engines and solid propellant rocket motors, the two most prevalent of the rocket propulsion systems, with in-depth consideration of advances in hybrid rockets and electrical space propulsionComprehensive and coherently organized, this seminal text guides readers evenhandedly through the complex factors that shape rocket propulsion, with both theory and practical design considerations. Professional engineers in the aerospace and defense industries as well as students in mechanical and aerospace engineering will find this updated classic indispensable for its scope of coverage and utility.
Learn You a Haskell for Great Good!
Miran Lipovača - 2011
Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.
Advanced Programming in the UNIX Environment
W. Richard Stevens - 1992
Rich Stevens describes more than 200 system calls and functions; since he believes the best way to learn code is to read code, a brief example accompanies each description.Building upon information presented in the first 15 chapters, the author offers chapter-long examples teaching you how to create a database library, a PostScript printer driver, a modem dialer, and a program that runs other programs under a pseudo terminal. To make your analysis and understanding of this code even easier, and to allow you to modify it, all of the code in the book is available via UUNET.A 20-page appendix provides detailed function prototypes for all the UNIX, POSIX, and ANSI C functions that are described in the book, and lists the page on which each prototype function is described in detail. Additional tables throughout the text and a thorough index make Advanced Programming in the UNIX Environment an invaluable reference tool that all UNIX programmers - beginners to experts - w
Fundamentals of Modern Manufacturing: Materials, Processes, and Systems
Mikell P. Groover - 2000
It follows a more quantitative and design-oriented approach than other texts in the market, helping readers gain a better understanding of important concepts. They'll also discover how material properties relate to the process variables in a given process as well as how to perform manufacturing science and quantitative engineering analysis of manufacturing processes.
How to Solve It: A New Aspect of Mathematical Method
George Pólya - 1944
Polya, How to Solve It will show anyone in any field how to think straight. In lucid and appealing prose, Polya reveals how the mathematical method of demonstrating a proof or finding an unknown can be of help in attacking any problem that can be reasoned out--from building a bridge to winning a game of anagrams. Generations of readers have relished Polya's deft--indeed, brilliant--instructions on stripping away irrelevancies and going straight to the heart of the problem.
Schaum's Outline of Advanced Mathematics for Engineers and Scientists
Murray R. Spiegel - 1971
Fully stocked with solved problemsN950 of themNit shows you how to solve problems that may not have been fully explained in class. Plus you ge"
Moon Lander: How We Developed the Apollo Lunar Module
Thomas J. Kelly - 2001
Kelly gives a firsthand account of designing, building, testing, and flying the Apollo lunar module. It was, he writes, "an aerospace engineer's dream job of the century." Kelly's account begins with the imaginative process of sketching solutions to a host of technical challenges with an emphasis on safety, reliability, and maintainability. He catalogs numerous test failures, including propulsion-system leaks, ascent-engine instability, stress corrosion of the aluminum alloy parts, and battery problems, as well as their fixes under the ever-present constraints of budget and schedule. He also recaptures the exhilaration of hearing Apollo 11's Neil Armstrong report that "The Eagle has landed," and the pride of having inadvertently provided a vital "lifeboat" for the crew of the disabled Apollo 13.
Cracking the Coding Interview: 150 Programming Questions and Solutions
Gayle Laakmann McDowell - 2008
This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.
Beautiful Code: Leading Programmers Explain How They Think
Andy OramLincoln Stein - 2007
You will be able to look over the shoulder of major coding and design experts to see problems through their eyes.This is not simply another design patterns book, or another software engineering treatise on the right and wrong way to do things. The authors think aloud as they work through their project's architecture, the tradeoffs made in its construction, and when it was important to break rules. Beautiful Code is an opportunity for master coders to tell their story. All author royalties will be donated to Amnesty International.
The Space Race: A History From Beginning to End
Hourly History - 2018
During fourteen years, from 1955 to 1969, the Soviet Union and the United States of America were engaged in a dramatic race against each other to conquer space. This period encompassed dramatic victories, humbling defeats, and more than one tragedy. This is a story of human courage and ingenuity at its best and political maneuvering at its worst, of almost unbelievable technological progress undertaken with the object not just of advancing human knowledge but also of proving the superiority of one country over another. Inside you will read about... ✓ From Missiles to Rockets ✓ Russia Takes the Lead ✓ Early American Failures ✓ The First Men in Space ✓ Fatalities on Both Sides ✓ The Moon Landing And much more! The space race culminated in man setting foot upon the moon, but each milestone on the way to that final goal was bitterly contested. Two powerful nations pledged a substantial part of their national resources to beat the other in a scientific and technological race to be the first to achieve new records. In terms of contests between major powers, there has never been anything quite as dramatic, public, and sustained as the space race; it remains one of the most fascinating and engaging episodes of the Cold War.
The Road to Reality: A Complete Guide to the Laws of the Universe
Roger Penrose - 2004
From the very first attempts by the Greeks to grapple with the complexities of our known world to the latest application of infinity in physics, The Road to Reality carefully explores the movement of the smallest atomic particles and reaches into the vastness of intergalactic space. Here, Penrose examines the mathematical foundations of the physical universe, exposing the underlying beauty of physics and giving us one the most important works in modern science writing.
Signal Processing and Linear Systems
B.P. Lathi - 2000
Based on B. P. Lathi's widely used book, Linear Systems and Signals, it features additional applications to communications, controls, and filtering as well as new chapters on analog and digital filters and digital signal processing. Lathi emphasizes the physical appreciation of concepts rather than the mere mathematical manipulation of symbols. Avoiding the tendency to treat engineering as a branch of applied mathematics, he uses mathematics to enhance physical and intuitive understanding of concepts, instead of employing it only to prove axiomatic theory. Theoretical results are supported by carefully chosen examples and analogies, allowing students to intuitively discover meaning for themselves.
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