Book picks similar to
Digital Signal Processing by Emmanuel Ifeachor
computer
dsp
healthcare
meta-electr-gen-physics-astral
Electric Circuits
Theodore F. Bogart Jr. - 1992
Design and troubleshooting examples and exercises show students the important and practical applications of circuit analysis. At least one odd- and one even-numbered exercise for each important topic or concept is included at the end of each chapter. SPICE(Simulation Program with Integrated Cicuit Emphasis), a powerful simulation program designed to simplify computer-aided circuit analysis, is introduced in a special appendix which provides an in-depth description of how to use it.
Wong's Essentials of Pediatric Nursing
Marilyn J. Hockenberry - 2004
It provides readers with the essential information they need to deliver safe and accurate care. Divided into two logical parts, the first half of the book focuses on child development and health promotion by age group and lays the foundation for the second half of the book which addresses specific health problems organized by body systems.Text focuses on the family throughout by emphasizing the role and influence of the family in health and illnessUtilizes the nursing process format to present nursing care for major diseases and disorders.Guidelines boxes throughout the text provide step-by-step instructions for performing specific skills or proceduresEmergency Treatment boxes provide quick reference in critical situationsNursing Care Plans incorporate patient- and family-centered goals and include rationales for nursing interventionsFamily Home Care boxes highlight important information to better prepare families to cope with their child�]s care in special situationsDisorder sections provide detailed presentations of pathophysiologyCommunity Focus boxes emphasize community issues and provide additional resources for guidance on caring for children outside the clinical settingCultural Awareness boxes highlight ways in which variations in beliefs and practices affect child careAtraumatic Care boxes provide guidance for administering nursing care with minimal pain or stress to the child, family, and nurseEvidence-Based Practice boxes throughout the text focus students�] attention on application of both research and critical thought processes to support and guide the outcomes of nursing careNursing Alerts and Nursing Tips are highlighted throughout the text to provide the reader with either critical information (Alerts) or helpful hints (Tips)CD companion features critical thinking questions, case studies, nursing care plans, assessment tools, new NCLEX examination-style review questions, and skillsCritical Thinking Exercises encourage self-evaluation about clinical judgementsEthical Case Studies provide realistic learning experiencesThe most current information on immunizations to keep readers up-to-dateAppendix with Spanish-English translations includes words and phrases commonly used in nurse-parent interactionsA chapter on Chronic Illness, Disability, and End-of-Life Care provides the necessary content for quality nursing care at the end of life
Programming Windows 8 Apps with HTML, CSS, and JavaScript
Kraig Brockschmidt - 2012
Our Man in Orlando
Hugh Hunter - 2010
Many of these stories never made it back home - until now.
Principles of Foundation Engineering
Braja M. Das - 1984
Das' Sixth Edition of PRINCIPLES OF FOUNDATION ENGINEERING maintains the careful balance of current research and practical field applications that has made it the leading text in foundation engineering courses. Featuring a wealth of worked-out examples and figures that help students with theory and problem-solving skills, the book introduces civil engineering students to the fundamental concepts and application of foundation analysis design. Throughout, Das emphasizes the judgment needed to properly apply the theories and analysis to the evaluation of soils and foundation design as well as the need for field experience. The sixth edition contains many new homework and worked-out problems.
Systems Analysis & Design in a Changing World
John W. Satzinger - 2000
The Fourth Edition maintains the dual focus on the concepts and techniques from both the traditional, structured approach and the object-oriented approach to systems development. Instructors have the flexibility to emphasize one approach over the other, or both, while referring to one integrated case study that runs through every chapter.
Health Care USA: Understanding Its Organization and Delivery
Harry A. Sultz - 1997
Combining historical perspective with analysis of modern trends, this expanded edition charts the evolution of modern American health care, providing a complete examination of its organization and delivery while offering critical insight into the issues that the U.S. health system faces today. From a physician-dominated system to one defined by managed care and increasingly sophisticated technology, this essential text explains the transformation underway and the professional, political, social, and economic forces that guide it today and will in the future. Exhaustive in breadth and balanced in perspective, Health Care USA, Seventh Edition, provides students with a clearly organized, straightforward illustration of the complex structures, relationships and processes of this rapidly growing, $2.5 trillion industry. The seventh edition has been thoroughly revised to reflect recent developments in this dynamic industry. The latest edition features: - A comprehensive overview of the complex and evolving U.S. health care system, plus revised data, material and analysis throughout. - The latest benchmark developments in health care, including the response of public health to swine flu and the Obama administration's health care reform. - A look at the recent recession's effects on hospital finances. - New projections and data trends on the country's health care spending. - A forward-looking perspective on the future of the U.S. health care system.
Cuda by Example: An Introduction to General-Purpose Gpu Programming
Jason Sanders - 2010
" From the Foreword by Jack Dongarra, University of Tennessee and Oak Ridge National Laboratory CUDA is a computing architecture designed to facilitate the development of parallel programs. In conjunction with a comprehensive software platform, the CUDA Architecture enables programmers to draw on the immense power of graphics processing units (GPUs) when building high-performance applications. GPUs, of course, have long been available for demanding graphics and game applications. CUDA now brings this valuable resource to programmers working on applications in other domains, including science, engineering, and finance. No knowledge of graphics programming is required just the ability to program in a modestly extended version of C. " CUDA by Example, " written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology. The authors introduce each area of CUDA development through working examples. After a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C, the book details the techniques and trade-offs associated with each key CUDA feature. You ll discover when to use each CUDA C extension and how to write CUDA software that delivers truly outstanding performance. Major topics covered includeParallel programmingThread cooperationConstant memory and eventsTexture memoryGraphics interoperabilityAtomicsStreamsCUDA C on multiple GPUsAdvanced atomicsAdditional CUDA resources All the CUDA software tools you ll need are freely available for download from NVIDIA.http: //developer.nvidia.com/object/cuda-by-e...
The Little Book on CoffeeScript
Alex MacCaw - 2012
Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix
Digital Image Processing
Rafael C. Gonzalez - 1977
Completely self-contained, heavily illustrated, and mathematically accessible, it has a scope of application that is not limited to the solution of specialized problems. Digital Image Fundamentals. Image Enhancement in the Spatial Domain. Image Enhancement in the Frequency Domain. Image Restoration. Color Image Processing. Wavelets and Multiresolution Processing. Image Compression. Morphological Image Processing. Image Segmentation. Representation and Description. Object Recognition.
T-SQL Fundamentals
Itzik Ben-Gan - 2016
Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects.
Microsoft Data Platform MVP Itzik Ben-Gan shows you how to: Review core SQL concepts and its mathematical roots Create tables and enforce data integrity Perform effective single-table queries by using the SELECT statement Query multiple tables by using joins, subqueries, table expressions, and set operators Use advanced query techniques such as window functions, pivoting, and grouping sets Insert, update, delete, and merge data Use transactions in a concurrent environment Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL
The Little Schemer
Daniel P. Friedman - 1974
The authors' enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. The Little Schemer introduces computing as an extension of arithmetic and algebra; things that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme, and interesting foods to illustrate these abstract ideas. The Seasoned Schemer informs the reader about additional dimensions of computing: functions as values, change of state, and exceptional cases. The Little LISPer has been a popular introduction to LISP for many years. It had appeared in French and Japanese. The Little Schemer and The Seasoned Schemer are worthy successors and will prove equally popular as textbooks for Scheme courses as well as companion texts for any complete introductory course in Computer Science.
Software Testing
Ron Patton - 2000
Everyone has heard of computer programmers but few people realize there are nearly as many people behind the scenes with job titles such as Software Tester, Software Quality Assurance Engineer, Software Test Engineer, and Software Test Technician. Microsoft alone hires hundreds of people for these positions each year. There are also many companies whose sole purpose is providing software test consulting and software testing services. The first edition of Software Testing was published in November 2000. Although the processes and techniques used in testing computer software are timeless, this title will be brought up-to-date by adding a chapter that specifically deals with testing software for security bugs and revisiting the rest of the book to update examples and references.
Pmp Exam Prep Questions, Answers, & Explanations: 1000+ Pmp Practice Questions with Detailed Solutions
Christopher Scordo - 2009
So why aren't students laser-focused on taking practice exams before attempting the real thing? Reflects the current PMP exam format and the PMBOK(r) Guide - Fifth Edition! The practice tests in this book are designed to help students adjust to the pace, subject matter, and difficulty of the real Project Management Professional (PMP) exam. Geared towards anyone preparing for the exam, all tests include clear solutions to help you understand core concepts. If you plan on passing the PMP exam, it's time to test your knowledge. It's time for PMP Exam Prep - Questions, Answers, & Explanations. Now packed with Over 1,000 realistic PMP sample questions to help you pass the exam on your FIRST try. In this book: 1000+ detailed PMP exam practice questions including 18 condensed PMP mock exams that can be completed in one hour; 11 Targeted PMBOK Knowledge Area tests, and detailed solution sets for all PMP questions which include clear explanations and wording, PMBOK Knowledge Area and page references, and reasoning based on the PMBOK Guide - Fifth Edition. Includes FREE PMP exam formula reference sheet! ** For PMP exams AFTER March 2018 **