Mostrando 1,981 - 2,000 Resultados de 4,995 Para Buscar 'Övralid~', tiempo de consulta: 1.54s Limitar resultados
  1. 1981
    Publicado 2022
    Tabla de Contenidos: “…4.1.3 Design Review Applications -- 4.2 Design Verification and Validation -- 4.2.1 Prototype Processes -- 4.2.2 Processes of Verification and Validation -- 4.2.3 Discussion of Verification and Validation -- 4.3 Concurrent Engineering -- 4.3.1 Principle of Concurrent Engineering -- 4.3.2 Considerations to CE -- 4.4 Variation Considerations -- 4.4.1 Recognition of Variation -- 4.4.2 Target Setting with Variation -- 4.4.3 Propagation of Variation -- 4.4.4 Quality and Variation -- Summary -- Exercises -- References -- 5 Proactive Approaches: Failure Modes and Effects Analysis and Control Plan -- 5.1 Understanding Failure Modes and Effects Analysis -- 5.1.1 Principle of Failure Modes and Effects Analysis -- 5.1.2 FMEA Development -- 5.1.3 Parameters in FMEA -- 5.2 Pre- and Post-work of FMEA -- 5.2.1 Pre-FMEA Analysis -- 5.2.2 FMEA Follow-up -- 5.3 Implementation of FMEA -- 5.3.1 Considerations in FMEA -- 5.3.2 Applications of FMEA -- 5.4 Control Plan -- 5.4.1 Basics of Control Plan -- 5.4.2 Considerations in Control Plan -- 5.4.3 Applications of Control Plan -- Summary -- Exercises -- References -- 6 Supplier Quality Management and Production Part Approval Process -- 6.1 Introduction to Supplier Quality -- 6.1.1 Supplier Quality Overview -- 6.1.2 Supplier Selection and Evaluation -- 6.2 PPAP Standardized Guideline -- 6.2.1 Concept of PPAP -- 6.2.2 PPAP Elements -- 6.2.3 PPAP Packages -- 6.3 PPAP Elements in a Package -- 6.3.1 Essential Element (Level 1) -- 6.3.2 Level 2 Elements -- 6.3.3 Level 3 Elements -- 6.3.4 Unique Requirements (Levels 4 and 5) -- 6.4 Supplier Quality Assurance -- 6.4.1 PPAP Preparation and Approval -- 6.4.2 Customer and Supplier Teamwork -- 6.4.3 Supplier Quality to Service -- Summary -- Exercises -- References -- 7 Special Analyses and Processes -- 7.1 Measurement System Analysis -- 7.1.1 Measurement System…”
    Libro electrónico
  2. 1982
    Publicado 2023
    Tabla de Contenidos: “…Problem 3 -- Solution -- Summary -- Chapter 4: Batch and Stream Data Processing Using PySpark -- Technical requirements -- Setting up your environment -- Python, AWS, and Databricks -- Databricks CLI -- Batch processing -- Partitioning -- Data skew -- Reading data -- Spark schemas -- Making decisions -- Removing unwanted columns -- Working with data in groups -- The UDF -- Stream processing -- Reading from disk -- Debugging -- Writing to disk -- Batch stream hybrid -- Delta streaming -- Batch processing in a stream -- Practical lab -- Setup -- Creating fake data -- Problem 1 -- Problem 2 -- Problem 3 -- Solution -- Solution 1 -- Solution 2 -- Solution 3 -- Summary -- Chapter 5: Streaming Data with Kafka -- Technical requirements -- Setting up your environment -- Python, AWS, and Databricks -- Databricks CLI -- Confluent Kafka -- Signing up -- Kafka architecture -- Topics -- Partitions -- Brokers -- Producers -- Consumers -- Schema Registry -- Kafka Connect -- Spark and Kafka -- Practical lab -- Solution -- Summary -- Part 3: Modernizing the Data Platform -- Chapter 6: MLOps -- Technical requirements -- Setting up your environment -- Python, AWS, and Databricks -- Databricks CLI -- Introduction to machine learning -- Understanding data -- The basics of feature engineering -- Splitting up your data -- Fitting your data -- Cross-validation -- Understanding hyperparameters and parameters -- Training our model -- Working together -- AutoML -- MLflow -- MLOps benefits -- Feature stores -- Hyperopt -- Practical lab -- Create an MLflow project -- Summary -- Chapter 7: Data and Information Visualization -- Technical requirements -- Setting up your environment -- Principles of data visualization -- Understanding your user -- Validating your data -- Data visualization using notebooks -- Line charts -- Bar charts -- Histograms -- Scatter plots -- Pie charts…”
    Libro electrónico
  3. 1983
    Publicado 2017
    Tabla de Contenidos: “…. -- Running KNN with cross-validation in place of a validation partition -- Using a convenience function to run KNN -- Using a convenience function to run KNN for multiple k values -- See also -- Performing linear regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- Forcing lm to use a specific factor level as the reference -- Using other options in the formula expression for linear models -- See also -- Performing variable selection in linear regression -- Getting ready -- How to do it... -- How it works... -- See also -- Building regression trees -- Getting ready -- How to do it... -- How it works... -- There's more... -- Generating regression trees for data with categorical predictors -- Generating regression trees using the ensemble method - Bagging and Boosting -- See also -- Building random forest models for regression -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling forest generation -- See also -- Using neural networks for regression -- Getting ready -- How to do it... -- How it works... -- See also -- Performing k-fold cross-validation -- Getting ready -- How to do it... -- How it works... -- See also -- Performing leave-one-out cross-validation to limit overfitting -- How to do it…”
    Libro electrónico
  4. 1984
    Publicado 2022
    Tabla de Contenidos: “…Building matchers for component mocks -- Variants of the jest.mock call -- Removing the spy function -- Rendering the children of mocked components -- Checking multiple instances of the rendered component -- Alternatives to module mocks -- Summary -- Exercises -- Further reading -- Chapter 8: Building an Application Component -- Technical requirements -- Formulating a plan -- Using state to control the active view -- Test-driving callback props -- Making use of callback values -- Summary -- Exercises -- Part 2 - Building Application Features -- Chapter 9: Form Validation -- Technical requirements -- Performing client-side validation -- Validating a required field -- Generalizing validation for multiple fields -- Submitting the form -- Extracting non-React functionality into a new module -- Handling server errors -- Indicating form submission status -- Testing state before promise completion -- Refactoring long methods -- Summary -- Exercises -- Further reading -- Chapter 10: Filtering and Searching Data -- Technical requirements -- Displaying tabular data fetched from an endpoint -- Paging through a large dataset -- Adding a button to move to the next page -- Adjusting the design -- Adding a button to move to the previous page -- Forcing design changes using tests -- Filtering data -- Refactoring to simplify the component design -- Performing actions with render props -- Testing render props in additional render contexts -- Summary -- Exercises -- Chapter 11: Test-Driving React Router -- Technical requirements -- Designing React Router applications from a test-first perspective -- A list of all the React Router pieces -- Splitting tests when the window location changes -- Up-front design for our new routes -- Testing components within a router -- The Router component and its test equivalent -- Using the Routes component to replace a switch statement…”
    Libro electrónico
  5. 1985
    Publicado 2024
    Tabla de Contenidos: “…Incorrect configuration or setup -- Inspecting console errors and warnings -- Using the Angular CLI -- Seeking help from the community -- Summary -- Part 2: UI Components and Features -- Chapter 5: Introducing Input Components and Form Controls -- Technical requirements -- Introducing input components and form controls -- Template-driven forms -- Reactive forms -- Enhancing Angular forms with PrimeNG input components -- Working with text inputs, checkboxes, and radio buttons -- InputText -- InputMask -- Checkbox -- RadioButton -- Using dropdowns, multi-selects, and date pickers -- Dropdown -- MultiSelect -- Calendar -- Implementing form validation -- Understanding Angular form states -- Built-in Angular form validation -- Crafting custom form validation -- PrimeNG and form validation -- Summary -- Chapter 6: Working with Table, List, and Card Components -- Technical requirements -- Creating responsive layouts with PrimeFlex -- Integrating PrimeFlex with PrimeNG -- Using Flexbox in PrimeFlex -- Introducing data display components -- Working with data table components -- Creating a basic table -- Table with dynamic columns -- Table with sorting -- Table with filtering -- Table with a paginator -- Working with list components -- DataView -- OrderList -- PickList -- Working with card components -- Summary -- Chapter 7: Working with Tree, TreeTable, and Timeline Components -- Technical requirements -- Working with Tree components -- When to use the PrimeNG Tree component -- Creating a basic Tree component -- Expanding and collapsing nodes -- Using node selection events -- Using node expansion and collapse events -- Working with lazy loading -- Working with TreeTable components -- When to use the PrimeNG TreeTable component -- Creating a basic TreeTable component -- Using dynamic columns -- Enabling the TreeTable paginator -- Associated events and methods…”
    Libro electrónico
  6. 1986
    por Jung, Berenike
    Publicado 2010
    “…The results reaffirm popular movies' power of working through traumatic events as well as their capacity to articulate a valid political critique. Instead of inventing or preceding real acts of violence, cinema can document, witness, and encourage the spectator to explore unorthodox viewing positions and moral dilemma. …”
    Libro electrónico
  7. 1987
    Publicado 2016
    Tabla de Contenidos: “…Creating multiple threads -- Locking one thread until contended resources are available -- Invoking parallel calls to methods using Parallel.Invoke -- Using a parallel foreach loop -- Cancelling a parallel foreach loop -- Catching errors in parallel foreach loops -- Debugging multiple threads -- Chapter 8: Code Contracts -- Introduction -- Downloading, installing, and integrating code contracts into Visual Studio -- Creating code contract preconditions -- Creating code contract postconditions -- Creating code contract invariant -- Creating code contract Assert and Assume methods -- Creating code contract ForAll method -- Creating code contract ValueAtReturn method -- Creating code contract Result method -- Using code contracts on abstract classes -- Using contract abbreviator methods -- Creating tests using IntelliTest -- Using code contracts in extension methods -- Chapter 9: Regular Expressions -- Introduction -- Getting started with regex -- Matching a valid date -- Sanitizing input -- Dynamic regex matching -- Chapter 10: Choosing and Using a Source Control Strategy -- Introduction -- Setting up Visual Studio account management and determining which source control is best for you -- Setting up Visual Studio GitHub integration, checking in code for the first time, and checking in changes -- Working as a team using GitHub, and handling and resolving conflicts in code -- Chapter 11: Creating a Mobile Application in Visual Studio -- Introduction -- Installing Xamarin and other required components -- Creating an Android Visual Studio project using Apache Cordova -- Creating an iOS application using Xamarin Forms -- Chapter 12: Writing Secure Code and Debugging in Visual Studio -- Introduction -- Encrypting and storing passwords correctly -- Using SecureString in code -- Securing sensitive parts of App.config/web.config…”
    Libro electrónico
  8. 1988
    por Harrington, Jan L.
    Publicado 2003
    Tabla de Contenidos: “…Chapter 4: Simple SQL RetrievalChoosing Columns; Ordering the Result Table; Choosing Rows; Nulls and Retrieval: Three-Valued Logic; Chapter 5: Retrieving Data from More Than One Table: Joins; The Relational Algebra Join Operation; SQL Syntax for Inner Joins; Finding Multiple Rows in One Table: Joining a Table to Itself; Outer Joins; Valid versus Invalid Joins; Avoiding Joins with Uncorrelated Subqueries; Chapter 6: Advanced Retrieval Operations; Union; Negative Queries; The EXISTS Operator; CASE Expressions; Chapter 7: Calculations and Grouping Queries; Performing Arithmetic…”
    Libro electrónico
  9. 1989
    Publicado 2007
    Tabla de Contenidos: “…Mu-4000 Security Analyzer (by Mu Security)Chapter 6: Build Your Own Fuzzer; Hold Your Horses; Fuzzer Building Blocks; One or More Valid Data Sets; Understanding What Each Bytein the Data Set Means; Change the Values of the Data Sets While Maintaining the Integrity of the Data Being Sent; Recreate the Same Malformed DataSet Time and Time Again; An Arsenal of Malformed Values, or the Ability to Create a Variety of Malformed Outputs; Maintain a Form of a State Machine; Summarize; Down to Business; Simplest Fuzz Testing Find Issues; Chapter 7: Integration of Fuzzing in the Development Cycle…”
    Libro electrónico
  10. 1990
    por Beale, Jay
    Publicado 2008
    Tabla de Contenidos: “…Factors that Can Affect Scanner OutputPlugin Selection; The Role of Dependencies; Safe Checks; no404.nasl; Ping the Remote Host; Portscanner Settings; Proxies, Firewalls, and TCP Wrappers; Valid Credentials; KB Reuse and Differential Scanning; And Many More...; Scanning Web Servers and Web Sites; Web Servers and Load Balancing; Bugs in the Plugins; Additional Reading; Configuration Files; NASL; The Nessus KB; The Nessus Logs; Forums and Mailing Lists; Summary; Solutions Fast Track; Frequently Asked Questions; Chapter 6: Vulnerability Types; Introduction; Critical Vulnerabilities…”
    Libro electrónico
  11. 1991
    por Calderon Pale, Paulino
    Publicado 2012
    Tabla de Contenidos: “…Chapter 3: Gathering Additional Host InformationIntroduction; Geolocating an IP address; Getting information from WHOIS records; Checking if a host is known for malicious activities; Collecting valid e-mail accounts; Discovering hostnames pointing to the same IP address; Brute forcing DNS records; Fingerprinting the operating system of a host; Discovering UDP services; Listing protocols supported by a remote host; Discovering stateful firewalls by using a TCP ACK scan; Matching services with known security vulnerabilities; Spoofing the origin IP of a port scan; Chapter 4: Auditing Web Servers…”
    Libro electrónico
  12. 1992
    por Wiederhold, B.K
    Publicado 2011
    Tabla de Contenidos: “…COPING WITH BLAST-RELATED TRAUMATIC BRAIN INJURY IN RETURNING TROOPS; Foreword; Preface; Editorial; Co-Chairs; Main Lectures/Presentations Given; Sponsors; Contents; Section I Characterization of Traumatic Brain Injury; The Importance of Developing a Valid Definition of Mild Traumatic Brain Injury/Concussion; Mild Traumatic Brain Injury in Veterans of Polish Military Contingents, Psychiatrically Hospitalized with Combat Related Stress Disorders; War Head Injuries in Sieged Sarajevo; Section II Diagnostic and Assessment Issues…”
    Libro electrónico
  13. 1993
    Publicado 2013
    “…This provocative and useful volume is a step-by-step guide to assist professionals in implementing valid and useful community research and creating preventive interventions that have positive and lasting effects on the development of the community. …”
    Libro electrónico
  14. 1994
    Publicado 2015
    Tabla de Contenidos: “…-Chapter 3 Interaction and Distribution -- Geographic Dependency of Population Distribution- Spatiotemporal Analysis of Influenza Epidemics in Japan -- A Universal Lifetime Distribution for Multi-Species Systems -- Firm Age Distributions and the Decay Rate of Firm Activities -- Empirical Analysis of Firm-Dynamics on Japanese Inter-firm trade Network -- Direct participants’ behavior through the lens of transactional analysis: the case of SPEI -- Chapter 4 Traffic and Pedestrian -- Pedestrian Dynamics in Jamology -- Qualitative Methods of Validating Evacuation Behaviors -- Collective dynamics of pedestrians with no fixed destination -- Traffic Simulation of Kobe-city -- MOSAIIC: city-level agent-based traffic simulation adapted to emergency situations -- GUI for Agent Based Modeling -- Chapter 5 Social Media -- Emotional Changes in Japanese Blog Space Resulting from the 3.11 Earthquake -- Modeling of ENJYO via process of consensus formation on SNS -- A network structure of emotional interactions in an electronic bulletin board -- Scale-free network topologies with clustering similar to online social networks -- Identifying Colors of Products and Associated Personalized Recommendation Engine in e-Fashion Business…”
    Libro electrónico
  15. 1995
    Publicado 2012
    Tabla de Contenidos: “…""Disaster Responses Should Not Be a One-Off Exercise""""Prevention and Mitigation Show Great Potential""; ""Cost-Efficient Measures Can Enhance Preparedness""; ""3 Connect Links that Strengthen Results""; ""Project Results and Country Results Differ""; ""Making Vital Links Augments Results""; ""Part II Measuring Results""; ""4 Composite Indicators Can Mislead""; ""Inconclusive Premises Affect the Validity of Indicators""; ""Partial Coverage Should Not Unbalance the Perspective""; ""Arbitrary Clustering and Weights Can Have Pernicious Effects""…”
    Libro electrónico
  16. 1996
    Publicado 2016
    Tabla de Contenidos: “…Mihalca, Erica Goodrich and Feyza Corapci -- By the numbers: a quantitative content analysis of children's picturebooks / Laura Wagner -- When all children comprehend: increasing the external validity of narrative comprehension development research / Silas E. …”
    Libro electrónico
  17. 1997
    Publicado 2015
    Tabla de Contenidos: “…Creating a simple chat roomManaging the socket life cycle; Emitting a private message to another socket; Sending messages to all the sockets, except for the sender; Building a multiplayer tic-tac-toe game; Chapter 4: Building a Room with a View; Introduction; Creating chat channels with namespaces; Joining rooms; Leaving rooms; Listing rooms the socket is in; Creating private rooms; Setting up a default room; Chapter 5: Securing Your Data; Introduction; Implementing basic authentication; Performing token-based authentication; Handling server-side validation; Locking down the HTTP referrer…”
    Libro electrónico
  18. 1998
    por McGhee, Pamela, 1946-
    Publicado 2007
    Tabla de Contenidos: “…The Business Case and Strategic AlignmentA Disclaimer; Conclusion; Chapter 4: Planning the Work and Working the Plan; Planning; Validating the Business Case; Forming the Team; Planning the Work; The Project Charter; Project Stakeholders, Sponsor, Clients, and Other Interested Parties; Project Charter Sign-Offs; A Word on the "As Is" World; What's Next?…”
    Libro electrónico
  19. 1999
    Publicado 2022
    Tabla de Contenidos: “…Part 1: Introducing C# and .NET 6 -- 1 Introducing C# and .NET (Core) 6 -- 2 Building C# Applications -- Part 2: Core C# Programming -- 3 Core C# Programming Constructs, Part 1 -- 4 Core C# Programming Constructs, Part 2 -- Part 3: Object Oriented Programming with C# -- 5 Understanding Encapsulation -- 6 Understanding Inheritance and Polymorphism -- 7 Understanding Structured Exception Handling -- 8 Working with Interfaces -- 9 Understanding Object Lifetime -- Part 4: Advanced C# Programming -- 10 Collections and Generics -- 11 Advanced C# Language Features -- 12 Delegates, Events, and Lambda Expressions -- 13 LINQ To Objects -- 14 Processes, AppDomains, and Load Contexts -- 15 Multithreaded, Parallel, and Async Programming -- Part 5: Programming with .NET Core Assemblies -- 16 Building and Configuring Class Libraries -- 17 Type Reflection, Late Binding, Attributes, and Dynamic Types -- 18 Understanding CIL and the Role of Dynamic Assemblies -- Part 6: File Handling, Object Serialization, and Data Access -- 19 File I/O and Object Serialization -- 20 Data Access with ADO.NET -- Part 7: Entity Framework Core -- 21 Introducing Entity Framework Core -- 22 Exploring EF Core -- 23 Build a Data Access Layer with Entity Framework Core -- 24 Test Driving the Autolot Data Access Layer -- Part 8: Windows Client Development -- 25 Introducing Windows Presentation Foundation and XAML -- 26 WPF Controls, Layouts, Events, and Data Binding -- 27 WPF Graphics Rendering Services -- 28 WPF Resources, Animations, Styles, and Templates -- 29 WPF Notifications, Validations, Commands, and MVVM -- Part 9: ASP.NET Core -- 30 Introducing ASP.NET Core -- 31 Diving into ASP.NET Core -- 32 RESTful Services with ASP.NET Core -- 33 Web Applications using MVC -- 34 Web Applications using Razor Pages…”
    Libro electrónico
  20. 2000
    Publicado 1994
    Tabla de Contenidos: “…""Body Size, Composition, and Metabolism""""Gender and Aging""; ""Behavioral and Psychosocial Differences""; ""Endogenous Hormones""; ""Pregnancy and Lactation""; ""Exogenous Hormones""; ""Hormonal Contraceptives""; ""Menopause and Hormone Replacement""; ""METHODOLOGICAL IMPLICATIONS""; ""Clinical Studies""; ""Clinical Trials""; ""External and Internal Validity""; ""Homogeneity Versus Heterogeneity""; ""Exclusions from Trials""; ""Subgroup Analysis""; ""Alternatives to Clinical Trials""; ""CONCLUSIONS AND RECOMMENDATIONS""; ""REFERENCES""; ""5 Social and Ethical Considerations ""…”
    Libro electrónico