Computer Science with Python - CBSE XI: Textbook for CBSE Class 11


Preeti Arora - 2018
    

Professional Android 2 Application Development


Reto Meier - 2010
    This update to the bestselling first edition dives in to cover the exciting new features of the latest release of the Android mobile platform.Providing in-depth coverage of how to build mobile applications using the next major release of the Android SDK, this invaluable resource takes a hands-on approach to discussing Android with a series of projects, each of which introduces a new feature and highlights techniques and best practices to get the most out of Android.The Android SDK is a powerful, flexible, open source platform for mobile devices Shares helpful techniques and best practices to maximize the capabilities of Android Explains the possibilities of Android through the use of a series of detailed projects Demonstrates how to create real-world mobile applications for Android phones Includes coverage of the latest version of Android Providing concise and compelling examples, Professional Android Application Development is an updated guide aimed at helping you create mobile applications for mobile devices running the latest version of Android.

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.

Metaprogramming Ruby 2: Program Like the Ruby Pros


Paolo Perrotta - 2014
    With metaprogramming, you can produce elegant, clean, and beautiful programs. Once the domain of expert Rubyists, metaprogramming is now accessible to programmers of all levels. This thoroughly revised and updated second edition of the bestselling Metaprogramming Ruby explains metaprogramming in a down-to-earth style and arms you with a practical toolbox that will help you write your best Ruby code ever.Dig under the surface and explore Ruby's most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you'll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you're on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with: Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.Metaprogramming spells--33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, from the wild, with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.What You Need: Ruby 2.x, Ruby 1.9, or a recent version of JRuby.

Oral and Maxillofacial Pathology


Brad W. Neville - 1995
    Significantly revised and updated content throughout this edition brings you the latest information on the etiology, clinical features, histopathology, treatment, and prognosis of each disease entity, as well as cutting-edge topics such as bisphosphonate osteonecrosis, the oral complications associated with methamphetamine abuse, solitary fibrous tumors, gene mutation, and plasminogen deficiency.Over 1,300 clinical photos and radiographs, most in full color, facilitate identification and classification of lesions.Current concepts of pathogenesis and disease management help you understand the diseases that affect the oral and maxillofacial structures, formulate an accurate diagnosis, and institute proper treatment.Each chapter is logically organized by body system or disease group, enabling you to easily identify a specific condition.A comprehensive appendix of differential diagnosis among oral and maxillofacial disease processes helps you rule out invalid diagnoses.The bibliography divided by topic presented at the end of each chapter enables you to pursue supplemental literature.Highly accomplished authors and contributors with a broad range of clinical and classroom teaching experience provide well-balanced coverage of the entire subject.Chapter outlines at the beginning of each chapter allow immediate access to specific topics.Over 200 new illustrations have been added to this popular, visual reference.A new section on bisphosphonate-associated osteonecrosis thoroughly explores and illustrates this recently identified complication resulting from medications used to prevent bone loss in patients with multiple myeloma, metastatic tumors, and osteoporosis.A new section about the oral complications of methamphetamine abuse details characteristic oral manifestations such as meth mouth caries" and factitial injuries.Expanded coverage of oral piercings, intraoral tattoos, and other body modifications includes unusual entities such as tongue splitting and charm needles.A new section on transient lingual papillitis sheds light on this common cause of transitory tongue irritation.A new section on solitary fibrous tumors familiarizes you with this popular designation for certain benign fibrous neoplasms.A new section on hypoplasminogenemia (ligneous conjunctivitis), or plasminogen deficiency, includes images from a patient case that illustrate the characteristic gingival lesions associated with this rare but fascinating systemic condition.A new section on hereditary mucoepithelial dysplasia describes the characteristic oral manifestations that can lead you to accurately diagnose this condition, potentially preventing a woman with this disorder from having cytologically unusual cells misdiagnosed as carcinoma on her cervical PAP smears.A new section discusses the clinical and microscopic features of chronic ulcerative stomatitis, an immune-mediated condition of the oral mucosa that presents with erosive lesions and is often mistaken for lichen planus.The chapter on Forensic Dentistry has been thoroughly revised and updated by leading forensic odontology author, Dr. Edward Herschaft, to include the latest information on this fascinating topic.Several chapters have been updated to include the most current knowledge of specific gene mutations associated with hereditary oral disorders.

Digital Communications: Fundamentals and Applications


Bernard Sklar - 1987
    It can serve both as an excellent introduction for the graduate student with some background in probability theory or as a valuable reference for the practicing ommunication system engineer. For both communities, the treatment is clear and well presented." - Andrew Viterbi, The Viterbi Group Master every key digital communications technology, concept, and technique. Digital Communications, Second Edition is a thoroughly revised and updated edition of the field's classic, best-selling introduction. With remarkable clarity, Dr. Bernard Sklar introduces every digital communication technology at the heart of today's wireless and Internet revolutions, providing a unified structure and context for understanding them -- all without sacrificing mathematical precision. Sklar begins by introducing the fundamentals of signals, spectra, formatting, and baseband transmission. Next, he presents practical coverage of virtually every contemporary modulation, coding, and signal processing technique, with numeric examples and step-by-step implementation guidance. Coverage includes: Signals and processing steps: from information source through transmitter, channel, receiver, and information sinkKey tradeoffs: signal-to-noise ratios, probability of error, and bandwidth expenditureTrellis-coded modulation and Reed-Solomon codes: what's behind the mathSynchronization and spread spectrum solutionsFading channels: causes, effects, and techniques for withstanding fadingThe first complete how-to guide to turbo codes: squeezing maximum performance out of digital connectionsImplementing encryption with PGP, the de facto industry standard Whether you're building wireless systems, xDSL, fiber or coax-based services, satellite networks, or Internet infrastructure, Sklar presents the theory and the practical implementation details you need. With nearly 500 illustrations and 300 problems and exercises, there's never been a faster way to master advanced digital communications. CD-ROM INCLUDED The CD-ROM contains a complete educational version of Elanix' SystemView DSP design software, as well as detailed notes for getting started, a comprehensive DSP tutorial, and over 50 additional communications exercises.

Thinking in C++, Vol. 2: Practical Programming


Bruce Eckel - 2003
    Learn practical programming and best practices. Meet the difficult challenges of C++ development. Build reliable and robust programs. Design Patterns chapter shows sophisticated use of objects, composition and polymorphism. Provides a gentle introduction to multithreaded programming, a feature being considered for the next version of Standard C++. Defensive Programming chapter includes a simple unit-testing framework and debugging techniques. In-depth treatment of Standard C++ Library facilities including strings, iostreams, and the "STL" algorithms and containers. Modern usage of templates, including template metaprogramming. Unravels the perplexities of multiple inheritance. Shows practical uses for RTTI. Explores exception handling in depth and clearly explains exception-safe design. Compliant with the official ISO C++ Standard. Presents results of current research being considered for inclusion in the next revision of Standard C++. All code examples freely downloadable, tested on multiple platforms and compilers including the free GNU C++ compiler on Windows/Mac/Linux. On www.BruceEckel.com: Annotated Solutions Guide Seminars and consulting Free Download—Volume I of this book Annotation Thinking in C++ is ideal for anyone already familiar with C who now wants to learn C++. Eckel has synthesized more than five years of C++ teaching and programming experience into a well-structured course that moves step-by-step through each important C++ concept. He highlights poorly-understood C++ features like virtual functions, which can improve productivity. Editorial Reviews The Barnes & Noble Review Bruce Eckel, one of the world's best programming trainers, has thoroughly updated his classic THINKING IN C++—the book that won the Software Development Magazine Jolt Cola award in its first iteration. The new version is better than ever—which is to say, it's

MATLAB: An Introduction with Applications


Amos Gilat - 2003
    The first chapter describes basic features of the program and shows how to use it in simple arithmetic operations with scalars. The next two chapters focus on the topic of arrays (the basis of MATLAB), while the remaining text covers a wide range of other applications. Computer screens, tutorials, samples, and homework questions in math, science, and engineering, provide the student with the practical hands-on experience needed for total proficiency.

Fundamentals of Logic Design


Charles H. Roth Jr. - 1975
    Author Charles H. Roth, Jr. carefully presents the theory that is necessary for understanding the fundamental concepts of logic design while not overwhelming students with the mathematics of switching theory. Divided into 20 easy-to-grasp study units, the book covers such fundamental concepts as Boolean algebra, logic gates design, flip-flops, and state machines. By combining flip-flops with networks of logic gates, students will learn to design counters, adders, sequence detectors, and simple digital systems. After covering the basics, this text presents modern design techniques using programmable logic devices and the VHDL hardware description language.

Special Education in Contemporary Society: An Introduction to Exceptionality


Richard M. Gargiulo - 2002
    Blending theory with practice, the book helps pre-service and in-service teachers develop the knowledge, skills, attitudes, and beliefs they'll need to construct learning environments that make it possible for all students to reach their potential.

Learning the UNIX Operating System


Jerry Peek - 1989
    Why wade through a 600-page book when you can begin working productively in a matter of minutes? It's an ideal primer for Mac and PC users of the Internet who need to know a little bit about UNIX on the systems they visit.This book is the most effective introduction to UNIX in print. The fourth edition covers the highlights of the Linux operating system. It's a handy book for someone just starting with UNIX or Linux, as well as someone who encounters a UNIX system on the Internet. And it now includes a quick-reference card.Topics covered include: Linux operating system highlightsLogging in and logging outWindow systems (especially X/Motif)Managing UNIX files and directoriesSending and receiving mailRedirecting input/outputPipes and filtersBackground processingBasic network commandsv

Tintinalli's Emergency Medicine: A Comprehensive Study Guide


Judith E. Tintinalli - 1978
    It is more concise and easier to read than some, yet it covers the breadth of emergency medicine practice more comprehensively than others. The bottom line is that I like this book. Just as previous editions did, the seventh presents all of the most pertinent and up-to-date information in a well-organized format that is comprehensive yet easy to read. That and many of the attractive new features in this current edition will ensure its place on my bookshelf for years to come."--JAMAWith 418 contributors representing over 120 medical centers around the world, Tintinalli’s Emergency Medicine is the most practical and clinically rigorous reference of its kind. It covers everything from prehospital care, disaster preparedness, and basic resuscitative techniques, to all the major diseases requiring emergency treatment, such as pulmonary emergencies, renal and GU disorders, and hemophilia. This authoritative, in-depth coverage makes this classic text indispensible not only in emergency departments, but also for residents and practitioners when studying or preparing for any exam they may face.While continuing to provide the most current information for acute conditions, the Seventh Edition of Tintinalli’s Emergency Medicine has been substantially revised and updated to cover all of the conditions for which patients seek emergency department care in a concise and easy-to-read-manner.NEW Features• Full-color design with more figures and tables than ever• Reader-friendly chapter presentation makes it easy to find important material.• Updated tables covering drugs and important clinical information• Patient safety considerations and injury prevention are integrated into chapters, as appropriate• Total revision of the dermatology section enables diagnosis by lesion description and body area affected, and provides current treatment• Organ systems sections reorganized to reflect considerations for actual clinical practice.• New chapters: New adult chapters include Natural Disasters, Aneurysms of the Aorta and Major Arteries; Hip and Knee Pain, Aortic Dissection; Acute Urinary Retention; Subarachnoid Hemorrhage and Intracranial Bleeding; Clotting Disorders; Community –acquired Pneumonia and Noninfectious Pulmonary Infiltrates; Type I Diabetes; Type II Diabetes; Anemia; Tests of Hemostasis; Clotting Disorders; Head Injury in Adults and Children; the Transplant Patient; Grief, Death and Dying; and Legal Issues in Emergency Medicine. Twelve new pediatric chapters including The Diabetic Child, Hematologic-Oncologic Emergencies, Ear and Mastoids, Eye Problems in Infants and Children, Neck Masses, GI Bleeding, Nose and Sinuses, Urologic and Gynecologic Procedures in children, Renal emergencies in children, Behavioral and Psychiatric Disorders in children, Pediatric Procedures, Pediatric ECG Interpretation• Greater coverage of procedures throughout for the most common conditions seen in the emergency department.• Companion DVD features an additional 17 chapters, such as Hyperbaric Oxygen Therapy, Principles of Imaging, Prison Medicine, Military Medicine, The Violent Patient, Forensics, Wound Ballistics, and Drug Interactions.• Companion DVD also features videos and animations for teaching and learning performance of important procedures, especially Ultrasound-Guided Procedures

Getting MEAN with Mongo, Express, Angular, and Node


Simon Holmes - 2015
    You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyTraditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack--a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win!About the BookGetting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, you'll add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application.What's InsideFull-stack development using JavaScriptResponsive web techniquesEverything you need to get started with MEANBest practices for efficiency and reusabilityAbout the ReaderReaders should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4.About the AuthorSimon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd.Table of ContentsPART 1 SETTING THE BASELINEIntroducing full-stack developmentDesigning a MEAN stack architecturePART 2 BUILDING A NODE WEB APPLICATIONCreating and setting up a MEAN projectBuilding a static site with Node and ExpressBuilding a data model with MongoDB and MongooseWriting a REST API: Exposing the MongoDB database to the applicationConsuming a REST API: Using an API from inside ExpressPART 3 ADDING A DYNAMIC FRONT END WITH ANGULARAdding Angular components to an Express applicationBuilding a single-page application with Angular: FoundationsBuilding an SPA with Angular: The next levelPART 4 MANAGING AUTHENTICATION AND USER SESSIONSAuthenticating users, managing sessions, and securing APIsAPPENDIXESInstalling the stackInstalling and preparing the supporting castDealing with all of the viewsReintroducing JavaScript - available online only

Introductory Circuit Analysis


Robert L. Boylestad - 1968
    Features exceptionally clear explanations and descriptions, step-by-step examples, more than 50 practical applications, over 2000 easy-to-challenging practice problems, and comprehensive coverage of essentials. PSpice, OrCAd version 9.2 Lite Edition, Multisims 2001 version of Electronics Workbench, and MathCad software references and examples are used throughout. Computer programs (C++, BASIC and PSpice) are printed in color, as they run, at the point in the book where they are discussed. Current and Voltage. Resistance. Ohm's Law, Power, and Energy. Series Circuits. Parallel Circuits. Series-Parallel Networks. Methods of Analysis & Selected Topics. Network Theorems. Capacitors. Magnetic Circuits. Inductors. Sinusodial Alternating Waveforms. The Basic Elements and Phasors. Series and Parallel ac Circuits. Series-Parallel ac Networks. Methods of Analysis and Related Topics. Network Theorems (ac). Power (ac). Resonance. Transformers. Polyphase Systems. Decibels, Filters, and Bode Points. Pulse Waveforms and the R-C Response. Nonsinusodial Circuits. System Analysis: An Introduction. For those working in electronic technology.

30 Arduino Projects for the Evil Genius


Simon Monk - 2010
    You'll master Arduino through a series of projects while learning the required simplified C programming.