Best of
Engineering

2010

Empire of the Clouds: When Britain's Aircraft Ruled the World


James Hamilton-Paterson - 2010
    And what aircraft they were. The sleek Comet, the first jet airliner. The awesome delta-winged Vulcan, an intercontinental bomber that could be thrown about the sky like a fighter. The Hawker Hunter, the most beautiful fighter-jet ever built and the Lightning, which could zoom ten miles above the clouds in a couple of minutes and whose pilots rated flying it as better than sex.How did Britain so lose the plot that today there is not a single aircraft manufacturer of any significance in the country? What became of the great industry of de Havilland or Handley Page? And what was it like to be alive in that marvellous post-war moment when innovative new British aircraft made their debut, and pilots were the rock stars of the age?James Hamilton-Paterson captures that season of glory in a compelling book that fuses his own memories of being a schoolboy plane spotter with a ruefully realistic history of British decline - its loss of self confidence and power. It is the story of great and charismatic machines and the men who flew them: heroes such as Bill Waterton, Neville Duke, John Derry and Bill Beaumont who took inconceivable risks, so that we could fly without a second thought.

Cryptography Engineering: Design Principles and Practical Applications


Niels Ferguson - 2010
    Cryptography is vital to keeping information safe, in an era when the formula to do so becomes more and more challenging. Written by a team of world-renowned cryptography experts, this essential guide is the definitive introduction to all major areas of cryptography: message security, key negotiation, and key management. You'll learn how to think like a cryptographer. You'll discover techniques for building cryptography into products from the start and you'll examine the many technical changes in the field.After a basic overview of cryptography and what it means today, this indispensable resource covers such topics as block ciphers, block modes, hash functions, encryption modes, message authentication codes, implementation issues, negotiation protocols, and more. Helpful examples and hands-on exercises enhance your understanding of the multi-faceted field of cryptography.An author team of internationally recognized cryptography experts updates you on vital topics in the field of cryptography Shows you how to build cryptography into products from the start Examines updates and changes to cryptography Includes coverage on key servers, message security, authentication codes, new standards, block ciphers, message authentication codes, and more Cryptography Engineering gets you up to speed in the ever-evolving field of cryptography.

Principles of Physics


David Halliday - 2010
    A number of the key figures in the new edition are revised to provide a more inviting and informative treatment. The figures are broken into component parts with supporting commentary so that they can more readily see the key ideas. Material from The Flying Circus is incorporated into the chapter opener puzzlers, sample problems, examples and end-of-chapter problems to make the subject more engaging. Checkpoints enable them to check their understanding of a question with some reasoning based on the narrative or sample problem they just read. Sample Problems also demonstrate how engineers can solve problems with reasoned solutions.

Karakuri: How to Make Mechanical Paper Models That Move


Keisuke Saka - 2010
    Included are pull-out pages for you to use to construct your own moving models of the different types of gears. These models serve as the basis for designing your own karakuri or may just be admired on their own.Detailed explanations, accompanied by diagrams, explain the physics behind how karakuri move and operate, so you really learn about the properties of the different types of gears and cams. And to inspire you, also included are four fun, full-color karakuri models designed by the author, a well-known paper engineer. Printed on pull-out pages and easily assembled, the projects include a whimsical tea-serving robot, an amusing penguin perched on an iceberg and trying to fly, a delightful peek-a-boo-playing teddy bear, and a mesmerizing train that goes around on a track and through a tunnel!With complete directions, fourteen full-size models, and the science behind the craft revealed, Keisuke Saka's book is a unique introduction to an ancient art and a perfect gift for creative and imaginative minds.

Test Driven Development for Embedded C


James W. Grenning - 2010
    You thought TDD was for someone else, but it's not! It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers. TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems. You get immediate notification of side effect defects. You get to spend more time adding valuable features to your product. James is one of the few experts in applying TDD to embedded C. With his 1.5 decades of training, coaching, and practicing TDD in C, C++, Java, and C# he will lead you from being a novice in TDD to using the techniques that few have mastered. This book is full of code written for embedded C programmers. You don't just see the end product, you see code and tests evolve. James leads you through the thought process and decisions made each step of the way. You'll learn techniques for test-driving code right next to the hardware, and you'll learn design principles and how to apply them to C to keep your code clean and flexible. To run the examples in this book, you will need a C/C++ development environment on your machine, and the GNU GCC tool chain or Microsoft Visual Studio for C++ (some project conversion may be needed).

The Art of the Formula 1 Race Car


Stuart Codling - 2010
    Formula 1: the pinnacle of motorsports. This is the world's most popular form of racing, featuring the world's greatest drivers competing in the most technologically advanced cars ever created, machines designed and built by some of history's most brilliant engineering minds. For the original edition of Art of the Formula 1 Race Car, master automotive photographer James Mann brought a selection of these spectacular machines into the studio, portraying not just their engineering brilliance, but also their inherent beauty-- the fascinating results of Formula 1's mix of competition, creativity, and human ingenuity has made these vehicles into works of art. Now, in this new and updated edition, Mann has gone behind the lens once again to bring you even more of history's most astounding racing vehicles, from the Alfa Romeo 158 that carried Giuseppe Farina to the first F1 world championship in 1950 all the way through to the present day, with models from Maserati, Mercedes-Benz, Lotus, Ferrari, McLaren, and all of racing's premier Formula 1 engineers. With historical and technological profiles by Formula 1 writer Stuart Codling and insightful commentary from designer Gordon Murray, creator of multiple championship-winning cars, the revised and updated Art of the Formula 1 Race Car continues its tradition as the ultimate homage to the ultimate breed of race car. Discover what Road & Track magazine called "the perfect blend of pictures, analysis and the racing history of these remarkable racing machines."

Networks: An Introduction


M.E.J. Newman - 2010
    The rise of the Internet and the wide availability of inexpensive computers have made it possible to gather and analyze network data on a large scale, and the development of a variety of new theoretical tools has allowed us to extract new knowledge from many different kinds of networks.The study of networks is broadly interdisciplinary and important developments have occurred in many fields, including mathematics, physics, computer and information sciences, biology, and the social sciences. This book brings together for the first time the most important breakthroughs in each of these fields and presents them in a coherent fashion, highlighting the strong interconnections between work in different areas.Subjects covered include the measurement and structure of networks in many branches of science, methods for analyzing network data, including methods developed in physics, statistics, and sociology, the fundamentals of graph theory, computer algorithms, and spectral methods, mathematical models of networks, including random graph models and generative models, and theories of dynamical processes taking place on networks.

Pearls of Functional Algorithm Design


Richard S. Bird - 2010
    These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style.

Subsea Engineering Handbook


Yong Bai - 2010
    It covers the entire spectrum of subjects in the discipline, from route selection and planning to design, construction, installation, materials and corrosion, inspection, welding, repair, and applicable design solutions.

Energy Transitions: History, Requirements, Prospects


Vaclav Smil - 2010
    In a bold and provocative argument, Energy Transitions: History, Requirements, Prospects describes the history of modern society's dependence on fossil fuels and the prospects for the transition to a nonfossil world. Vaclav Smil, who has published more on various aspects of energy than any working scientist, makes it clear that this transition will not be accomplished easily, and that it cannot be accomplished within the timetables established by the Obama administration.The book begins with a survey of the basic properties of modern energy systems. It then offers detailed explanations of universal patterns of energy transitions, the peculiarities of changing energy use in the world's leading economies, and the coming shifts from fossil fuels to renewable conversions. Specific cases of these transitions are analyzed for eight of the world's leading energy consumers. The author closes with perspectives on the nature and pace of the coming energy transition to renewable conversions.

The LEGO Technic Idea Book: Simple Machines


Yoshihito Isogawa - 2010
    Each project uses color-coded pieces and is photographed from multiple angles, making it easy to see how the models are assembled without the need for step-by-step instructions. Every model illustrates a different principle, concept, or mechanism that will inspire your own original creations. You're encouraged to use these elements as building blocks to create your own masterpieces.The Technic models in Simple Machines demonstrate basic configurations of gears, shafts, pulleys, turntables, connectors, and the like. You'll learn how to create small, elegant machines like cranes, operable doors, motorized cars, a rubber band-powered rocket launcher, a hand-cranked drag racer, and even musical instruments.This visual guide, the first in the three-volume LEGO Technic Idea Book series, is the brainchild of master builder Yoshihito Isogawa of Tokyo, Japan. Each title is filled with photos of Isogawa's unique models, all of which are designed to fire the imaginations of LEGO builders young and old.Imagine. Create. Invent. Now, what will you build?NOTE: The LEGO Technic Idea Book series uses parts from various Technic sets. If you don't have some of the pieces shown in a particular model, experiment by substituting your own parts or visit the No Starch Press website for a list of the special parts used in the book.

Oracle Jrockit: The Definitive Guide


Marcus Hirt - 2010
    

Computer Vision: Algorithms and Applications


Richard Szeliski - 2010
    However, despite all of the recent advances in computer vision research, the dream of having a computer interpret an image at the same level as a two-year old remains elusive. Why is computer vision such a challenging problem and what is the current state of the art?Computer Vision: Algorithms and Applications explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply to their own personal photos and videos.More than just a source of "recipes," this exceptionally authoritative and comprehensive textbook/reference also takes a scientific approach to basic vision problems, formulating physical models of the imaging process before inverting them to produce descriptions of a scene. These problems are also analyzed using statistical models and solved using rigorous engineering techniquesTopics and features: Structured to support active curricula and project-oriented courses, with tips in the Introduction for using the book in a variety of customized courses Presents exercises at the end of each chapter with a heavy emphasis on testing algorithms and containing numerous suggestions for small mid-term projects Provides additional material and more detailed mathematical topics in the Appendices, which cover linear algebra, numerical techniques, and Bayesian estimation theory Suggests additional reading at the end of each chapter, including the latest research in each sub-field, in addition to a full Bibliography at the end of the book Supplies supplementary course material for students at the associated website, http: //szeliski.org/Book/ Suitable for an upper-level undergraduate or graduate-level course in computer science or engineering, this textbook focuses on basic techniques that work under real-world conditions and encourages students to push their creative boundaries. Its design and exposition also make it eminently suitable as a unique reference to the fundamental techniques and current research literature in computer vision.

Small Signal Audio Design


Douglas Self - 2010
    Learn to use inexpensive and readily available parts to obtain state-of-the-art performance in all the vital parameters of noise, distortion, crosstalk and so on. Focusing mainly on preamplifiers and mixers this practical handbook gives you an extensive repertoire of circuits that can be put together to make almost any type of audio system.A resource packed full of valuable information, with virtually every page revealing nuggets of specialized knowledge never before published. Essential points of theory that bear on practical performance are lucidly and thoroughly explained, with the mathematics kept to an essential minimum. Douglas' background in design for manufacture ensures he keeps a wary eye on the cost of things. Includes a chapter on power-supplies, full of practical ways to keep both the ripple and the cost down, showing how to power everything.Douglas wears his learning lightly, and this book features the engaging prose style familiar to readers of his other books The Audio Power Amplifier Design Handbook and Self on Audio. You will learn why mercury cables are not a good idea, the pitfalls of plating gold on copper, and what quotes from Star Trek have to do with PCB design.*Provides an enormous amount of knowledge in one unique volume, making it an essential guide to design principles and practice in the wide are of small-signal audio*Includes numerous circuit blocks with all component values given so you can build on them and easily adapt them to your own requirements*Lavishly illustrated with diagrams and graphs, and full of practical measurements on real circuitry so you can be sure just how well it will performLearn how to:make amplifiers with apparently impossibly low noisedesign discrete circuitry that can handle enormous signals with vanishingly low distortionuse humble low-gain transistors to make an amplifier with an input impedance of more than 50 Megohmstransform the performance of low-cost-opamps, how to make filters with very low noise and distortionmake incredibly accurate volume controlsmake a huge variety of audio equalisersmake magnetic cartridge preamplifiers that have noise so low it is limited by basic physicssum, switch, clip, compress, and route audio signals

First Steps


Chris Hechtl - 2010
    They and several heroes of future space flight take on and do the impossible, build a program to explore and settle the red planet in a very short time period. Along the way they dig up old and invent new technology to overcome the many problems facing them. Mario and his wife are forced to take his brother's place when he is viciously attacked moments before launch. The team must overcome many problems, weather, radiation, and politics to get the colony started. Along the way they must divert an asteroid which has some far reaching consequences. Mankind will never be the same after the Mario brothers come on the scene!

Guastavino Vaulting: The Art of Structural Tile


John Ochsendorf - 2010
    No one was more skilled at this than the Rafael Guastavino family, a father and son team of Spanish immigrants who oversaw the construction of thousands of spectacular thin-tile vaults across the United States between the 1880s and the 1950s. These versatile, strong, and fireproof vaults were built by Guastavino in more than two hundred major buildings in Manhattan, and in hundreds more across the country, including Grand Central Terminal, Carnegie Hall, the Biltmore Estate, the Cathedral of St. John the Divine, the Registry Hall at Ellis Island, and many major university buildings. Their patented vaulting techniques made it possible for Beaux-Arts architects such as McKim, Mead and White to create the bold, broad spaces that made them famous. Yet, because the Guastavinos served only as contractors on these projects, their firms accomplishments have remained relatively unknown to the public. Guastavino Vaulting traces the development of the remarkable construction technology from its Mediterranean roots to its highest achievements in the United States. This long overdue first monograph features archival images, drawings, and beautiful new color photography showcasing the most incredible Guastavino vaulted spaces. An extensive appendix lists the addresses of all known extant Guastavino vaults, over six hundred masterpieces small and large.

The LEGO Technic Idea Book: Fantastic Contraptions


Yoshihito Isogawa - 2010
    Each project uses color-coded pieces and is photographed from multiple angles, making it easy to see how the models are assembled without the need for step-by-step instructions. Every model illustrates a different principle, concept, or mechanism that will inspire your own original creations. You're encouraged to use these elements as building blocks to create your own masterpieces.The Technic models in Fantastic Contraptions include working catapults, crawling spiders, and bipedal walkers, as well as gadgets powered by fans, propellers, springs, magnets, and vibration. You'll even learn how to add lights, pneumatics, and solar panels to your own models.This visual guide, the third in the three-volume LEGO Technic Idea Book series, is the brainchild of master builder Yoshihito Isogawa of Tokyo, Japan. Each title is filled with photos of Isogawa's unique models, all of which are designed to fire the imaginations of LEGO builders young and old.Imagine. Create. Invent. Now, what will you build?NOTE: The LEGO Technic Idea Book series uses parts from various Technic sets. If you don't have some of the pieces shown in a particular model, experiment by substituting your own parts or visit the No Starch Press website for a list of the special parts used in the book.

Building Design and Construction


Vicente A. Tagayun - 2010
    It also contains the easy to follow instructions on how to analyze and compute the structural design of critical building parts such as: reinforced concrete slabs, beams, columns and footings. There are also simple designs and floor plans for a variety of building types to be found in this book.BUILDING DESIGN AND CONSTRUCTION should be of interest to architects, engineers, contractors, developers and allied professionals who are engaged in building design, planning and construction. Students and graduates reviewing for the board examinations for architects and engineers would find in this book valuable practical knowledge to supplement the theories learned in their classrooms.Project owners studying this book would appreciate and get a clear understanding of how their envisioned pet project, which sprang only from a mere idea - is transformed slowly step-by-step - into concrete form.Explanations and instructions in BUILDING DESIGN AND CONSTRUCTION are conveyed in direct and simple language for easy understanding even by the layman. Plans and drawings are clearly presented, to be easily interpreted by construction workers.

Underwater Robotics: Science, Design & Fabrication


Steven W. Moore - 2010
    Hundreds of illustrations, diagrams, and color photographs featuring hand-built craft as well as commercial ROVs, AUVs and submersibles.

Biomimetics in Architecture: Architecture of Life and Buildings


Petra Gruber - 2010
    It delivers a wholly new perspective on architectural achievements and will help to manifest the approach's huge innovative potential.

Ugly's Electrical References


George Hart - 2010
    Used worldwide by electricians, engineers, contractors, designers, maintenance workers, instructors, and the military; Ugly's contains the most commonly required electrical information in an easy-to-read and easy-to-access format.Ugly's presents a succinct portrait of the most pertinent information all electricians need at their fingertips, including: mathematical formulas, National Electrical Code tables, wiring configurations, conduit bending, voltage drops, and life-saving first aid procedures.Revised for the 2011 National Electrical Code, Ugly's Electrical References includes updated coverage of: Combination Circuits Conductor Properties Conduit Bending Conversion Tables Electrical Formulas Electrical Symbols Insulation Charts Math Formulas Metric System Ohm's Law Parallel Circuits Series Circuits US Weights and Measures Wiring Diagrams

Come Up And Get Me: An Autobiography Of Colonel Joseph Kittinger


Joe W. Kittinger - 2010
    Restless and unchallenged, he turned to ballooning, a lifelong passion as well as a constant diversion for his imagination during his imprisonment. His primary goal was a solitary circumnavigation of the globe, and in its pursuit he set several ballooning distance records, including the first solo crossing of the Atlantic in 1984. But the aeronautical feats that first made him an American hero had occurred a quarter of a century earlier.By the time Kittinger was shot down in Vietnam in 1972, his Air Force career was already legendary. He had made a name for himself at Holloman Air Force Base near Alamogordo, New Mexico, as a test pilot who helped demonstrate that egress survival for pilots at high altitudes was possible in emergency situations. Ironically, Kittinger and his pre-astronaut colleagues would help propel Americans into space using the world's oldest flying machine--the balloon. Kittinger's work on Project Excelsior--which involved daring high-altitude bailout tests--earned him the Distinguished Flying Cross long before he earned a collection of medals in Vietnam. Despite the many accolades, Kittinger's proudest moment remains his free fall from 102,800 feet during which he achieved a speed of 614 miles per hour.In this long-awaited autobiography, Kittinger joins author Craig Ryan to document an astonishing career.Selected by Popular Mechanics as a Top Book of 2010

Slaying Excel Dragons: A Beginners Guide to Conquering Excel's Frustrations and Making Excel Fun


Mike Girvin - 2010
    With 1,104 screenshots and explicit information on everything from rows, columns, and cells to subtotaling, sorting, and pivot tables, this guide aims to alleviate the frustrations that come with using the program for the first time. This manual offers strategies for avoiding problems and streamlining efficiency and assists readers from start to finish, turning Excel 2010 novices into experts.

Design of Machine Elements


V.B. Bhandari - 2010
    A plethora of solved examples and practice problems make this an excellent offering for students and teachers. Salient Features New chapters on 'Design of Riveted Joints' and 'Design of Engine Components' Indian standards used throughout the book for materials, tolerances, screw threads, springs, gears, wire ropes and pressure vessels Incorporates step-by-step problem solving methodology Exhaustive pedagogical features include 356 Solved examples 717 Short-answer type questions 216 Practice problems Table Of Contents Preface Visual Walkthrough Introduction Engineering Materials Manufacturing Considerations in Design Design Against Static Load Design Against Fluctuating Load Power Screws Threaded Joints Welded and Riveted Joints Shafts, Keys and Couplings Springs Friction Clutches Brakes Belt Drives Chain Drives Rolling Contact Bearings Sliding Contact Bearings Spur Gears Helical Gears Bevel Gears Worm Gears Flywheel Cylinders and Pressure Vessels Miscellaneous Machine Elements Statistical Considerations in Design Design of IC Engine Components References Index

Cool Robots


Sean Kenney - 2010
    Attention young LEGO brick builders: Sean Kenney is back again with original creations of Robotopolis--robots, transformers, and spaceships of all sizes, colors, and features.Complete with select model instructions, insider tips, and landscape designs for new LEGO fans of all ages as well as diehard enthusiasts.

Geothermal HVAC


Jay Egg - 2010
    Geothermal HVAC: Green Heating and Cooling reviews the array of choices currently available, offers market values for systems based on varying options and conditions, and describes how to pair the best systems for each application and budget. Whether you're a contractor or a consumer, you'll find out what you need to know to implement a geothermal HVAC system in a retrofit or new construction project, and start benefiting from this sustainable, affordable technology.Find out how to:Learn the basic types of heat transfer--convection, conduction, and radiationUnderstand how geothermal earth-coupled heat pumps workDetermine which ground loops to use for earth coupling to best meet the demands of the siteUse load sharing to channel the heat differential of one device into useful energy for anotherCalculate system efficiencies and heat gain and lossUnderstand geothermal project proposals and system pricingBenefit from incentives, tax credits, and rebates for geothermal HVAC systemsCalculate your long-term return on investmentVerify that your installed system is working as intendedTroubleshoot your system and avoid common problems

Service Dog Heroes


Linda Bozzo - 2010
    Kazi is a service dog. He helps his owner around her house and while she is at work. Readers will learn about the history, training, what being on the job is like for a service dog, and what happens when the dog retires. Service dogs truly are heroes.

Water and Wastewater Engineering


Mackenzie L. Davis - 2010
    Fundamental environmental engineering principles are used as the foundation for rigorous design of conventional and advanced water and wastewater treatment processes. Reverse osmosis, membrane filtration, UV disinfection, biological nutrient removal and membrane bioreactors represent a small sample of the processes included. Water and Wastewater Engineering follows the flow of water through a water treatment plant and the flow of wastewater through a wastewater treatment plant. The design of unit water treatment processes includes coagulation/flocculation, softening, ion exchange, reverse osmosis, sedimentation, granular filtration, membrane filtration, disinfection, and residuals management. In a similar fashion, the design of unit wastewater processes follows the flow of wastewater through a plant. The design of unit wastewater treatment processes includes preliminary treatment, primary treatment, suspended growth secondary treatment including biological nutrient removal, and membrane biological reactors. Residuals management includes applicable methods to meet the 503 rules. The text includes include appropriate regulatory constraints and highlights safety issues. Hints from the field bring to the student real-life experience in solving technical issues.

Mechanical Vibrations


Rao V. Dukkipati - 2010
    Each chapter consists of a concise but thorough fundamental statement of the theory, principles and methods. The classical methods of mechanical vibrations i.e. free vibration of single degree of freedom systems, harmonically forced vibrations of single degree of freedom systems, general forcing conditions and response, two degree of freedom systems, multi degree of freedom systems, analytical dynamics Lagrange's equation of motion, vibration of continuous systems, and approximate methods for finding natural frequencies and mode shapes, dynamic response by direct numerical integration methods, vibration control, and introduction to finite element method are covered in detail.

Web Operations: Keeping the Data on Time


John Allspaw - 2010
    It's the expertise you need when your start-up gets an unexpected spike in web traffic, or when a new feature causes your mature application to fail. In this collection of essays and interviews, web veterans such as Theo Schlossnagle, Baron Schwartz, and Alistair Croll offer insights into this evolving field. You'll learn stories from the trenches--from builders of some of the biggest sites on the Web--on what's necessary to help a site thrive.Learn the skills needed in web operations, and why they're gained through experience rather than schoolingUnderstand why it's important to gather metrics from both your application and infrastructureConsider common approaches to database architectures and the pitfalls that come with increasing scaleLearn how to handle the human side of outages and degradationsFind out how one company avoided disaster after a huge traffic delugeDiscover what went wrong after a problem occurs, and how to prevent it from happening againContributors include:John AllspawHeather ChampMichael ChristianRichard CookAlistair CrollPatrick DeboisEric FlorenzanoPaul HammondJustin HuffAdam JacobJacob LoomisMatt MassieBrian MoonAnoop NagwaniSean PowerEric RiesTheo SchlossnagleBaron SchwartzAndrew Shafer

Arcana V: Musicians on Music, Magic & Mysticism


John Zorn - 2010
    In recent decades, avant-garde musicians have rediscovered these overlaps, as occultism has reinvented itself--through Buddhist and other Asian influences, Thelema and Chaos Magic--to accommodate cultural strains from psychedelica through Punk and Industrial music. This special edition of John Zorn's much acclaimed Arcana series focuses on the magical aspects of the act of making music. Neither historical overview nor musicological study, it illuminates the sympathies between music and the esoteric tradition with the help of today's finest experimental musicians and occultists. Among these are William Breeze, Gavin Bryars, Alvin Curran, Fred Frith, Sharon Gannon, Larkin Grimm, William Kiesel, Yusef Lateef, Frank London, Meredith Monk, Mark Nauseef, Pauline Oliveros, Genesis P-Orridge, Terry Riley, David Toop, Greg Wall, Peter Lamborn Wilson and Z'ev.

Ludwig's Applied Process Design for Chemical and Petrochemical Plants: Volume 2: Distillation, Packed Towers, Petroleum Fractionation, Gas Processing and Dehydration


A. Kayode Coker - 2010
    Ludwig's classic chemical engineering process design manual. Volume Two focuses on distillation and packed towers, and presents the methods and fundamentals of plant design along with supplemental mechanical and related data, nomographs, data charts and heuristics. The Fourth Edition is significantly expanded and updated, with new topics that ensure readers can analyze problems and find practical design methods and solutions to accomplish their process design objectives.

Winning Design!: Lego Mindstorms Nxt Design Patterns for Fun and Competition


James Trobaugh - 2010
    It's about building with LEGO MINDSTORMS NXT for fun, for education, but especially for competition. Author James Trobaugh is an experienced coach and leader in the FIRST LEGO League. In this book, he shares his hard-won knowledge about design principles and techniques that contribute to success in robotics competitions. Winning Design! unlocks the secrets of reliable design using LEGO MINDSTORMS NXT. You'll learn proven design patterns that you can employ for common tasks such as turning, pushing, and pulling. You'll reduce and compensate for variation in performance from battery charge levels and motor calibration differences. You'll produce designs that won't frustrate you by not working, but that will delight you with their reliable performance in the heat of competition. Good design is about more than just the hardware. Software counts for a lot, and Winning Design! has you covered. You'll find chapters on program design and organization with tips on effective coding and documentation practices. You'll learn about master programs and the needed flexibility they provide. There's even a section on presenting your robot and software designs to the judges. Winning Design! is the book you need if your involved in competitions such as FIRST LEGO League events. Whether coach, parent, or student, you'll find much in this book to make your design and competition experience fun and memorable, and educational. Please note: the print version of this title is black & white; the eBook is full color. What you'll learn Build winning robots on a foundation of good chassis design Reduce variability in robot mechanical movements Design modularattachments for quick change during competition Solve navigation problems such as steering, squaring up, and collision detection Manage software using master programs and other techniques Power your robot attachments via motors and pneumatics Who this book is forWinning Design! LEGO Mindstorms NXT Design Patterns for Fun and Competitionis aimed at students, parents, teachers, and coaches involved in LEGO MINDSTORMS NXT robot design and programming. Teachers and coaches will find the book to be a valuable teaching resource. Students and parents will find insight into good design practices. And all readers will enjoy the increased satisfaction that comes from building designs that actually work, and that can be relied upon to continue to work every time. Table of Contents Design Considerations Chassis Design Going Straight Consistent Turning Line Following and Detection Squaring Up Collision Detection Passive Attachments Power Attachments Pneumatics Master Programs Program Management Documentation and Presentation Building DemoBot Building the Motor Matching Machine

Mechanical and Metal Trades Handbook


Ulrich Fischer - 2010
    It is thoroughly revised and up-to-date.It is well-suited for shop reference, tooling, machine building, maintenance, practical work on training courses and as a quick and reliable reference material. Thus, the following readership will find it invaluable:. Industrial and trade mechanics. Tool and die makers. Machinists. Millwrights. Draftspersons. Technical instructors. Engineering tutors. Trainees in industry. Students on mechanical and engineering courses. Engineering researchersThe Preface sets guidelines for the reader. The contents of this book include tables, formulae and colourful diagrams arranged in subject areas in eight chapters. The tables contain the most important guidelines, designs, types, dimensions and standard values for their subject areas.Examples for all standard parts, materials and drawings are highlighted by red arrows. The table of contents are expanded under each chapter as tables. The Standards Index shows all the current standards and regulations in this book.In many cases, previous standards are also listed in order to make transition easy from older and familiar standards to new ones. The subject index at the end of the book is extensive.ADR will be pleased to supply you a copy of the comprehensive table of contents together with a sample of some pages as a .pdf file.Just contact us:adr@adrlondon.ltd.uk

Solid Mechanics


William F. Hosford - 2010
    The intent of this book is to provide a background in the mechanics of solids for students of mechanical engineering, while limiting the information on why materials behave as they do. It is assumed that the students have already had courses covering materials science and basic statics. Much of the material is drawn from another book by the author, Mechanical Behavior of Materials. To make the text suitable for mechanical engineers, the chapters on slip, dislocations, twinning, residual stresses, and hardening mechanisms have been eliminated and the treatment of ductility viscoelasticity, creep, ceramics, and polymers has been simplified.

Graph Theoretic Methods in Multiagent Networks


Mehran Mesbahi - 2010
    Such networks are of great interest in a wide range of areas in science and engineering, including: mobile sensor networks, distributed robotics such as formation flying and swarming, quantum networks, networked economics, biological synchronization, and social networks. Focusing on graph theoretic methods for the analysis and synthesis of dynamic multiagent networks, the book presents a powerful new formalism and set of tools for networked systems.The book's three sections look at foundations, multiagent networks, and networks as systems. The authors give an overview of important ideas from graph theory, followed by a detailed account of the agreement protocol and its various extensions, including the behavior of the protocol over undirected, directed, switching, and random networks. They cover topics such as formation control, coverage, distributed estimation, social networks, and games over networks. And they explore intriguing aspects of viewing networks as systems, by making these networks amenable to control-theoretic analysis and automatic synthesis, by monitoring their dynamic evolution, and by examining higher-order interaction models in terms of simplicial complexes and their applications.The book will interest graduate students working in systems and control, as well as in computer science and robotics. It will be a standard reference for researchers seeking a self-contained account of system-theoretic aspects of multiagent networks and their wide-ranging applications. This book has been adopted as a textbook at the following universities: ? University of Stuttgart, Germany Royal Institute of Technology, Sweden Johannes Kepler University, Austria Georgia Tech, USA University of Washington, USA Ohio University, USA

C# 4.0 Pocket Reference


Ben Albahari - 2010
    It's ideal as a succinct quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#. Written by the authors of the acclaimed C# 4.0 in a Nutshell (O’Reilly), this book covers the entire C# 4.0 language -- without skimping on the details -- including: Features new to C# 4.0, such as dynamic binding, optional and named parameters, and type parameter variance All of C#'s fundamentals Advanced topics, including operator overloading, custom conversions, type constraints, covariance and contravariance, lambda expressions and closures, iterators, nullable types, and operator lifting LINQ, starting with sequences, lazy execution, and standard query operators; finishing with a complete reference to query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation

Advanced Reinforced Concrete Design


P.C. Varghese - 2010
    The new edition is incorporated with the summary of elementary design of reinforced concrete members as an Appendix for a quick evaluation of the approximate quantities of steel required in ordinary buildings. The chapter on earthquake design has also been revised. The book is intended for the students of civil engineering, and the practising engineers.

Climatism!: Science, Common Sense, and the 21st Century's Hottest Topic


Steve Goreham - 2010
    With more than 400 pages and 135 figures, Steve Goreham demonstrates that climate change is due to natural causes, not man-made greenhouse gas emissions. Therefore, a misguided mankind is engaged in a futile effort to control Earth's temperature, imposing draconian policies that will limit our freedoms and radically transform our way of life. A readable and down-to-earth book, yet packed with the latest scientific and economic data, Climatism! is a must read for anyone wishing to know the real story about climate change.

Case for the Cruising Trimaran


Jim Brown - 2010
     He blends personal stories with technical information about these fast vessels, and shows why multihull yacht pioneers in the 20th century were sometimes referred to as the "Hells Angels of the Sea." This book contains a wealth of information about cruising yachts, meaning cabin cruisers, but even small boat multihull lovers will enjoy this book. There is something in it for prospective owners of luxury boats, used boats, or anyone who wants to take any multihull offshore. Much of the book is dedicated to the subject of "capsizing," and offers timeless wisdom on how it can be prevented. There is even a chapter about "self-rescue," and techniques for how a small, capsized vessel can be self-righted. For bigger multihulls that have overturned, Jim offers time-less advice on the best approaches for recovery in order to repair it. This book is fully illustrated with original black and white photos and humorous illustrations by Jo Hudson. Multihullers in general (and trimaran lovers in particular) will discover Jim Brown's sailing philosophy and walk away with a thorough understanding of the features and benefits offered in well-designed and properly handled cruising trimarans.

Designing and Deploying 802.11 Wireless Networks: A Practical Guide to Implementing 802.11n and 802.11ac Wireless Networks for Enterprise-Based Applications


Jim Geier - 2010
    Fully updated for the new 802.11ac standard, this Second Edition delivers expert hands-on guidance for mastering 802.11ac's fundamentally different design, site survey, implementation, and network configuration techniques. Designing and Deploying 802.11 Wireless Networks, Second Edition presents multiple examples using Cisco wireless products, while offering methodologies and tips that are applicable with any vendor's equipment. The authors offer in-depth coverage of building new wireless networks and migrating existing wireless networks (802.11a, b, g, n) to 802.11ac. After introducing fundamental wireless and 802.11 concepts, the authors present fully-updated coverage of all aspects of network design: requirements, architecture, performance, roaming, RF considerations, security, and much more. Drawing on extensive field experience, they walk through installation and testing, and share comprehensive operational guidance for managing security, troubleshooting roaming and connections, and training support staff. This edition's revamped coverage ranges from new site survey methods to best practices for WPA authentication configuration; advanced design guidelines for city-wide deployments to the latest Cisco equipment. Simply put, you'll find all you need to succeed with your next wireless project -- in any environment, no matter how challenging.

Signals and Systems Laboratory with MATLAB


Alex Palamides - 2010
    Written for laboratory work in a course on signals and systems, this book presents a corresponding MATLAB implementation for each theoretical concept introduced, making it a powerful learning tool for engineers, scientists, and students alike.MATLAB code is used in problems and examples presented throughout the book. This code and other learning materials are available in a downloadable supplement.Due to the extensive--and truly unique--integration of MATLAB throughout this book, the authors provide a complete tutorial on use of the language for signals and systems analysis. With more than 5,000 lines of MATLAB code and more than 700 figures embedded in the text, the material teaches readers how to program in MATLAB and study signals and systems concepts at the same time, giving them the tools to harness the power of computers to quickly assess problems and then visualize their solutions.Among its many useful features, this book:Offers complete coverage of the signals and systems theory, starting with elementary signals and concluding with state-space modeling Contains more than 400 examples and chapter-end solved problems Executes commands one-by-one at the MATLAB command prompt, and results, along with comments, encouraging students to learn MATLAB on the fly Additional Pedagogical Features: A detailed MATLAB tutorial to introduce a beginner programmer to the language Laboratory exercises that give students hands-on experience and help professors organize a course laboratory component Presentation of continuous- and discrete-time in parallel fashion, effectively illustrating the similarities and differences between the two Step-by-step examples that present data in tabular format and usually offer several different solutions to each problem

Automobile Engineering


Kamaraju Ramakrishna - 2010
    As a textbook, it caters to the requirement of undergraduate students of mechanical engineering. This book is also useful to the students pursuing degree and diploma courses in the Automobile Engineering.

SolidWorks 2010 Bible [With CDROM]


Matt Lombard - 2010
    The only guide you need to learn the leading 3D solid modeler program, SolidWorks.This in-depth guide goes into extensive detail, not just on "how" the software works, but in many cases "why" it works the way it does.SolidWorks is a powerful 3D solid modeling system that is popular with CAD users everywhere, but to become really proficient at the more involved functionality in SolidWorks one really needs specialized training or a comprehensive book like the "SolidWorks Bible"Thoroughly covers SolidWork features using real-world examplesAuthor, Matt Lombard, is well known and well respected in the SolidWorks community and host a popular SolidWorks blog called dezignstuffGet the guidance you need to efficiently learn and master SolidWorks.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

PPI Core Engineering Concepts for Students and Professionals – A Comprehensive Reference Covering Thousands of Engineering Topics


Michael R. Lindeburg - 2010
    It's a blend of the most useful concepts taught in college and the most useful practical knowledge learned afterward.”— Author Michael R. Lindeburg, PECore Engineering Concepts for Students and Professionals is a cross-disciplinary reference that can be used by engineers studying or practicing in any engineering field, including civil, mechanical, electrical, structural, environmental, industrial, and chemical engineering. This authoritative reference provides comprehensive coverage of thousands of engineering concepts in one convenient book, including topics covered in 4- and 5-year engineering degree programs and those encountered in practice. Written for both students and practitioners by a professional engineer, it incorporates more than 30 years of engineering experience.Topics CoveredAtomic TheoryBiologyChemistryCircuitsComputer ProgrammingDynamicsEngineering LicensureEngineering ManagementFluidsHeat TransferMaterial ScienceMathematicsMechanics of MaterialsPhysical RepresentationPhysicsStaticsSystems AnalysisThermodynamicsKey FeaturesCovers the breadth of a 4-year engineering degreeContains civil, mechanical, electrical, chemical, and industrial engineering subjectsFeatures 82 chapters covering thousands of engineering conceptsContains more than 580 examples with step-by-step solutionsPresents over 3,700 essential engineering equations and formulasReferences over 780 tables and 315 conversion factors in detailed appendicesLists fully defined nomenclature for each chapterIncludes a comprehensive indexBinding: HardcoverPublisher: PPI, A Kaplan Company

Theory and Computation of Electromagnetic Fields


Jian-Ming Jin - 2010
    Whereas there are several textbooks available for the graduate electromagnetics course, no textbook is available for the advanced course on computational electromagnetics. This book is intended to fill this void and present electromagnetic theory in a systematic manner so that students can advance from the first course to the second without much difficulty. Even though the first part of the book covers the standard basic electromagnetic theory, the coverage is different from that in existing textbooks. This is mainly the result of the undergraduate curriculum reform that occurred during the past two decades. Many universities reduced the number of required courses in order to give students more freedom to design their own portfolio. As a result, only one electromagnetics course is required for undergraduate students in most electrical engineering departments in the country. New graduate students come to take the graduate electromagnetics course with a significant difference in their knowledge of basic electromagnetic theory. To meet the challenge to benefit all students of backgrounds, this book covers both fundamental theories, such as vector analysis, Maxwell's equations and boundary conditions, and transmission line theory, and advanced topics, such as wave transformation, addition theorems, and scattering by a layered sphere.

Numerical Methods for Ordinary Differential Equations: Initial Value Problems


David F. Griffiths - 2010
    Written for undergraduate students with a mathematical background, this book focuses on the analysis of numerical methods without losing sight of the practical nature of the subject.It covers the topics traditionally treated in a first course, but also highlights new and emerging themes. Chapters are broken down into `lecture' sized pieces, motivated and illustrated by numerous theoretical and computational examples.Over 200 exercises are provided and these are starred according to their degree of difficulty. Solutions to all exercises are available to authorized instructors.The book covers key foundation topics:o Taylor series methodso Runge--Kutta methodso Linear multistep methodso Convergenceo Stabilityand a range of modern themes:o Adaptive stepsize selectiono Long term dynamicso Modified equationso Geometric integrationo Stochastic differential equationsThe prerequisite of a basic university-level calculus class is assumed, although appropriate background results are also summarized in appendices. A dedicated website for the book containing extra information can be found via www.springer.com

Mechatronics: A Foundation Course


Clarence W. De Silva - 2010
    Mechatronics: A Foundation Course applies a unified approach to meet this challenge, developing an understanding of the synergistic and concurrent use of mechanics, electronics, computer engineering, and intelligent control systems for everything from modeling and analysis to design, implementation, control, and integration of smart electromechanical products.This book explains the fundamentals of integrating different types of components and functions, both mechanical and electrical, to achieve optimal operation that meets a desired set of performance specifications. This integration will benefit performance, efficiency, reliability, cost, and environmental impact. With useful features that distinguish it from other comparable books, this solid learning tool:Prioritizes readability and convenient referenceDevelops and presents key concepts and formulas, summarizing them in windows, tables, and lists in a user-friendly formatIncludes numerous worked examples, problems, and exercises related to real-life situations and the practice of mechatronicsDescribes and employs MATLAB(R), Simulink(R), LabVIEW(R), and associated toolboxes, providing various illustrative examples for their useExplores the limitations of available software tools and teaches the reader how to choose proper tools to solve a given problem and interpret and assess the validity of the resultsThe text conveys the considerable experience that author Clarence de Silva gained from teaching mechatronics at the graduate and professional levels, as well as from his time working in industry for organizations such as IBM, Westinghouse Electric, and NASA. It systematically and seamlessly incorporates many different underlying engineering fundamentals into analytical methods, modeling approaches, and design techniques for mechatronics-all in a single resource.

Feedback Control Systems: Charles L. Phillips, John M. Parr


Charles Phillips - 2010
    Organized into three sections-linear analog control systems, linear digital control systems, and nonlinear analog control systems-this text helps readers understand the difference between mathematical models and the physical systems that the models represent. The Fifth edition provides a new introduction to modern control analysis and design for digital systems, the addition of emulation methods of design for digital control, and numerous other updates. KEY TOPICS: The authors organize topic coverage into three sections-linear analog control systems, linear digital control systems, and nonlinear analog control systems, using the advanced features of MATLAB throughout the book MARKET: For practicing engineers with some experience in linear-system analysis, who want to learn about control systems.

Power Electronics


Daniel Hart - 2010
    The text is written for some flexibility in the order of the topics. Much of the text includes computer simulation using PSpice as a supplement to analytical circuit solution techniques.

Physical Audio Signal Processing: for Virtual Musical Instruments and Digital Audio Effects


Julius O. Smith III - 2010
    Brilliant condition, post from UK next day

Battery Management Systems for Large Lithium Ion Battery Packs


Andrea Davide - 2010
    The BMS monitors the battery pack's state, calculates secondary data, offers protection, and controls its environment. This timely book provides a solid understanding of battery management systems (BMS) in large Li-Ion battery packs, describing the important technical challenges in this field and exploring the most effective solutions. Professionals find in-depth discussions on BMS topologies, functions, and complexities, helping them determine which permutation is right for their application. Packed with numerous graphics, tables, and images, the book explains the 'whys' and 'hows' of Li-Ion BMS design, installation, configuration and troubleshooting. This hands-on resource includes an unbiased description and comparison of all the off-the-shelf Li-Ion BMSs available today. Moreover, it explains how using the correct one for a given application can help to get a Li-Ion pack up and running in little time at low cost.

Memphis Boys: The Story of American Studios


Roben Jones - 2010
    Utilizing extensive interviews with Moman and the group, as well as additional comments from the songwriters, sound engineers, and office staff, author Roben Jones creates a collective biography combined with a business history and a critical analysis of important recordings. She reveals how the personalities of the core group meshed, how they regarded newcomers, and how their personal and musical philosophies blended with Moman's vision to create timeless music based on themes of suffering and sorrow.Recording sessions with Elvis Presley, the Gentrys, Aretha Franklin, Wilson Pickett, the Box Tops, Joe Tex, Neil Diamond, B. J. Thomas, Dionne Warwick, and many others come alive in this book. Jones provides the stories behind memorable songs composed by group writers, such as -The Letter, - -Dark End of the Street, - -Do Right Woman, - -Breakfast in Bed, - and -You Were Always on My Mind.- Featuring photographs, personal profiles, and a suggested listening section, Memphis Boys details a significant phase of American music and the impact of one studio.

Basic Electrical Engineering


S.N. Singh - 2010
    It is designed for undergraduate students of almost all branches of engineering for an introductory course in essentials of electrical engineering. This book explains in detail the properties of different electric circuit elements, such as resistors, inductors and capacitors. The fundamental concepts of dc circuit laws, such as Kirchhoff’s current and voltage laws, and various network theorems, such as Thevenin’s theorem, Norton’s theorem, superposition theorem, maximum power transfer theorem, reciprocity theorem and Millman’s theorem are thoroughly discussed. The book also presents the analysis of ac circuits, and discusses transient analysis due to switch operations in ac and dc circuits as well as analysis of threephase circuits. It describes series and parallel RLC circuits, magnetic circuits, and the working principle of different kinds of transformers. In addition, the book explains the principle of energy conversion, the operating characteristics of dc machines, three-phase induction machines and synchronous machines as well as single-phase motors. Finally, the book includes a discussion on technologies of electric power generation along with the different types of energy sources. KEY FEATURES • Includes numerous solved examples and illustrations for sound conceptual understanding. • Provides well-graded chapter-end problems to develop the problem-solving capability of the students. • Supplemented with three appendices addressing matrix algebra, trigonometric identities and Laplace transforms of commonly used functions to help students understand the mathematical concepts required for the study of electrical engineering.

Introduction to High Performance Computing for Scientists and Engineers


Georg Hager - 2010
    From working in a scientific computing center, the authors gained a unique perspective on the requirements and attitudes of users as well as manufacturers of parallel computers.The text first introduces the architecture of modern cache-based microprocessors and discusses their inherent performance limitations, before describing general optimization strategies for serial code on cache-based architectures. It next covers shared- and distributed-memory parallel computer architectures and the most relevant network topologies. After discussing parallel computing on a theoretical level, the authors show how to avoid or ameliorate typical performance problems connected with OpenMP. They then present cache-coherent nonuniform memory access (ccNUMA) optimization techniques, examine distributed-memory parallel programming with message passing interface (MPI), and explain how to write efficient MPI code. The final chapter focuses on hybrid programming with MPI and OpenMP.Users of high performance computers often have no idea what factors limit time to solution and whether it makes sense to think about optimization at all. This book facilitates an intuitive understanding of performance limitations without relying on heavy computer science knowledge. It also prepares readers for studying more advanced literature.Read about the authors' recent honor: Informatics Europe Curriculum Best Practices Award for Parallelism and Concurrency

Making Great Games: An Insider's Guide to Designing and Developing the World's Greatest Video Games


Michael Thornton Wyman - 2010
    Drawing on insider's perspectives from a wide variety of teams, learn about the creation of a tiny, independent game project (World of Goo), casual game classics (Diner Dash, Bejeweled Twist), the world's most popular social game (FarmVille) as well as the world's most popular MMORPG (World of Warcraft), PC titles (Half Life 2) to AAA console games (Madden NFL 10), and modern-day masterpieces (Little Big Planet, Rock Band, Uncharted 2: Among Thieves). Hear directly from the creators about how these games were made, and learn from their stories from the trenches of videogames production. This book is an excellent resource for those working directly on game design or production, for those aspiring to work in the field, or for anyone who has wondered how the world's greatest videogames get made.

Graph Spectra for Complex Networks


Piet Van Mieghem - 2010
    Because any complex network can be represented by a graph, and therefore in turn by a matrix, graph theory has become a powerful tool in the investigation of network performance. This self-contained book provides a concise introduction to the theory of graph spectra and its applications to the study of complex networks. Covering a range of types of graphs and topics important to the analysis of complex systems, this guide provides the mathematical foundation needed to understand and apply spectral insight to real-world systems. In particular, the general properties of both the adjacency and Laplacian spectrum of graphs are derived and applied to complex networks. An ideal resource for researchers and students in communications networking as well as in physics and mathematics.

Fundamentals of Materials Science: The Microstructure-Property Relationship Using Metals as Model Systems


Eric J. Mittemeijer - 2010
    

Kansei/Affective Engineering


Mitsuo Nagamachi - 2010
    It describes the psychological survey and psycho-physiological measurement of consumer feelings and the multivariate statistical analysis of this survey data, including rough set models. Since soft computing technology is very useful from the viewpoint of product design, the author details the Expert system, neural networks, GA, and other relevant methods to support the designer's decision or the customer's choice. The text includes applied examples in areas such as automotive, home electrics, appliances, cosmetics, packaging, and e-commerce business.

The Advanced Smart Grid: Edge Power Driving Sustainability


Andres Carvallo - 2010
    Readers gain a thorough understanding of the building blocks that comprise basic smart grids, including power plant, transmission substation, distribution, and meter automation.

Engineering Optimization: An Introduction with Metaheuristic Applications


Xin-She Yang - 2010
    Highlighting the latest developments that have evolved in recent years, Engineering Optimization: An Introduction with Metaheuristic Applications outlines popular metaheuristic algorithms and equips readers with the skills needed to apply these techniques to their own optimization problems. With insightful examples from various fields of study, the author highlights key concepts and techniques for the successful application of commonly-used metaheuristc algorithms, including simulated annealing, particle swarm optimization, harmony search, and genetic algorithms.The author introduces all major metaheuristic algorithms and their applications in optimization through a presentation that is organized into three succinct parts: Foundations of Optimization and Algorithms provides a brief introduction to the underlying nature of optimization and the common approaches to optimization problems, random number generation, the Monte Carlo method, and the Markov chain Monte Carlo method Metaheuristic Algorithms presents common metaheuristic algorithms in detail, including genetic algorithms, simulated annealing, ant algorithms, bee algorithms, particle swarm optimization, firefly algorithms, and harmony search Applications outlines a wide range of applications that use metaheuristic algorithms to solve challenging optimization problems with detailed implementation while also introducing various modifications used for multi-objective optimization Throughout the book, the author presents worked-out examples and real-world applications that illustrate the modern relevance of the topic. A detailed appendix features important and popular algorithms using MATLAB(R) and Octave software packages, and a related FTP site houses MATLAB code and programs for easy implementation of the discussed techniques. In addition, references to the current literature enable readers to investigate individual algorithms and methods in greater detail.Engineering Optimization: An Introduction with Metaheuristic Applications is an excellent book for courses on optimization and computer simulation at the upper-undergraduate and graduate levels. It is also a valuable reference for researchers and practitioners working in the fields of mathematics, engineering, computer science, operations research, and management science who use metaheuristic algorithms to solve problems in their everyday work.

Chemical Engineering in the Pharmaceutical Industry: R&d to Manufacturing


David J. am Ende - 2010
    The book is intended to be used as a professional reference and potentially as a text book reference in pharmaceutical engineering and pharmaceutical sciences. Many of the experimental methods related to pharmaceutical process development are learned on the job. This book is intended to provide many of those important concepts that R&D Engineers and manufacturing Engineers should know and be familiar if they are going to be successful in the Pharmaceutical Industry. These include basic analytics for quantitation of reaction components- often skipped in ChE Reaction Engineering and kinetics books. In addition Chemical Engineering in the Pharmaceutical Industry introduces contemporary methods of data analysis for kinetic modeling and extends these concepts into Quality by Design strategies for regulatory filings. For the current professionals, in-silico process modeling tools that streamline experimental screening approaches is also new and presented here. Continuous flow processing, although mainstream for ChE, is unique in this context given the range of scales and the complex economics associated with transforming existing batch-plant capacity. The book will be split into four distinct yet related parts. These parts will address the fundamentals of analytical techniques for engineers, thermodynamic modeling, and finally provides an appendix with common engineering tools and examples of their applications.

The Intemperate Engineer: Isambard Kingdom Brunel in His Own Words


Adrian Vaughan - 2010
    Brunel’s designs revolutionized public transport and modern engineering, and although his projects were not always successful, they often contained innovative solutions to long-standing engineering problems. During his short career, Brunel not only created the Great Western Railway and constructed numerous important bridges and tunnels, but he achieved many engineering first’, including assisting in the building of the first tunnel under a navigable river and development of SS Great Britain, the first propeller-driven ocean-going iron ship, which was at the time the largest ship ever built. Although much has been written about the great man, this new book takes a unique angle and looks in depth at his letters and writings, revealing much about the real person. The author aims to make readers feel that they are standing next to Brunel as he works at his desk.

Bootstrap Colony


Chris Hechtl - 2010
    That is what the aliens had warned Mitch Chambers a year ago. It wasn't like it was anything new, mankind had always been teetering on the edge of extinction. But when aliens visit, you listened. They gave him and nine thousand nine hundred and ninety nine other people a year to prepare before they are transplanted to another world. Mitch didn't even consider going to the media or the government, they would have laughed him right into an asylum. No, Mitch knew he would have to do it the hard way, pull mankind up by the bootstraps. Bootstrap colony.

1000 New Designs 2 and Where to Find Them


Jennifer Hudson - 2010
    Featuring a huge range of striking new products, chapters include: Tables and chairs; Sofas and beds; Storage; Kitchens and bathrooms; Tableware; Textiles; Lighting; Electronics, and more. Works by the finest international talents, such as Konstantin Grcic, Tokujin Yoshioka, Ron Arad, Patricia Urquiola, and Stephen Burks, are featured, along with commentaries giving an insight into current developments in design and in-depth studies on selected products.

Fundamentals of Aircraft and Airship Design: Volume I--Aircraft Design


Leland M. Nicolai - 2010
    Simply stated, the aircraft is a dust cover. "Fundamentals of Aircraft and Airship Design, Volume 1: Aircraft Design" emphasizes that the science and art of the aircraft design process is a compromise and that there is no right answer; however, there is always a best answer based on existing requirements and available technologies.

Plasma Physics: An Introduction To Laboratory, Space, And Fusion Plasmas


Alexander Piel - 2010
    During this time I have tried to convince my students that plasmas as different as gas dicharges, fusion plasmas and space plasmas can be described in a uni ed way by simple models. The challenge in teaching plasma physics is its apparent complexity. The wealth of plasma phenomena found in so diverse elds makes it quite different from atomic physics, where atomic structure, spectral lines and chemical binding can all be derived from a single equation--the Schrodinger equation. I positively accept the variety of plasmas and refrain from subdividing plasma physics into the traditional, but arti cially separated elds, of hot, cold and space plasmas. This is why I like to confront my students, and the readers of this book, with examples from so many elds. By this approach, I believe, they will be able to become discoverers who can see the commonality between a falling apple and planetary motion. As an experimentalist, I am convinced that plasma physics can be best understood from a bottom-up approach with many illustrating examples that give the students con dence in their understanding of plasma processes. The theoretical framework of plasma physics can then be introduced in several steps of re nement. In the end, the student (or reader) will see that there is something like the Schrodinger equation, namely the Vlasov-Maxwell model of plasmas, from which nearly all phenomena in collisionless plasmas can be derived.

The Automotive Body: Volume II: System Design


Lorenzo Morello - 2010
    The text examines a complete vehicle system, including relevant parts of chassis and powertrain.

The Configuration Space Method for Kinematic Design of Mechanisms


Elisha Sacks - 2010
    A novel algorithmic approach to mechanism design based on a geometric representation of kinematic function called configuration space partitions.

Reliability Physics and Engineering: Time-To-Failure Modeling


J.W. McPherson - 2010
    The textbook contains numerous example problems with solutions. Included at the end of each chapter are exercise problems and answers. "Reliability Physics and Engineering" is a useful resource for students, engineers, and materials scientists.