Mostrando 10,101 - 10,120 Resultados de 13,866 Para Buscar '"The Class"', tiempo de consulta: 0.15s Limitar resultados
  1. 10101
    Publicado 2017
    “…And years later, when the young founders of Airbnb asked him to help turn their start-up home sharing company into a world-class hospitality giant, Conley once again used the principles he’d developed in PEAK. …”
    Libro electrónico
  2. 10102
    Publicado 2017
    Tabla de Contenidos: “…-- 1.2 The Meaning of the Title of This Book -- 1.3 The Continuing Challenge in Financial Engineering -- 1.4 "Financial Engineering 101": Modern Portfolio Theory -- 1.5 Asset Class Assumptions Modeling -- 1.6 Some Typical Examples of Proprietary Investment Funds -- 1.7 The Dow Jones Industrial Average (DJIA) and Inflation -- 1.8 Some Less Commendable Stock Investment Approaches -- 1.9 Developing Tools for Financial Engineering Analysis -- Review Questions -- Chapter 2: Probabilistic Calculus for Modeling Financial Engineering -- 2.1 Introduction to Financial Engineering -- 2.2 Mathematical Modeling in Financial Engineering -- 2.3 Building an Effective Financial Model from GBM via Probabilistic Calculus -- 2.4 A Continuous Financial Model Using Probabilistic Calculus: Stochastic Calculus, Ito Calculus -- 2.5 A Numerical Study of the Geometric Brownian Motion (GBM) Model and the Random Walk Model Using R -- Review Questions and Exercises -- Chapter 3: Classical Mathematical Models in Financial Engineering and Modern Portfolio Theory -- 3.1 An Introduction to the Cost of Money in the Financial Market -- 3.2 Modern Theories of Portfolio Optimization -- 3.3 The Black-Litterman Model -- 3.4 The Black-Scholes Option Pricing Model -- 3.5 The Black-Litterman Model -- 3.6 The Black-Litterman Model -- 3.7 The Black-Scholes Option Pricing Model -- 3.8 Some Worked Examples -- Review Questions and Exercises -- Solutions to Exercise 3: The Black-Scholes Equation -- Chapter 4: Data Analysis Using R Programming -- 4.1 Data and Data Processing -- Review Questions for Section 4.1 -- 4.2 Beginning R -- Review Questions for Section 4.2 -- 4.3 R as a Calculator…”
    Libro electrónico
  3. 10103
    Publicado 2022
    Tabla de Contenidos: “…Create a Linked List -- Search a Linked List -- Removing a Node from a Linked List -- Reverse a Linked List -- Finding a Linked List Cycle -- Vocabulary -- Challenges -- Chapter 11 Stacks -- When to Use Stacks -- Creating a Stack -- Using Stacks to Reverse Strings -- Min Stack -- Stacked Parentheses -- Vocabulary -- Challenges -- Chapter 12 Queues -- When to Use Queues -- Creating a Queue -- Python's Built-In Queue Class -- Create a Queue Using Two Stacks -- Vocabulary -- Challenge -- Chapter 13 Hash Tables -- When to Use Hash Tables -- Characters in a String -- Two Sum -- Vocabulary -- Challenge -- Chapter 14 Binary Trees -- When to Use Trees -- Creating a Binary Tree -- Breadth-First Tree Traversal -- More Tree Traversals -- Invert a Binary Tree -- Vocabulary -- Challenges -- Chapter 15 Binary Heaps -- When to Use Heaps -- Creating a Heap -- Connecting Ropes with Minimal Cost -- Vocabulary -- Challenge -- Chapter 16 Graphs -- When to Use Graphs -- Creating a Graph -- Dijkstra's Algorithm -- Vocabulary -- Challenge -- Chapter 17 Self-Taught Inspiration: Elon Musk -- Chapter 18 Next Steps -- What's Next? …”
    Libro electrónico
  4. 10104
    Publicado 2021
    Tabla de Contenidos: “…8 China and the 'Singapore Model': Perspectives From Mid-Level Cadres and Implications for Transnational Knowledge Transfer -- Introduction -- The 'Singapore Model' and Its Appeal to China -- Mid-level Cadres' Perspectives of the 'Singapore Model' -- A Demographic Analysis of the 'Mayors' Class' and Its Influence in China -- Mid-level Cadres' Perspectives of the 'Singapore Model' -- Chinese Leadership Views the 'Singapore Model' -- Conclusion -- References -- Index…”
    Libro electrónico
  5. 10105
    Publicado 2019
    Tabla de Contenidos: “…10.6.2 Example of using TabBarIOS -- 10.7 Using ActionSheetIOS to show action or share sheets -- 10.7.1 Use cases for ActionSheetIOS -- 10.7.2 Example of using ActionSheetIOS -- Summary -- Chapter 11: Implementing Android-specific components and APIs -- 11.1 Creating a menu using DrawerLayoutAndroid -- 11.2 Creating a toolbar with ToolbarAndroid -- 11.3 Implementing scrollable paging with ViewPagerAndroid -- 11.4 Using the DatePickerAndroid API to show a native date picker -- 11.5 Creating a time picker with TimePickerAndroid -- 11.6 Implementing Android toasts using ToastAndroid -- Summary -- Part 4: Bringing it all together -- Chapter 12: Building a Star Wars app using cross-platform components -- 12.1 Creating the app and installing dependencies -- 12.1.1 Importing the People component and creating the Container component -- 12.1.2 Creating the navigation component and registering routes -- 12.1.3 Creating the main class for the initial view -- 12.2 Creating the People component using FlatList, Modal, and Picker -- 12.2.1 Creating the state and setting up a fetch call to retrieve data -- 12.2.2 Adding the remaining class methods -- 12.2.3 Implementing the render method -- 12.3 Creating the HomeWorld component -- 12.3.1 Creating the HomeWorld class and initializing state -- 12.3.2 Fetching data from the API using the url prop -- 12.3.3 Wrapping up the HomeWorld component -- Summary -- appendix: Installing and running React Native -- Developing for iOS devices -- Getting started -- Testing the installation on iOS -- Developing for Android devices -- Mac and Android -- Windows and Android -- Linux and Android -- Creating a new project (Mac/Windows/Linux) -- Running a project (Mac/Windows/Linux) -- Index -- List of Figures -- List of Tables -- List of Listings…”
    Libro electrónico
  6. 10106
    Publicado 2018
    Tabla de Contenidos: “…Volume type -- Making persistent volume claims -- Mounting claims as volumes -- Raw block volumes -- Storage classes -- Default storage class -- Demonstrating persistent volume storage end to end -- Public storage volume types - GCE, AWS, and Azure -- AWS Elastic Block Store (EBS) -- AWS Elastic File System -- GCE persistent disk -- Azure data disk -- Azure file storage -- GlusterFS and Ceph volumes in Kubernetes -- Using GlusterFS -- Creating endpoints -- Adding a GlusterFS Kubernetes service -- Creating pods -- Using Ceph -- Connecting to Ceph using RBD -- Connecting to Ceph using CephFS -- Flocker as a clustered container data volume manager -- Integrating enterprise storage into Kubernetes -- Projecting volumes -- Using out-of-tree volume plugins with FlexVolume -- The Container Storage Interface -- Summary -- Chapter 8: Running Stateful Applications with Kubernetes -- Stateful versus stateless applications in Kubernetes -- Understanding the nature of distributed data-intensive apps -- Why manage state in Kubernetes? …”
    Libro electrónico
  7. 10107
    Publicado 2018
    Tabla de Contenidos: “…Creating the master document -- Referencing the menu -- Authenticating users -- Adding a login page -- Creating our user -- Creating a very simple user database -- Posting login form -- Parsing the form -- Redirecting the user -- Authenticating the user -- Protecting our web services -- Getting a session token -- Validating tokens -- Using tokens in JavaScript -- Summary -- Chapter 7: Communicating More Efficiently Using CoAP -- Introducing CoAP -- Using UDP -- Efficiently distributing data -- Understanding the Observe pattern -- Securing CoAP communication -- Understanding DTLS sessions -- Encoding content -- Adding CoAP to our devices -- Creating a CoAP endpoint -- Publishing interval-based observable data -- Publishing event-based observable data -- Choosing the desired representation -- Returning CoAP content -- Adding a control resource to our actuator -- Responding to change requests -- Adding output triggers -- Testing your devices -- Discovering the contents of your device -- Controlling your device -- Securing your devices -- Limitations of CoAP -- Summary -- Chapter 8: Interoperability -- Understanding the benefits of interoperability -- The benefits of application-layer standards -- Understanding coupling -- Achieving interoperability using CoAP -- Discovering resources using CoRE -- Understanding the LWM2M object model -- Understanding the LWM2M infrastructure -- Understanding LWM2M server operations -- Using IPSO Smart Objects -- Adding LWM2M to our devices -- Creating an LWM2M client -- Performing the bootstrap procedure -- Registering with the LWM2M servers -- Following the progress -- Defining Smart Objects -- Creating the digital input object class -- Creating the digital input object instance class -- Defining trigger intervals for observable resources -- Notifying subscribers manually -- Instantiating the digital input object…”
    Libro electrónico
  8. 10108
    Tabla de Contenidos: “…Neuhausen, P. Vladimirov, A. Class, H. Jeanmart, A. Ciampichetti, G. Gerbeth, T. …”
    Libro electrónico
  9. 10109
    por Parker, David J.
    Publicado 2013
    Tabla de Contenidos: “…Reading a cell's properties -- Printing out the ShapeSheet settings -- Understanding the functions -- Important sections for rules validation -- Looking at the User-defined Cells section -- Using the category of a Shape -- Using the structure type of a Shape -- Checking a Container shape -- Checking a List shape -- Checking for attached Callout shapes -- Looking at the Shape Data section -- Using the String type -- Using the Fixed List type -- Using the Number type -- Using the Boolean type -- Using the Variable List type -- Using the Date type -- Using the Duration type -- Using the Currency type -- Looking at the Hyperlinks section -- Working with Layer Membership -- Summary -- Chapter 4: Understanding the Validation API -- An overview of Validation objects -- Using the Validate method -- Validating custom rules written in code -- Working with the ValidationRuleSets collection -- Adding to or updating a ruleset -- Working with the ValidationRules collection -- Adding to or updating a rule -- Verifying that a rule works -- Working with the ValidationIssues collection -- Retrieving the selected issue in the Issues window -- Toggling the Issues window visibility -- Listing the issues caused by a particular shape -- Using code to clear issues -- Retrieving an existing issue in code -- Adding an issue in code -- Summary -- Chapter 5: Developing a Validation API Interface -- Understanding the architecture of the tool -- Enhancing the ThisAddin class -- Listening for application events -- Checking for the Visio Professional edition -- Creating the ViewModel class -- Creating the BaseViewModel class -- Viewing the documents collection -- Viewing the ValidationRuleSets collection -- Viewing the ValidationRules collection -- Viewing the ValidationIssues collection -- Modifying the Visio Fluent UI -- Creating the Rules Explorer window…”
    Libro electrónico
  10. 10110
    Publicado 2016
    Tabla de Contenidos: “…-- Using a GUI -- Basics of Tkinter objects -- Implementation of the Tkinter GUI -- Using Frame objects -- Using classes in Tkinter -- Developing the Date Decoder GUI - date_decoder.py -- The DateDecoder class setup and __init__() method…”
    Libro electrónico
  11. 10111
    Publicado 2017
    Tabla de Contenidos: “…-- Differences between connected standby and traditional Sleep and Hibernate -- Platform support -- Hardware-Autonomous Power Gating -- A few factors for sensor-specific autonomous power management -- Wake-up latency -- Break-even cycle -- Sensor usage -- Example of Power Management Architecture in Sensor -- Autonomous Power Management Architecture in Sensors -- Application-Based Power Management Architecture -- Concept of communication-based power management -- Timeout period -- Sleep duration -- Power Management Schemes -- Dynamic voltage scaling -- Dynamic power management -- Task-based power management -- Low power fixed priority scheduling -- Runtime voltage hopping (Sakurai) -- Adaptive power management system -- Power Management in a Typical Sensor Hub -- Example of Power Management in Atmel SAM G55G/SAM G55 -- Main components of Atmel SAM G55G/SAM G55 -- Supported sleep modes and wake mechanism -- Power management controller of Atmel SAM G55G/SAM G55 -- Xtrinsic FXLC95000CL -- Power management modes of FXLC95000CL -- References -- 6 Software, firmware, and drivers -- Introduction to Software Components -- Windows Sensor Software Stack -- Sensor Driver Configuration -- Sensor Class Extension Implementation -- Sensor class extension notification management -- Sensor class extension power management -- Sensor States -- Sensor Fusion -- Android Sensor Software Stack -- Android Sensor Framework…”
    Libro electrónico
  12. 10112
    Publicado 2015
    Tabla de Contenidos: “…19.3 Fundamentals of Atomic Switches -- 19.4 Various Atomic Switches -- 19.5 Perspectives -- References -- Chapter 20: ITRS Assessment and Benchmarking of Emerging Logic Devices -- 20.1 Introduction -- 20.2 Overview of the ITRS Roadmap for Emerging Research Logic Devices -- 20.3 Recent Results for Selected Emerging Devices -- 20.4 Perspective -- 20.5 Summary -- Acknowledgments -- References -- Part Four: Concepts for Emerging Architectures -- Chapter 21: Nanomagnet Logic: A Magnetic Implementation of Quantum-dot Cellular Automata -- 21.1 Introduction -- 21.2 Technology Background -- 21.3 NML Circuit Design Based on Conventional, Boolean Logic Gates -- 21.4 Alternative Circuit Design Techniques and Architectures -- 21.5 Retrospective, Future Challenges, and Future Research Directions -- References -- Chapter 22: Explorations in Morphic Architectures -- 22.1 Introduction -- 22.2 Neuromorphic Architectures -- 22.3 Cellular Automata Architectures -- 22.4 Taxonomy of Computational Ability of Architectures -- 22.5 Summary -- References -- Chapter 23: Design Considerations for a Computational Architecture of Human Cognition -- 23.1 Introduction -- 23.2 Features of Biological Computation -- 23.3 Evolution of Behavior as a Basis for Cognitive Architecture Design -- 23.4 Considerations for a Cognitive Architecture -- 23.5 Emergent Cognition -- 23.6 Perspectives -- References -- Chapter 24: Alternative Architectures for NonBoolean Information Processing Systems -- 24.1 Introduction -- 24.2 Hierarchical Associative Memory Models -- 24.3 N-Tree Model -- 24.4 Summary and Conclusion -- Acknowledgments -- References -- Chapter 25: Storage Class Memory -- 25.1 Introduction -- 25.2 Traditional Storage: HDD and Flash Solid-state Drives -- 25.3 What is Storage Class Memory? …”
    Libro electrónico
  13. 10113
    Publicado 2018
    Tabla de Contenidos: “…Using Android SDK Java classes…”
    Libro electrónico
  14. 10114
    Publicado 2017
    Tabla de Contenidos: “…Visualizing the error/classification confusion matrix -- Comparing the model's performance for different classes -- Principal Component Analysis -- Getting ready -- How to do it... -- How it works... -- Generating receiver operating characteristic charts -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using arbitrary class labels -- Building, plotting, and evaluating with classification trees -- Getting ready -- How to do it... -- How it works... -- There's more... -- Computing raw probabilities -- Creating the ROC chart -- See also -- Using random forest models for classification -- Getting ready -- How to do it... -- How it works... -- There's more... -- Computing raw probabilities -- Generating the ROC chart -- Specifying cutoffs for classification -- See also -- Classifying using the support vector machine approach -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling the scaling of variables -- Determining the type of SVM model -- Assigning weights to the classes -- Choosing the cost of SVM -- Tuning the SVM -- See also -- Classifying using the Naive Bayes approach -- Getting ready -- How to do it... -- How it works... -- See also -- Classifying using the KNN approach -- Getting ready -- How to do it... -- How it works... -- There's more... -- Automating the process of running KNN for many k values -- Selecting appropriate values of k using caret -- Using KNN to compute raw probabilities instead of classifications -- Using neural networks for classification -- Getting ready -- How to do it... -- How it works... -- There's more... -- Exercising greater control over nnet -- Generating raw probabilities and plotting the ROC curve -- Classifying using linear discriminant function analysis -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  15. 10115
    Publicado 2011
    Tabla de Contenidos: “…-- Classic Separation Patterns -- History of MVVM -- Developing Expression Blend -- Presentation Model for WPF and Silverlight -- Architecture of MVVM -- Translating to Silverlight -- Two Kinds of View-models -- Binding the View to the View-model -- Understanding the Data Context -- Inheriting the Data Context -- Binding to the View -- Building a Sample Application -- The Model's Interface -- Building a CustomerViewModel -- Calling the Service in the MainViewModel -- Binding to Results -- Testing the Application -- Bridging the Separation -- Implementing a ViewModelBase Class -- Using Commands -- Sending Messages -- Using an MVVM Framework -- What Could Be Better? …”
    Libro electrónico
  16. 10116
    Publicado 2024
    Tabla de Contenidos: “…-- Steps to create reusable and extendable components -- Angular component best practices -- Getting to know StyleClass -- Why use PrimeNG StyleClass? -- Example: toggle classes -- Example: animation -- Utilizing PrimeBlocks for creating UI clocks -- Advantages and Disadvantages of using PrimeBlocks -- How to use PrimeBlocks -- Creating reusable and extendable components -- Crafting your own components with PrimeNG -- Why create custom components? …”
    Libro electrónico
  17. 10117
    Publicado 2013
    Tabla de Contenidos: “…Chávez -- The transnational promotional class and the circulation of value(s) / Melissa Aronczyk -- Audiences as labor, consumers, interpreters, fans -- Commodifying free labor online: social media, audiences, and advertising / Nicole S. …”
    Enlace del recurso
    Libro electrónico
  18. 10118
    por Comey, Jeremiah
    Publicado 2002
    Tabla de Contenidos: “…The Exercise; Transcript of two actors doing a scene in class. Jeremiah interacts with them and guides them through the scene using the Five Arts; Summary; Actor Practice; 2. …”
    Libro electrónico
  19. 10119
    por Newsome, Bryan, 1971-
    Publicado 2012
    Tabla de Contenidos: “…; Writing Software for Windows; The .NET Framework Classes; Executing Code…”
    Libro electrónico
  20. 10120
    Tabla de Contenidos: “…Cover ; Social Work Visions from Around the Globe: Citizens, Methods, and Approaches ; Copyright; CONTENTS; PART I: CITIZENS' NEEDS AND PARTICIPATION IN HEALTH AND MENTAL HEALTH ; Introduction: Women's and Men's Needs as a Challenge for Gender-Sensitive Services ; Opening Remarks, 1 July 2001, Tampere ; Understanding the Interconnections Between Ethnicity, Gender, Social Class and Health: Experiences of Minority Ethnic Women in Britain; Psychosocial Problems and Coping Patterns of HIV Seropositive Wives of Men with HIV/AIDS…”
    Libro electrónico