Book picks similar to
Electrical Machines, Drives, and Power Systems by Theodore Wildi
engineering
electrical
reference
electrical-engineering
Windows 10: The Missing Manual
David Pogue - 2015
Windows 10 (a free update to users of Windows 8 or Windows 7) fixes a number of the problems introduced by the revolution in Windows 8 and offers plenty of new features, such as the new Spartan web browser, Cortana voice-activated "personal assistant," new universal apps (that run on tablet, phone, and computer), and more. But to really get the most out of the new operating system, you're going to need a guide.Thankfully, Windows 10: The Missing Manual will be there to help. Like its predecessors, this book from the founder of Yahoo Tech, previous New York Times columnist, bestselling author, and Missing Manuals creator David Pogue illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity for beginners, veteran standalone PC users, new tablet owners, and those who know their way around a network.
Cartoon Guide to Genetics
Larry Gonick - 1983
Have you ever asked yourself:Are spliced genes the same as mended Levis?Watson and Crick? Aren't they a team of British detectives?Plant sex? Can they do that?Is Genetic Mutation the name of one of those heavy metal bands?Asparagine? Which of the four food groups is that in?Then you need The Cartoon Guide to Genetics to explain the important concepts of classical and modern genetics—it's not only educational, it's funny too!
Game Engine Architecture
Jason Gregory - 2009
The concepts and techniques described are the actual ones used by real game studios like Electronic Arts and Naughty Dog. The examples are often grounded in specific technologies, but the discussion extends way beyond any particular engine or API. The references and citations make it a great jumping off point for those who wish to dig deeper into any particular aspect of the game development process.Intended as the text for a college level series in game programming, this book can also be used by amateur software engineers, hobbyists, self-taught game programmers, and existing members of the game industry. Junior game engineers can use it to solidify their understanding of game technology and engine architecture. Even senior engineers who specialize in one particular field of game development can benefit from the bigger picture presented in these pages.
Management [With Access Code]
Richard L. Daft - 1988
Daft addresses themes and issues directly relevant to both the everyday demands and significant challenges facing businesses today. Comprehensive coverage helps develop managers able to look beyond traditional techniques and ideas to tap into a full breadth of management skills. With the best in proven management and new competencies that harness creativity, D.A.F.T. is Management.
Ship
Brian Lavery - 2004
From the earliest dugout canoes and the boats of the Ancient Egyptians to the most technologically advanced battleships and cruise liners, this is the ultimate guide to every aspect of the ship.
How To Sell Fiction On Kindle. Marketing Your Ebook In Amazon's Ecosystem: A Guide For Kindle Publishing Authors.
Michael Alvear - 2013
I’m going to show you examples, rock solid proof, that unknown authors used the keyword phrases in this book to rank higher than superstar authors like J.A. Konrath or Barry Eisler. You can start getting visibility today because...This Book Marketing Guide Answers The Most Critical Question You Face As A Fiction Writer:What keyword phrases should I use for my novel? I’m not going to show you how to find them. I’m going to tell you what they are. This Kindle selling book is quite literally an encyclopedia of keyword phrases that buyers type into Amazon’s search engine when they try to find books in your genre. It’s your biggest challenge answered: Discoverability.Writing a Young Adult novel? Click on the “Young Adult” link in this Kindle selling book and it’ll take you to a list of keyword phrases people use to find YA books. Writing a thriller? A romance? Same thing. My team of researchers pulled the keyword phrases directly out of Amazon’s “Leading Indicators.” Special Bonus! They include Amazon’s “Relative Importance” ranking, which shows you which keyword phrases are more likely to lead to a sale. Get excited! This is your ticket to huge sales! Inside This Kindle Publishing Guide You Will Find The Most Effective Keyword Phrases For Books In: • Romance- Christian- Contemporary- Fantasy & Futuristic- Historical Romance- Paranormal- Romantic Suspense- Time Travel- Vampires- Westerns • Fantasy- Alternative History- Contemporary- Dark Fantasy- Epic- Historical- Paranormal- Urban • Mystery & Thrillers- Crime- Mystery- Police Procedurals- Thrillers• Horror- Dark Fantasies- Occult- Ghosts• And...- Science Fiction- Action Adventure- Contemporary Fiction- Erotica- Literary Fiction- Historical Fiction- Christian Fiction- Gay & Lesbian- Medical- Men’s Adventure- Sea Adventures- Sports- War How To Sell More Books On Amazon, Part Two. Every book buyer goes through nine decision points on their way to a purchase. Will they click on your cover? Read your book description? Click on “Look Inside? Wince at your price? Read your reviews? I’m going to show you how you can influence each of the nine decision points so they result in a sale. This includes how to:• Come up with clever, must-click titles.• Create mesmerizing covers.• Write a book description that ignites click lust. • Use HTML to format your book description.• Use the “look inside!” Feature to clinch the sale.• Set the right price for your book.• Get reviews that jump-starts sales.About Michael AlvearWhen I published my first books on Kindle, I’d check my anemic sales and let out a string of cuss words that made my dog blush. Then I developed my Attract•Engage•Convert strategy and sales took off.
Introduction to Algorithms
Thomas H. Cormen - 1989
Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
Lippincott's Illustrated Reviews: Microbiology
Richard A. HarveyVictor Stollar - 2001
The book has the hallmark features for which Lippincott's Illustrated Reviews volumes are so popular: an outline format, over 600 full-color illustrations, end-of-chapter summaries, review questions, plus an entire section of clinical case studies with full-color illustrations. This edition's medical/clinical focus has been sharpened to provide a high-yield review. Five additional case studies have been included, bringing the total to nineteen. Review questions have been reformatted to comply with USMLE Step 1 style, with clinical vignettes.
Computer Systems: A Programmer's Perspective
Randal E. Bryant - 2002
Often, computer science and computer engineering curricula don't provide students with a concentrated and consistent introduction to the fundamental concepts that underlie all computer systems. Traditional computer organization and logic design courses cover some of this material, but they focus largely on hardware design. They provide students with little or no understanding of how important software components operate, how application programs use systems, or how system attributes affect the performance and correctness of application programs. - A more complete view of systems - Takes a broader view of systems than traditional computer organization books, covering aspects of computer design, operating systems, compilers, and networking, provides students with the understanding of how programs run on real systems. - Systems presented from a programmers perspective - Material is presented in such a way that it has clear benefit to application programmers, students learn how to use this knowledge to improve program performance and reliability. They also become more effective in program debugging, because t
Designing Data-Intensive Applications
Martin Kleppmann - 2015
Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures
Machinery's Handbook
Erik Oberg - 1914
The speeds and feeds section has been revised, updated and expanded to include new materials, more cutting tools, and tool life estimates. The welding section has been rewritten to incorporate recent developments, the numerical control section has been expanded and rearranged to facilitate use, and logarithm and trigonometry tables have been reinstated. New to this edition are sections on bolt tightening torques, motion control sections, ISO 9000, lasers, dividing heads, bandsaws (including speeds and feeds), electrical discharge machining, retaining rings, machinability of wood, and collets. In addition, all the practical information and data has been reviewed and updated where necessary.
Compilers: Principles, Techniques, and Tools
Alfred V. Aho - 1986
The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.
The Little Redis Book
Karl Seguin
While it's safe to say that relational databases aren't going anywhere, we can also say that the ecosystem around data is never going to be the same.Of all the new tools and solutions, for me, Redis has been the most exciting. Why? First because it's unbelievably easy to learn. Hours is the right unit to use when talking about length of time it takes to get comfortable with Redis. Secondly, it solves a specific set of problems while at the same time being quite generic. What exactly does that mean? Redis doesn't try to be all things to all data. As you get to know Redis, it'll become increasingly evident what does and what does not belong in it. And when it does, as a developer, it's a great experience.While you can build a complete system using Redis only, I think most people will find that it supplements their more generic data solution - whether that be a traditional relational database, a document-oriented system, or something else. It's the kind of solution you use to implement specific features. In that way, it's similar to an indexing engine. You wouldn't build your entire application on Lucene. But when you need good search, it's a much better experience - for both you and your users. Of course, the similarities between Redis and indexing engines end there.The goal of this book is to build the foundation you'll need to master Redis. We'll focus on learning Redis' five data structures and look at various data modeling approaches. We'll also touch on some key administrative details and debugging techniques.LicenseThe Little Redis Book is licensed under the Attribution-NonCommercial 3.0 Unported license. You should not have paid for this book.You are free to copy, distribute, modify or display the book. However, I ask that you always attribute the book to me, Karl Seguin, and do not use it for commercial purposes.You can see the full text of the license at:http://creativecommons.org/licenses/b...About The AuthorKarl Seguin is a developer with experience across various fields and technologies. He's an active contributor to Open-Source Software projects, a technical writer and an occasional speaker. He's written various articles, as well as a few tools, about Redis. Redis powers the ranking and statistics of his free service for casual game developers: mogade.com.Karl wrote The Little MongoDB Book, the free and popular book about MongoDB.His blog can be found at http://openmymind.net and he tweets via @karlseguinWith Thanks ToA special thanks to Perry Neal for lending me his eyes, mind and passion. You provided me with invaluable help. Thank you.Latest VersionThe latest source of this book is available at: http://github.com/karlseguin/the-litt...
Literature and Its Writers: A Compact Introduction to Fiction, Poetry, and Drama
Ann Charters - 1997
In Literature and Its Writers, Ann and Samuel Charters complement a rich and varied selection of stories, poems, and plays with an unparalleled array of commentaries about that literature by the writers themselves. Such "writer talk" inspires students to respond as it models ways for them to enter the conversation. In the sixth edition, the Charters continue to entice students to join the conversation, with adventurous and intriguing new literary works, more detailed coverage of literary elements, and more help with reading and writing.This anthology is now available with video! Learn more about VideoCentral for Literature.
The Art and Craft of Problem Solving
Paul Zeitz - 1999
Readers are encouraged to do math rather than just study it. The author draws upon his experience as a coach for the International Mathematics Olympiad to give students an enhanced sense of mathematics and the ability to investigate and solve problems.