Book picks similar to
Electric Power Systems by B.M. Weedy
academics
ee
engineering-references
power-system
A Way With Words
Nicolette Dane - 2018
It’s been over seven years since her hit book came out, her editor is clamoring for a new manuscript, and life in northern Ohio just doesn’t compare to the literary world she once inhabited. Her love life feels like even more of a mess. Evie is really beginning to feel trapped. When one of her graduate writing students, the beautiful and talented Meadow Sims, makes her adoration known, Evie feels the passion she once had for life and love all start coming back. Meadow is smart, sweet, and she has almost completed a novel of her own. But Evie and Meadow must thread the needle carefully, keeping their romance hidden from a jealous rival student and the university administration. Can this love affair succeed despite the professional consequences? Will love win out over jealousy and prohibition? Blossoming love can be a catalyst for change, and accepting everything that change entails isn’t always the easiest proposition. But it could be exactly what Evie needs.
Transport Processes and Separation Process Principles (Includes Unit Operations)
Christie J. Geankoplis - 2003
Enhancements to this edition include a more thorough coverage of transport processes, plus new or expanded coverage of separation process applications, fluidized beds, non-Newtonian fluids, membrane separation processes and gas-membrane theory, and much more. The book contains 240+ example problems and 550+ homework problems.
The Culture of Time and Space, 1880-1918
Stephen Kern - 1983
To mark the book's twentieth anniversary, Kern provides an illuminating new preface about the breakthrough in interpretive approach that has made this a seminal work in interdisciplinary studies.From about 1880 to World War I, sweeping changes in technology and culture created new modes of understanding and experiencing time and space. Stephen Kern writes about the onrush of technics that reshaped life concretely--telephone, electric lighting, steamship, skyscraper, bicycle, cinema, plane, x-ray, machine gun-and the cultural innovations that shattered older forms of art and thought--the stream-of-consciousness novel, psychoanalysis, Cubism, simultaneous poetry, relativity, and the introduction of world standard time. Kern interprets this generation's revolutionized sense of past, present, and future, and of form, distance, and direction. This overview includes such figures as Proust Joyce, Mann, Wells, Gertrude Stein, Strindberg, Freud, Husserl, Apollinaire, Conrad, Picasso, and Einstein, as well as diverse sources of popular culture drawn from journals, newspapers, and magazines. It also treats new developments in personal and social relations including scientific management, assembly lines, urbanism, imperialism, and trench warfare. While exploring transformed spatial-temporal dimensions, the book focuses on the way new sensibilities subverted traditional values. Kern identifies a broad leveling of cultural hierarchies such as the Cubist breakdown of the conventional distinction between the prominent subject and the framing background, and he argues that these levelings parallel the challenge to aristocratic society, the rise of democracy, and the death of God. This entire reworking of time and space is shown finally to have influenced the conduct of diplomacy during the crisis of July 1914 and to havestructured the Cubist war that followed.
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.
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.
Modern Operating Systems
Andrew S. Tanenbaum - 1992
What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson
The IDA Pro Book: The Unofficial Guide to the World's Most Popular Disassembler
Chris Eagle - 2008
With IDA Pro, you live in a source code-optional world. IDA can automatically analyze the millions of opcodes that make up an executable and present you with a disassembly. But at that point, your work is just beginning. With The IDA Pro Book, you'll learn how to turn that mountain of mnemonics into something you can actually use.Hailed by the creator of IDA Pro as the "long-awaited" and "information-packed" guide to IDA, The IDA Pro Book covers everything from the very first steps to advanced automation techniques. While other disassemblers slow your analysis with inflexibility, IDA invites you to customize its output for improved readability and usefulness. You'll save time and effort as you learn to:Identify known library routines, so you can focus your analysis on other areas of the code Extend IDA to support new processors and filetypes, making disassembly possible for new or obscure architectures Explore popular plug-ins that make writing IDA scripts easier, allow collaborative reverse engineering, and much more Utilize IDA's built-in debugger to tackle obfuscated code that would defeat a stand-alone disassembler You'll still need serious assembly skills to tackle the toughest executables, but IDA makes things a lot easier. Whether you're analyzing the software on a black box or conducting hard-core vulnerability research, a mastery of IDA Pro is crucial to your success. Take your skills to the next level with The IDA Pro Book.
SCJP Sun Certified Programmer for Java 6 Study Guide
Kathy Sierra - 2008
100% complete coverage of all official objectives for exam 310-065Exam Objective Highlights in every chapter point out certification objectives to ensure you're focused on passing the exam Exam Watch sections in every chapter highlight key exam topics coveredSimulated exam questions match the format, tone, topics, and difficulty of the real examCovers all SCJP exam topics, including:Declarations and Access Control - Object Orientation - Assignments - Operators - Flow Control, Exceptions, and Assertions - Strings, I/O, Formatting, and Parsing - Generics and Collections - Inner Classes - Threads - DevelopmentCD-ROM includes: Complete MasterExam practice testing engine, featuring: Two full practice exams; Detailed answers with explanations; Score Report performance assessment toolElectronic book for studying on the goBonus coverage of the SCJD exam includedBonus downloadable MasterExam practice test with free online registration.
The Dynamics of Entrepreneurial Development and Management
Vasant Desai - 2009
Introduction UNIT 1: ENTREPRENEUR UNIT 2: ENTREPRENEURSHIP UNIT 3: ENTREPRENEURSHIP DEVELOPMENT UNIT 4: PROJECTS MANAGEMENT UNIT 5: FINANCIAL ANALYSIS UNIT 6: BUDGET AND PLANNING UNIT 7: SOURCES OF FINANCE UNIT 8: QUALITY STANDARDS UNIT 9: MARKETING UNIT 10: SETTING UP A SMALL ENTERPRISE UNIT 11: PROBLEMS UNIT 12: PROJECT WORK
Introduction to Quantum Mechanics
David J. Griffiths - 1994
The book s two-part coverage organizes topics under basic theory, and assembles an arsenal of approximation schemes with illustrative applications. For physicists and engineers. "
Security Analysis, Part III - Senior Securities With Speculative Features
Benjamin Graham - 2009
Now the Sixth Edition updates the masters' ideas and adapts them for the 21st century's markets. This second edition, which was published in 1940 and still considered the definitive edition, has been updated by a dream team of some of today's leading value investors. Featuring a foreword by Warren E. Buffett (in which he reveals that he has read the 1940 masterwork "at least four times"), this new edition of "Security Analysis" will reacquaint you with the foundations of value investing--more relevant than ever in the tumultuous 21st century markets.
Mathematical Methods for Physics and Engineering: A Comprehensive Guide
K.F. Riley - 1998
As well as lucid descriptions of all the topics and many worked examples, it contains over 800 exercises. New stand-alone chapters give a systematic account of the 'special functions' of physical science, cover an extended range of practical applications of complex variables, and give an introduction to quantum operators. Further tabulations, of relevance in statistics and numerical integration, have been added. In this edition, half of the exercises are provided with hints and answers and, in a separate manual available to both students and their teachers, complete worked solutions. The remaining exercises have no hints, answers or worked solutions and can be used for unaided homework; full solutions are available to instructors on a password-protected web site, www.cambridge.org/9780521679718.
Computer System Architecture
M. Morris Mano - 1976
Written to aid electrical engineers, computer engineers, and computer scientists, the volume includes: KEY FEATURES: the computer architecture, organization, and design associated with computer hardware - the various digital components used in the organization and design of digital computers - detailed steps that a designer must go through in order to design an elementary basic computer - the organization and architecture of the central processing unit - the organization and architecture of input-output and memory - the concept of multiprocessing - two new chapters on pipeline and vector processing - two sections devoted completely to the reduced instruction set computer (RISC) - and sample worked-out problems to clarify topics.
Textbook of Pathology
Harsh Mohan - 2005
- Book Review Editor of the journal "Modern Pathology," the official journal of the United States-Canadian Academy of Pathology and prestigious best-selling author. This is the 5th edition of a book that has already established itself as the classic pathology textbook in India. This new edition has been updated, and improved to meet the highest standards of quality and information now required by pathology courses around the world. Editorially this new edition carries particular emphasis on molecular pathology and genetics in the pathogenesis of various diseases, and the pathological discussions of each organ or system is preceded with a short description of its structure and function. The material is integrated with extensive page cross references between chapters and the whole book has been thoroughly re-edited, with new images, illustrations and line drawings. The book is accompanied by the free student revision aid "Pathology - Quick Review and MCQs" and therefore, together as a package, "Textbook of Pathology, 5E" will be a major contribution to the required reading of undergraduate medical students worldwide.