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.

Pretending the Bed is a Raft


Nanci Kincaid - 1997
    Watching the mysterious transformation of your mother as she dolls herself up for a night on the town--with a man other than your father. Watching your best friend fall for the bad boy in town. Wondering if the man at work you're secretly in love with means something by the hand he lets linger on your arm. Kissing a man named Gable on a moonlit night when you've just found out you have only a few months left to live.With an irresistible narrative voice that captures both the humor and heartbreak of love, Nanci Kincaid paints a portrait of women's lifelong courtship with men that will make you laugh and cry in recognition.

Prehospital Emergency Care


Joseph J. Mistovich - 1996
    This best-selling, student-friendly book contains clear, step-by-step explanations with comprehensive, stimulating, and challenging material that prepares users for real on-the-job situations. Featuring case studies, state-of-the-art scans, algorithms, protocols, and the inclusion of areas above and beyond the DOT protocols, the tenth edition effectively prepares students for success. The assessment and emergency care sections provide the most up-to-date strategies for providing competent care; and the enrichment sections further enhance students ability to assess and manage ill and injured patients in prehospital environments. The text s table of contents is organized to follow the National EMS Educational Standards."

The Modern Web: Multi-Device Web Development with HTML5, CSS3, and JavaScript


Peter Gasston - 2013
    When users can browse the Web on a three-inch phone screen as easily as on a fifty-inch HDTV, what's a developer to do?Peter Gasston's The Modern Web will guide you through the latest and most important tools of device-agnostic web development, including HTML5, CSS3, and JavaScript. His plain-English explanations and practical examples emphasize the techniques, principles, and practices that you'll need to easily transcend individual browser quirks and stay relevant as these technologies are updated.Learn how to:Plan your content so that it displays fluidly across multiple devices Design websites to interact with devices using the most up-to-date APIs, including Geolocation, Orientation, and Web Storage Incorporate cross-platform audio and video without using troublesome plug-ins Make images and graphics scalable on high-resolution devices with SVG Use powerful HTML5 elements to design better formsTurn outdated websites into flexible, user-friendly ones that take full advantage of the unique capabilities of any device or browser. With the help of The Modern Web, you'll be ready to navigate the front lines of device-independent development.

Connect Core Concepts in Health, Brief Version


Paul M. Insel - 1982
    The twelfth edition provides current, accurate, scientifically based information about a wealth of health and wellness topics and issues. Connect Personal Health is now seamlessly and deeply integrated with Blackboard and Blackboard related course management systems. Connect is an interactive online learning system that provides interactive multimedia-driven activities and assessments, such as interactive quizzes, video activities, health assessments, Internet research activities, online behavior change workbook, a fitness and nutrition log, and a multimedia ebook. Most activities and assessments are auto graded, entered into the grade book, and automatically uploaded to blackboard. This saves you time, holds your students accountable, and allows for seamless Course Management integration. Only one sign-on is needed for access to Blackboard and Connect, the grade book is integrated, and much much more. To address today's students' need for more portable, more relevant classroom tools, we are providing the book in a three-hole punched, loose-leaf version. "Ask your rep for the correct ISBN to also provide each student full access to Connect Plus and the multimedia e-book at no extra charge with each copy of the loose-leaf text."

Physical Rehabilitation


Susan B. O'Sullivan - 1980
    The more user friendly 5th Edition features a new, two-color design and more photographs, illustrations and tables.

Mechanical Metallurgy


George E. Dieter - 1961
    It covers the entire scope of mechanical metallurgy, from an understanding of the continuum description of stress and strain, through crystalline and defect mechanisms of flow and fracture, and on to a consideration of major mechanical property tests and the basic metalworking process. It has been updated throughout, SI units have been added, and end-of-chapter study questions are included.

Foundations of Computer Science


Behrouz A. Forouzan - 2002
    Divided into five parts computer and data, computer hardware, computer software, data organization and with an introduction to some of the more advanced topics Foundations of Computer Science gives students a bird's eye view of the subject. Each chapter includes key terms, summaries, review questions, multiple-choice questions, and exercises to enhance learning, while introducing tools such as UML, structure chart and pseudocode, which students will need in order to succeed in later courses. The text is also supported by numerous figures, examples, exercises, selected solutions and a test bank, all designed to ease and aid the learning process. Updated to cover the latest technologies and changes to course requirements, this second edition features new and updated coverage of: Artificial Intelligence, Computer Ethics and Crimes, Networking, LINUX, and Security.

The Essential Guide to Telecommunications


Annabel Z. Dodd - 1998
    It aims to give readers a fundamental overview of the technologies that make up the telecommunications infrastructure.

Medical Terminology: A Living Language


Bonnie F. Fremgen - 2004
    For each body system, broad coverage of anatomy, physiology, pathology, diagnostic procedures, treatment procedures, and pharmacology is provided. The author emphasizes both terms built from Latin and Greek word parts, and modern English terms, helping students develop a full working word part vocabulary they can use to interpret any new term. This edition contains many new terms, and has been reorganized for more efficient learning. To eliminate confusion, Word Building tables have been removed from each chapter and the terms have been distributed throughout the pathology, diagnostic procedure, and treatment procedure tables, where they are more immediately relevant to students. Note: This ISBN is just the standalone book, if the customer wants the book/access card order the ISBN below; 133962032 / 9780133962031 Medical Terminology: A Living Language PLUS MyMedicalTerminologyLab with Pearson etext -- Access Card Package Package consists of: 0132843471 / 9780132843478 Medical Terminology: A Living Language 0133936236 / 9780133936230 MyMedicalTerminologyLab with Pearson etext - Access Card - Medical Terminology A Living Language

Practical Object Oriented Design in Ruby


Sandi Metz - 2012
    The Web is awash in Ruby code that is now virtually impossible to change or extend. This text helps you solve that problem by using powerful real-world object-oriented design techniques, which it thoroughly explains using simple and practical Ruby examples. Sandi Metz has distilled a lifetime of conversations and presentations about object-oriented design into a set of Ruby-focused practices for crafting manageable, extensible, and pleasing code. She shows you how to build new applications that can survive success and repair existing applications that have become impossible to change. Each technique is illustrated with extended examples, all downloadable from the companion Web site, poodr.info. The first title to focus squarely on object-oriented Ruby application design, Practical Object-Oriented Design in Ruby will guide you to superior outcomes, whatever your previous Ruby experience. Novice Ruby programmers will find specific rules to live by; intermediate Ruby programmers will find valuable principles they can flexibly interpret and apply; and advanced Ruby programmers will find a common language they can use to lead development and guide their colleagues. This guide will help you Understand how object-oriented programming can help you craft Ruby code that is easier to maintain and upgrade Decide what belongs in a single Ruby class Avoid entangling objects that should be kept separate Define flexible interfaces among objects Reduce programming overhead costs with duck typing Successfully apply inheritance Build objects via composition Design cost-effective tests Solve common problems associated with poorly designed Ruby code

Computer Networks and Internets [With CDROM and Companion Website Access Code Card]


Douglas E. Comer - 1996
    Leading networking authority Douglas Comer presents a wide-ranging, self-contained tour of the concepts, principles, and technologies that enable today's Internet to support applications ranging from web browsing to telephony and multimedia. This Fifth Edition has been thoroughly reorganized, revised, and updated: it includes extensive new coverage of topics ranging from wireless protocols to network performance, while reducing or eliminating coverage of older protocols and technologies. Comer begins by illuminating the applications and facilities offered by today's Internet. Next, he systematically introduces the underlying network technologies and protocols that make them possible: low-level data communications; packet switching, LAN, and WAN technologies; and Internet protocols such as TCP, IP, UDP, and IPv6. With these concepts and technologies established, he introduces several of the most important contemporary issues faced by network implementers and managers, including quality of service, Internet telephony, multimedia, network security, and network management. Comer has carefully designed this book to support both top-down and bottom-up teaching approaches. Students need no background in operating systems, and no sophisticated math: Comer relies throughout on figures, drawings, examples, and analogies, "not" mathematical proofs.

They Say / I Say: The Moves That Matter in Academic Writing


Gerald Graff - 2006
    In addition to explaining the basic moves, this book provides writing templates that show students explicitly how to make these moves in their own writing.

Manual of Mineralogy


Cornelis Klein - 1899
    Known for its complete coverage of concepts and principles along with a more systematic and descriptive treatment of mineralogy, the revised edition now includes a CD-ROM to let readers see the minerals and crystals, while also viewing chemical composition, symmetry, and morphological crystallography.

Training Kit (Exam 70-461): Querying Microsoft SQL Server 2012


Itzik Ben-Gan - 2012
    Work at your own pace through a series of lessons and practical exercises, and then assess your skills with practice tests on CD—featuring multiple, customizable testing options.Maximize your performance on the exam by learning how to:Create database objectsWork with dataModify dataTroubleshoot and optimize queriesYou also get an exam discount voucher—making this book an exceptional value and a great career investment.