Android Programming : The Big Nerd Ranch Guide
An introductory Android book for programmers with Java experience. Based on Big Nerd Ranch’s popular Android Bootcamp course, this guide will lead you through the wilderness using hands-on example apps combined with clear explanations of key concepts and APIs. This book focuses on practical techniques for developing apps compatible with all versions of Android widely used today (Android 2.2 - 4.2). Write and run code every step of the way – creating apps that catalog crime scenes, browse photos, track your jogging route, and more.
Android Essentials
Android Essentials is a no–frills, no–nonsense, code–centric run through the guts of application development on Google's Mobile OS. This book uses the development of a sample application to work through topics, focusing on giving developers the essential tools and examples required to make viable commercial applications work. Covering the entirety of the Android catalog in less than 150 pages is simply impossible. Instead, this book focuses on just four main topics: the application life cycle and OS integration, user interface, location–based services, and networking.
Android Application Development for the Intel® Platform
The number of Android devices running on Intel processors has increased since Intel and Google announced, in late 2011, that they would be working together to optimize future versions of Android for Intel Atom processors. Today, Intel processors can be found in Android smartphones and tablets made by some of the top manufacturers of Android devices, such as Samsung, Lenovo, and Asus.
Anatomy of the forehead, face, and neck: a dissection manual
Provides a detailed step-by-step approach to the dissection of the forehead, face, and neck, in a structural, layered approach. This dissection manual follows an atlas format, with color photographs from past professional lectures and classroom courses, as well as line drawings, enhancing descriptions. Clinical correlations are also interjected throughout to highlight the importance of individual anatomic structures. Chapters describe the preparation and storage of specimens and the dissection of the forehead and eyebrows, the midface, nose, ear, and lower face, and the neck.
Analyzing computer system performance with Perl::PDQ
Analyzing computer system performance is often regarded by most system administrators, IT professionals and software engineers as a black art that is too time consuming to learn and apply. Finally, this book by acclaimed performance analyst Dr. Neil Gunther makes this subject understandable and applicable through programmatic examples. The means to this end is the open-source performance analyzer Pretty Damn Quick (PDQ) written in Perl As the epigraph in this book points out, Common sense is the pitfall of performance analysis. The performance analysis framework that replaces common sense is revealed in the first few chapters of Part I. The important queueing concepts embedded in PDQ are explained in a very simple style that does not require any knowledge of formal probability theory. Part II begins with a full specification of how to set up and use PDQ replete with examples written in Perl. Subsequent chapters present applications of PDQ to the performance analysis of multicomputer architectures, benchmark results, client/server scalability, and Web-based applications.
Anaesthesia, pain, intensive care and emergency medicine - A.P.I.C.E. ; Proceedings of the 20th Postgraduate Course in Critical Care Medicine, Trieste, Italy - November 18-21, 2005
The main objective of modern medicine has been the acquisition of increased skills and highly specialised knowledge in the various disciplines. At the same time, there has been a progressive multidisciplinary and multi-professional interest in acute disease conditions that place the patient in potential or real life-threatening situations. The state of the art of intensive medicine comprises a wide range of sophisticated interventions and collaboration between different medical disciplines, both of which give the patient access to the most advanced forms of treatment that are currently available.
An Introduction to Ethics in Robotics and AI
This book provides an introduction into the ethics of robots and artificial intelligence. The book was written with university students, policy makers, and professionals in mind but should be accessible for most adults. The book is meant to provide balanced and, at times, conflicting viewpoints as to the benefits and deficits of AI through the lens of ethics. As discussed in the chapters that follow, ethical questions are often not cut and dry. Nations, communities, and individuals may have unique and important perspectives on these topics that should be heard and considered. While the voices that compose this book are our own, we have attempted to represent the views of the broader AI, robotics, and ethics communities.
An Interactive Multimedia Introduction to Signal Processing
A didactic concept is undertaken for microelectronics, computer technology and communication engineering, which deals with the visualization of signals and processes in addition to graphical programming of signal processing systems. Through the utilization of a professional and globally supported software for metrology and control engineering, DasyLab, useful applications can be developed, modified and optimized. Computer supported processing of real signals is made possible over the sound card and the parallel port. Over two hundred pre-programmed signal engineering systems and design transparencies are provided. Pictures also play a dominant rule in this book: there are numerous introduction-videos, one for every chapter, more than 250 high-quality pictures and - most important – all the "living" experiments and their results are visualized. With this learning system, readers can now make use of "equipment" and software, which was practically unaffordable for individuals in the past. What's more, here is a very new concept for learning Signal Processing, not only from the physically-based scientific fundamentals, but also from the didactic perspective, based on modern results of brain research.
An Atlas of Radioscopic Catheter Placement for the Electrophysiologist
Atlas of Radioscopic Catheter Placement for the Electrophysiologist is unique because it is the first book that provides a teaching tool for fellows in training, allied health professionals and accomplished electrophysiologists on relevant X-ray views commonly encountered in different electrophysiology procedures, and how these views correlate with cardiac anatomy.
An Archaeological Evolution
An Archaeological Evolution is a personal recounting of his life as it is played out among some of the most important debates and movements in archaeology starting in the 1960's up to the 21st century.This seminal volume will be of interest to archaeologists (both professional and academic), anthropologists, historians, and conservators in or studying the United States but also, wherever archaeology is taught and practiced.
An American scientist on the research frontier : Edward Morley, community, and radical ideas in nineteenth-century science
This important examination of Morley’s struggle for personal and professional legitimacy extends and transforms our understanding of science during a foundational period, and leads to a number of unique conclusions that are vital to the literature and historiography of science.
Alvar Aalto : Das Gesamtwerk = L'oeuvre complète = The Complete Work ; 3 Vol.s
Aalto's designs encompassed the fields of painting, architecture, sculpture, and furniture, and are some of the most beautiful and original of modern times. His combination of an interest in natural, organic shapes with the modernist mandates of form and light in its purest aspects makes him one of the acknowledged masters of modern architecture, along with Le Corbusier and Frank Lloyd Wright.
Alive : Advancements in Adaptive Architecture
Proposes to embrace the unknown and cultivate the architectural discipline towards an integrated and cross-disciplinary practice. It unravels compelling innovative and forward-thinking design narratives by leading international practitioners and researchers who investigate novel associations between architecture, nature and humanity for a future, alive architecture.
Algorithms on Trees and Graphs : With Python Code
Introduces graph algorithms on an intuitive basis followed by a detailed exposition using structured pseudocode, with correctness proofs as well as worst-case analyses. Centered around the fundamental issue of graph isomorphism, the content goes beyond classical graph problems of shortest paths, spanning trees, flows in networks, and matchings in bipartite graphs. Advanced algorithmic results and techniques of practical relevance are presented in a coherent and consolidated way. Numerous illustrations, examples, problems, exercises, and a comprehensive bibliography support students and professionals in using the book as a text and source of reference. Furthermore, Python code for all algorithms presented is given in an appendix. Topics and features: Algorithms are first presented on an intuitive basis, followed by a detailed exposition using structured pseudocode / Correctness proofs are given, together with a worst-case analysis of the algorithms / Full implementation of all the algorithms in Python / An extensive chapter is devoted to the algorithmic techniques used in the book / Solutions to all the problems
Algorithms and data structures : The Basic Toolbox
This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language.
Ajax Patterns and Best Practices
Ajax is taking us into the next generation of web applications. Ajax has broken the client-server barrier by decoupling the client from the server, but an Ajax application still needs a server to extract content from. The most effective use of Ajax and the server requires an understanding of REST, an architectural style used to define Web services. Ajax Patterns and Best Practices explores dynamic web applications that combine Ajax and REST as a single solution. A major advantage of REST is that, like Ajax, it can be used with today's existing technologies.
AI in clinical medicine : A practical guide for healthcare professionals
A Practical Guide for Healthcare Professionals is the definitive reference book for the emerging and exciting use of AI throughout clinical medicine. AI in Clinical Medicine: A Practical Guide for Healthcare Professionals is divided into four sections. Section 1 provides readers with the basic vocabulary that they require, a framework for AI, and highlights the importance of robust AI training for physicians. Section 2 reviews foundational ideas and concepts, including the history of AI. Section 3 explores how AI is applied to specific disciplines. Section 4 describes emerging trends, and applications of AI in medicine in the future.
AI and the future of banking
Across its entire breadth and depth, the banking industry is at the forefront of investigating Advanced Analytics and AI technology for use in a broad range of applications, such as customer analytics and providing wealth advice for clients. AI and the Future of Banking provides new and established banking industry professionals with the essential information on the implications of data and analytics on their roles, responsibilities and personal career development.
Agile processes in software engineering and extreme programming ; 18th International Conference, XP 2017, Cologne, Germany, May 22-26, 2017, Proceedings
The volume constitutes the proceedings of the 18th International Conference on Agile Software Development, XP 2017, held in Cologne, Germany, in May 2017.The 14 full and 6 short papers presented in this volume were carefully reviewed and selected from 46 submissions. They were organized in topical sections named: improving agile processes; agile in organization; and safety critical software. In addition, the volume contains 3 doctoral symposium papers
Agile Development with the ICONIX Process : People, Process, and Pragmatism
Describes how to apply ICONIX Process (a minimal, use case-driven modeling process) in an agile software project. It's full of practical advice for avoiding common agile pitfalls. Further, the book defines a core agile subset so those of you who want to get agile need not spend years learning to do it. Instead, you can simply read this book and apply the core subset of techniques. The book follows a real-life .NET/C# project from inception and UML modeling, to working code through several iterations. You can then go on-line to compare the finished product with the initial set of use cases. The book also introduces several extensions to the core ICONIX Process, including combining test-driven development (TDD) with up-front design to maximize both approaches (with examples using Java and JUnit). And the book incorporates persona analysis to drive the projects goals and reduce requirements churn.



















