Best of
Engineering

2012

Operating Systems: Three Easy Pieces


Remzi H. Arpaci-Dusseau - 2012
    Topics are broken down into three major conceptual pieces: Virtualization, Concurrency, and Persistence. Includes all major components of modern systems including scheduling, virtual memory management, disk subsystems and I/O, file systems, and even a short introduction to distributed systems.

The Idea Factory: Bell Labs and the Great Age of American Innovation


Jon Gertner - 2012
    From the transistor to the laser, it s hard to find an aspect of modern life that hasn t been touched by Bell Labs. Why did so many transformative ideas come from Bell Labs? In "The Idea Factory," Jon Gertner traces the origins of some of the twentieth century s most important inventions and delivers a riveting and heretofore untold chapter of American history. At its heart this is a story about the life and work of a small group of brilliant and eccentric men Mervin Kelly, Bill Shockley, Claude Shannon, John Pierce, and Bill Baker who spent their careers at Bell Labs. Their job was to research and develop the future of communications. Small-town boys, childhood hobbyists, oddballs: they give the lie to the idea that Bell Labs was a grim cathedral of top-down command and control.Gertner brings to life the powerful alchemy of the forces at work behind Bell Labs inventions, teasing out the intersections between science, business, and society. He distills the lessons that abide: how to recruit and nurture young talent; how to organize and lead fractious employees; how to find solutions to the most stubbornly vexing problems; how to transform a scientific discovery into a marketable product, then make it even better, cheaper, or both. Today, when the drive to invent has become a mantra, Bell Labs offers us a way to enrich our understanding of the challenges and solutions to technological innovation. Here, after all, was where the foundational ideas on the management of innovation were born. "The Idea Factory" is the story of the origins of modern communications and the beginnings of the information age a deeply human story of extraordinary men who were given extraordinary means time, space, funds, and access to one another and edged the world into a new dimension."

Ruby on Rails Tutorial: Learn Web Development with Rails (Addison-Wesley Professional Ruby Series)


Michael Hartl - 2012
    "Peter Cooper, Editor of" Ruby Inside Using Rails, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world s most popular web development frameworks, it can be challenging to learn and use. " Ruby on Rails Tutorial, Second Edition, " is the solution. Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. The updates to this edition include all-new site design using Twitter s Bootstrap; coverage of the new asset pipeline, including Sprockets and Sass; behavior-driven development (BDD) with Capybara and RSpec; better automated testing with Guard and Spork; roll your own authentication with has_secure_password; and an introduction to Gherkin and Cucumber. You ll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and SQL skills you ll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that s simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery. This book will help you Install and set up your Rails development environment Go beyond generated code to truly understand how to build Rails applications from scratch Learn test-driven development (TDD) with RSpec Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Define high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Add social features and microblogging, including an introduction to Ajax Record version changes with Git and share code at GitHub Simplify application deployment with Heroku

A Man and His Ship: America's Greatest Naval Architect and His Quest to Build the S.S. United States


Steven Ujifusa - 2012
    United States, was a topic of national fascination. When completed in 1952, the ship was hailed as a technological masterpiece at a time when “made in America” meant the best.Gibbs was an American original, on par with John Roebling of the Brooklyn Bridge and Frank Lloyd Wright of Fallingwater. Forced to drop out of Harvard following his family’s sudden financial ruin, he overcame debilitating shyness and lack of formal training to become the visionary creator of some of the finest ships in history. He spent forty years dreaming of the ship that became the S.S. United States.William Francis Gibbs was driven, relentless, and committed to excellence. He loved his ship, the idea of it, and the realization of it, and he devoted himself to making it the epitome of luxury travel during the triumphant post–World War II era. Biographer Steven Ujifusa brilliantly describes the way Gibbs worked and how his vision transformed an industry. A Man and His Ship is a tale of ingenuity and enterprise, a truly remarkable journey on land and sea.

Encyclopedia of Electronic Components Volume 1: Resistors, Capacitors, Inductors, Switches, Encoders, Relays, Transistors


Charles Platt - 2012
    You’ll learn what each one does, how it works, why it’s useful, and what variants exist. No matter how much you know about electronics, you’ll find fascinating details you’ve never come across before.Convenient, concise, well-organized, and precisePerfect for teachers, hobbyists, engineers, and students of all ages, this reference puts reliable, fact-checked information right at your fingertips—whether you’re refreshing your memory or exploring a component for the first time. Beginners will quickly grasp important concepts, and more experienced users will find the specific details their projects require.Unique: the first and only encyclopedia set on electronic components, distilled into three separate volumesIncredibly detailed: includes information distilled from hundreds of sourcesEasy to browse: parts are clearly organized by component typeAuthoritative: fact-checked by expert advisors to ensure that the information is both current and accurateReliable: a more consistent source of information than online sources, product datasheets, and manufacturer’s tutorialsInstructive: each component description provides details about substitutions, common problems, and workaroundsComprehensive: Volume 1 covers power, electromagnetism, and discrete semi-conductors; Volume 2 includes integrated circuits, and light and sound sources; Volume 3 covers a range of sensing devices.

The Unofficial LEGO Technic Builder's Guide


Paweł "Sariel" Kmieć - 2012
    Using motors, gears, pneumatics, pulleys, linkages, and more, you can design LEGO models that really move.The Unofficial LEGO Technic Builder's Guide is filled with building tips for creating strong yet elegant machines and mechanisms with the Technic system. Author Pawel "Sairel" Kmiec will teach you the foundations of LEGO Technic building, from simple machines to advanced mechanics, even explaining how to create realistic to-scale models. Sariel, a world-renowned LEGO Technic expert, offers unique insight into mechanical principles like torque, power translation, and gear ratios, all using Technic bricks. You'll learn how to:Create sturdy connections that can withstand serious stressRe-create specialized LEGO pieces like casings and u-joints, and build solutions like Schmidt and Oldham couplings, when no standard piece will doBuild custom differentials, suspensions, transmissions, and steering systemsPick the right motor for the job—and transform its properties to suit your needsCombine studfull and studless building styles for a stunning lookCreate remote-controlled vehicles, lighting systems, motorized compressors, and pneumatic enginesThis beautifully illustrated, full-color book will inspire you with ideas for building amazing machines like tanks with suspended treads, supercars, cranes, bulldozers, and much more. Your Technic adventure starts now!

Computer Vision: Models, Learning, and Inference


Simon J.D. Prince - 2012
    It shows how to use training data to learn the relationships between the observed image data and the aspects of the world that we wish to estimate, such as the 3D structure or the object class, and how to exploit these relationships to make new inferences about the world from new image data. With minimal prerequisites, the book starts from the basics of probability and model fitting and works up to real examples that the reader can implement and modify to build useful vision systems. Primarily meant for advanced undergraduate and graduate students, the detailed methodological presentation will also be useful for practitioners of computer vision. - Covers cutting-edge techniques, including graph cuts, machine learning, and multiple view geometry. - A unified approach shows the common basis for solutions of important computer vision problems, such as camera calibration, face recognition, and object tracking. - More than 70 algorithms are described in sufficient detail to implement. - More than 350 full-color illustrations amplify the text. - The treatment is self-contained, including all of the background mathematics. - Additional resources at www.computervisionmodels.com.

Differential Equations for Engineers and Scientists


Yunus A. Cengel - 2012
    It covers the standard topics on differential equations with a wealth of applications drawn from engineering and science--with more engineering-specific examples than any other similar text. The text is the outcome of the lecture notes developed by the authors over the years in teaching differential equations to engineering students. Like Yunus Cengel's other texts, the material is introduced at a level that a typical student can follow comfortably, and the authors have made the text speak to the students and not over them. Differential Equations for Engineers and Scientists is written in plain language to help students learn the material without being hampered by excessive rigor or jargon. The friendly tone and the logical order are designed to motivate the student to read the book with interest and enthusiasm.

Drawing for Product Designers


Kevin Henry - 2012
    Hundreds of hand-drawn sketches and computer models have been specially created to demonstrate critical geometry and show how to develop sketches into finished illustrations. Practical tutorials give guidance in creating simple and complex forms, as well as rendering and providing context using scenarios and storyboards. Insightful case studies of leading designers illustrate the full range of different visualization options available.

Reinforced Concrete Design: To Eurocode 2


W.H. Mosley - 2012
    The book contains many worked examples to illustrate the various aspects of design that are presented in the text. Design charts, tables and formulae are included as design aids and, for ease of reference, an appendix contains a summary of important design information.This text is aimed at undergraduates and postgraduates as well as practitioners, both in the UK and elsewhere in the world where Eurocode 2 has been adopted, as a concise guide both to the basic theory and to appropriate design procedures.New to this Edition: - Completely revised to reflect recent experience of the usage of Euro code 2 since its introduction in 2004 and its adoption in the UK as a design standard in 2010- Further examples of the theory put into practice- A new chapter on water retaining structures in accordance with Euro code 2, Part 3- New sections on, for example, design processes including conceptual design, deep beams and an expanded treatment of designing for fire resistance

Arduino Workshop: A Hands-On Introduction with 65 Projects


John Boxall - 2012
    With an almost unlimited range of input and output add-ons, sensors, indicators, displays, motors, and more, the Arduino offers you countless ways to create devices that interact with the world around you.In Arduino Workshop, you'll learn how these add-ons work and how to integrate them into your own projects. You'll start off with an overview of the Arduino system but quickly move on to coverage of various electronic components and concepts. Hands-on projects throughout the book reinforce what you've learned and show you how to apply that knowledge. As your understanding grows, the projects increase in complexity and sophistication.Among the book's 65 projects are useful devices like:A digital thermometer that charts temperature changes on an LCD A GPS logger that records data from your travels, which can be displayed on Google Maps A handy tester that lets you check the voltage of any single-cell battery A keypad-controlled lock that requires a secret code to open You'll also learn to build Arduino toys and games like:An electronic version of the classic six-sided die A binary quiz game that challenges your number conversion skills A motorized remote control tank with collision detection to keep it from crashingArduino Workshop will teach you the tricks and design principles of a master craftsman. Whatever your skill level, you'll have fun as you learn to harness the power of the Arduino for your own DIY projects.

Foundations of Machine Learning


Mehryar Mohri - 2012
    It describes several important modern algorithms, provides the theoretical underpinnings of these algorithms, and illustrates key aspects for their application. The authors aim to present novel theoretical tools and concepts while giving concise proofs even for relatively advanced topics.Foundations of Machine Learning fills the need for a general textbook that also offers theoretical details and an emphasis on proofs. Certain topics that are often treated with insufficient attention are discussed in more detail here; for example, entire chapters are devoted to regression, multi-class classification, and ranking. The first three chapters lay the theoretical foundation for what follows, but each remaining chapter is mostly self-contained. The appendix offers a concise probability review, a short introduction to convex optimization, tools for concentration bounds, and several basic properties of matrices and norms used in the book.The book is intended for graduate students and researchers in machine learning, statistics, and related areas; it can be used either as a textbook or as a reference text for a research seminar.

Complete Electronics: Self-Teaching Guide with Projects


Earl Boysen - 2012
    Now completely updated for today's technology, this latest version combines concepts, self-tests, and hands-on projects to offer you a completely repackaged and revised resource. This unique self-teaching guide features easy-to-understand explanations that are presented in a user-friendly format to help you learn the essentials you need to work with electronic circuits.All you need is a general understanding of electronics concepts such as Ohm's law and current flow, and an acquaintance with first-year algebra. The question-and-answer format, illustrative experiments, and self-tests at the end of each chapter make it easy for you to learn at your own speed.Boasts a companion website that includes more than twenty full-color, step-by-step projects Shares hands-on practice opportunities and conceptual background information to enhance your learning process Targets electronics enthusiasts who already have a basic knowledge of electronics but are interested in learning more about this fascinating topic on their own Features projects that work with the multimeter, breadboard, function generator, oscilloscope, bandpass filter, transistor amplifier, oscillator, rectifier, and more You're sure to get a charge out of the vast coverage included in Complete Electronics Self-Teaching Guide with Projects!

Model-Driven Software Engineering in Practice


Marco Brambilla - 2012
    This is known as Model-Driven Software Engineering (MDSE) or, simply, Model-Driven Engineering (MDE).MDSE practices have proved to increase efficiency and effectiveness in software development, as demonstrated by various quantitative and qualitative studies. MDSE adoption in the software industry is foreseen to grow exponentially in the near future, e.g., due to the convergence of software development and business analysis.The aim of this book is to provide you with an agile and flexible tool to introduce you to the MDSE world, thus allowing you to quickly understand its basic principles and techniques and to choose the right set of MDSE instruments for your needs so that you can start to benefit from MDSE right away.The book is organized into two main parts.The first part discusses the foundations of MDSE in terms of basic concepts (i.e., models and transformations), driving principles, application scenarios, and current standards, like the well-known MDA initiative proposed by OMG (Object Management Group) as well as the practices on how to integrate MDSE in existing development processes. The second part deals with the technical aspects of MDSE, spanning from the basics on when and how to build a domain-specific modeling language, to the description of Model-to-Text and Model-to-Model transformations, and the tools that support the management of MDSE projects. The second edition of the book features:a set of completely new topics, including: full example of the creation of a new modeling language (IFML), discussion of modeling issues and approaches in specific domains, like business process modeling, user interaction modeling, and enterprise architecture complete revision of examples, figures, and text, for improving readability, understandability, and coherence better formulation of definitions, dependencies between concepts and ideas addition of a complete index of book content In addition to the contents of the book, more resources are provided on the book's website, including the examples presented in the book.

Beginning C for Arduino: Learn C Programming for the Arduino


Jack Purdum - 2012
    This book introduces you to the C programming language, reinforcing each programming structure with a simple demonstration of how you can use C to control the Arduino family of microcontrollers. Author Jack Purdum uses an engaging style to teach good programming techniques using examples that have been honed during his 25 years of university teaching. Beginning C for Arduino will teach you:The C programming language How to use C to control a microcontroller and related hardware How to extend C by creating your own library routines During the course of the book, you will learn the basics of programming, such as working with data types, making decisions, and writing control loops. You'll then progress onto some of the trickier aspects of C programming, such as using pointers effectively, working with the C preprocessor, and tackling file I/O. Each chapter ends with a series of exercises and review questions to test your knowledge and reinforce what you have learned.

Machinery's Handbook, CD-ROM and Large Print Set


Industrial Press - 2012
    The Machinery's Handbook 29 CD-ROM contains the complete contents of the print edition, presented in Adobe PDF format. This popular and well-known format allows viewing and printing of pages that are identical to those of the printed book, permits rapid searching of the entire Handbook, and includes the ability to magnify the view of any page. Navigation aids in the form of thousands of clickable bookmarks, page cross references, and index entries take you quickly to any page referenced. Besides the full print edition, the CD-ROM includes over 500 pages of additional data, mostly material that was published in previous print editions but subsequently removed due to space restrictions. The 29th Edition CD-ROM also provides an expanded array of the popular INTERACTIVE MATH EQUATIONS. Users will be able to instantly calculate cutting speeds, dimensions of bevels, moments of inertia, the measurement of various screw threads, the center of gravity for any shape, hardness of material, volumes, taper angles, matrices, … and much, much more. Minimum requirements: Windows Operating System, 32-and 64-bit; Internet connection for authorization and Interactive Math.New to this edition … micromachining, expanded material on calculation of hole coordinates, an introduction to metrology, further contributions to the sheet metal and presses section, shaft alignment, taps and tapping, helical coil screw thread inserts, solid geometry, distinguishing between bolts and screws, statistics, calculating thread dimensions, keys and keyways, miniature screws, metric screw threads, and fluid mechanics.Numerous major sections have been extensively reworked and renovated throughout, including Mathematics, Mechanics and Strength of Materials, Properties of Materials, Dimensioning, Gaging and Measuring, Machining Operations, Manufacturing Process, Fasteners, Threads and Threading, and Machine Elements.The metric content has been greatly expanded. Throughout the book, wherever practical, metric units are shown adjacent to the U.S. customary units in the text. Many formulas are now presented with equivalent metric expressions, and additional metric examples have been added.The detailed tables of contents located at the beginning of each section have been expanded and fine-tuned to make finding topics easier and faster.The entire text of this edition, including all the tables and equations, has been reset, and a great many of the figures have been redrawn. The page count has increased by nearly 100 pages, to 2,800 pages.Updated Standards.

Epc and 4g Packet Networks: Driving the Mobile Broadband Revolution


Magnus Olsson - 2012
    The latest additions to the Evolved Packet System (EPS) including e.g. Positioning, User Data Management, eMBMS, SRVCC, VoLTE, CSFB. A detailed description of the nuts and bolts of EPC that are required to really get services up and running on a variety of operator networks. An in-depth overview of the EPC architecture and its connections to the wide variety of network accesses, including LTE, LTE-Advanced, WCDMA/HSPA, GSM, WiFi, etc. The most common operator scenarios of EPS and the common issues faced in their design. The reasoning behind many of the design decisions taken in EPC, in order to understand the full details and background of the all-IP coreNEW CONTENT TO THIS EDITION- 150+ New pages, new illustrations and call flows - Covers 3GPP Release 9, 10 and 11 in addition to release 8 - Expanded coverage on Diameter protocol, interface and messages - Architecture overview - Positioning - User Data Management - eMBMS (LTE Broadcasting) - H(e)NodeB/Femto Cells - LIPA/SIPTO/Breakout architectures - Deployment Scenarios - WiFi interworking - VoLTE/MMTel, CS fallback and SRVCC

Coding Interview Questions


Narasimha Karumanchi - 2012
    Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people

The Mad, Mad, Mad World of Climatism: Mankind and Climate Change Mania


Steve Goreham - 2012
    Using figures, cartoons, and whimsical sidebars, Steve Goreham describes our crazy world, which is far down the primrose path of global warming fantasy. Contrary to popular consensus, global warming is natural and cars are innocent. But this book is not short on science. Goreham uses charts, graphs, and references to dozens of scientific papers to support his arguments. He shows that icecap melting, stronger storms, polar bear extinction, and many other climate fears are unfounded. At the same time, his large collection of zany pictures and quotes grabs the reader's interest. Learn the real story about climate change.

Bridges and Tunnels: Investigate Feats of Engineering with 25 Projects


Donna Latham - 2012
    People have tackled seemingly insurmountable obstacles, including vast canyons and mountain ranges, to design and construct these amazing passageways. Bridges and Tunnels: Investigate Feats of Engineering invites children ages 9 and up to explore the innovation and physical science behind structures our world depends on. Trivia and fun facts illustrate engineering ingenuity and achievements. Activities and projects encourage children to learn about the engineering process and to embrace trial and error.

Engineering a Safer World: Systems Thinking Applied to Safety


Nancy G. Leveson - 2012
    In this groundbreaking book, Nancy Leveson proposes a new approach to safety -- more suited to today's complex, sociotechnical, software-intensive world -- based on modern systems thinking and systems theory. Revisiting and updating ideas pioneered by 1950s aerospace engineers in their System Safety concept, and testing her new model extensively on real-world examples, Leveson has created a new approach to safety that is more effective, less expensive, and easier to use than current techniques.Arguing that traditional models of causality are inadequate, Leveson presents a new, extended model of causation (Systems-Theoretic Accident Model and Processes, or STAMP), then then shows how the new model can be used to create techniques for system safety engineering, including accident analysis, hazard analysis, system design, safety in operations, and management of safety-critical systems. She applies the new techniques to real-world events including the friendly-fire loss of a U.S. Blackhawk helicopter in the first Gulf War; the Vioxx recall; the U.S. Navy SUBSAFE program; and the bacterial contamination of a public water supply in a Canadian town. Leveson's approach is relevant even beyond safety engineering, offering techniques for "reengineering" any large sociotechnical system to improve safety and manage risk.

Practical Bioinformatics


Michael Agostino - 2012
    It is written for courses that have a practical, hands-on element and contains many exercises (for example, database searches, protein analysis, data interpretation) to complement the straightforward and practical topics. The chapters are focused on DNA, RNA, and protein sequence analysis--frequently performed subsets of the field of bioinformatics--taking the reader through the commonly asked question "what can I learn about this sequence?"A special note to established scientists: new genomic sequences are being published at an accelerating pace. Although new technology has led to unprecedented accuracy of the sequence, incomplete and challenging assemblies along with imperfect predictive methods are still generating gene models that require verification. With the sequence analysis skills learned from this book, features such as missing exons and incorrect termini can be easily recognized and more accurate gene models can be constructed.

Biophysics: Searching for Principles


William Bialek - 2012
    For a new generation of physicists, the phenomena of life pose exciting challenges to physics itself, and biophysics has emerged as an important subfield of this discipline. Here, William Bialek provides the first graduate-level introduction to biophysics aimed at physics students.Bialek begins by exploring how photon counting in vision offers important lessons about the opportunities for quantitative, physics-style experiments on diverse biological phenomena. He draws from these lessons three general physical principles--the importance of noise, the need to understand the extraordinary performance of living systems without appealing to finely tuned parameters, and the critical role of the representation and flow of information in the business of life. Bialek then applies these principles to a broad range of phenomena, including the control of gene expression, perception and memory, protein folding, the mechanics of the inner ear, the dynamics of biochemical reactions, and pattern formation in developing embryos.Featuring numerous problems and exercises throughout, "Biophysics" emphasizes the unifying power of abstract physical principles to motivate new and novel experiments on biological systems. Covers a range of biological phenomena from the physicist's perspective Features 200 problems Draws on statistical mechanics, quantum mechanics, and related mathematical concepts Includes an annotated bibliography and detailed appendixes Instructor's manual (available only to teachers)

Metal Lathe for Home Machinists


Harold Hall - 2012
    It assumes no prior knowledge and works through the process of using a lathe from beginning to end. The reader advances through a series of practice projects that teach how to use the lathe and develop essential skills through practical application. The book takes beginners through all of the basic techniques needed to tackle a wide range of machining operations. A getting started section reviews the necessary tools and equipment. Twelve lathe turning projects are provided that provide the opportunity to develop confidence and become an accomplished home shop machinist. Each project is designed to develop essential lathe skills that the reader will use again and again. All of the projects are extensively illustrated, and full working drawings accompany the text. The book advances from basic projects to higher levels of difficulty as the course progresses, taking the reader from a simple surface gauge, specially designed to provide basic turning, to a milling cutter chuck where precision and concentricity is vital. After completing this course the reader will have amassed a wealth of practical skills and a range of useful workshop tools and equipment. Lathe owners with more advanced skills will also discover new techniques. The wide range of projects provides items that are both interesting to make and useful in the workshop, including a cylindrical square, a between-centers test bar, hole and distance gauges, tailstock die holders, precision tapers, screw jack, two wheel knurling tool, mill drill spindle and more. Buyers of this book not only get a training manual on using the lathe, but also receive practical instruction on how to apply the knowledge that it presents. Prospective model engineers will discover valuable tips, and get useful pointers on things like screw cutting, face-plate attachment, the right way to get things centered up, and how to hold oddly dimensioned materials. A useful companion book to Milling for Home Machinists

Orbital Mechanics


John E. Prussing - 2012
    Prussing and Bruce A. Conway has been the most authoritative textbook on space trajectories and orbital transfers.Completely revised and updated, this edition provides:* Current data and statistics, along with coverage of new research and the most recent developments in the field* Three new chapters: "The Three-Body Problem" (Ch. 4), "Continuous-Thrust Transfer" (Ch. 8), and "Canonical Systems and the Lagrange Equations" (Ch. 12)* New material on multiple-revolution Lambert solutions, gravity-assist applications, and the state transition matrix for a general conic orbit* New examples and problems throughout* A new Companion Website with PowerPoint slides (www.oup.com/us/prussing)

Lunar Rover Manual: 1971-1972


Christopher Riley - 2012
    With a Foreword by the first Apollo astronaut to drive it on the Moon, Dave Scott, and published to coincide with the 40th anniversary of mankind’s final drive on the Moon in December 2012. The book is part mechanical guide, illustrated with many of the technical drawings from the time, and part narrative-driven story of engineering ingenuity and human triumph. It draws on the rich NASA photographic archive and the complete transcripts of the crews' reaction to driving across the Moon, which the authors have an un-paralleled knowledge and experience of working with.

Hacking Electronics: An Illustrated DIY Guide for Makers and Hobbyists: An Illustrated DIY Guide for Makers and Hobbyists


Simon Monk - 2012
    Packed with full-color illustrations, photos, and diagrams, Hacking Electronics teaches by doing--each topic features fun, easy-to-follow projects. Discover how to hack sensors, accelerometers, remote controllers, ultrasonic rangefinders, motors, stereo equipment, microphones, and FM transmitters. The final chapter contains useful information on getting the most out of cheap or free bench and software tools. Safely solder, join wires, and connect switches Identify components and read schematic diagrams Understand the how and why of electronics theory Work with transistors, LEDs, and laser diode modules Power your devices with a/c supplies, batteries, or solar panels Get up and running on Arduino boards and pre-made modules Use sensors to detect everything from noxious gas to acceleration Build and modify audio amps, microphones, and transmitters Fix gadgets and scavenge useful parts from dead equipment

Sencha Touch in Action


Jesús García - 2012
    Youll explore real world examples as you master this impressive framework from the ground up. The book shows you good practices for mobile web development, from widget implementation to the structure of MVC applications.

Do It Yourself Quantum Physics: Exploring the History, Theory, and Applications of Quantum Physics Through Hands-On Projects


David Prutchi - 2012
    Build an intuitive understanding of the principles behind quantum mechanics through practical construction and replication of original experimentsWith easy-to-acquire, low-cost materials and basic knowledge of algebra and trigonometry, "Exploring Quantum Physics through Hands-on Projects" takes readers step by step through the process of re-creating scientific experiments that played an essential role in the creation and development of quantum mechanics.Presented in near chronological order--from discoveries of the early twentieth century to new material on entanglement--this book includes question- and experiment-filled chapters on:Light as a WaveLight as ParticlesAtoms and RadioactivityThe Principle of Quantum PhysicsWave/Particle DualityThe Uncertainty PrincipleSchrodinger (and his Zombie Cat)EntanglementFrom simple measurements of Planck's constant to testing violations of Bell's inequalities using entangled photons, "Exploring Quantum Physics through Hands-on Projects" not only immerses readers in the process of quantum mechanics, it provides insight into the history of the field--how the theories and discoveries apply to our world not only today, but also tomorrow.By immersing readers in groundbreaking experiments that can be performed at home, school, or in the lab, this first-ever, hands-on book successfully demystifies the world of quantum physics for all who seek to explore it--from science enthusiasts and undergrad physics students to practicing physicists and engineers.

Sustainable Materials - With Both Eyes Open


Julian M. Allwood - 2012
    Beginning with an all-encompassing examination of the uses of the five most important materials—steel, aluminum, cement, plastic, and paper—this exploration delves into the entire lifecycle of these materials, from smelting and goods manufacture to final recycling. Through evidence drawn from this analysis and real-world commercial enterprises, the study submits creative solutions for achieving manufacturing efficiencies and the same functionality or services using less material, and identifies potential economic outcomes from these scenarios.

Visual Models for Software Requirements


Joy Beatty - 2012
    The authors—experts in eliciting and visualizing requirements—walk you through a simple but comprehensive language of visual models that has been used on hundreds of real-world, large-scale projects. Build your fluency with core concepts—and gain essential, scenario-based context and implementation advice—as you progress through each chapter.Transcend the limitations of text-based requirements data using visual models that more rigorously identify, capture, and validate requirements Get real-world guidance on best ways to use visual models—how and when, and ways to combine them for best project outcomes Practice the book’s concepts as you work through chapters Change your focus from writing a good requirement to ensuring a complete system

How to Build a Cathedral


Malcolm Hislop - 2012
    

Genomics and Bioinformatics


Tore Samuelsson - 2012
    The vast amount of information generated has made computational analysis critical and has increased demand for skilled bioinformaticians. Designed for biologists without previous programming experience, this textbook provides a hands-on introduction to Unix, Perl and other tools used in sequence bioinformatics. Relevant biological topics are used throughout the book and are combined with practical bioinformatics examples, leading students through the process from biological problem to computational solution. All of the Perl scripts, sequence and database files used in the book are available for download at the accompanying website, allowing the reader to easily follow each example using their own computer. Programming examples are kept at an introductory level, avoiding complex mathematics that students often find daunting. The book demonstrates that even simple programs can provide powerful solutions to many complex bioinformatics problems.

Engineers


Adam Hart-Davis - 2012
    They create lasting solutions to the biggest challenges, and construct iconic and incredible buildings that have literally stood the test of time. Engineers tells their story, from the men who built the Great Pyramid in Egypt to the pioneers of space travel.Engineering is closely related to sciences of every discipline, and this book shows how engineers were involved in all aspects of the built world. Engineers describes in detail the work and achievements of those who devoted their lives to the advancement of society.Often many different minds worked together or built on the work of previous generations to achieve a working version of a great idea: Engineers explores this progression of ideas, from initial concept to prototype and finished design. The great achievements of engineers go hand in hand with the world's greatest structures, such as aqueducts, monuments, bridges, and dams. These works are shown in detail and highlighted with beautiful illustrations, photographs, and technical drawings.The book is structured broadly chronologically, with the bulk of the title comprising biography spreads that showcase the key movers and shakers. These pages are interspersed with feature spreads, such as "virtual tours" that bring the reader up close and personal to vast structures and intricate inventions, and timelines that chart the evolution of pivotal technologies.All new material.List of engineers included:THE EARLY ENGINEERS: Imhotep; Eupalinos; Sostratus of Cneidos; Apollodores of Damascus; Vitruvius and Philon; Ktesibios; Hero of Alexandria; Ma Jun; Archimedes; Zhang HengRENAISSANCE & ENLIGHTENMENT: Banumousa brothers; Al-Jazari; Taqui al-Din; Guo Shoujing; Taccola; Filippo Brunelleschi; Leonardo da Vinci; Cornelius Drebbel minibiog Simon Stevin; Peter Henlein and Robert Hooke; Christian Huygens; John Harrison; Pierre-Paul Riquet; John Rennie; Guilllaume Boutheroue; Benjamin Wright; James Brindley; William Jessop; Joseph Chaley; Denis Papin; Thomas Newcomen; Thomas Savery minibiog: Edward Somerset;THE INDUSTRIAL REVOLUTION: James Watt; Jacob Perkins; Richard Trevithick minibiog: Nicolas Cugnot; Ernst Alban; Benjamin Franklin; Alessandro Volta; Michael Faraday; William Sturgeon & Joseph Henry; Richard Arkwright & Edmund Cartwright; minibiog: John Kay; Sam Slater & Eli Whitney; Joseph Bramah & Henry Maudslay; Nasmyth & Whitworth; Robert Mylne; Thomas Telford; Marc Sequin; William Tierney Clark; The Roeblings; Montgolfier bros minibiog Jean-François Pilate de Rozier; Robert Brothers; Alberto Santos-Dumont; Ferdinand von Zeppelin minibiog: Ludwig Durr;THE MACHINE AGE: Robert Fulton; George & Robert Stephenson; minibiog Stephen Harriman; Isambard Kingdom Brunel minibiog Mark Brunel; John Frank Stevens minibiog Theodore Judah; William Tritton; Michaux brothers minibiog Karl von Drais; Oliver Evans; Robert Stirling; Goldsworthy Gurney; Samuel Colt; Cyrus McCormick; Joseph Paxton; William Armstrong; William Thomson (Lord Kelvin); Henry Bessamer; Werner von Siemens; Charles van Depoele; Monier and Freytag; Winstanley & Smeaton; William Arrol minibiog David Kirkaldy; Joseph Engelberger; Joseph Bazalgette minibiog John Snow; Eugène Belgerand; Hertha Ayrton; Julio Cervera; Nikola Tesla; Thomas Edison minibiog Charles Parson; Guglielmo Marconi; Emil Berliner; MODERN TIMES: Karl Benz; Rudolf Diesel & Gottlieb Daimler; Ferdinand Porsch minibiog Robert Bosch; Henry Ford; Louis Le Prince; Lumière brothers; William LeBaron Jenney minibiog Elisha Otis; Vladimir Shukov minibiog Gustav Eiffel; Eduardo Torroja; Tachu Naito; Fazlur Khan;Otto Lilienthal; Otto Lilienthal; Octave Chanute; John Stringfellow; George Caylay; Hiram Maxim; The Wright Brothers; Juan de la Cierva; Frank Whittle & Hans von Ohain; Hugo Junkers minibiog Sikorsky; Robert Goddard; Sergey Korolyev; Wernher von Braun; Burt Rutan

The Art of the Data Center: A Look Inside the Worl'd's Most Innovative and Compelling Computing Environments


Douglas Alger - 2012
    Data centers process billions of Internet transactions every day. It's therefore critical for companies and IT organizations to understand the state-of-the-art in data center design. Narrow aspects - such as cooling, wiring, or power usage - are often the subject of technical documents. But it's rare to find a holistic view of how a great data center was designed - until now. In The Art of the Data Center, Cisco's Douglas Alger takes you behind the scenes at eighteen of the world's most innovative data centers. Through interviews with their designers, Alger reveals why key decisions were made, and shows how construction and other challenges were overcome. He goes behind the scenes with pioneering companies like Cisco, eBay, Facebook, and Yahoo! presenting design lessons that can be applied in widely diverse environments.Readers will encounter amazing data centers like these: A data center built into a 1920s chapel A data center built in an underground military bunker, with artificial daylight, manmade waterfalls, and submarine engines providing standby power A data center inspired by a chicken coopThe world's first all solar data center Data center professionals directly involved in planning, design, or operations will find this book remarkably useful - and a much broader audience of IT executives and practitioners will find it utterly fascinating.Do you have a Safari Books Online account? Have a look and a listen, too! The Safari edition of this book includes 8 audio recordings from the author describing lessons learned, industry trends and general insights as well as more detailed explanations of certain Data Center topics raised within the profiles. Links to these recordings appear throughout the book, wherever the topic is discussed.

Run to Failure: BP and the Making of the Deepwater Horizon Disaster


Abrahm Lustgarten - 2012
    Along came a new CEO of vision and vast ambition, John Browne, who pulled off one of the greatest corporate turnarounds in history.BP bought one company after another and then relentlessly fired employees and cut costs. It skipped safety procedures, pumped toxic chemicals back into the ground, and let equipment languish, even while Browne claimed a new era of environmentally sustainable business as his own. For a while the strategy worked, making BP one of the most profitable corporations in the world. Then it all began to unravel, in felony convictions for environmental crimes and in one deadly accident after another. Employees and regulators warned that BP’s problems, unfixed, were spinning out of control, that another disaster—bigger and deadlier—was inevitable. Nobody was listening.Having reported on business and the energy industry for nearly a decade, Abrahm Lustgarten uses interviews with key executives, former government investigators, and whistle-blowers along with his exclusive access to BP’s internal documents and emails to weave a spellbinding investigative narrative of hubris and greed well before the gulf oil spill.

Hands-On Engineering: Real-World Projects for the Classroom


Beth L. Andrews - 2012
    Each challenge requires students to think analytically, assess new situations, and solve a hands-on, real-world problem. As students design their own boats, skyscrapers, wheelbarrows, hammocks, and more, they will need perseverance, imagination, and teamwork. This book's emphasis on practical skills, problem solving, and collaboration makes it an ideal tool with which to teach valuable 21st-century skills.

Bluetooth Low Energy: The Developer's Handbook


Robin Heydon - 2012
    Running on a coin-sized battery, BLE can operate reliably for years, connecting and extending everything from personal area network devices to next-generation sensors. Now, one of the standard’s leading developers has written the first comprehensive, accessible introduction to BLE for every system developer, designer, and engineer. Robin Heydon, a member of the Bluetooth SIG Hall of Fame, has brought together essential information previously scattered through multiple standards documents, sharing the context and expert insights needed to implement high-performance working systems. He first reviews BLE’s design goals, explaining how they drove key architectural decisions, and introduces BLE’s innovative usage models. Next, he thoroughly covers how the two main parts of BLE, the controller and host, work together, and then addresses key issues from security and profiles through testing and qualification. This knowledge has enabled the creation of Bluetooth Smart and Bluetooth Smart Ready devices. This guide is an indispensable companion to the official BLE standards documents and is for every technical professional and decision-maker considering BLE, planning BLE products, or transforming plans into working systems. Topics IncludeBLE device types, design goals, terminology, and core conceptsArchitecture: controller, host, applications, and stack splitsUsage models: presence detection, data broadcasting, connectionless models, and gatewaysPhysical Layer: modulation, frequency band, radio channels, power, tolerance, and rangeDirect Test Mode: transceiver testing, hardware interfaces, and HCILink Layer: state machine, packets, channels, broadcasting, encryption, and optimizationHCI: physical/logical interfaces, controller setup, and connection managementL2CAP: channels and packet structure, and LE signaling channelsAttributes: grouping, services, characteristics, and protocolsSecurity: pairing, bonding, and data signingGeneric Access Profiles: roles, modes, procedures, security modes, data advertising, and servicesApplications, devices, services, profiles, and peripheralsTesting/qualification: starting projects, selecting features, planning, testing, compliance, and more

Internal Combustion Engine Design


John Manning - 2012
    It takes the reader through the stages required in the design evolution and optimization of engine components and systems. Many of the techniques and methods described are applicable to almost any mechanical design application. The book is divided into two parts: the opening chapters describe current processes and procedures of state-of-the-art design engineering in a generic manner that is of relevance to any complex mechanical product development. The book then goes on to set-out - in an unprecedented level of detail - component and system design engineering as applied to the development of world-class internal combustion engines.

Fundamentals of Thermal-Fluidsciences


Cengal a Yunus - 2012
    

Oil Sands, Heavy Oil & Bitumen: From Recovery to Refinery


Dwijen K. Banerjee - 2012
    The most commonly known unconventional oils--oil sands, heavy oil, and bitumen--are found primarily in the western United States, Canada, and Venezuela. Only recently has serious consideration has been given to North American resources for meeting the increasing demands for transportation fuel. Dr. Banerjee discusses the importance of these unconventional oils and provides an introduction for those beginning their journey in the still unexplored unconventional hydrocarbon resources of the world. This new book is an important educational tool for anyone in the petroleum industry--whether upstream, downstream, or pipeline--who would like to learn the fundamentals of the most commonly known unconventional oils: oil sands, heavy oil, and bitumen.

Guidelines for Initiating Events and Independent Protection Layers in Layer of Protection Analysis


Center for Chemical Process Safety - 2012
    It provides specific guidance on Independent Protection Layers (IPLs) that are not Safety Instrumented Systems (SIS).  Using the LOPA methodology, companies typically take credit for risk reductions accomplished through non-SIS alternatives; i.e. administrative procedures, equipment design, etc.   It addresses issues such as how to ensure the effectiveness and maintain reliability for administrative controls or “inherently safer, passive” concepts. This book will address how the fields of Human Reliability Analysis, Fault Tree Analysis, Inherent Safety, Audits and Assessments, Maintenance, and Emergency Response relate to LOPA and SIS.  The book will separate IPL’s into categories such as the following: Inherent Safety eliminates a scenario or fundamentally reduces a hazard Preventive/Proactive prevents initiating event from occurring such as enhanced maintenance Preventive/Active stops chain of events after initiating event occurs but before an incident has occurred such as high level in a tank shutting off the pump. Mitigation (active or passive) minimizes impact once an incident has occurred such as closing block valves once LEL is detected in the dike (active) or the dike preventing contamination of groundwater (passive).

Supply Chain Engineering: Models and Applications


A. Ravi Ravindran - 2012
    The text provides an understanding of how companies plan, source, make, and deliver their products to create and/or maintain a global competitive advantage. It emphasizes application of operations research models and methods to optimize the various components of an integrated supply chain.The authors have carefully constructed the book so that it is not so "micro" in its focus that the perspective on the larger business problem is lost, nor is it so "macro" in its treatment of that business context that it fails to develop students' appreciation for, and skills to solve, the tactical problems that must be addressed in effectively managing flows of goods in supply chains. Building students' knowledge of the first principles of supply chain engineering, the book covers the traditional issues in operations, logistics, and supply chain management-forecasting demand, managing inventories, managing transportation, and locating facilities. It also includes a number of new optimization tools such as risk pooling, for addressing these problems, based on recent research.In addition, the authors' treatment of managing customer-supplier relations supplies a fresh perspective that draws on recent research using multiple criteria optimization methods. Moreover, the chapter on managing risks in supply chains presents important problems that extend beyond the traditional treatment of supply chain management. Building a bridge between theory and practice, the authors pull all of these themes together in the culminating chapter that solidifies students' understanding of managing global supply chains.

Civil-Military Preparedness For An Electromagnetic Pulse Catastrophe


Peter Pry - 2012
    The phenomenon itself is not easy to explain to non-scientists, be they policymakers, generals, or ordinary citizens. The EMP threat seems like the stuff of science fiction. Yet your life depends upon understanding EMP.

Military Robots and Drones: A Reference Handbook


Paul J. Springer - 2012
    Autonomous weaponry has now reached the point where robotic systems can perform some key tasks that previously required direct human involvement.Military Robots and Drones: A Reference Handbook introduces the lay person to a highly specialized topic, providing the foundation necessary for further study in this field. Appropriate for high school and college-level students, as well as general readers with an interest in the topic, the author explains the many military applications of robotics as well as current limitations and disadvantages. The book also provides a general history of robotic warfare; examines key individuals, agencies, documents, and models; discusses controversies within the field of robotic and drone warfare, such as ethical considerations; and explains how increased reliance on robotics has affected the structure and strategy of the military.

3D Animation Essentials w/webs


Andy Beane - 2012
    Many aspiring artists and animators have grown up with 3D and computers, and naturally gravitate to this field as their area of interest. Bringing a blend of studio and classroom experience to offer you thorough coverage of the 3D animation industry, this must-have book shows you what it takes to create compelling and realistic 3D imagery.Serves as the first step to understanding the language of 3D and computer graphics (CG) Covers 3D animation basics: pre-production, modeling, animation, rendering, and post-production Dissects core 3D concepts including design, film, video, and games Examines what artistic and technical skills are needed to succeed in the industry Offers helpful real-world scenarios and informative interviews with key educators and studio and industry professionals Whether you're considering a career in as a 3D artist or simply wish to expand your understanding of general CG principles, this book will give you a great overview and knowledge of core 3D Animation concepts and the industry.

HVAC System Design


Anonymous - 2012
    HVAC system design is a major subdiscipline of mechanical engineering, based on the principles of thermodynamics,fluid mechanics, and heat transfer.The book covers the full range of HVAC systems used in today’s facilities. This is a comprehensive book providing the reader a detailed description of how HVAC systems operate. The HVAC systems are divided into components and controls for air, water, heating, ventilating and air conditioning to clearly illustrate the way in which each system, subsystem, control or component contributes to providing the desired indoor environment.The purpose of this study is to provide the an introductionto the fundamentals of various HVAC components such as Boilers,Heat Exchangers,Air Handling Units and Fac Coil Units. Including the detailed design of each of the mentioned components.Fluid flow fundamentals and equations, and fundamentals ofsystem testing and verification of system performance are also covered in this book. This gives the reader a complete picture of systems from conception to operation.

Formula 1: Technical Analysis 2011/2012


Giorgio Piola - 2012
    Only Jenson Button and Lewis Hamilton, both driving for McLaren, put up anything of a fight, while Fernando Alonso in the Ferrari had to settle for a single victory in the British GP at Silverstone. In technical terms, the 2011 season was characterised by the use of a mobile rear wing, the return of Kers and Pirelli as sole tyre supplier. An unmissable annual event for over 10 years, Giorgio Piola’s review returns once again with the well-known illustrator and TV commentator analysing the different phases of the technical development undertaken by the various teams during the championship, with brief but exhaustive texts complemented by hundreds of colour technical drawings. The book is completed with an extensive section devoted to the leading cars for the 2012 season.

The Passivhaus Handbook: A Practical Guide to Constructing and Retrofitting Buildings for Ultra-Low Energy Performance


Janet Cotterell - 2012
    This is a no-nonsense and engaging introduction on how to do it.' Kevin McCloudThe Passivhaus Handbook is an essential guide for anyone wanting to realise a supremely comfortable, healthy and durable home with exceptionally low energy costs. Passivhaus design focuses on getting the building fabric right, to achieve ultra-low energy consumption in the most cost-effective manner. The approach is relevant to a wide range of building types and climates.Passivhaus methodology can be combined with elements of other building standards, such as the UK’s Code for Sustainable Homes (CSH), or with other sustainable building goals, such as a commitment to using low-impact or natural building materials.Whether you are building an extension, retrofitting your house or starting from scratch, and whether you are new to low-energy design or already have some experience, this book will help you navigate around the potential pitfalls and misconceptions. It brings together current thinking and best practice.The book includes:A clear explanation of the underlying building physics and terminology. Detailed information on key elements of Passivhaus: avoiding air leakage, designing out thermal (cold) bridges, moisture management and ventilation strategy.Practical advice on setting up a project, including developing a motivated project team.A discussion of economic considerations and the policy context in the UK.As pressure on global resources increases and energy prices continue to rise, the Passivhaus approach, proven over 20 years, meets the challenge of ultra-low-energy building for the future.

Frank Lloyd Wright: Natural Design, Organic Architecture: Lessons for Building Green from an American Original


Alan Hess - 2012
    Green design and general green awareness is a major concern today, and looking at the work of Wright in this context is both timely and instructive.

Functional Safety in the Process Industry : A Handbook of Practical Guidance in the Application of IEC61511 and ANSI/ISA-84


K.J. Kirkcaldy - 2012
    

Winning Under Inflation


Ram Charan - 2012
    Bestselling author and highly sought after business advisor who is highly respected by senior executives throughout the world for his uncanny ability to solve their toughest business problems, Ram Charan turns his attention to what he sees as the next big crisis for global business: hos to win during the current inflationary era, grow your business and strengthen your company for the long term.

Differential Equations


Francesco Giacomo Tricomi - 2012
    Topics include the existence and uniqueness theorem, behavior of characteristics of a first-order equation, boundary problems for second-order linear equations, asymptotic methods, and differential equations in the complex field. 1961 edition.

International Space Station (ISS) Systems Engineering Case Study: History and Development of the Station, Hardware and Software, Anomaly Resolution, Russian Participation


Air Force Center for Systems Engineering - 2012
    The initial plans involved the direct participation of 16 nations, 88 launches and over 160 spacewalks—more space activities than NASA had accomplished prior to the 1993 International Space Station decision. Probably more important was the significant leap in System Engineering (SE) execution that would be required to build and operate a multi-national space station. In a short period of time, NASA and its partners had to work out how to integrate culturally different SE approaches, designs, languages and operational perspectives on risk and safety.The International Council on Systems Engineering (INCOSE) defines Systems Engineering (SE) as an "interdisciplinary approach and means to enable the realization of successful systems. It focuses on defining customer needs and required functionality early in the development cycle, documenting requirements, and then proceeding with design synthesis and system validation while considering the complete problem: operations, performance, test, manufacturing, cost and schedule, training and support, and disposal."One of the objectives of the Air Force Center for Systems Engineering (AFCSE) is to develop case studies focusing on the application of systems engineering principles within various aerospace programs. The intent of these case studies is to examine a broad spectrum of program types and a variety of learning principles using the Friedman-Sage Framework to guide overall analysis.These cases support practitioners of systems engineering and are also used in the academic instruction in systems engineering within military service academies and at both civilian and military graduate schools.SYSTEMS ENGINEERING PRINCIPLES * General Systems Engineering Process * Case Studies * Framework for Analysis * ISS Major Learning Principles and Friedman-Sage Matrix * Historical Background * Soviet Space Stations * Skylab * Space Station Freedom * Shuttle-Mir Program * Space Station Freedom Redesign * Budget * Studies/Review Panels * Changes from SSF to ISS * NASA Systems Engineering Environment * NASA Management Approach * NASA Center Approaches * System Engineers and the Experience Chain * Systems Engineering Challenges of the ISS * Systems Engineering Process * International Partners * Safety/Risk approaches * FULL SCALE DEVELOPMENT * Major ISS Modules * Zarya Control Module * Unity Node * Zvezda Service Module * Destiny Laboratory Module * Canadian Space Robotics System * Quest Joint Airlock * Russian Pirs Docking Compartment * Columbus Laboratory * Kibo Japanese Experimental Laboratory * Cupola * Russian Multi-Purpose Laboratory Module * Multi-Purpose Logistics Module * Launch Services * Shuttle * Russian Vehicles * Japanese Projects * European Projects * Commercial Capabilities * Development Challenges * Technology Readiness and Obsolescence * Use of Probabilistic Risk Assessment * Russian Contribution and Risk * Spiral Construction Approach and Multi-configuration issues * Computer Hardware and Software * Power Systems * Micrometeoroid and Orbital Debris (MMOD) Protection * Test and Integration * Execution Issues * Unrealistic Estimates for Cost and Schedule * Iran, North Korea, and Syria Nonproliferation Act * ISS Logistical Support * Handling a Major Computer Failure * Transportation * Anomaly Resolution and the Columbia Accident * Major Risks to the ISS * Long Term Outlook * Lessons Learned * ACRONYMS * SPACELAB MISSIONS * PHASE ONE—SHUTTLE-MIR MISSIONS * MISSION SUMMARIES

Introduction to the Aerodynamics of Flight (NASA History Series Book 118)


Theodore A. Talay - 2012
    The last few decades have witnessed phenomenal growth in the science and technology of aerodynamics and no letup is in sight. For those who possess an interest, the task of education encompassing all the various aspects of the subject is staggering. Specialization is indicated but a background knowledge is an essential of any education.This volume is a result of several semesters of the author's teaching of an introductory course in aerodynamics to apprentices and technicians at the NASA Langley Research Center. The problem faced was to provide more than a layman's treatment of the subject but not the detail as taught in many individual courses on the college level. The result is a highly qualitative, illustrated set of notes which, through the teaching process, was modified to fulfill the objectives better.A thorough revision of these notes with considerable up-to-date material has resulted in the text as presented herein. It is hoped that this volume will stimulate the reader's interest to pursue more specialized education in the many topics of aerodynamics.Hyperlinked index for easy navigation. 247 pages. 165 illustrations and diagrams.I. A Short History of FlightII. Background InformationThe AtmosphereWinds and TurbulenceThe AirplaneIII. FLUID FLOWThe FluidThe FlowIdeal Fluid FlowReal Fluid FlowIV. SUBSONIC FLOW EFFECTSAirfoils and WingsAerodynamic DevicesPropellers and RotorsV. TRANSONIC FLOWVI. SUPERSONIC FLOWThe SSTSonic BoomVII. BEYOND THE SUPERSONICHypersonic FlightLifting BodiesSpace ShuttleVIII. PERFORMANCEMotions of an AirplaneClass 1 MotionClass 2 MotionClass 3 Motion-Hovering FlightIX. STABILITY AND CONTROLStabilityControlAppendix A - AERONAUTICAL NOMENCLATUREAppendix B - DIMENSIONS AND UNITSAppendix C - COORDINATE SYSTEMSBibliography

DSP for Embedded and Real-Time Systems


Robert Oshana - 2012
    Written by experts with a solutions focus, this encyclopedic reference gives you an indispensable aid to tackling the day-to-day problems you face in using DSP to develop embedded systems. With this book you will learn: A range of development techniques for developing DSP code Valuable tips and tricks for optimizing DSP software for maximum performance The various options available for constructing DSP systems from numerous software components The tools available for developing DSP applications Numerous practical guidelines from experts with wide and lengthy experience of DSP application development Features: Several areas of research being done in advanced DSP technology Industry case studies on DSP systems development DSP software development tools available for download and evaluation DSP for Embedded and Real-Time Systems is the reference for both the beginner and experienced, covering most aspects of using today’s DSP techniques and technologies for designing and implementing an optimal embedded system. The only complete reference which explains all aspects of using DSP in embedded systems development making it a rich resource for every day use Covers all aspects of using today’s DSP techniques and technologies for designing and implementing an optimal embedded system Enables the engineer to find solutions to all the problems they will face when using DSP