Book picks similar to
Engineering Drawing and Design by David A. Madsen


dnd-handbooks-and-textbooks
e
education
engineering

Criminology: The Core


Larry J. Siegel - 2001
    Carefully structured to cover relevant information in a manageable format and in a presentation that is interesting and contemporary, renowned author Larry J. Siegel continues to incorporate his hallmark balanced and unbiased presentation of theory, policy, high-interest examples, and cutting-edge and seminal research. This market-leading brief Criminology text is also the best value for your students CRIMINOLOGY: THE CORE, Second Edition now includes the most student-friendly and useful technology package available, including a FREE Student CD-ROM and robust Companion Web Site.

A Guide to the Project Management Body of Knowledge (PMBOK® Guide)


Project Management Institute - 1995
    This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.

Accounting Information Systems


Marshall B. Romney - 1991
    The market-leading book that delivers the most comprehensive and flexible coverage of the four major approaches to teaching AIS. Instructors can easily reorder chapters, and focus on what you want: (a) transaction cycles and controls; (b) systems life cycle; (c) databases and data modeling; or (d) computer-based controls, fraud, and auditing.

Jawetz, Melnick, & Adelberg's Medical Microbiology


George F. Brooks - 1991
    The aim remains to provide a reference to the aspects of medical microbiology particularly important for clinical infections and chemotherapy. Geo. F. Brooks (U. of California, San Francisco), Jane

Aleph Isn't Tough: An Introduction to Hebrew for Adults (Book 1)


Linda Motzkin - 2000
    By carefully introducing the letters and vowels of the Hebrew alphabet, the goal is to develop the reader's ability to decode written Hebrew words as well as to ground the learning of Hebrew in the broader sense of its use in Jewish life, ritual, study, and tradition. Each chapter introduces two or three Hebrew letters; through instructional drills and exercises, the reader progressively becomes familiar with key Hebrew vocabulary and its role in Jewish tradition, text, and prayer.

Hidden in Plain Sight 8: How to Make an Atomic Bomb


Andrew H. Thomas - 2017
    It's a great way to learn about nuclear physics!

Introduction to Fluid Mechanics [With CDROM]


Robert W. Fox - 2003
    This new edition simplifies many of the steps involved in analysis by using the computer application Excel. Over 100 detailed example problems illustrate important fluid mechanics concepts: Approximately 1300 end-of-chapter problems are arranged by difficulty level and include many problems that are designed to be solved using Excel. The CD for the book includes: A Brief Review of Microsoft Excel and numerous Excel files for the example problems and for use in solving problems. The new edition includes an expanded discussion of pipe networks, and a new section on oblique shocks and expansion waves.

Practical Electronics for Inventors


Paul Scherz - 1998
    Instead, it tells you-and shows you-what basic and advanced electronics parts and components do, and how they work. Chock-full of illustrations, Practical Electronics for Inventors offers over 750 hand-drawn images that provide clear, detailed instructions that can help turn theoretical ideas into real-life inventions and gadgets.

Remote Sensing and Image Interpretation


Thomas M. Lillesand - 1979
    The text examines the basics of analog image analysis while placing greater emphasis on digitally based systems and analysis techniques. The presentation is discipline neutral, so students in any field of study can gain a clear understanding of these systems and their virtually unlimited applications.

Invitation to the Life Span


Kathleen Stassen Berger - 2009
    But that does not even begin to convey what the Berger experience is: What makes these bestselling textbooks so distinctive is the unmistakable presence of KATHLEEN STASSEN BERGER on every page, in writing that continually draws on the author’s teaching and family life to demonstrate a remarkable understanding not just of the field, but of students’ questions, their concerns, and their lives.The distinctive, definitive BERGER touch is evident throughout her new textbook, Invitation to the Life Span. This brief, original, 15-chapter textbook was created from page 1 to address the challenges teachers and students face when covering the entire life span in a semester (or even a quarter!). The hallmark Berger qualities are all here—the relatable presentation of research, the inclusive approach to world cultures, the study help that builds critical thinking and observational skills, the outstanding media and supplements—and all held together with Berger’s skill in bringing students and the science together.

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.

Systems Programming And Operating Systems


Dhananjay M. Dhamdhere - 1996
    Salient features: Expanded coverage on software tools including user interfaces; enhanced treatment of language processors with addition of three new chapters on the topic; includes detailed discussions on assemblers, macroprocessors, compilers, and interpreters, and linkers, security in a distributed environment; complementary new chapter devoted to protection; process management and information management; numerous examples from contemporary systems like UNIX and IBM PC illustrating concepts and techniques; indispensible text for undergraduate and postgraduate students of computer science and engineering; an invaluable reference tools for system analysis and computer professionals.

Working Effectively with Legacy Code


Michael C. Feathers - 2004
    This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

The Pragmatic Programmer: From Journeyman to Master


Andy Hunt - 1999
    It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.

Applied Statistics and Probability for Engineers [With Free Access to Online Student Resources]


Douglas C. Montgomery - 1994
    The text shows you how to use statistical methods to design and develop new products, and new manufacturing systems and processes. You'll gain a better understanding of how these methods are used in everyday work, and get a taste of practical engineering experience through real-world, engineering-based examples and exercises. Now revised, this Fourth Edition of "Applied Statistics and Probability for Engineers" features many new homework exercises, including a greater variation of problems and more computer problems.