Mostrando 16,041 - 16,060 Resultados de 19,599 Para Buscar '"Elements"', tiempo de consulta: 0.14s Limitar resultados
  1. 16041
    Publicado 2023
    Tabla de Contenidos: “…- a preamble -- In a nutshell: two keys and a principle -- Sources of leadership challenges -- FF Key 1: Responding deliberately rather than reacting habitually -- FF Key 2: Building effective relationships -- The Big Five of FF: Effectiveness in four elements of behaviour plus awareness -- Why Functional Fluency is so widely applicable -- Wherever you are, whatever the times -- As you grow and mature -- Turning uncertainty into excitement -- Nature, nurture, future -- Summary: 3 challenges, 2 keys, 1 principle -- Chapter-by-chapter guide -- Chapter 2: What Is Functional Fluency? …”
    Libro electrónico
  2. 16042
    Publicado 2017
    Tabla de Contenidos: “…-- List of Figures xi -- List of Tables xvii -- Foreword xix -- Preface xxi -- Acknowledgments xxiii -- List of Abbreviations xxv -- About the CompanionWebsite xxvii -- 1 Introduction 1 -- 1.1 The Rise of Cyber-Physical Systems 1 -- 1.2 Humans as Elements of Cyber-Physical Systems 4 -- 1.3 Objectives and Structure 7 -- Part I Evolution and Theory 9 -- 2 Evolution of HiTL Technologies 11 -- 2.1 "Things", Sensors, and the RealWorld 11 -- 2.2 Human Sensing and Virtual Communities 17 -- 2.3 In Summary... 23 -- 3 TheoryofHiTLCPSs 25 -- 3.1 Taxonomies for HiTLCPSs 25 -- 3.2 Data Acquisition 28 -- 3.2.1 Humans as Sets of Sensors 28 -- 3.2.2 Humans as Communication Nodes 29 -- 3.3 State Inference 30 -- 3.3.1 Human Nature 30 -- 3.3.2 Humans as Processing Nodes 31 -- 3.4 Actuation 31 -- 3.4.1 Humans and Robots as Actuators 31 -- 3.5 In Summary... 32 -- 4 HITL Technologies and Applications 35 -- 4.1 Technologies for Supporting HiTLCPS 35 -- 4.1.1 Data Acquisition 35 -- 4.1.2 State Inference 39 -- 4.1.3 Actuation 42 -- 4.2 Experimental Projects 45 -- 4.2.1 HiTL in Industry and at Home 46 -- 4.2.2 HiTL in Healthcare 48 -- 4.2.3 HiTL in Smartphones and Social Networking 51 -- 4.3 In Summary... 56 -- Part II Human-in-the-Loop: Hands-On 57 -- 5 ASampleApp 59 -- 5.1 A Sample Behavior Change Intervention App 59 -- 5.2 The Sample App's Base Architecture 60 -- 5.2.1 The Android App 60 -- 5.2.2 The Server 65 -- 5.3 Enhancing the Sample App with HiTL Emotion-awareness 66 -- 5.3.1 Choosing a Machine Learning Technique 67 -- 5.3.2 Implementing Emotion-awareness 68 -- 5.4 In Summary... 71 -- 6 Setting up the Development Environment 73 -- 6.1 Installing Android Studio 73 -- 6.2 Cloning the Android Project 77 -- 6.3 Deploying the Server 85 -- 6.3.1 Installing the Software and Cloning the Server's Project 85 -- 6.3.2 Obtaining a Foursquare(R)'s Client ID and Client Secret 88 -- 6.3.3 Setting up the Database 91 -- 6.3.4 Deploying the Server on Tomcat 7 95 -- 6.4 Testing the Sample App 99 -- 6.5 In Summary... 101.…”
    Libro electrónico
  3. 16043
    Publicado 2018
    “…The book begins by describing the basic elements of writing clean code and how it plays an important role in Python programming. …”
    Libro electrónico
  4. 16044
    Publicado 2018
    Tabla de Contenidos: “…-- Figure 7.2. Core Elements of ERM (Brennan &amp -- Mattice, 2013) -- Creating and Maintaining Organizational Risk Intelligence in Project- and Program-Oriented Organizations -- Risk and Organizational Resilience -- Risk-Centric Decision Making -- Delivering Strategy Through Enterprise Risk Management -- Implications for Agile Project/Program Management -- Chapter 8: Conclusions -- Implications for Theory -- Implications for Practice -- Limitations -- Future Research -- References -- Appendix 1: Interview Protocols -- CONTENTS -- PROTOCOL 1-Pilot study -- PROTOCOL 2-Main Study -- Project: Evolutionary learning in strategy-project systems -- (A) Introduction -- (B) Introductory questions -- (C) Structure -- (D) Learning episodes -- (E) Closing the interview -- PROTOCOL 3 - Modified protocol for use by MSc master's students in France -- What you will be doing in practice? …”
    Libro electrónico
  5. 16045
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- Foreword -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Gathering Your Cartography Toolbox -- Quick bootstrap -- Step-by-step bootstrap -- A lightweight web server -- Using the web browser as a development tool -- Installing the sample code -- Working with the developer tools -- Summary -- Chapter 2: Creating Images from Simple Text -- The SVG coordinate system -- Line -- Rectangle -- Circle -- Polygon -- Path -- Experiment -- Paths with curves -- Transform -- Translate -- Scale -- Grouping -- Text -- Summary -- Chapter 3: Producing Graphics from Data - the Foundations of D3 -- Creating basic SVG elements -- The enter() function -- The update function -- The exit() function -- Fetch -- Summary -- Chapter 4: Creating a Map -- Foundation - creating your basic map -- Including the dataset -- Experiment 1 - adjusting the bounding box -- Experiment 2 - creating choropleths -- Experiment 3 - adding click events to our visualization -- Experiment 4 - using updates and transitions to enhance our visualization -- Experiment 5 - adding points of interest -- Experiment 6 - adding visualizations as a point of interest -- Summary -- Chapter 5: Click-Click Boom! …”
    Libro electrónico
  6. 16046
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Python Libraries -- Installing Python 3 -- Installing data analysis libraries -- On Linux or Mac OS X -- On Windows -- Using IPython as a shell -- Reading manual pages -- Jupyter Notebook -- NumPy arrays -- A simple application -- Where to find help and references -- Listing modules inside the Python libraries -- Visualizing data using Matplotlib -- Summary -- Chapter 2: NumPy Arrays -- The NumPy array object -- Advantages of NumPy arrays -- Creating a multidimensional array -- Selecting NumPy array elements -- NumPy numerical types -- Data type objects -- Character codes -- The dtype constructors -- The dtype attributes -- One-dimensional slicing and indexing -- Manipulating array shapes -- Stacking arrays -- Splitting NumPy arrays -- NumPy array attributes -- Converting arrays -- Creating array views and copies -- Fancy indexing -- Indexing with a list of locations -- Indexing NumPy arrays with Booleans -- Broadcasting NumPy arrays -- Summary -- References -- Chapter 3: The Pandas Primer -- Installing and exploring Pandas -- The Pandas DataFrames -- The Pandas Series -- Querying data in Pandas -- Statistics with Pandas DataFrames -- Data aggregation with Pandas DataFrames -- Concatenating and appending DataFrames -- Joining DataFrames -- Handling missing values -- Dealing with dates -- Pivot tables -- Summary -- References -- Chapter 4: Statistics and Linear Algebra -- Basic descriptive statistics with NumPy -- Linear algebra with NumPy -- Inverting matrices with NumPy -- Solving linear systems with NumPy -- Finding eigenvalues and eigenvectors with NumPy -- NumPy random numbers -- Gambling with the binomial distribution -- Sampling the normal distribution…”
    Libro electrónico
  7. 16047
    Publicado 2016
    Tabla de Contenidos: “…Stochastic Spectral Finite Elements -- 10.2. Microscale Heterogeneity vs Wavefront Thickness -- 11. …”
    Libro electrónico
  8. 16048
    por Shone, Anton
    Publicado 1998
    “…It will also be a vital reference for practitioners in any part of the conference business who want to grasp the key elements for success in the future. The only text to address the UK conference industry Considers the background and nature of the UK industry Addresses the management issues involved with running a conference venue…”
    Libro electrónico
  9. 16049
    por Holdsworth, B.
    Publicado 2002
    “…New, updated and expanded topics in the fourth edition include: EBCDIC, Grey code, practical applications of flip-flops, linear and shaft encoders, memory elements and FPGAs. The section on fault-finding has been expanded. …”
    Libro electrónico
  10. 16050
    Publicado 2015
    “…A basic understanding of the core elements of Jenkins is required to make the best use of this book. …”
    Libro electrónico
  11. 16051
    “…In this book, you'll learn the fundamental elements of the new Swift language as applied to game development for iOS. …”
    Libro electrónico
  12. 16052
    Publicado 2022
    Tabla de Contenidos: “…The school as a place to promote SECs -- 1.3.2. Important elements for the implementation of programs in schools -- 1.3.3. …”
    Libro electrónico
  13. 16053
    Publicado 2023
    “…Using a variety of technologies, the book covers the elements of computer science in concise detail and illustrates how to build projects to learn foundational concepts behind the technology powering the internet. …”
    Libro electrónico
  14. 16054
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Simple Views -- Chapter 1: Exploring the Environment - Xcode, Playgrounds, and SwiftUI -- Technical requirements -- Exploring SwiftUI with Xcode -- A brief tour of Xcode -- Your first SwiftUI project -- Creating a SwiftUI project -- Creating a multi-platform project -- Previews and the simulator -- Playgrounds -- The app submission process -- Certificates -- Mobile provisioning profiles -- The application submission process -- Summary -- Chapter 2: Adding Basic UI Elements and Designing Layouts -- Technical requirements -- Reusing views code -- More about Text -- Managing space in SwiftUI -- The padding modifier -- The .frame modifier -- The .alignment modifier -- The Spacer -- The Divider -- Digging deeper into stacks -- Overview of stacks -- HStack -- ZStack -- Summary -- Chapter 3: Adding Interactivity to a SwiftUI View -- Technical requirements -- Passing values at view creation -- Responding to a button tap -- Property wrappers -- Limitations of @State -- Changing a view appearance dynamically using modifiers -- Bidirectional binding with Picker -- Final notes on Subviews and @Binding, Classes, and @ObservableObject -- Summary -- Part 2: Scrollable Views -- Chapter 4: Iterating Views, Scroll Views, FocusState, Lists, and Scroll View Reader -- Technical requirements -- Iterating views -- Hiding or showing the keyboard in a form using @FocusState -- Scroll views -- Controlling scrolling programmatically using ScrollViewReader -- Summary -- Chapter 5: The Art of Displaying Grids -- Technical requirements -- Displaying grids in iOS -- The Grid view -- Creating a simple static grid -- Lazy grids -- Using GridItem to control the layout of LazyVGrid -- Scrolling horizontally and sizing the grid automatically…”
    Libro electrónico
  15. 16055
    por Institute of Medicine (U.S.).
    Publicado 1990
    Tabla de Contenidos: “…References -- 15 Trace Elements -- ZINC -- Cell Replication and Differentiation -- Reproduction in Animals -- Reproduction in Humans -- Estimated Zinc Requirements During Pregnancy -- Usual Zinc Intakes -- Dosage Range and Toxicity -- Criteria for Status Assessment -- Prevalence of Zinc Deficiency -- Effects of Other Supplements and of Nonnutritive Substances -- Recommendations for Supplementation -- COPPER -- Importance in Pregnancy -- Estimated Requirements During Pregnancy -- Usual Intakes -- Dosage Range and Toxicity -- Criteria for Status Assessment -- Prevalence of Deficiency -- Effects of Other Supplements -- Recommendations for Supplementation -- IODINE -- SELENIUM -- MANGANESE -- CHROMIUM -- MOLYBDENUM -- FLUORIDE -- SUMMARY -- CLINICAL IMPLICATIONS -- References -- 16 Calcium, Vitamin D, and Magnesium -- CALCIUM -- Metabolism -- Calcium Balance -- Maternal Bone Loss -- Supplementation and Hypertension -- Supplementation and Leg Cramps -- Recommendations -- VITAMIN D -- Metabolism -- Requirements -- Prevalence of Deficiency -- Seasonal Differences -- Racial, Ethnic, and Dietary Differences -- Effects of Deficiency -- Evidence for Supplementation -- Dosage -- Recommendations -- MAGNESIUM -- Metabolism -- Adequacy of Intake -- Recommendations -- Dosage -- SUMMARY -- CLINICAL IMPLICATIONS -- References -- 17 Vitamins A, E, and K -- VITAMIN A -- Importance -- Vitamin A During Pregnancy -- Units of Measurement -- Criteria for Deficiency -- Recommended Intakes -- Teratogenicity and Toxicity -- Usual Intake -- Recommendations for Supplementation -- VITAMIN E -- Importance -- Criteria for Deficiency -- Recommended and Usual Intakes -- Recommendations for Supplementation -- Special Considerations -- VITAMIN K -- Importance -- Criteria for Deficiency -- Recommended and Usual Intake -- Recommendations for Supplementation -- CLINICAL IMPLICATIONS…”
    Libro electrónico
  16. 16056
    Publicado 2007
    Tabla de Contenidos: “…-- How to Use This Book -- Part I: Introduction to Windows Administrative Scripting -- Part II: VBScript Tutorial -- Part III: Windows Management Instrumentation and Active Directory Services Interface -- Part IV: Advanced Scripting Techniques -- Part V: Ready-to-Run Examples -- Appendix -- Preparing to Use This Book -- Typographical Elements -- Sample Scripts -- Sample Scripts-Explained -- Part I: Introduction to Windows Administrative Scripting -- 1 Scripting Concepts and Terminology -- Overview of Scripting -- Script Hosts -- ActiveX Scripting Languages -- The Component Object Model (COM) -- Critical Scripting Security Issues -- VBScript Versus Windows PowerShell -- Summary -- 2 Running Scripts -- Windows Script Host -- Command-Line Scripts -- Notepad and Script Editors -- Writing Your First Script -- Running Your First Script -- Debugging Your First Script -- Summary -- 3 The Components of a Script -- A Typical VBScript -- Functions -- Subroutines -- Main Script -- Comments and Documentation -- Summary -- 4 Designing a Script -- Creating a Task List -- Selecting the Appropriate Tools -- Creating Modules to Perform Tasks -- Validating User Input -- Planning for Errors -- Creating Script Libraries -- Summary -- Part II: VBScript Tutorial -- 5 Functions, Objects, Variables, and More -- Variables Defined -- Functions Defined -- Statements and Subroutines Defined -- Objects Defined -- Summary -- 6 Input and Output -- Displaying Messages -- Asking for Input -- Command-Line Parameters as Input -- Summary -- 7 Manipulating Numbers -- Numbers in VBScript -- Basic Arithmetic -- Advanced Arithmetic -- Boolean Math -- Converting Numeric Data Types -- Converting Other Data Types to Numeric Data -- Summary -- 8 Manipulating Strings -- Strings in VBScript -- Working with Substrings…”
    Libro electrónico
  17. 16057
    por Gralla, Preston
    Publicado 2006
    “… This unique reference thoroughly documents every important setting and feature in Microsoft's new operating system, with alphabetical listings for hundreds of commands, windows, menus, listboxes, buttons, scrollbars and other elements of Windows Vista. With this book's simple organization, you'll easily find any setting, tool, or feature for the task you want to accomplish. …”
    Libro electrónico
  18. 16058
    por Shoup, Kate, 1972-
    Publicado 2007
    “…Describes the essential elements of the iPod and iTunes and features a host of tips, tricks, and techniques on how to get the most from the device with an easy-to-follow combination of numbered, step-by-step instructions and full-color screen shots…”
    Libro electrónico
  19. 16059
    por Kosev, Gorgi
    Publicado 2013
    Tabla de Contenidos: “…Chapter 10: Data Binding Frameworks -- Introduction -- Creating a basic Angular view with data binding -- Rendering lists and using Angular controllers -- Routing, filters, and backend services in Angular -- Using Angular's client-side validation -- Making a chart component with Angular directives -- Structuring applications for Meteor.js -- Reactive programming and data in Meteor.js -- Live HTML and user-specific data in Meteor -- Security mechanisms in Meteor.js -- Chapter 11: Data Storage -- Introduction -- Data URI -- Session and local storage -- Reading data from files -- Using IndexedDB -- Limits of the storage and how to ask for more -- Manipulating the browser history -- Chapter 12: Multimedia -- Introduction -- Playing audio files -- Playing video files -- Customizing controls for media elements -- Adding text to your video -- Embedding multimedia -- Converting text to speech using HTML5 audio -- Appendix A: Installing node.js and Using npm -- Introduction -- Installing node.js -- Using npm -- Appendix B: Community and Resources -- WHATWG -- World Wide Web Consortium -- Other resources -- Index…”
    Libro electrónico
  20. 16060
    por Wang, Wally
    Publicado 2011
    “…Most importantly, you’ll learn how to use elements of the Cocoa framework to create windows, store data, and respond to users in your own Mac programs. …”
    Libro electrónico