Mostrando 2,761 - 2,780 Resultados de 4,995 Para Buscar 'Övralid~', tiempo de consulta: 1.48s Limitar resultados
  1. 2761
    Publicado 2016
    Tabla de Contenidos: “…Keys in Google Cloud Datastore -- Putting data into Google Cloud Datastore -- Reading data from Google Cloud Datastore -- Google App Engine users -- Embedding denormalized data -- Transactions in Google Cloud Datastore -- Using transactions to maintain counters -- Avoiding early abstraction -- Querying in Google Cloud Datastore -- Votes -- Indexing -- Embedding a different view of entities -- Casting a vote -- Accessing parents via datastore.Key -- Line of sight in code -- Exposing data operations over HTTP -- Optional features with type assertions -- Response helpers -- Parsing path parameters -- Exposing functionality via an HTTP API -- HTTP routing in Go -- Context in Google App Engine -- Decoding key strings -- Using query parameters -- Anonymous structs for request data -- Writing self-similar code -- Validation methods that return an error -- Mapping the router handlers -- Running apps with multiple modules -- Testing locally -- Using the admin console -- Automatically generated indexes -- Deploying apps with multiple modules -- Summary -- Chapter 10: Micro-services in Go with the Go kit Framework -- Introducing gRPC -- Protocol buffers -- Installing protocol buffers -- Protocol buffers language -- Generating Go code -- Building the service -- Starting with tests -- Constructors in Go -- Hashing and validating passwords with bcrypt -- Modeling method calls with requests and responses -- Endpoints in Go kit -- Making endpoints for service methods -- Different levels of error -- Wrapping endpoints into a Service implementation -- An HTTP server in Go kit -- A gRPC server in Go kit -- Translating from protocol buffer types to our types -- Creating a server command -- Using Go kit endpoints -- Running the HTTP server -- Running the gRPC server -- Preventing a main function from terminating immediately -- Consuming the service over HTTP…”
    Libro electrónico
  2. 2762
    Publicado 2023
    Tabla de Contenidos: “…Clear -- Unambiguous -- Consistent -- Prioritized -- Verifiable -- Words to Avoid -- Requirement Categories -- Audience-Oriented Requirements -- Business Requirements -- User Requirements -- Functional Requirements -- Nonfunctional Requirements -- Implementation Requirements -- FURPS -- FURPS+ -- Common Requirements -- Gathering Requirements -- Listen to Customers (and Users) -- Use the Five Ws (and One H) -- Who -- What -- When -- Where -- Why -- How -- Study Users -- Refining Requirements -- Copy Existing Systems -- Clairvoyance -- Brainstorm -- Recording Requirements -- UML -- User Stories -- Use Cases -- Prototypes -- Requirements Specification -- Validation and Verification -- Changing Requirements -- Digital Transformation -- What to Digitize -- How to Digitize -- Summary -- Exercises -- What You Learned in This Chapter -- Chapter 6 High-Level Design -- The Big Picture -- What to Specify -- Security -- Hardware -- User Interface -- Internal Interfaces -- External Interfaces -- Architecture -- Monolithic -- Client/Server -- Component-Based -- Service-Oriented -- Data-Centric -- Event-Driven -- Rule-Based -- Distributed -- Mix and Match -- Reports -- Other Outputs -- Database -- Audit Trails -- User Access -- Database Maintenance -- NoSQL -- Cloud Databases -- Configuration Data -- Data Flows and States -- Training -- UML -- Structure Diagrams -- Behavior Diagrams -- Activity Diagrams -- Use Case Diagram -- State Machine Diagram -- Interaction Diagrams -- Sequence Diagram -- Communication Diagram -- Timing Diagram -- Interaction Overview Diagram -- UML Summary -- Summary -- What You Learned in This Chapter -- Chapter 7 Low-Level Design -- Design Approaches -- Design-to-Schedule -- Design-to-Tools -- Process-Oriented Design -- Data-Oriented Design -- Object-Oriented Design -- Hybrid Approaches -- High, Low, and Iterative Design -- OO Design…”
    Libro electrónico
  3. 2763
    Publicado 2023
    Tabla de Contenidos: “…. -- There's more... -- See also -- Validating the code syntax -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Destroying infrastructure resources -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Displaying a list of providers used in a configuration -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  4. 2764
    Publicado 2023
    Tabla de Contenidos: “…Use opinionated modules to do exactly what you need -- Leverage official open source modules -- Make extensive use of convention over configuration -- Make modules flexible with multiple optional inputs -- Refer to modules by version -- Consider bundling modules together if they serve a common purpose -- Consider using variable and naming validation -- Use locals correctly -- Keep the code in your module logically separated -- Separate required and optional variables -- Always have an example folder within your module folder -- Summary -- Chapter 6: Making Decisions for Terraform Projects with AWS -- AWS infrastructure and fundamentals -- What is AWS infrastructure? …”
    Libro electrónico
  5. 2765
    Publicado 2009
    Tabla de Contenidos: “…The Art of Data Mining -- Summary -- Chapter 13: Implementing Data Mining Structures -- Implementing the CRISP-DM Life Cycle Model -- Building Data Mining Structures Using BIDS -- Adding Data Mining Models Using BIDS -- Processing Mining Models -- Validating Mining Models -- Lift Charts -- Profit Charts -- Classification Matrix -- Cross Validation -- Data Mining Prediction Queries -- DMX Prediction Queries -- DMX Prediction Functions -- Data Mining and Integration Services -- Data Mining Object Processing -- Data Mining Clients -- Summary -- Part III: Microsoft SQL Server 2008 Integration Services for Developers -- Chapter 14: Architectural Components of Microsoft SQL Server 2008 Integration Services -- Overview of Integration Services Architecture -- Integration Services Packages -- Tools and Utilities for Developing, Deploying, and Executing Integration Services Packages -- The Integration Services Object Model and Components -- Control Flow -- Data Flow -- Variables -- Expressions -- Connection Managers -- Event Handlers and Error Handling -- The Integration Services Runtime -- The Integration Services Data Flow Engine -- Data Flow Buffers -- Synchronous Data Flow Outputs -- Asynchronous Data Flow Outputs -- Log Providers -- Deploying Integration Services Packages -- Package Configurations -- Package Deployment Options -- Summary -- Chapter 15: Creating Microsoft SQL Server 2008 Integration Services Packages with Business Intelligence Development Studio -- Integration Services in Visual Studio 2008 -- Creating New SSIS Projects with the Integration Services Project Template -- Viewing an SSIS Project in Solution Explorer -- Using the SSIS Package Designers -- Working with the SSIS Toolbox -- Choosing from the SSIS Menu -- Connection Managers -- Standard Database Connection Managers -- Other Types of Connection Managers -- Control Flow…”
    Libro electrónico
  6. 2766
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 8: Relationships -- Introduction -- Working with data validations and virtuals in Mongoose -- Getting ready -- How to do it... -- How it works... -- SchemaTypes API…”
    Libro electrónico
  7. 2767
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Chapter 5: Exploring Testing Tools for the Validation of Azure Functions -- Introduction -- Testing Azure Functions -- Getting ready -- How to do it... -- Testing HTTP triggers using Postman -- Testing Blob trigger using the Microsoft Storage Explorer -- Testing Queue trigger using the Azure Management portal -- There's more... -- Testing an Azure Function on a staged environment using deployment slots -- How to do it... -- There's more -- Load testing Azure Functions using VSTS -- Getting ready -- How to do it... -- There's more... -- See also -- Creating and testing Azure Function locally using Azure CLI tools -- Getting ready -- How to do it... -- Testing and validating Azure Function responsiveness using Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Monitoring and Troubleshooting Azure Serverless Services -- Introduction -- Monitoring your Azure Functions -- Getting ready -- How to do it... -- There's more... -- Monitoring Azure Functions using Application Insights -- Getting ready -- How to do it... -- How it works... -- There's more ... -- Pushing custom telemetry details to analytics of Application Insights -- Getting ready -- How to do it... -- Creating AI function -- Configuring access keys -- Integrating and testing AI query -- Configuring the custom derived metric report -- How it works... -- See also -- Sending application telemetry details via email -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Integrating real-time AI monitoring data with Power BI using Azure Functions -- Getting ready -- How to do it... -- Configuring Power BI with dashboard, dataset, and push URI -- Creating Azure AI real-time Power BI - C# function -- How it works... -- There's more…”
    Libro electrónico
  8. 2768
    Publicado 2018
    Tabla de Contenidos: “…. -- There's more... -- BOs validation using RTTI attributes -- Getting ready -- How to do it... -- How it works... -- There's more... -- Bonus recipe - Validation using RTTI attributes -- See also... -- Creating helpers for your classes -- Getting ready -- How to do it... -- There's more... -- Chapter 3: Knowing Your Friends - The Delphi RTL -- Introduction -- Checking strings with regular expressions -- Getting ready -- How to do it... -- There's more... -- Consuming RESTful services using native HTTP(S) client libraries -- Getting ready -- Some HTTP considerations -- How it works... -- There's more... -- THTTPClient's methods which directly map HTTP verbs -- How to verify that HTTP TRACE is disabled -- Coping with the encoded internet world using System.NetEncodings -- Getting ready -- How it works... -- There's more... -- Saving space using System.Zip -- How it works... -- There's more... -- Decoupling your code using a cross-platform publish/subscribe mechanism -- Getting ready... -- How it works... -- There's more... -- Chapter 4: Going Cross-Platform with FireMonkey -- Introduction -- Giving a new appearance to the standard FireMonkey controls using styles -- Getting ready -- How to do it... -- How it works... -- See also -- Creating a styled TListBox…”
    Libro electrónico
  9. 2769
    Publicado 2017
    Tabla de Contenidos: “…-- Finding the module you need -- Using r10k -- Understanding the Puppetfile -- Managing dependencies with generate-puppetfile -- Using modules in your manifests -- Using puppetlabs/mysql -- Using puppetlabs/apache -- Using puppet/archive -- Exploring the standard library -- Safely installing packages with ensure_packages -- Modifying files in place with file_line -- Introducing some other useful functions -- The pry debugger -- Writing your own modules -- Creating a repo for your module -- Writing the module code -- Creating and validating the module metadata -- Tagging your module -- Installing your module -- Applying your module -- More complex modules -- Uploading modules to Puppet Forge -- Summary -- Chapter 8: Classes, roles, and profiles -- Classes -- The class keyword -- Declaring parameters to classes -- Automatic parameter lookup from Hiera data -- Parameter data types -- Available data types…”
    Libro electrónico
  10. 2770
    Publicado 2019
    Tabla de Contenidos: “…2.2 Estimating Process, 2.3 Estimating Approaches, 2.3.1 Top-down Approach, 2.3.2 Bottom-up Approach, 2.3.3 Ethereal Approach, 2.4 Estimating Methods, 2.4.1 Analogical Method, 2.4.2 Parametric Method, 2.4.3 'Trusted Source' Method, 2.4.4 Methods that are arguably not Methods (in their own right), 2.5 Estimating Techniques, 2.6 Estimating Procedures, 2.7 Combining Approaches and Methods, 2.7.1 Choice of Estimating Approach for a Chosen Estimating Element, 2.7.2 Choice of Estimating Method for a Chosen Estimating Approach, 2.7.3 Choice of Estimating Technique for a Chosen Estimating Method, 2.8 Chapter Review, References, 3 Estimate TRACEability and Health Checks, 3.1 Basis of Estimate, TRACEability and Estimate Maturity, 3.1.1 Building Bridges Between Two Estimates, 3.2 Estimate and Schedule Maturity Assessments, 3.2.1 Estimate Maturity Assessment (EMA), 3.2.2 Schedule Maturity Assessment (SMA), 3.2.3 Cost and Schedule Integration Maturity Assessment (CASIMA), 3.3 Good Practice Spreadsheet Modelling (GPSM), 3.3.1 Level of Documentation (T, M), 3.3.2 No Hidden Worksheets, Columns or Rows (T, M), 3.3.3 Colour Coded Cells and Worksheet Tabs (U, S), 3.3.4 Locked Calculation Cells and Protected Worksheets and Workbooks (S), 3.3.5 No Hard-Coded Constants unless Axiomatic (M), 3.3.6 Left to Right and Top to Bottom Readability Flow (U), 3.3.7 Avoid Data Generated by Macros unless there is a genuine benefit (S, T), 3.3.8 Avoid Array Formulae (T, U, M), 3.3.9 Avoid Dynamic Links to External Data (S), 3.3.10 Use Named Ranges for Frequently Used Table Arrays (M, U), 3.3.11 Use Full Syntax within Excel (M), 3.3.12 Break Complex Calculations into Smaller Simpler Steps (T, M), 3.3.13 Column and Row Alignment Across Worksheets (T), 3.3.14 Unambiguous Units of Measure (U), 3.3.15 Input Data Validation (U), 3.3.16 Independent Model Verification and Validation (S), 3.4 Inherent Risk in Spreadsheets (IRiS) , 3.5 Chapter Review, References, 4 Primary & Secondary Drivers; Accuracy & Precision, 4.1 Thank Goodness for Juran and Pareto, 4.1.1 What's the Drive behind the Drivers? …”
    Libro electrónico
  11. 2771
    Publicado 2022
    Tabla de Contenidos: “…-- Third Line of Defense -- Audit -- Validation -- Risk Committees -- Key Points…”
    Libro electrónico
  12. 2772
    Publicado 2022
    Tabla de Contenidos: “…-- Identity Store and Jakarta EE -- IdentityStore - Theory of Operation -- Validating Credentials -- Retrieving Caller Information -- Declaring Capabilities -- How to Validate a User Credential -- Looking Ahead -- Chapter 3: Jakarta Authentication -- What Is Jakarta Authentication? …”
    Libro electrónico
  13. 2773
    Publicado 2022
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: DevOps and Infrastructure as Code -- Chapter 1: The DevOps Culture and Infrastructure as Code Practices -- Getting started with DevOps -- Implementing CI/CD and continuous deployment -- Continuous integration (CI) -- Continuous delivery (CD) -- Continuous deployment -- Understanding IaC practices -- The benefits of IaC -- IaC languages and tools -- The IaC topology -- The evolution of the DevOps culture -- Summary -- Questions -- Further reading -- Chapter 2: Provisioning Cloud Infrastructure with Terraform -- Technical requirements -- Installing Terraform -- Manual installation -- Installation by script -- Integrating Terraform with Azure Cloud Shell -- Configuring Terraform for Azure -- Creating the Azure SP -- Configuring the Terraform provider -- The Terraform configuration for local development and testing -- Writing a Terraform script to deploy an Azure infrastructure -- Following some Terraform good practices -- Running Terraform for deployment -- Initialization -- Previewing the changes -- Applying the changes -- Understanding the Terraform life cycle with different command-line options -- Using destroy to better rebuild -- Formatting and validating the configuration -- The Terraform life cycle within a CI/CD process -- Protecting the state file with a remote backend -- Summary -- Questions -- Further reading -- Chapter 3: Using Ansible for Configuring IaaS Infrastructure -- Technical requirements -- Installing Ansible -- Installing Ansible with a script -- Integrating Ansible into Azure Cloud Shell -- Ansible artifacts -- Configuring Ansible -- Creating an Ansible inventory -- The inventory file -- Configuring hosts in the inventory -- Testing the inventory -- Executing the first playbook -- Writing a basic playbook…”
    Libro electrónico
  14. 2774
    Publicado 2023
    Tabla de Contenidos: “…-- JSX versus HTML -- How JSX abstracts JavaScript -- Event handling in React -- Displaying lists in React -- Using key and id in JSX -- Nesting lists in JSX -- Looping over objects in JSX -- Using Object.keys() -- Using Object.values() -- Using Object.entries() -- Example of looping with Object.keys -- Summary -- Chapter 6: Working with React Router and Forms -- Technical requirements -- Routing with React Router -- Routers -- Components -- Hooks -- Adding React Router in React -- Setting up the routing configuration -- Adding links -- Adding a nested route -- Handling dynamic routes -- Using useParams -- Using useNavigate -- Using forms in React -- Controlled and uncontrolled form components -- Controlled form -- Uncontrolled form -- Handling user input - Input, TextArea, and Select -- Input -- TextArea -- Select -- Validating and sanitizing users' data in React -- Implementing form validation -- Summary -- Chapter 7: React Unit Testing -- Technical requirements -- What is software testing? …”
    Libro electrónico
  15. 2775
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Machine Learning and Python -- An introduction to machine learning -- Understanding why we need machine learning -- Differentiating between machine learning and automation -- Machine learning applications -- Knowing the prerequisites -- Getting started with three types of machine learning -- A brief history of the development of machine learning algorithms -- Digging into the core of machine learning -- Generalizing with data -- Overfitting, underfitting, and the bias-variance trade-off -- Overfitting -- Underfitting -- The bias-variance trade-off -- Avoiding overfitting with cross-validation -- Avoiding overfitting with regularization -- Avoiding overfitting with feature selection and dimensionality reduction -- Data preprocessing and feature engineering -- Preprocessing and exploration -- Dealing with missing values -- Label encoding -- One-hot encoding -- Dense embedding -- Scaling -- Feature engineering -- Polynomial transformation -- Binning -- Combining models -- Voting and averaging -- Bagging -- Boosting -- Stacking -- Installing software and setting up -- Setting up Python and environments -- Installing the main Python packages -- NumPy -- SciPy -- pandas -- scikit-learn -- TensorFlow -- PyTorch -- Summary -- Exercises -- Chapter 2: Building a Movie Recommendation Engine with Naïve Bayes -- Getting started with classification -- Binary classification -- Multiclass classification -- Multi-label classification -- Exploring Naïve Bayes -- Bayes' theorem by example -- The mechanics of Naïve Bayes -- Implementing Naïve Bayes -- Implementing Naïve Bayes from scratch -- Implementing Naïve Bayes with scikit-learn -- Building a movie recommender with Naïve Bayes -- Preparing the data -- Training a Naïve Bayes model…”
    Libro electrónico
  16. 2776
    Publicado 2024
    Tabla de Contenidos: “…Using the register_error_handler method -- Applying the @errorhandler decorator -- Creating custom exceptions -- Managing built-in exceptions -- Triggering the error handlers -- Adding static resources -- Accessing the assets in the templates -- Summary -- Chapter 3: Creating REST Web Services -- Technical requirements -- Setting up a RESTful application -- Implementing API endpoints -- Managing requests and responses -- Utilizing response encoders and decoders -- Filtering API requests and responses -- Handling exceptions -- Consuming API endpoints -- Summary -- Chapter 4: Utilizing Flask Extensions -- Technical requirements -- Applying database migration with Flask-Migrate -- Installing Flask-Migrate and Flask-SQLAlchemy -- Setting up the Alembic configuration -- Creating the migrations -- Applying the database changes -- Designing the UI using Bootstrap-Flask -- Setting up the UI module -- Applying the Bootstrap files and assets -- Utilizing built-in features -- Building Flask forms with Flask-WTF -- Creating the form models -- Rendering the forms -- Applying CSRF -- Submitting the form -- Validating form fields -- Building RESTful services with Flask-RESTful -- Implementing session handling with Flask-Session -- Applying caching using Flask-Caching -- Adding mail features using Flask-Mail -- Summary -- Part 2: Building Advanced Flask 3.x Applications -- Chapter 5: Building Asynchronous Transactions -- Technical requirements -- Creating asynchronous Flask components -- Implementing asynchronous views and endpoints -- Implementing the async before_request and after_request handlers -- Creating asynchronous error handlers -- Building an asynchronous SQLAlchemy repository layer -- Setting up the DB connectivity -- Building the asynchronous repository layer -- Utilizing the asynchronous DB transactions -- Implementing async transactions with asyncio…”
    Libro electrónico
  17. 2777
    por Mishra, Brojo Kishore
    Publicado 2024
    Tabla de Contenidos: “…3.2.2 Sensor Networks and Communication Protocols for Smart Sensors in Industry 4.0 -- 3.2.3 Data Processing and Analysis for Smart Sensors in Industry 4.0 -- 3.2.4 Integration of Smart Sensors with Cloud Computing and IoT Platforms for Environmental Monitoring -- 3.2.5 Verification and Validation of Smart Sensors for Environmental Monitoring in Industry 4.0 -- 3.2.6 Energy-Efficient and Sustainable Design of Smart Sensors for Environmental Monitoring in Industry 4.0 -- 3.3 Case Studies and Practical Examples of Smart Sensors for Environmental Monitoring in Industry 4.0 -- 3.4 Regulatory and Compliance Considerations for Smart Sensors in Environmental Monitoring -- 3.5 Future Directions and Research Challenges in Smart Sensors for Environmental Monitoring in Industry 4.0 -- 3.6 Conclusion -- References -- Chapter 4 A Novel Hybrid Smart Appliances Control Framework for Specially Challenged Persons -- 4.1 Introduction -- 4.2 Literature Review -- 4.3 Features of Smart Home Appliances -- 4.4 Materials and Methods -- 4.5 Proposed Hybrid Smart Appliances Approach -- 4.6 Conclusion and Future Scope -- References -- Chapter 5 An IoT-based Framework for PUC Monitoring of 2- or 4-Wheeler Vehicle -- 5.1 Introduction -- 5.2 Literature Review -- 5.3 Indian Regulations to Control Air Pollution -- 5.4 Motivation of Work -- 5.5 Proposed Approach -- 5.5.1 Working Process -- 5.5.2 Establishing Communication with Moving Object: Vehicle and Workstation -- 5.6 Existing Technology and Discussion -- 5.7 Conclusion -- References -- Chapter 6 Farm Shielding: A Shielding Experience That Takes a New Turn -- 6.1 Introduction -- 6.2 Desk Research -- 6.3 User Research -- 6.4 Problem Identification -- 6.5 Ideation and Design -- 6.6 How the Scarecrow Works -- 6.7 Conclusion and Future Scope -- References -- Chapter 7 Checkmate: An IoT Integrated Tangible Chessboard…”
    Libro electrónico
  18. 2778
    Publicado 2018
    Tabla de Contenidos: “…Software Audits 210 -- 6.1 Introduction 210 -- 6.2 Types of Audits 215 -- 6.2.1 Internal Audit 215 -- 6.2.2 Second-Party Audit 215 -- 6.2.3 Third-Party Audit 217 -- 6.3 Audit and Software Problem Resolution According to ISO/IEC/IEEE 12207 217 -- 6.3.1 Project Assessment and Control Process 218 -- 6.3.2 Decision Management Process 218 -- 6.4 Audit According to the IEEE 1028 Standard 218 -- 6.4.1 Roles and Responsibilities 220 -- 6.4.2 IEEE 1028 Audit Clause 221 -- 6.4.3 Audit Conducted According to IEEE 1028 222 -- 6.5 Audit Process and the ISO 9001 Standard 225 -- 6.5.1 Steps of a Software Audit 226 -- 6.6 Audit According to the CMMI 230 -- 6.6.1 SCAMPI Assessment Method 231 -- 6.7 Corrective Actions 233 -- 6.7.1 Corrective Actions Process 234 -- 6.8 Audits for Very Small Entities 238 -- 6.9 Audit and the SQA Plan 239 -- 6.10 Presentation of an Audit Case Study 241 -- 6.11 Success Factors 246 -- 6.12 Further Reading 247 -- 6.13 Exercises 247 -- 7. Verification and Validation 249 -- 7.1 Introduction 249 -- 7.2 Benefits and Costs of V&V 255 -- 7.2.1 V&V and the Business Models 257 -- 7.3 V&V Standards and Process Models 257 -- 7.3.1 IEEE 1012 V&V Standard 258 -- 7.3.2 Integrity Levels 260 -- 7.3.3 Recommended V&V Activities for Software Requirements 262 -- 7.4 V&V According to ISO/IEC/IEEE 12207 263 -- 7.4.1 Verification Process 265 -- 7.4.2 Validation Process 265 -- 7.5 V&V According to the CMMI Model 266 -- 7.6 ISO/IEC 29110 and V&V 267 -- 7.7 Independent V&V 268 -- 7.7.1 IV&V Advantages with Regards to SQA 271 -- 7.8 Traceability 271 -- 7.8.1 Traceability Matrix 273 -- 7.8.2 Implementing Traceability 276 -- 7.9 Validation Phase of Software Development 277 -- 7.9.1 Validation Plan 279 -- 7.10 Tests 281 -- 7.11 Checklists 282 -- 7.11.1 How to Develop a Checklist 283.…”
    Libro electrónico
  19. 2779
    Publicado 2019
    Tabla de Contenidos: “…5.7 Destruction/Termination -- 5.8 Retrieving AAX Host Information -- 5.9 Validating Your Plugin -- 5.10 Using ASPiK to Create AAX Plugins -- 5.11 Bibliography -- Chapter 6: ASPiK Programming Guide -- 6.1 Plugin Kernel Portability and Native Plugin Shells -- 6.2 Organizing the SDKs: AAX, AU, and VST -- 6.2.1 Your C++ Compiler -- 6.2.2 Setting Up the AAX SDK -- 6.2.3 Setting Up the AU SDK -- 6.2.4 Setting Up the VST SDK -- 6.2.5 Creating the Universal SDK Folder Hierarchy -- 6.2.6 Adding the VSTGUI4 Library -- 6.2.7 CMake -- 6.3 Creating a Plugin Project With ASPiKreator: IIRFilters -- 6.3.1 ASPiK Project Folders -- 6.3.2 Running CMake -- 6.4 Adding Effect Objects to the PluginCore -- 6.4.1 The PluginCore Constructor -- 6.4.2 IIRFilters : GUI Parameter Lists -- 6.4.3 Parameter Smoothing -- 6.4.4 Handling the String-List Parameters -- 6.4.5 IIRFilters : Declaring Plugin Variables -- 6.4.6 Parameter Object Enumerations for Attributes -- 6.4.6.1 Continuous Floating Point Parameters and Discrete Integer Parameters -- 6.4.6.2 String-List Parameters -- 6.4.7 IIRFilters : Object Declarations and Reset -- 6.4.8 IIRFilters : GUI Parameter Updates -- 6.4.9 IIRFilters : Processing Audio Data -- 6.4.10 Buffer Pre-Processing -- 6.4.11 Buffer Post-Processing -- 6.4.12 Buffer vs. …”
    Libro electrónico
  20. 2780
    Publicado 2023
    Tabla de Contenidos: “…. -- Deep Learning Using CT Images to Grade Clear Cell Renal Cell Carcinoma: Development and -- Validation of a Prediction Model -- Reprinted from: Cancers 2022, 14, 2574, doi:10.3390/ cancers14112574 49 -- Sara Merkaj, Ryan C. …”
    Libro electrónico