Book picks similar to
Electrical Engineering: An Introduction by Steven E. Schwarz


nathan-s-books
programming
textbooks
an-university-courses

Practical C++ Programming


Steve Oualline - 1995
    But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.

DSM-5 Overview (Quick Study Academic)


BarCharts, Inc. - 2009
    Disorders are summarized to be useful for students and professionals as a handy reference to support the study of the DSM-5 manual or its use in practice. Topics summarized include: Neurodevelopmental Disorders Schizophrenia Spectrum and Other Psychotic Disorders Bipolar and Related Disorders Depressive Disorders Obsessive Compulsive and Related Disorders Anxiety Disorders Trauma and Stressor Related Disorders Dissociative Disorders Somatic Symptom and Related Disorders Feeding and Eating Disorders Elimination Disorders Sleep-Wake Disorders Sexual Dysfunctions Disruptive, Impulse-Control, and Conduct Disorders Neurocognitive Disorders Personality Disorders Paraphilic Disorders Other Mental Disorders Other Conditions That May be a Focus of Clinical Attention

Ubuntu Linux Toolbox: 1000+ Commands for Ubuntu and Debian Power Users


Christopher Negus - 2007
    Try out more than 1,000 commands to find and get software, monitor system health and security, and access network resources. Then, apply the skills you learn from this book to use and administer desktops and servers running Ubuntu, Debian, and KNOPPIX or any other Linux distribution.

Thomas' Calculus, Early Transcendentals, Media Upgrade


George B. Thomas Jr. - 2002
    This book offers a full range of exercises, a precise and conceptual presentation, and a new media package designed specifically to meet the needs of today's readers. The exercises gradually increase in difficulty, helping readers learn to generalize and apply the concepts. The refined table of contents introduces the exponential, logarithmic, and trigonometric functions in Chapter 7 of the text.KEY TOPICS Functions, Limits and Continuity, Differentiation, Applications of Derivatives, Integration, Applications of Definite Integrals, Integrals and Transcendental Functions, Techniques of Integration, Further Applications of Integration, Conic Sections and Polar Coordinates, Infinite Sequences and Series, Vectors and the Geometry of Space, Vector-Valued Functions and Motion in Space, Partial Derivatives, Multiple Integrals, Integration in Vector Fields.MARKET For all readers interested in Calculus.

Cricut Expression: A Comprehensive Guide to Creating with Your Machine


Cathie Rigby - 2012
    For advanced crafters, this book instructs on features such as modes and functions, and teaches how to create with color, texture, and dimension. A cutting guide teaches the perfect settings to cut every type of material. A separate chapter introduces the new features of Cricut Expression™ 2 and explains how it differs from the original Expression machine. More than 50 creative projects inspire ideas for home décor, gifts, parties, cards, and scrapbook layouts.

Lippincott Q&A Review for NCLEX-RN


Diane M. Billings - 2010
    The questions are of the highest quality--application level and higher.  This book contains all of the latest alternate format questions and is the only book updated to the latest NCLEX test plan. Study strategies are included with an emphasis on helping at-risk students.  In addition, there is a CD-ROM containing questions that allow students to practice test-taking skills in both a study and review mode, as well as student and instructor resources on the Point. There is the option to package this title with Lippincott's NCLEX-RN 10,000 Powered by PrepU, a powerful adaptive learning system geared to help students prepare for the NCLEX. These 2 products together offer students the perfect practice for the NCLEX-RN exam.

The Educator's Guide to Texas School Law


Jim Walsh - 1985
    In this new seventh edition, the authors have streamlined the discussion by pruning older material and weaving in new developments. The result is an authoritative source on all major dimensions of Texas school law that is both well integrated and easy to read.Intended for Texas school personnel, school board members, interested attorneys, and taxpayers, the seventh edition explains what the law is and what the implications are for effective school operations. It is designed to help professional educators avoid expensive and time-consuming lawsuits by taking effective preventive action. It is an especially valuable resource for school law courses and staff development sessions.The seventh edition begins with a review of the legal structure of the Texas school system. Successive chapters address attendance and the instructional program, the education of children with special needs, employment and personnel, expression and associational rights, the role of religion in public schools, student discipline, open meetings and records, privacy, search and seizure, and legal liability under both federal and Texas law. In addition to state law, the book addresses the growing role of the federal government in school operation through such major federal legislation as the Americans with Disabilities Act, the Individuals with Disabilities Education Act, and the No Child Left Behind Act.

Objects First with Java: A Practical Introduction Using BlueJ


David J. Barnes - 2002
    It takes a truly objects first approach to teaching problem solving using Java. These are complicated concepts so the book uses the development environment BlueJ to help the student's understanding. BlueJ has a strong emphasis on visualization and interaction techniques, and allows the students to manipulate objects and call methods as a first exercise. BlueJ is free and freely available, and has been developed specifically for teaching. The book is loaded with projects so that the student can really get a grip on actually solving problems; and it takes a spiral approach , introducing a topic in a simple context early on, then revisiting it later in the book to deepen understanding. It also comes with a CD containing JDK, BlueJ, a BlueJ tutorial and code for all the projects. The website contains style guide for all examples, PowerPoints for lecturers and also a Solutions Manual.

Absolute Java


Walter J. Savitch - 2003
    Praised for providing an engaging balance of thoughtful examples and explanatory discussion, ?best-selling author Walter Savitch explains concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pedagogical tools.? "Absolute Java "is appropriate for both introductory and intermediate programming courses introducing Java.

Thinking in C++, Vol. 2: Practical Programming


Bruce Eckel - 2003
    Learn practical programming and best practices. Meet the difficult challenges of C++ development. Build reliable and robust programs. Design Patterns chapter shows sophisticated use of objects, composition and polymorphism. Provides a gentle introduction to multithreaded programming, a feature being considered for the next version of Standard C++. Defensive Programming chapter includes a simple unit-testing framework and debugging techniques. In-depth treatment of Standard C++ Library facilities including strings, iostreams, and the "STL" algorithms and containers. Modern usage of templates, including template metaprogramming. Unravels the perplexities of multiple inheritance. Shows practical uses for RTTI. Explores exception handling in depth and clearly explains exception-safe design. Compliant with the official ISO C++ Standard. Presents results of current research being considered for inclusion in the next revision of Standard C++. All code examples freely downloadable, tested on multiple platforms and compilers including the free GNU C++ compiler on Windows/Mac/Linux. On www.BruceEckel.com: Annotated Solutions Guide Seminars and consulting Free Download—Volume I of this book Annotation Thinking in C++ is ideal for anyone already familiar with C who now wants to learn C++. Eckel has synthesized more than five years of C++ teaching and programming experience into a well-structured course that moves step-by-step through each important C++ concept. He highlights poorly-understood C++ features like virtual functions, which can improve productivity. Editorial Reviews The Barnes & Noble Review Bruce Eckel, one of the world's best programming trainers, has thoroughly updated his classic THINKING IN C++—the book that won the Software Development Magazine Jolt Cola award in its first iteration. The new version is better than ever—which is to say, it's

Multiple View Geometry in Computer Vision


Richard Hartley - 2000
    This book covers relevant geometric principles and how to represent objects algebraically so they can be computed and applied. Recent major developments in the theory and practice of scene reconstruction are described in detail in a unified framework. Richard Hartley and Andrew Zisserman provide comprehensive background material and explain how to apply the methods and implement the algorithms. First Edition HB (2000): 0-521-62304-9

The Wilding of America: Money, Mayhem, and the New American Dream


Charles Derber - 1996
    The American Dream champions individualism.  But at what price?  In this timely revision of The Wilding of America, Charles Derber chronicles the latest incidents of "wilding" - extreme acts of self-interested violence and greed - that signal an eroding of the moral landscape of American society.  Despite this ever-increasing emphasis on individualism in America, Derber offers a communitarian alternative that is as inspiring as it is instructive.

Symbolic Logic


Irving M. Copi - 1954
    The general approach of this book to logic remains the same as in earlier editions. Following Aristotle, we regard logic from two different points of view: on the one hand, logic is an instrument or organon for appraising the correctness of reasoning; on the other hand, the principles and methods of logic used as organon are interesting and important topics to be themselves systematically investigated.

Critical Care Nursing Made Incredibly Easy!


Lippincott Williams & Wilkins - 2000
    Organized by body system, the book presents the latest information on over 100 critical care disorders. Key information is highlighted in numerous quick-scan tables, illustrations, and flow charts, and icons and sidebars draw attention to essential information. Features include a glossary of important critical care terms and an appendix of web resources.

International Law: A Very Short Introduction (Very Short Introductions)


Vaughan Lowe - 2015
    Vaughan Lowe examines what international law can and cannot do and what it is and what it isn't doing to make the world a better place. Focussing on the problems the world faces, Lowe uses terrorism, environmental change, poverty, and international violence to demonstrate the theories and practice of international law, and how the principles can be used forinternational co-operation.