Mostrando 2,081 - 2,100 Resultados de 3,162 Para Buscar 'debbugs~', tiempo de consulta: 1.36s Limitar resultados
  1. 2081
    Publicado 2018
    Tabla de Contenidos: “…. -- Exporting the plugin -- Building and working with the plugin -- Chapter 4: ROS Visualization and Debugging Tools -- Introduction -- Debugging and profiling ROS nodes -- Getting ready -- How to do it... -- Logging and visualizing ROS messages -- Getting ready -- How it works... -- There's more... -- Inspecting and diagnosing the ROS system -- Getting ready -- How to do it... -- Visualizing and plotting scalar data -- Getting ready -- How to do it... -- There's more... -- Visualizing non-scalar data - 2D/3D images -- Getting ready -- How it works... -- Recording and playing back ROS topics -- Getting ready -- How it works... -- There's more... -- Chapter 5: Accessing Sensors and Actuators through ROS -- Introduction -- Understanding the Arduino-ROS interface -- Getting ready -- How to do it... -- How it works... -- Interfacing 9DoF Razor IMU-Arduino-ROS -- Getting ready -- How to do it... -- How it works... -- Using a GPS system - Ublox…”
    Libro electrónico
  2. 2082
    Publicado 2018
    Tabla de Contenidos: “…Connecting to SQL instances - the SqlInstance parameter -- Running manual queries -- PowerShell to SQL -- Navigating the module -- Backup, restore, and test -- Deploying maintenance insight tools -- Migrations made easy -- Working with the Reporting Services module -- Connecting to the Reporting Services server -- Administrating the service -- Managing the data in the service -- Working with content -- Navigating the structure -- Exporting content -- Importing content -- Configuring SSRS servers -- Working with the dbachecks module -- Configuration -- Feel the power -- Summary -- Questions -- Chapter 17: PowerShell Deep Dives -- Creating XAML GUIs with PSGUI -- Scalable DSC configuration -- The problem -- The setup -- Configuration data -- Configurations -- Build -- ConvertFrom-String -- LINQ -- OpenFileDialog -- Username to Security Identifier (SID) -- SHiPS -- PSDefaultParameterValues and PSBoundParameters -- PSDefaultParameterValues -- PSBoundParameters -- ConvertTo-Breakpoint -- Summary -- Questions -- Further reading -- Appendix A: PowerShell ISE Hotkeys -- Keyboard shortcuts for editing text -- Keyboard shortcuts for running scripts -- Keyboard shortcuts for customizing the view -- Keyboard shortcuts for debugging scripts -- Keyboard shortcuts for Windows PowerShell tabs -- Keyboard shortcuts for starting and exiting -- References -- VSCode Hotkeys -- Default keyboard shortcuts -- Basic editing -- Rich languages editing -- Navigation -- Editor/Window management -- File management -- Display -- Search -- Preferences -- Debug -- Tasks -- Extensions -- References -- Assessments -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  3. 2083
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Testing and debugging NGINX load balancing -- Getting ready -- How to do it... -- There's more... -- See also -- TCP / application load balancing -- How to do it... -- How it works... -- Easy testing -- There's more... -- See also -- NGINX as an SMTP load balancer -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 9: Advanced Features -- Introduction -- Authentication with NGINX -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- WebDAV with NGINX -- Getting ready -- How to do it... -- How it works... -- See also -- Bandwidth management with NGINX -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Connection limiting with NGINX -- Getting ready -- How to do it... -- How it works…”
    Libro electrónico
  4. 2084
    Publicado 2017
    Tabla de Contenidos: “…Getting information -- Comparing containers -- Changing Items -- Finding Items -- Sorting items -- Using the numeric libraries -- Compile time arithmetic -- Complex numbers -- Using the Standard Library -- Summary -- Chapter 9: Using Strings -- Using the string class as a container -- Getting information about a string -- Altering strings -- Searching strings -- Internationalization -- Using facets -- Strings and numbers -- Converting strings to numbers -- Converting numbers to strings -- Using stream classes -- Outputting floating point numbers -- Outputting integers -- Outputting time and money -- Converting numbers to strings using streams -- Reading numbers from strings using streams -- Using regular expressions -- Defining regular expressions -- Standard Library classes -- Matching expressions -- Using iterators -- Replacing strings -- Using strings -- Creating the project -- Processing header subitems -- Summary -- Chapter 10: Diagnostics and Debugging -- Preparing your code -- Invariants and conditions -- Conditional compilation -- Using pragmas -- Adding informational messages -- Compiler switches for debugging -- Pre-processor symbols -- Producing diagnostic messages -- Trace messages with the C runtime -- Tracing messages with Windows -- Using asserts -- Application termination -- Error values -- Obtaining message descriptions -- Using the Message Compiler -- C++ exceptions -- Exception specifications -- C++ exception syntax -- Standard exception classes -- Catching exceptions by type -- Function try blocks -- System errors -- Nested exceptions -- Structured Exception Handling -- Compiler exception switches -- Mixing C++ and SEH exception handling -- Writing exception-safe classes -- Summary -- Index…”
    Libro electrónico
  5. 2085
    Publicado 2003
    Tabla de Contenidos: “…Configuring WebSphere -- 12.1 Defining JMS resources to WebSphere -- 12.1.1 Determining the correct scope -- 12.2 Using the embedded JMS server -- 12.2.1 Defining a queue connection factory -- 12.2.2 Defining a queue destination -- 12.2.3 Define the queue for the JMS server -- 12.3 Using WebSphere MQ V5.3 -- 12.3.1 Defining a queue connection factory -- 12.3.2 Define a queue destination -- 12.3.3 Define the queue for WebSphere MQ -- 12.4 Deploying message-driven beans in WebSphere V5.0 -- 12.5 Testing, logging, debugging -- Chapter 13. Configuring WebSphere MQ and MQ Integrator -- 13.1 WebSphere MQ objects -- 13.2 WebSphere MQ system management -- 13.2.1 Remote administration -- 13.3 Creating the WebSphere MQ Integrator databases -- 13.4 Creating the WebSphere MQ Integrator Configuration Manager -- 13.4.1 Creating the brokers -- 13.4.2 Transaction behavior -- 13.5 Testing, logging, debugging -- Appendix A. …”
    Libro electrónico
  6. 2086
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Writing Diagnostic Analyzers -- Introduction -- Creating, debugging, and executing an analyzer project in Visual Studio -- Getting ready -- How to do it... -- How it works... -- Creating a symbol analyzer to report issues about symbol declarations -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a syntax node analyzer to report issues about language syntax -- Getting ready -- How to do it... -- How it works... -- Creating a syntax tree analyzer to analyze the source file and report syntax issues -- Getting ready -- How to do it... -- How it works... -- Creating a method body analyzer to analyze whole method and report issues -- Getting ready -- How to do it... -- How it works... -- Creating a compilation analyzer to analyze whole compilation and report issues -- Getting ready -- How to do it... -- How it works... -- Writing unit tests for an analyzer project -- Getting ready -- How to do it... -- How it works... -- See also -- Publishing NuGet package and VSIX for an analyzer project -- Getting ready -- How to do it... -- Chapter 2: Consuming Diagnostic Analyzers in .NET Projects -- Introduction -- Searching and installing analyzers through the NuGet package manager -- Getting ready -- How to do it... -- Searching and installing VSIX analyzers through the VS extension gallery -- Getting ready -- How to do it... -- Viewing and configuring analyzers in solution explorer in Visual Studio -- Getting ready -- How to do it... -- How it works... -- Using the ruleset file and Rule Set editor to configure analyzers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 3: Writing IDE Code Fixes, Refactorings, and Intellisense Completion Providers…”
    Libro electrónico
  7. 2087
    Publicado 2023
    Tabla de Contenidos: “…Chapter 5: Creating Automations Using Home Assistant -- Technical requirements -- Learning what automations are -- Components of an automation in the context of Home Assistant -- Understanding entities -- Understanding the automation components -- Creating your own automations -- Automation 1 - convenient light for your garage -- Automation 2 - turn off screen monitor at bedtime -- Testing and debugging your automation -- Setting and checking the state of entities -- Changing the state of output devices using services -- Using traces to debug your automation -- Expanding the Home Assistant automation capabilities -- Using and creating pre-formatted automations (blueprints) -- Creating and using scripts -- Creating scenes -- More examples of automations -- Summary -- Chapter 6: Doing More Using Integrations and Customizations -- Technical requirements -- Adding more devices to your home using integrations -- Using Home Assistant-based integrations -- Using device manufacturer-based integrations -- Adding other devices to your home -- Using dashboards in Home Assistant -- Understanding and creating dashboards -- Populating dashboards by using cards -- Populating the dashboards by using badges -- Customizing your dashboards -- Dashboard approach 1 - by home dependencies -- Dashboard approach 2 - by device type -- Dashboard approach 3 - Home Assistant integrations -- Using extra resources to customize your dashboard -- Using the Picture Elements card -- Installing and using other customizable cards and items -- Summary -- Part 4: Expanding Home Assistant's Capabilities -- Chapter 7: Extending Home Automation Capabilities Using Add-ons -- Technical requirements -- What are add-ons in Home Assistant? …”
    Libro electrónico
  8. 2088
    Publicado 2023
    Tabla de Contenidos: “…DaemonSets -- Jobs -- CronJobs -- Ensuring resilience and high availability with Kubernetes resources -- Understanding advanced Pod application patterns -- Init containers -- Sidecar containers -- Ambassador containers -- Adaptor containers -- Verifying application health -- Understanding the execution of probes -- Termination of Pods -- Container life cycle hooks -- Resource management and scalability -- Horizontal Pod autoscaling -- Improving application security with Pods -- Security contexts -- Security best practices -- Labs -- Summary -- Chapter 10: Leveraging Application Data Management in Kubernetes -- Technical requirements -- Understanding the data within your application -- Applying configurations using ConfigMaps -- Using the downward API to inject configuration data -- Managing sensitive data using Secret resources -- Managing stateless and stateful data -- Using volumes for storing data -- Enhancing storage management in Kubernetes with PV resources -- Provisioning and decommissioning storage -- Labs -- Summary -- Chapter 11: Publishing Applications -- Technical requirements -- Understanding Kubernetes features for publishing applications cluster-wide -- Proxying and forwarding applications for debugging -- Kubernetes client proxy feature -- Kubernetes client port-forward feature -- Using the host network namespace for publishing applications -- Using the hostNetwork key -- Using hostPort -- Publishing applications with Kubernetes' NodePort feature -- Providing access to your Services with LoadBalancer Services -- Understanding Ingress Controllers -- Deploying an Ingress Controller -- Ingress resources -- Improving our applications' security -- Network policies -- Service mesh -- Labs -- Improving application access by deploying your own Ingress Controller…”
    Libro electrónico
  9. 2089
    Publicado 2018
    “…What You Will Learn Create your own project, run and debug it Master different communication patterns using the MQTT, HTTP, CoAP, LWM2M and XMPP protocols Build trust-based as hoc networks for open, secure and interoperable communication Explore the IoT Service Platform Manage the entire product life cycle of devices Understand and set up the security and privacy features required for your system Master interoperability, and how it is solved in the realms of HTTP,CoAP, LWM2M and XMPP In Detail The Internet of Things (IoT) is the fastest growing technology market. …”
    Libro electrónico
  10. 2090
    Publicado 1992
    Tabla de Contenidos: “…Overview of Lisp; 3.1 A Guide to Lisp Style; 3.2 Special Forms; 3·3 Functions on Lists; 3.4 Equality and Internal Representation; 3.5 Functions on Sequences; 3.6 Functions for Maintaining Tables; 3.7 Functions on Trees; 3.8 Functions on Numbers; 3.9 Functions on Sets; 3.10 Destructive Functions; 3.11 Overview of Data Types; 3.12 Input/Output; 3.12 Input/Output; 3.13 Debugging Tools; 3.14 Antibugging Tools…”
    Libro electrónico
  11. 2091
    Publicado 2015
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Setting Up the Development Environment -- The importance of Android Google Maps -- An example of a map application -- IDEs for developing Android applications -- Android Studio -- System requirements for Android Studio -- Eclipse -- Choosing one IDE over another -- Setting up Android Studio -- Windows -- Mac OS X -- Linux -- Setting up Eclipse with the ADT plugin -- Windows -- Mac OS X -- Linux -- Downloading and setting up Google Play services -- Downloading the Google APIs System Image -- Setting up AVD for testing -- Setting up AVD from Android Studio -- Setting up AVD from Eclipse -- Exploring Android Studio -- Creating a sample application -- Exporting the Android application as APK -- Additional helpful stuff -- Using Android Debug Bridge -- Configuring JAVA environment variables -- Android API levels -- Self-test questions -- Summary -- Chapter 2: Configuring an API Key and Creating Our First Map Application -- Generating the SHA1 fingerprint -- Windows -- Linux -- Mac OS X -- Registering in the Google Developer Console -- Configuring Google Play services -- Android Studio -- Eclipse -- Adding permissions and defining the API key -- Adding permissions -- INTERNET -- ACCESS_NETWORK_STATE -- WRITE_EXTERNAL_STORAGE -- READ_GSERVICES -- Specifying the Google Play services version -- Specifying the version 2 of OpenGL ES -- Defining the API key -- Creating our first map application -- Working with a layout -- Optional (for old APIs) -- Working with the Activity class -- Optional (for old APIs) -- Adding MapFragment programatically -- activity_maps.xml - code 3 -- Optional - for older APIs -- Using the callback method -- The GoogleMap object -- Common problems and solutions -- Self-test questions -- Summary…”
    Libro electrónico
  12. 2092
    Publicado 2010
    Tabla de Contenidos: “…Previewing an Application in the Browser -- Using the Server Debug Panel with ColdFusion -- Summary -- Chapter 22: Crafting Multi-Page Applications -- Using the URL to Pass Parameters -- Getting Values from a Form -- Establishing Dynamic Form Elements -- Managing Data Sources Online -- Inserting Variables -- Connecting to the Customer -- Summary -- Chapter 23: Using Web Content Management Systems -- Understanding Web Content Management Systems -- Working with WordPress -- Summary -- Part V: Including Multimedia Elements -- Chapter 24: Adobe Photoshop, Fireworks, and Bridge Integration -- Bringing in Photoshop Images -- Integrating Fireworks -- Inserting Rollovers -- Building Dreamweaver/Fireworks Extensions -- Working with Bridge -- Summary -- Chapter 25: Inserting Flash Elements -- Including SWF Files in Dreamweaver Projects -- Designating SWF Attributes -- Configuring MIME Types -- Editing SWF Files from Within Dreamweaver -- Adding Shockwave Files -- Summary -- Chapter 26: Adding Video to Your Web Page -- The Flash Video Revolution -- Mainstream Streaming Media -- Working with Video Clips -- Playing Videos in Dreamweaver -- Inserting QuickTime Movies -- Streaming with RealMedia -- Summary -- Chapter 27: Using Audio on Your Web Page -- Linking to Audio Files -- Embedding Sounds and Music -- Playing Background Music -- Targeting Specific Plugins -- Integrating Podcasts -- Summary -- Part VI: Enhancing Productivity and Web Site Management -- Chapter 28: Using Dreamweaver Templates -- Understanding Templates -- Creating Your Own Templates -- Using Editable Regions -- Adding Content to Template Documents -- Making Attributes Editable -- Setting Editable Attributes -- Enabling Repeating Regions -- Establishing Optional Regions -- Nesting Templates -- Working with Templates in the Assets Panel -- Updating Templates -- Removing Template Markup…”
    Libro electrónico
  13. 2093
    Publicado 2022
    “…Fully updated for Java SE 17, Java: The Complete Reference, Twelfth Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. …”
    Libro electrónico
  14. 2094
    Publicado 2023
    Tabla de Contenidos: “…Integration Testing -- Regression Testing -- Automated Testing -- Component Interface Testing -- System Testing -- Acceptance Testing -- Other Testing Categories -- Testing Techniques -- Exhaustive Testing -- Black-Box Testing -- White-Box Testing -- Gray-Box Testing -- Testing Habits -- Test and Debug When Alert -- Test Your Own Code -- Have Someone Else Test Your Code -- Fix Your Own Bugs -- Think Before You Change -- Don't Believe in Magic -- See What Changed -- Fix Bugs, Not Symptoms -- Test Your Tests -- How to Fix a Bug -- Estimating Number of Bugs -- Tracking Bugs Found -- Seeding -- The Lincoln Index -- Summary -- What You Learned in This Chapter -- Chapter 14 Deployment -- Scope -- The Plan -- Cutover -- Staged Deployment -- Gradual Cutover -- Incremental Deployment -- Parallel Testing -- Deployment Tasks -- Deployment Mistakes -- Summary -- What You Learned in This Chapter -- Chapter 15 Metrics -- Wrap Party -- Defect Analysis -- Species of Bugs -- Discoverer -- Severity -- Creation Time -- Age at Fix -- Task Type -- Defect Database -- Ishikawa Diagrams -- Software Metrics -- Qualities of Good Attributes and Metrics -- Using Metrics -- Process Metrics -- Project Metrics -- Things to Measure -- Size Normalization -- Function Point Normalization -- Count Function Point Metrics -- Multiply by Complexity Factors -- Calculate Complexity Adjustment Value -- Calculate Adjusted FP -- Summary -- What You Learned in This Chapter -- Chapter 16 Maintenance -- Maintenance Costs -- Task Categories -- Perfective Tasks -- Feature Improvements -- New Features -- The Second System Effect -- Adaptive Tasks -- Corrective Tasks -- Preventive Tasks -- Clarification -- Code Reuse -- Improved Flexibility -- Bug Swarms -- Bad Programming Practices -- Individual Bugs -- Not Invented Here -- Task Execution -- Summary -- What You Learned in This Chapter…”
    Libro electrónico
  15. 2095
    por Yaghmour, Karim
    Publicado 2003
    Tabla de Contenidos: “…2.3. Types of Host/Target Debug Setups2.4. Generic Architecture of an Embedded Linux System; 2.5. …”
    Libro electrónico
  16. 2096
    por Massol, Vincent
    Publicado 2004
    Tabla de Contenidos: “…Listing Available Goals1.7. Producing Debug Information; 1.7.2. What just happened?; 1.8. …”
    Libro electrónico
  17. 2097
    Publicado 2011
    Tabla de Contenidos: “…XML Schemas -- XML DB Repository -- XML Indexes -- Summary -- 13 XML DB Backup and Recovery -- Back Up XML DB with RMAN -- Back Up in NOARCHIVE Log Mode -- Back Up in Archive Log Mode -- Importing and Exporting XML with Data Pump -- XMLType Stored as a Table Column -- XMLType Tables -- XML Schema-based XMLType Tables and Columns -- Summary -- 14 XML DB Security and Performance Tuning -- Oracle XML DB Security -- XML DB Repository ACLs -- Setting Up ACL for Network Services Access -- Oracle XML DB Performance Tuning -- Basic XML Processing Performance -- Bulk XML Loading Performance -- XQuery Performance Tuning -- Summary -- PART III BUILDING XML APPLICATIONS -- 15 XML DB Web Services -- Setting Up XML DB Web Services -- Querying Oracle Database with Web Services -- Publishing PL/SQL Functions/Procedures -- Creating PL/SQL Packages and Functions -- Reviewing the WSDL of the PL/SQL Function -- Calling PL/SQL XML DB Web Services in Java -- Summary -- 16 Using Oracle JDeveloper 11g -- Creating the First XML Project -- Creating XML Documents -- Validating XML with XML Schema -- Transforming XML with XSLT -- Running Oracle XML Java Program -- Creating Java Stored Procedures: Basics -- Setting Up Oracle Java Virtual Machine -- Creating the Java Program -- Creating Database Connections -- Deploying Java Stored Procedures -- Creating PL/SQL Specifications -- Running Java Stored Procedures -- Remote Debugging of Java Stored Procedures -- Creating Java Stored Procedures: Advanced Topics -- Summary -- 17 Pulling It All Together -- Creating XML Documents -- Storing XML in XML DB Repository -- Creating an SQL View -- Adding Contact IDs -- Reformatting the Data String -- Publishing XML in APEX -- Creating a Report -- Editing XML -- Displaying XML -- Exporting Contacts -- Integrating with Full-Text Search -- Sending Emails Using Oracle XML DB…”
    Libro electrónico
  18. 2098
    Publicado 2024
    Tabla de Contenidos: “…Recap: When to Use Cumulative Layout Shift -- Chapter 10: Interaction to Next Paint -- What Interaction to Next Paint Measures -- Events and Event Handler Code -- Interaction Process -- Measuring Interactions -- How INP Relates to FID -- How INP Relates to the DOM -- How INP Compares to Total Blocking Time and Time to Interactive -- Measuring Interaction to Next Paint -- INP Benchmarks -- Simulate Interactions: DebugBear's INP Profiler -- Breakdown INP: Web Vitals Extension -- Find Event Handler Code: Firefox DevTools -- Ways to Improve Interaction to Next Paint -- Processing Time: Improve Event Handler Code -- Presentation Delay: Optimize Animations -- Recap: When to Use Interaction to Next Paint -- Chapter 11: Conclusion: Choosing Website Speed Metrics -- Summary -- Appendix A: Metrics Recap -- Regular Monitoring -- Core Web Vitals - SEO and UX -- Speed KPIs -- Deeper Diagnostic -- For General Communication -- Appendix B: PageSpeed Insights -- Field Data -- Lab Data -- Opportunities and Diagnostics -- Appendix C: References and Additional Information -- Chapter 1 -- Chapter 2 -- Chapter 3 -- Chapter 4 -- Chapter 5 -- Chapter 6 -- Chapter 7 -- Chapter 8 -- Chapter 9 -- Chapter 10 -- Appendix B -- Index…”
    Libro electrónico
  19. 2099
    por Simovic, Vladimir
    Publicado 2022
    Tabla de Contenidos: “…6.6.3 wp-config.php - die Konfigurationsdatei -- 6.6.4 Fehler finden mit dem Debug-Modus -- 6.6.5 All-in-one - die options.php…”
    Libro electrónico
  20. 2100
    Publicado 2015
    Tabla de Contenidos: “…3.5.3 The barbershop problem: introducing fairness -- 3.5.4 Readers-writers -- 3.5.4.1 A solution favoring the readers -- 3.5.4.2 Giving priority to the writers -- 3.5.4.3 A fair solution -- 3.6 Monitors -- 3.6.1 Design approach 1: critical section inside the monitor -- 3.6.2 Design approach 2: monitor controls entry to critical section -- 3.7 Applying monitors in classical problems -- 3.7.1 Producers-consumers revisited -- 3.7.1.1 Producers-consumers: buffer manipulation within the monitor -- 3.7.1.2 Producers-consumers: buffer insertion/extraction exterior to the monitor -- 3.7.2 Readers-writers -- 3.7.2.1 A solution favoring the readers -- 3.7.2.2 Giving priority to the writers -- 3.7.2.3 A fair solution -- 3.8 Dynamic vs. static thread management -- 3.8.1 Qt's thread pool -- 3.8.2 Creating and managing a pool of threads -- 3.9 Debugging multithreaded applications -- 3.10 Higher-level constructs: multithreaded programming without threads -- 3.10.1 Concurrent map -- 3.10.2 Map-reduce -- 3.10.3 Concurrent filter -- 3.10.4 Filter-reduce -- 3.10.5 A case study: multithreaded sorting -- 3.10.6 A case study: multithreaded image matching -- Exercises -- Chapter 4: Shared-memory programming: OpenMP -- 4.1 Introduction -- 4.2 Your First OpenMP Program -- 4.3 Variable Scope -- 4.3.1 OpenMP Integration V.0: Manual Partitioning -- 4.3.2 OpenMP Integration V.1: Manual Partitioning Without a Race Condition -- 4.3.3 OpenMP Integration V.2: Implicit Partitioning with Locking -- 4.3.4 OpenMP Integration V.3: Implicit Partitioning with Reduction -- 4.3.5 Final Words on Variable Scope -- 4.4 Loop-Level Parallelism -- 4.4.1 Data Dependencies -- 4.4.1.1 Flow Dependencies -- 4.4.1.2 Antidependencies -- 4.4.1.3 Output Dependencies -- 4.4.2 Nested Loops -- 4.4.3 Scheduling -- 4.5 Task Parallelism -- 4.5.1 The sections Directive -- 4.5.1.1 Producers-Consumers in OpenMP…”
    Libro electrónico