Book picks similar to
Engineering Circuit Analysis by William H. Hayt Jr.
electronics
engineering
textbooks
electrical-engineering
Principles of Marketing
Philip Kotler - 1980
The 11th edition of this text continues to build on four major marketing themes: building and managing profitable customer relationships, building and managing strong brands to create brand equity, harnessing new marketing technologies in the digital age, and marketing in a socially responsible way around the globe.
Research and Evaluation in Education and Psychology: Integrating Diversity with Quantitative, Qualitative, and Mixed Methods
Donna M. Mertens - 1997
Donna is so sensitive in exploring those issues, a first in a text for that class and a welcome addition.--Nick Eastmond, Utah State UniversityFocused on discussing what is considered to be good research, this text explains quantitative, qualitative, and mixed methods in detail, incorporating the viewpoints of various research paradigms into the descriptions of these methods. Approximately 60% of the content in this Third Edition is new, with lots of fresh examples.Key FeaturesPostpositivist, constructivist, transformative, and pragmatic paradigms discussedConducting research in culturally complex communities emphasized throughoutA step-by-step overview of the entire research process providedNew to this Edition New coverage on how to write a literature review and plan a dissertationNew pedagogy including Extending Your Thinking throughoutThis is a core or supplemental text for research courses in departments of education, psychology, sociology, social work and other human-services disciplines.
The Mathematical Theory of Communication
Claude Shannon - 1949
Republished in book form shortly thereafter, it has since gone through four hardcover and sixteen paperback printings. It is a revolutionary work, astounding in its foresight and contemporaneity. The University of Illinois Press is pleased and honored to issue this commemorative reprinting of a classic.
Pro Git
Scott Chacon - 2009
It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.
Abnormal Child Psychology
Eric J. Mash - 2002
Appropriate for novice and expert alike, this book traces the developmental course of each disorder and shows how biological, psychological, and sociocultural factors interact with a child's environment. This MEDIA EDITION gives students a chance to see how troubled children behave in their homes, in their schools, and in their communities, reinforcing the author's commitment to providing students with access to real children in their natural settings. Through the power of CengageNOW, students now have access to an unparalleled personal learning system. Since one of the best ways to introduce students to a particular problem of childhood or adolescence is to first describe a real child, the authors begin each chapter with engaging first-person accounts and case histories of a child with a particular disorder. This child is then referred to throughout the entire chapter, illustrating the categorical and dimensional approaches used to describe disorders, as well as bringing life to the theories Mash and Wolfe present. Embracing today's world with leading-edge coverage of the DSM-IV-TR and dimensional approaches to classification, Mash and Wolfe's comprehensive introduction covers many topics: evidence-based assessment and treatment, contemporary research and cutting-edge theories related to the predominantly inattentive ADHD subtype, early-onset and the developmental propensity model of conduct disorder, the triple vulnerability model of anxiety, the tripartite model in children, depression, and autism.
Art Through the Ages
Helen Gardner - 1926
With this book in hand, thousands of students have watched the story of art unfold in its full historical, social, religious, economic, and cultural context, and thus deepened their understanding of art, architecture, painting, and sculpture. By virtue of its comprehensive coverage, strong emphasis on context, and rich, accurate art reproductions, GARDNER'S ART THROUGH THE AGES has earned and sustained a reputation of excellence and authority. So much so, that in 2001, the Text and Academic Authors Association awarded both the McGuffey and the "Texty" Book Prizes to the Eleventh Edition of the text. It is the first art history book to win either award and the only title ever to win both prizes in one year. The Twelfth Edition maintains and exceeds the richness of the Gardner legacy with updated research and scholarship and an even more beautiful art program featuring more color images than any other art history book available. The Twelfth Edition features such enhancements as more color photographs, a stunning new design, and the most current research and scholarship. What's more, the expanded ancillary package that accompanies GARDNER'S ART THROUGH THE AGES, features a wealth of tools to enhance your students' experience in the course. With each new copy of the book, students receive a copy of the ArtStudy 2.0 CD-ROM--an interactive electronic study aid that fully integrates with the Twelfth Edition and includes hundreds of high-quality digital images, plus maps, quizzes, and more.
Archaeology: Theories, Methods and Practice
Colin Renfrew - 1991
Field methods and scientific techniques have been updated throughout, and new emphasis is placed on climate change and its impact on human affairs. The latest information on topics as varied as the Iceman, Pleistocene extinctions, and Ilama domestication is included, along with the most up-to-date material on GIS and surveying technology. New topics will be introduced to emphasize the ever-changing face of modern archaeology, and additional special box features will be included, as well as discussion of the archaeological techniques needed to study the material culture of the twentieth and twenty-first centuries. A key component of the new edition will be the introduction of a dedicated Web site and study guide to accompany the textbook itself.
HTML and CSS: Visual QuickStart Guide (Visual QuickStart Guides)
Elizabeth Castro - 2013
In this updated edition author Bruce Hyslop uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and CSS essentials. The book has been refreshed to feature current web design best practices. You'll learn how to design, structure, and format your website. You'll learn about the new elements and form input types in HTML5. You'll create and use images, links, styles, and forms; and you'll add video, audio, and other multimedia to your site. You'll learn how to add visual effects with CSS3. You'll understand web standards and learn from code examples that reflect today's best practices. Finally, you will test and debug your site, and publish it to the web. Throughout the book, the author covers all of HTML and offers essential coverage of HTML5 and CSS techniques.
Hands-On Machine Learning with Scikit-Learn and TensorFlow
Aurélien Géron - 2017
Now that machine learning is thriving, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.By using concrete examples, minimal theory, and two production-ready Python frameworks—Scikit-Learn and TensorFlow—author Aurélien Géron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You’ll learn how to use a range of techniques, starting with simple Linear Regression and progressing to Deep Neural Networks. If you have some programming experience and you’re ready to code a machine learning project, this guide is for you.This hands-on book shows you how to use:Scikit-Learn, an accessible framework that implements many algorithms efficiently and serves as a great machine learning entry pointTensorFlow, a more complex library for distributed numerical computation, ideal for training and running very large neural networksPractical code examples that you can apply without learning excessive machine learning theory or algorithm details
Grokking Algorithms An Illustrated Guide For Programmers and Other Curious People
Aditya Y. Bhargava - 2015
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. If you want to take a hard pass on Knuth's brilliant but impenetrable theories and the dense multi-page proofs you'll find in most textbooks, this is the book for you. This fully-illustrated and engaging guide makes it easy for you to learn how to use algorithms effectively in your own programs.Grokking Algorithms is a disarming take on a core computer science topic. In it, you'll learn how to apply common algorithms to the practical problems you face in day-to-day life as a programmer. You'll start with problems like sorting and searching. As you build up your skills in thinking algorithmically, you'll tackle more complex concerns such as data compression or artificial intelligence. Whether you're writing business software, video games, mobile apps, or system utilities, you'll learn algorithmic techniques for solving problems that you thought were out of your grasp. For example, you'll be able to:Write a spell checker using graph algorithmsUnderstand how data compression works using Huffman codingIdentify problems that take too long to solve with naive algorithms, and attack them with algorithms that give you an approximate answer insteadEach carefully-presented example includes helpful diagrams and fully-annotated code samples in Python. By the end of this book, you will know some of the most widely applicable algorithms as well as how and when to use them.
Computational Complexity
Sanjeev Arora - 2007
Requiring essentially no background apart from mathematical maturity, the book can be used as a reference for self-study for anyone interested in complexity, including physicists, mathematicians, and other scientists, as well as a textbook for a variety of courses and seminars. More than 300 exercises are included with a selected hint set.
Div, Grad, Curl, and All That: An Informal Text on Vector Calculus
Harry M. Schey - 1973
Since the publication of the First Edition over thirty years ago, Div, Grad, Curl, and All That has been widely renowned for its clear and concise coverage of vector calculus, helping science and engineering students gain a thorough understanding of gradient, curl, and Laplacian operators without required knowledge of advanced mathematics.
Introductory Chemistry
Nivaldo J. Tro - 2002
"Introductory Chemistry, "Fourth Edition extends chemistry from the laboratory to your world, helping you learn chemistry by demonstrating how it is manifested in your daily life. Throughout, the Fourth Edition presents a new student-friendly, step-by-step problem-solving approach that adds four steps to worked examples (Sort, Strategize, Solve, and Check). This proven text continues to foster student success beyond the classroom with MasteringChemistry(R), the most advanced online tutorial and assessment program available. Note: This is the standalone book, if you want the book/access card order the ISBN below: 0321741021 / 9780321741028 Introductory Chemistry Plus MasteringChemistry with eText -- Access Card Package Package consists of: 0321687930 / 9780321687937 Introductory Chemistry 032173002X / 9780321730022 MasteringChemistry with Pearson eText -- Valuepack Access Card -- for Introductory Chemistry
Current Issues and Enduring Questions
Sylvan Barnet - 2013
Get the most recent updates on MLA citation in a convenient, 40-page resource based on The MLA Handbook, 8th Edition, with plenty of models. Browse our catalog or contact your representative for a full listing of updated titles and packages, or to request a custom ISBN.The unique collaborative effort of a professor of English and a professor of philosophy, Current Issues and Enduring Questions is an extensive resource for teaching argument, persuasive writing, and rigorous critical thinking. This extraordinarily versatile text and reader continues to address current student interests and trends in argument, research, and writing.Its comprehensive coverage of classic and contemporary approaches to argument includes Aristotelian, Toulmin, and a range of alternative views, including a new chapter on analyzing and writing about arguments in popular culture. Readings on contemporary controversies (including student loan debt, locavorism, and the boundaries of online privacy) and classical philosophical questions (such as How free is the will of the individual?) are sure to spark student interest and lively discussion and writing, and new e-Pages take advantage of what the Web can do by including videos, speeches, film trailers, and other multimodal arguments.