Book picks similar to
Design of Machinery by Robert L. Norton
engineering
textbooks
textbook
reference
The Norton Anthology Of American Literature
Nina Baym - 1979
This modern section has been overhauled to reflect the diversity of American writing since 1945. A section on 19th-century women's writing is included.
Fourier Series
Georgi P. Tolstov - 1976
Over 100 problems at ends of chapters. Answers in back of book. 1962 edition.
The Principles of Learning and Behavior
Michael P. Domjan - 1982
The book covers habituation, classical conditioning, instrumental conditioning, stimulus control, aversive control, and their applications to the study of cognition and to the alleviation of behavior problems. Biological constraints on learning are integrated throughout the text, as are applications boxes that relate animal research to human learning and behavior. The book closely reflects the field of research it represents in terms of topics covered, theories discussed, and experimental paradigms described.
Linear Algebra and Its Applications
Gilbert Strang - 1976
While the mathematics is there, the effort is not all concentrated on proofs. Strang's emphasis is on understanding. He explains concepts, rather than deduces. This book is written in an informal and personal style and teaches real mathematics. The gears change in Chapter 2 as students reach the introduction of vector spaces. Throughout the book, the theory is motivated and reinforced by genuine applications, allowing pure mathematicians to teach applied mathematics.
Building Java Programs: A Back to Basics Approach
Stuart Reges - 2007
By using objects early to solve interesting problems and defining objects later in the course, Building Java Programs develops programming knowledge for a broad audience. Introduction to Java Programming, Primitive Data and Definite Loops, Introduction to Parameters and Objects, Conditional Execution, Program Logic and Indefinite Loops, File Processing, Arrays, Defining Classes, Inheritance and Interfaces, ArrayLists, Java Collections Framework, Recursion, Searching and Sorting, Graphical User Interfaces. For all readers interested in introductory programming.
Digital Systems: Principles and Applications
Ronald J. Tocci - 1977
KEY TOPICS For each new device or circuit, the authors describe the principle of the operation, give thorough examples, and then show its actual application. An excellent reference on modern digital systems.
How To Write Anything: A Guide and Reference
John J. Ruszkiewicz - 2008
Through memorable visuals and honest talk, John Ruszkiewicz shows students how to write in any situation — wherever they are in their writing process.With everything you need to teach composition, the Guide lays out focused advice for writing common genres, while the Reference covers the range of writing and research skills that students need as they work across genres and disciplines. An intuitive, visual cross-referencing system and a modular chapter organization that’s simple to follow make it even easier for students to work back and forth between chapters and stay focused on their own writing.
Algorithms
Robert Sedgewick - 1983
This book surveys the most important computer algorithms currently in use and provides a full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing -- including fifty algorithms every programmer should know. In this edition, new Java implementations are written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.The algorithms in this book represent a body of knowledge developed over the last 50 years that has become indispensable, not just for professional programmers and computer science students but for any student with interests in science, mathematics, and engineering, not to mention students who use computation in the liberal arts.The companion web site, algs4.cs.princeton.edu contains An online synopsis Full Java implementations Test data Exercises and answers Dynamic visualizations Lecture slides Programming assignments with checklists Links to related material The MOOC related to this book is accessible via the "Online Course" link at algs4.cs.princeton.edu. The course offers more than 100 video lecture segments that are integrated with the text, extensive online assessments, and the large-scale discussion forums that have proven so valuable. Offered each fall and spring, this course regularly attracts tens of thousands of registrants.Robert Sedgewick and Kevin Wayne are developing a modern approach to disseminating knowledge that fully embraces technology, enabling people all around the world to discover new ways of learning and teaching. By integrating their textbook, online content, and MOOC, all at the state of the art, they have built a unique resource that greatly expands the breadth and depth of the educational experience.
Explorations: Introduction to Astronomy
Thomas T. Arny - 1994
This new edition continues to offer the most complete technology/new media support package available. That technology/new media package includes: Interactives, Animations, and introducing Connect - online homework and course management.
The Norton Anthology of English Literature, Vol. B: The Sixteenth Century & The Early Seventeenth Century
M.H. AbramsLawrence Lipking - 1986
Under the direction of Stephen Greenblatt, General Editor, the editors have reconsidered all aspects of the anthology to make it an even better teaching tool.
America: A Concise History, Volume 2: Since 1865
James A. Henretta - 1986
History survey because of the uncommon value it offers instructors and students alike. The authors' own abridgement preserves the analytical power of the parent text, America's History, while offering all the flexibility of a brief book. The latest scholarship, hallmark global perspective, and handy format combine with the best full-color art and map program of any brief text to create a book that students read and enjoy.
Engineering Economy
William G. Sullivan - 1999
Sullivan Elin M. Wicks C. Patrick Koelling A succinct job description for an engineer consists of just two words: problem solver. Broadly speaking, engineers use knowledge to find new ways of doing things economically. Engineering design solutions do not exist in a vacuum, but within the context of a business opportunity. Truly, every problem has multiple solutions, so the question is, “How does one rationally select the design solution with the most favorable economic result?” The answer to this question can also be put forth in two words: engineering economy. This field of engineering provides a systematic framework for evaluating the economic aspects of competing design solutions. Just as engineers model the stress on a support column or the thermodynamic properties of a steam turbine, they must also model the economic impact of their engineering recommendations. Engineering economy is the subject of this textbook. Highlights of Engineering Economy, Fourteenth Edition: × Fifty percent of end-of-chapter problems are new or revised. × A bank of algorithmically generated test questions is available to adopting instructors. × Fundamentals of Engineering (FE) exam-style questions are included among the end-of-chapter problem sets. × Spreadsheet models are integratedthroughout. × An appendix on the basics of accounting is included in Chapter 2. × Chapter 3 on Cost Estimation appears early in the book. × An appendix on techniques for using Excel in engineering economy is available for reference. × Numerous comprehensive examples and case studies appear throughout the book. × Extended learning exercises appear in most chapters. × Personal finance problems are featured in most chapters. × Many pointers to relevant Web sites are provided. ISBN-13: 978-0-13-614297-3 ISBN-10: 0-13-614297-4
The Art of Electronics
Paul Horowitz - 1980
Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
Blueprints Obstetrics & Gynecology
Tamara L. Callahan - 1997
This popular Blueprints book has been refined and updated while keeping the concise, organized style and clinical high-yield content of previous editions. Features include USMLE-style questions and answers with full explanations; Key Points in every section; and a color-enhanced design that increases the usefulness of figures and tables.This edition's completely revised art program includes many additional illustrations. Each chapter in this edition ends with evidence-based references (journals) for students to do additional reading/research.