Mostrando 41,681 - 41,700 Resultados de 51,016 Para Buscar 'Nontron~', tiempo de consulta: 1.66s Limitar resultados
  1. 41681
    por Rajan, Sonika
    Publicado 2012
    Tabla de Contenidos: “…On the Basis of Learners' Control over Teaching Aids -- IV. On the Basis of the Experience Provided by an Aid -- Dale's Cone of Experience -- Effective Use of Teaching Aids -- Summary -- Questions -- Chapter 7: Curriculum in Science -- Introduction -- Aims of Science Education and Curriculum Organization-Critical Analysis -- I. …”
    Libro electrónico
  2. 41682
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Python Objects, Types, and Expressions -- Understanding data structures and algorithms -- Python for data -- The Python environment -- Variables and expressions -- Variable scope -- Flow control and iteration -- Overview of data types and objects -- Strings -- Lists -- Functions as first class objects -- Higher order functions -- Recursive functions -- Generators and co-routines -- Classes and object programming -- Special methods -- Inheritance -- Data encapsulation and properties -- Summary -- Chapter 2: Python Data Types and Structures -- Operations and expressions -- Boolean operations -- Comparison and Arithmetic operators -- Membership, identity, and logical operations -- Built-in data types -- None type -- Numeric Types -- Representation error -- Sequences -- Tuples -- Dictionaries -- Sorting dictionaries -- Dictionaries for text analysis -- Sets -- Immutable sets -- Modules for data structures and algorithms -- Collections -- Deques -- ChainMaps -- Counter objects -- Ordered dictionaries -- defaultdict -- Named tuples -- Arrays -- Summary -- Chapter 3: Principles of Algorithm Design -- Algorithm design paradigms -- Recursion and backtracking -- Backtracking -- Divide and conquer - long multiplication -- Can we do better? …”
    Libro electrónico
  3. 41683
    Publicado 2018
    Tabla de Contenidos: “…Activity: Perform Back-ups -- Summary -- Restoring an Azure SQL Database -- Restore Types -- Point-In-Time Restore -- Long-Term Database Restore -- Restoring Deleted Databases -- Geo-Restore Database -- Importing a Database -- Activity: Perform PITR -- Activity: Perform Geo-Restore -- Summary -- Securing an Azure SQL Database -- Access Control -- Firewall Rules -- Managing the Server-Level Firewall Rules using the Azure Portal -- Managing the Server-Level Firewall Rules using Transact-SQL -- Managing Database-Level Firewall Rules using Transact-SQL -- Authentication -- SQL Authentication -- Azure Active Directory Authentication -- Using Active Directory - Password to Authenticate to an Azure SQL Database -- Azure SQL Database Authentication Structure -- Azure SQL Database Authentication Considerations -- Authorization -- Creating Contained Database Users for Azure AD Authentication -- Groups and Roles -- Row-Level Security -- Dynamic Data Masking -- Proactive Security -- Auditing -- Configure Auditing for Azure SQL Server -- Threat Detection -- Configure Threat Detection for Azure SQL Server -- Activity: Implement Row-Level Security -- Activity: Implement Dynamic Data Masking -- Summary -- Scaling Out Azure SQL Database -- Vertical Scaling -- Scale Up or Scale Down Service Tiers -- Using T-SQL to Change the Service Tier -- Vertical Partitioning -- Horizontal Scaling -- Shard Map Manager -- Data Dependent Routing -- Multi-Tenant Data Models -- Single Tenant (database-per-tenant) -- Shared Database - Sharded -- Activity: Creating Alerts -- Activity: Creating Shards -- Activity: Split Data between Shard -- Activity: Using Elastic Queries -- Summary -- Elastic Pools -- Introducing Elastic Pools -- When Should You Consider Elastic Pools? …”
    Libro electrónico
  4. 41684
    Publicado 2019
    Tabla de Contenidos: “…The coordinate system -- Faceting -- Theme -- Installing ggplot2 -- Scatter plots -- Histogram plots -- Density plots -- Probability plots -- dnorm() -- pnorm() -- rnorm() -- Box plots -- Residual plots -- Summary -- Chapter 5: Creating Aesthetically Pleasing Reports with knitr and R Markdown -- Technical requirements -- Installing R Markdown -- Working with R Markdown -- Reproducible data analysis reports with knitr -- Exporting and customizing reports -- Summary -- Section 2: Univariate, Time Series, and Multivariate Data -- Chapter 6: Univariate and Control Datasets -- Technical requirements -- Reading the dataset -- Cleaning and tidying up the data -- Understanding the structure of the data -- Hypothesis tests -- Statistical hypothesis in R -- The t-test in R -- Directional hypothesis in R -- Correlation in R -- Tietjen-Moore test -- Parsimonious models -- Probability plots -- The Shapiro-Wilk test -- Summary -- Chapter 7: Time Series Datasets -- Technical requirements -- Introducing and reading the dataset -- Cleaning the dataset -- Mapping and understanding structure -- Hypothesis test -- t-test in R -- Directional hypothesis in R -- Grubbs' test and checking outliers -- Parsimonious models -- Bartlett's test -- Data visualization -- Autocorrelation plots -- Spectrum plots -- Phase plots -- Summary -- Chapter 8: Multivariate Datasets -- Technical requirements -- Introducing and reading a dataset -- Cleaning the data -- Mapping and understanding the structure -- Hypothesis test -- t-test in R -- Directional hypothesis in R -- Parsimonious model -- Levene's test -- Data visualization -- Principal Component Regression -- Partial Least Squares Regression -- Summary -- Section 3: Multifactor, Optimization, and Regression Data Problems -- Chapter 9: Multi-Factor Datasets -- Technical requirements -- Introducing and reading the dataset…”
    Libro electrónico
  5. 41685
    Publicado 2019
    Tabla de Contenidos: “…Text format extras -- E.1. Control flow statements -- E.2. Function pointers -- WebAssembly in Action -- Index -- List of Figures -- List of Tables -- List of Listings…”
    Libro electrónico
  6. 41686
    por Brahmbhatt, Samarth. author
    Publicado 2013
    “…With Practical OpenCV, you'll be able to: Get OpenCV up and running on Windows or Linux. Use OpenCV to control the camera board and run vision algorithms on Raspberry Pi. …”
    Libro electrónico
  7. 41687
    Publicado 2015
    “…and find out how it can reduce costs Control document metadata with the correct mapping strategies and by configuring indices Use ElasticSearch analysis and analyzers to incorporate greater intelligence and organization across your documents and data Find out how an ElasticSearch cluster works ? …”
    Libro electrónico
  8. 41688
    Publicado 2023
    Tabla de Contenidos: “…Entrepreneurship Through Separate Investment Vehicle -- Framework for the Moderating Role of Governance in Promoting Transgenerational Entrepreneurship and Value Creation -- Antecedents for Entrepreneurship -- Enterprising Family Values and Entrepreneurial Mindset -- Vision for FBG -- Economic, Political, and Social Context -- The Moderating Role of Governance -- Entrepreneurship Outcomes -- Conclusions -- Insights for Owning Families and Practitioners -- Limitations of the Study and Future Research Questions -- References -- 9 Ownership Strategies in Family Businesses: A Conceptual Framework -- Introduction -- Ownership Strategies: Typology and Examples -- The Target of Control -- The Unit of Analysis -- The Typology -- Quadrant 1: Ownership Strategy Targeting Single (Simple) Business -- Quadrant 2: Ownership Strategy Targeting Family…”
    Libro electrónico
  9. 41689
    Publicado 2017
    Tabla de Contenidos: “…Java modules coding patterns and strategies -- Pattern 1 - Public interface, private implementation, and factory class -- Example -- Pattern 2 - Services for multiple dynamic implementations -- Example -- Pattern 3 - Optional dependencies -- Example -- Pattern 4 - Optional dependencies using services -- Example -- Pattern 6 - Bundle model classes as separate sharable modules -- Pattern 7 - Open modules for reflection -- Example -- Pattern 8 - Use tooling for version control -- Pattern 9 - Design for changes -- Pattern 10 - Protect against dependency leakage -- Pattern 11 - Aggregator and facade modules -- Example -- Summary -- Chapter 10: Preparing Your Code for Java 9 -- Beginning Java 9 migration -- Introducing the sample Java 8 application -- Using the Java 9 compiler and runtime -- The unnamed module -- Handling non-standard access -- The jdeps tool -- Overriding module behavior -- Understanding the impact -- Recommended strategy -- Summary -- Chapter 11: Migrating Your Code to Java 9 -- Understanding the migration goal -- Beginning the migration -- Automatic modules -- Automatic module naming -- Automatic module definition -- Migrating with automatic modules -- Using jdeps to outline module relationships -- Refactoring into smaller modules -- Handling larger codebases -- Migrating libraries -- Reserving library names -- Using jdeps to create module descriptors -- Building libraries for multiple Java versions -- Summary -- Chapter 12: Using Build Tools and Testing Java Modules -- Integrating with Apache Maven -- A Maven refresher -- Using Maven with Java 9 modules -- Working on a multi-module Java 9 Maven project -- Building the multi-module project -- Executing the multi-module project -- Understanding the exec plugin's module path -- Unit testing modules with Java 9 -- Testing a Java 9 module -- Integrating with JUnit -- Wrapping up -- Summary…”
    Libro electrónico
  10. 41690
    Publicado 2017
    Tabla de Contenidos: “…Chapter 6: Optimizing Code with Metaprogramming -- Introduction to metaprogramming -- Preprocessing the code using a macro -- Dissecting template metaprogramming in the Standard Library -- Building the template metaprogramming -- Adding a value to the variable in the template -- Mapping a function to the input parameters -- Choosing the correct process based on the condition -- Repeating the process recursively -- Selecting a type in compile-time -- Flow control with template metaprogramming -- Deciding the next process by the current condition -- Selecting the correct statement -- Looping the process -- Executing the code in compile-time -- Getting a compile-time constant -- Generating the class using a compile-time class generation -- Benefits and drawbacks of metaprogramming -- Summary -- Chapter 7: Running Parallel Execution Using Concurrency -- Concurrency in C++ -- Processing a single threading code -- Processing a multithreading code -- Synchronizing the threads using mutex -- Avoiding synchronization issues -- Unlocking the variable automatically -- Avoiding deadlock using recursive mutex -- Understanding the thread processing in a Windows operating system -- Working with handle -- Refactoring to a unique handle -- Triggering an event -- Calling an event from a thread -- Summary -- Chapter 8: Creating and Debugging Application in Functional Approach -- Preparing an imperative class -- Refactoring the imperative class to become a functional class -- Passing a function as a parameter -- Adding a base class -- Transforming the class to become pure -- Filtering the condition and implementing a Lambda expression -- Implementing recursion and memoization techniques to the Customer class -- Debugging the code -- Starting the debugging tool -- Continuing and stepping the debugging process -- Setting and deleting the breakpoint…”
    Libro electrónico
  11. 41691
    por Lancaster, Geoffrey, 1938-
    Publicado 2002
    Tabla de Contenidos: “…9.4 Business format franchising9.5 Non-shop shopping; 9.6 Logistics; 9.7 The distribution process; 9.8 The systems approach to PDM; 9.9 Monitoring and control of PDM; 10 Product; 10.1 Defining the product; 10.2 Product classification: consumer goods; 10.3 Product classification: industrial good; 10.4 New product development; 10.5 The product life cycle; 10.6 The PLC as a management tool; 10.7 The product adoption process; 10.8 Product (and market )management; 10.9 Product line and product mix; 11 Marketing information systems; 11.1 Scope of the MkIS…”
    Libro electrónico
  12. 41692
    Publicado 2013
    Tabla de Contenidos: “…Required Multi-Master Configuration Settings -- Optional Multi-Master Configuration Settings -- Other Configuration Variables to Consider -- Example Configuration -- Replication Setup -- Multi-Master Replication Verification -- Manual Failover Process -- Real World Usage Complications -- Additional Slave Servers -- Read and Write Load Balancing -- Circular Replication -- Other Replication Topologies -- Automating High Availability Failovers -- Conclusion -- Chapter 5: MySQL Replication Tools -- Various MySQL Toolkits -- Openark Kit -- Percona Toolkit -- MySQL Workbench Utilities -- Replication Failover Managers -- MySQL MHA -- MMM -- Flipper -- Cluster Control -- Cluster Management -- Percona Replication Manager (PRM) -- Replication Prefetch -- MySQL Patches and Variants -- Independent Community Users -- Commercial Organizations -- Conclusion -- Chapter 6: Extending Replication for Practical Needs -- Highly Requested Replication Features -- MySQL Cluster -- Galera Cluster for MySQL -- Current Limitations -- References -- Installation -- Percona XtraDB Cluster -- MariaDB Galera Cluster -- Galera Wrap-Up -- Tungsten Replicator -- Features -- References -- Prerequisites -- Installation with Tungsten Sandbox -- Manual Tungsten Installation -- Alternative Tungsten Deployments -- Unique Characteristics -- Continuent Tungsten -- Continuent Wrap-Up -- SchoonerSQL -- MySQL Replication Listener -- MySQL in the Cloud -- Amazon RDS for MySQL -- Google Cloud SQL -- Other Offerings -- Conclusion -- Chapter 7: MySQL Configuration Options -- About MySQL System Variables -- Binary Logging -- MySQL Replication -- Semisynchronous Replication -- Security -- MySQL Server Variables -- InnoDB Variables -- MySQL 5.6 Features -- Universally Unique Identifier (UUID) -- Crash-Safe Slaves -- Replication Checksums -- Multi-Threaded Slaves -- Global Transaction Identifier (GTID)…”
    Libro electrónico
  13. 41693
    Publicado 2011
    Tabla de Contenidos: “…-- Some Actual Disadvantages -- The GWT Components -- Compiler -- JRE Emulation Library -- UI Library -- Setting Up GWT -- Writing Code -- Version Control Management -- Testing -- Running and Deploying -- Summary -- 3 Understanding Projects and Development -- Creating a Project -- Using the Google Plugin for Eclipse -- Using the GWT Shell Script -- Project Structure -- Running Your Application: Development Mode -- Summary -- 4 Working with Browsers -- The Back Button Problem -- Setting Up Your HTML Page -- The History Class -- Starting Your Application -- Showing Forms in Pop-Ups -- Passing Parameters -- Creating a Menu -- Detecting the User's Browser -- The Classic Way -- The Deferred Binding Way -- Recognizing Older Explorers -- No JavaScript? …”
    Libro electrónico
  14. 41694
    por Archilla, Evan
    Publicado 2009
    “…Get timesavers, breakthroughs, & everyday genius to: Take control of your…”
    Libro electrónico
  15. 41695
    por Darmawan, Budi
    Publicado 2005
    Tabla de Contenidos: “…Problem management integration with the Peregrine Service Center -- 7.1 Peregrine Service Center overview -- 7.1.1 Peregrine Service Center architecture -- 7.1.2 Service Center and IBM Tivoli Business Systems Manager -- 7.1.3 Terms and definitions -- 7.2 Implementing SCAuto for TBSM -- 7.2.1 Installation requirements -- 7.2.2 Running the SCAuto for TBSM installer -- 7.2.3 Adding new fields to the database dictionary -- 7.2.4 Loading files into Peregrine Service Center -- 7.2.5 Adding a format control for automatic close events -- 7.2.6 Updating IBM Tivoli Business Systems Manager mappings -- 7.2.7 Configuring database server for SCAuto for TBSM -- 7.2.8 Configuring access to problem ticketing -- 7.2.9 Starting the automatic close event notification service -- 7.3 Removing SCAuto for TBSM -- 7.4 Using Problem Ticketing -- 7.4.1 Problem ticketing -- 7.4.2 Automatic ticketing -- 7.5 Troubleshooting -- Appendix A. …”
    Libro electrónico
  16. 41696
    Publicado 1995
    Tabla de Contenidos: “…CO:MgF2, Ni:MgF2, and V:MgF2; 10. Wavelength Control Methods; References; Chapter 7. Optical Parametric Oscillators; 1. …”
    Libro electrónico
  17. 41697
    Publicado 2005
    Tabla de Contenidos: “…Synchronizing with DB2 databases -- 3.1 Architecture overview -- 3.1.1 DB2 Everyplace -- 3.1.2 IBM Everyplace Client -- 3.1.3 DB2 Everyplace Synchronization Server -- 3.2 Before you start -- 3.3 Server configuration -- 3.3.1 Creating users and groups -- 3.3.2 Creating subscription and subscription set -- 3.4 Binding LDAP and MDAC -- 3.5 DB2 Everyplace Client configuration -- 3.6 Sample application synchronization -- 3.7 Verify the synchronization -- 3.8 Synchronization using SSL -- 3.8.1 Enable server security -- 3.8.2 Enable client security -- 3.9 Synchronization with remote DB2 databases -- 3.10 Types of subscription -- 3.10.1 DataPropagator subscription -- 3.10.2 Upload subscription -- 3.11 Filtering data from data sources -- 3.12 Debug and tracing -- 3.12.1 Application server logs files -- 3.12.2 Enable tracing -- 3.12.3 Trace files -- 3.12.4 DB2 Everyplace control database -- 3.13 Hints and tips -- Chapter 4. …”
    Libro electrónico
  18. 41698
    Publicado 2010
    “…Pro Oracle SQL also helps you minimize parsing overhead, read execution plans, test for correct results, and exert control over SQL execution in your database. You’ll learn when to create indexes, how to verify that they make a difference, how to use SQL Profiles to optimize SQL in packaged applications, and much more. …”
    Libro electrónico
  19. 41699
    por Murray, Katherine
    Publicado 2009
    “…Discover how to: Get your e-mail, calendar, and work day under controlCreate professional-looking documents-fr…”
    Libro electrónico
  20. 41700
    por Sandor, Richard L.
    Publicado 2012
    Tabla de Contenidos: “…The Gordian Knot of Building a New Market Chapter 7: Treasury Bond and Note Futures; Trading a Notional Bond; Marketing Treasury Bond Futures; Educating Users; New Interest Rate Contracts; Ten-Year Treasury Note Futures; Innovation by Competition; Commoditizing Stocks; Chapter 8: The Decade of the Eighties; Exchange-Making in London; Three Men and a Market-MATIF; The Tale of Two Cities; On to Drexel; Once a Teacher, Always a Teacher; Drexel Grows; Drexel Becomes More International; Eurodollar and Stock Index Futures Contracts; The CBOT Options on Bond Futures…”
    Libro electrónico