America the Unusual


John W. Kingdon - 1998
    It invites both introductory and advanced students to appreciate the roots and limits of American exceptionalism, and to recognize the profound importance of current debates over the government's role in our everyday lives.

Expanded Universal Science Book for Class 8 By Pearson


Anupama Bhandari
    

Chemistry: An Introduction to General, Organic, and Biological Chemistry


Karen C. Timberlake - 1976
    Now in it's tenth edition, this text makes chemistry exciting to students by showing them why important concepts are relevant to their lives and future careers.

Computer Science: A Structured Approach Using C++


Behrouz A. Forouzan - 1999
    Every complete program uses a consistent style, and as programs are analyzed, styles and standards are further explained. Whenever possible, the authors develop the principle of a subject before they introduce the language implementation so the student understands the concept before dealing with the nuances of C++. In addition, a vast array of figures and tables visually reinforce key concepts. By integrating software engineering principles and encouraging the student to resist the temptation to immediately code, the text builds a solid foundation in problem solving.

Clinical Anatomy and Physiology for Veterinary Technicians


Thomas P. Colville - 2001
    It brings you clear coverage essential to understanding the clinical relevance of anatomical and physiological principles. Fully updated and written by respected veterinary technician educators, this popular textbook is the practical, comprehensive foundation for your success in veterinary technology.Clinical application boxes help you sharpen your skills and apply principles to practice.Test Yourself boxes throughout chapters emphasize important study points.An extensive glossary provides quick reference to hundreds of important terms and definitions.Over 300 new illustrations help you identify structures with rich, realistic clarity.A NEW full color format visually enhances your understanding of anatomic and physiologic concepts.Four NEW chapters give you the latest insight on the chemical basis of life, nutrition and metabolism, pregnancy, development, and lactation, and reptile and amphibian anatomy and physiology.A revised chapter on the cardiovascular system helps you most effectively comprehend the complex functions of the heart and blood vessels.

Discrete-Event System Simulation


Jerry Banks - 1983
    This text provides a basic treatment of discrete-event simulation, including the proper collection and analysis of data, the use of analytic techniques, verification and validation of models, and designing simulation experiments. It offers an up-to-date treatment of simulation of manufacturing and material handling systems, computer systems, and computer networks. Students and instructors will find a variety of resources at the associated website, www.bcnn.net, including simulation source code for download, additional exercises and solutions, web links and errata.

Fundamentals of Fluid Mechanics [With Free Access to Website Study Aids]


Bruce R. Munson - 2005
    In each new edition, the authors have refined their primary goal of helping you develop the skills and confidence you need to master the art of solving fluid mechanics problems. This new Fifth Edition includes many new problems, revised and updated examples, new Fluids in the News case study examples, new introductory material about computational fluid dynamics (CFD), and the availability of FlowLab for solving simple CFD problems. Access special resources online New copies of this text include access to resources on the book's website, including: * 80 short Fluids Mechanics Phenomena videos, which illustrate various aspects of real-world fluid mechanics.* Review Problems for additional practice, with answers so you can check your work.* 30 extended laboratory problems that involve actual experimental data for simple experiments. The data for these problems is provided in Excel format.* Computational Fluid Dynamics problems to be solved with FlowLab software. Student Solution Manual and Study Guide A Student Solution Manual and Study Guide is available for purchase, including essential points of the text, "Cautions" to alert you to common mistakes, 109 additional example problems with solutions, and complete solutions for the Review Problems.

Experience Psychology


Laura A. King - 2009
    Do you want your students to just take psychology or to experience psychology? Laura King's approach to introductory psychology embodies a balanced consideration of functioning behavior as well as dysfunction and a view of psychology as an integrated whole.

Case Files: Obstetrics and Gynecology


Eugene C. Toy - 2002
    Each case includes an extended discussion, definition of terms, clinical pearls, and USMLE format review questions. This interactive learning system helps you to understand essential concepts instead of memorizing facts.

Hockey Abstract Presents... Stat Shot: The Ultimate Guide to Hockey Analytics


Rob Vollman - 2016
    Stat Shot is a fun and informative guide hockey fans can use to understand and enjoy what analytics says about team building, a player’s junior numbers, measuring faceoff success, recording save percentage, the most one-sided trades in history, and everything you ever wanted to know about shot-based metrics. Acting as an invaluable supplement to traditional analysis, Stat Shot can be used to test the validity of conventional wisdom, and to gain insight into what teams are doing behind the scenes — or maybe what they should be doing.Whether looking for a reference for leading-edge research and hard-to-find statistical data, or for passionate and engaging storytelling, Stat Shot belongs on every serious hockey fan’s bookshelf.

Essentials of Physical Anthropology


Clark Spencer Larsen - 2009
    Essentials of Physical Anthropology, Third Edition, is rich with stunning and photorealistic art, thoughtful pedagogy, innovative media, and up-to-date, student-centered content that illuminate physical anthropology's most important themes.

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

Educational Research: Quantitative, Qualitative, and Mixed Approaches


R. Burke Johnson - 2003
    Readers will develop an understanding of the multiple research methods and strategies used in education and related fields, the ability to read and critically evaluate published research, and the ability to write a proposal, construct a questionnaire, and conduct an empirical research study on their own.

Mechanical Engineering Reference Manual for the PE Exam


Michael R. Lindeburg - 1994
    Dozens of key charts, tables, and graphs, including updated steam tables and two new charts of LMTD heat exchanger correction factors, make it possible to work most exam problems using the Reference Manual alone. A complete, easy-to-use index saves you valuable time during the exam as it helps you quickly locate important information needed to solve problems._____________________________Since 1975 more than 2 million people preparing for their engineering, surveying, architecture, LEED®, interior design, and landscape architecture exams have entrusted their exam prep to PPI. For more information, visit us at www.ppi2pass.com.

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.