Mostrando 1,861 - 1,880 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.13s Limitar resultados
  1. 1861
    Publicado 2015
    Tabla de Contenidos: “…-- OpenFL -- HaxeFlixel -- Installation -- Installing Haxe -- OpenFL -- Setting up an IDE -- Installing HaxeFlixel -- Setting up target platforms -- Flash -- Android -- iOS -- Desktop -- Hello World -- Creating a project -- Running the project -- Copying assets -- Making changes -- Summary -- Chapter 2: Building a New Game -- The Haxe syntax -- Data types and structures -- Operators -- Access modifiers -- Variables -- Functions -- The for loops -- Classes -- Setting up a new HaxeFlixel project -- Creating the new project -- The anatomy of our project -- Changing settings -- Adding assets -- Adding a background and basic UI -- Making enemies -- Creating the enemy class -- Adding variables -- Setting up the display -- Creating the spawn timer -- Instantiating enemies and adding interaction -- Adding new imports -- Adding variables -- Creating instances and adding mouse events -- Creating the end screen -- Creating the end screen class -- Adding variables -- Adding the background and score text -- Restarting the level -- Implementing the game timer -- Importing the end screen -- Adding variables -- Creating the level timer -- Creating the timer callback function -- Summary -- Chapter 3: Dealing with Menus and Screen Flow -- Adding new assets -- Changing the default state -- Building the splash screen -- Adding imports -- Creating variables -- Adding sprites -- Adding instructions -- Starting the animation sequence -- Creating the next stage of the sequence -- Finishing the sequence -- Navigating back to the game -- Updating the level end screen -- Adding imports -- Adding variables -- Housekeeping -- Adding the group and setting up the window -- Adding scores…”
    Libro electrónico
  2. 1862
    Publicado 2023
    Tabla de Contenidos: “…Multiple masters -- Programming the controller -- Interrupt handling -- Summary -- Chapter 8: Power Management and Energy Saving -- Technical requirements -- System configuration -- Hardware design -- Clock management -- Voltage control -- Low-power operating modes -- Deep-sleep configuration -- Stop mode -- Standby mode -- Wake-up intervals -- Measuring power -- Development boards -- Designing low-power embedded applications -- Replacing busy loops with sleep mode -- Deep sleep during longer inactivity periods -- Choosing the clock speed -- Power state transitions -- Summary -- Chapter 9: Distributed Systems and IoT Architecture -- Technical requirements -- Network interfaces -- MAC -- Selecting the appropriate network interfaces -- The IPs -- Standard protocols, custom implementations -- The TCP/IP stack -- Network device drivers -- Running the TCP/IP stack -- Socket communication -- Connectionless protocols -- Mesh networks and dynamic routing -- TLS -- Securing socket communication -- Application protocols -- Message protocols -- The REST architectural pattern -- Distributed systems - single points of failure -- Summary -- Part 4 - Multithreading -- Chapter 10: Parallel Tasks and Scheduling -- Technical requirements -- Task management -- The task block -- Context switch -- Creating tasks -- Scheduler implementation -- Supervisor calls -- Cooperative scheduler -- Concurrency and timeslices -- Blocking tasks -- Waiting for resources -- Real-time scheduling -- Synchronization -- Semaphores -- Mutexes -- Priority inversion -- System resource separation -- Privilege levels -- Memory segmentation -- System calls -- Embedded operating systems -- OS selection -- FreeRTOS -- RIOT OS -- Summary -- Chapter 11: Trusted Execution Environment -- Technical requirements -- Sandboxing -- TrustZone-M -- Reference platform…”
    Libro electrónico
  3. 1863
    Publicado 2024
    Tabla de Contenidos: “…Alert aggregation and correlation -- Alert engine architecture -- A look into rulers and Alertmanager -- Architecture -- Creating your first alerts -- Grafana for alerts -- External integrations -- Alerting tips and best practices -- Addressing common alert challenges -- Build on top of communication and transparency -- Healthy incident management process -- The role of AI in alerting -- Summary -- Chapter 10: Real-World Observability Architectures -- Observability stack options -- All-in-one open source tools -- Commercial off-the-shelf tools -- Controller-based systems -- Time series versus snapshot observability -- Comparing build versus buy decision points -- Defining requirements -- Evaluating in-house capabilities and resources -- Cost analysis -- Assessing risks -- Comparing features and flexibility -- Making a decision -- Orchestrating an observability platform -- Deployment methodologies and orchestration -- Summary -- Part 3: Using Your Network Observability Data -- Chapter 11: Applications of Your Observability Data - Driving Business Success -- The business value of observability data -- Capacity planning -- Percentiles -- Forecasting -- Defining health status -- Treating your network as a service -- Monitoring SLIs, SLOs, and SLAs for optimal network performance -- How to treat a network as a service -- Architecting dashboards -- Network-related personas -- Dashboard types -- Summary -- Chapter 12: Automation Powered by Observability Data - Streamlining Network Operations -- Setting up the lab environment -- Advanced automation techniques with event-driven automation -- Event-driven automation -- Closed-loop automation -- Event-driven automation with Prefect -- Summary -- Chapter 13: Leveraging Artificial Intelligence for Enhanced Network Observability -- AI and ML fundamentals -- ML algorithms -- Neural networks and language models…”
    Libro electrónico
  4. 1864
    Publicado 2024
    Tabla de Contenidos: “…-- Understanding Core Data framework classes -- Using Core Data with SwiftUI -- Creating a Core Data project -- Working with the data model file -- Core Data migrations -- The SQLite data file -- CloudKit -- Summary -- Chapter 13: Modern Structured Concurrency -- A brief introduction to concurrency -- Understanding traditional concurrency mechanisms -- Threads -- Callbacks and event loops -- GCD -- What is structured concurrency? -- Using the async/await syntax -- Understanding tasks -- Task groups -- Asynchronous streams -- Actors -- MainActor -- Bridging old GCD and structured concurrency -- Summary -- Chapter 14: An Introduction to SwiftData -- Technical requirements -- Understanding the differences between SwiftData and Core Data -- SwiftData and SwiftUI -- Exploring changes in the binding mechanisms -- Creating a data model -- Understanding relationships in SwiftData -- One-to-one relationships -- One-to-many relationships -- Many-to-one relationships -- Many-to-many relationships -- Cascading deletion rules -- Fetching data -- Filtering data with predicates -- Summary -- Chapter 15: Consuming REST Services in SwiftUI -- Technical requirements -- An overview of REST -- Ports -- Understanding REST requests in Swift -- Codable, Encodable, and Decodable protocols -- Using URLSession -- Implementing HTTP methods -- Setting headers -- Handling errors -- URLProtocol -- Summary…”
    Libro electrónico
  5. 1865
    por Kalman, Balazs
    Publicado 2004
    Tabla de Contenidos: “…Using WebSphere Studio Application Monitor -- 5.1 Availability -- 5.1.1 Application overview -- 5.1.2 Server statistics overview -- 5.2 Problem determination -- 5.2.1 Scenario 1 - table lock -- 5.2.2 Scenario 2 - software consistency check -- 5.2.3 Scenario 3 - looping transaction -- 5.2.4 Scenario 4 - hung transaction -- 5.2.5 Scenario 5 - heap analysis -- 5.3 Performance management -- 5.3.1 Scenario 1 - connection pool bottleneck -- 5.3.2 Scenario 2 - performance analysis and reporting -- 5.4 How to read a method trace -- Part 4 Appendixes -- Appendix A. …”
    Libro electrónico
  6. 1866
    Publicado 2013
    Tabla de Contenidos: “…A miscellany of great ideas for managers Introduction T81 The Pareto Principle T82 The Eisenhower Principle and Covey's time management theory T83The Thomas and Kilman's conflict resolution model T84 Grinder and Bandler'sneuro linguistic programming (NLP)theory T85Goleman's theory of emotional intelligence T86 Boyd's OODA loop T87 Luft and Ingram's Johari windows T88 The McNamara Falacy T89 SMART targets A final word on the best of the rest The one theory that shall rule them all, and why we picked it A very final word Further reading Index…”
    Libro electrónico
  7. 1867
    Publicado 2019
    Tabla de Contenidos: “…Repeating actions with loops -- 6.3. Iterators and code blocks -- 6.4. Error handling and exceptions -- Summary -- Part 2. …”
    Libro electrónico
  8. 1868
    Publicado 2024
    Tabla de Contenidos: “…-- Program structure -- Console application -- Building a forms application -- The Object Pascal language phrasebook -- Tokens -- Constants -- Types -- Inline variables declaration -- Sets and arrays -- Helpers -- Generics -- Anonymous code -- Operator overloading -- Runtime type information -- Custom attributes -- Summary -- Chapter 3: Packing Up Your Toolbox -- Technical requirements -- Working with files and streams -- Working with JSON -- Writing JSON -- Reading JSON -- Using the JSON wizard in Delphi 12 -- Working with XML -- Summary -- Chapter 4: Using the Parallel Programming Library -- Technical requirements -- Using threads -- Access synchronization -- Calling Synchronize -- Atomic operations -- Using a critical section -- Using TMonitor -- Exploring the Parallel Programming Library -- Parallel loops -- Using tasks -- The beauty of futures -- Summary -- Part 2: Going Mobile -- Chapter 5: Playing with FireMonkey -- Technical requirements -- Drawing in code -- Get moving with timers -- Precise timing -- The power of parenting -- Shapes -- Animations -- Touching the screen -- Touch -- Gestures -- Multi-touch -- Game of Memory -- Designing the game -- Working with images -- Designing the user interface -- Aligning, anchoring, and margins -- Layouts -- Building the main form of the game -- Storing the game's configuration…”
    Libro electrónico
  9. 1869
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Landing Your First Data Engineering Job -- 1 -- Chapter 1: The Roles and Responsibilities of a Data Engineer -- Roles and responsibilities of a data engineer -- Responsibilities -- An overview of the data engineering tech stack -- Summary -- 2 -- Chapter 2: Must-Have Data Engineering Portfolio Projects -- Technical requirements -- Must-have skillsets to showcase in your portfolio -- Ability to ingest various data sources -- Data storage -- Data processing -- Cloud technology -- Portfolio data engineering project -- Scenario -- Summary -- 3 -- Chapter 3: Building Your Data Engineering Brand on LinkedIn -- Optimizing your LinkedIn profile -- Your profile picture -- Your banner -- Header -- Crafting your About Me section -- Initial writing exercise -- Developing your brand -- Posting content -- Building your network -- Sending cold messages -- Summary -- 4 -- Chapter 4: Preparing for Behavioral Interviews -- Identifying six main types of behavioral questions to expect -- Assessing cultural fit during an interview -- Utilizing the STARR method when answering questions -- Example interview question #1 -- Example interview question #2 -- Example interview question #3 -- Example interview question #4 -- Example interview question #5 -- Reviewing the most asked interview questions -- Summary -- Part 2: Essentials for Data Engineers Part I -- 5 -- Chapter 5: Essential Python for Data Engineers -- Must-know foundational Python skills -- SKILL 1 - understand Python's basic syntax and data structures -- SKILL 2 - understand how to use conditional statements, loops, and functions -- SKILL 3 - be familiar with standard built-in functions and modules in Python -- SKILL 4 - understand how to work with file I/O in Python…”
    Libro electrónico
  10. 1870
    Publicado 2022
    Tabla de Contenidos: “…-- When to Expect That Your Actions Will Get the Validation of Your Loved Ones -- Balance Your Long-Term Personal Benefits with Others' Short-Term Benefits -- The Goal Is the Internal Shift -- Chapter 6: Toward the Workspaces Where New Curiosities Take You -- Summary of Part 1 -- Self-Exploration Exercises: Orienting Yourself to the Next Stage of Creative Self-Development -- Part II: Learn to Live Like a Creator -- Chapter 7: Allow Your Tiny Genius to Roam Outside Your Comfort Zone -- Chapter 8: Crossing Paths with a New Curiosity -- A New Creative Curiosity, a New Set of Skills to Master -- Chapter 9: Allow Yourself to Create for Different Audiences -- The Social Part of "I" Is in Unrest -- A Part of the "I" Is Collective -- Be Like a Genius -- Know When to Be Flexible and When to Persevere -- The Flexibility to Make Room for New Curiosities -- The Perseverance to Create -- Four Personal Needs to Create -- The Love of Autonomy -- The Desire for Fairness -- The Need for Relatedness -- The Intention to Leave a Legacy of Personal Values -- Chapter 10: Committing to Your Creative Focus -- And They Lived Happily Through the Loops of Feedback -- Part 2 Summary - Learn to Live Like a Creator -- Part III: Priming Your Mind for Creative Insight -- Chapter 11: Why Habits of Inner Observation Strengthen the Identity As a Creator -- The Attraction Toward a Particular Domain -- Take the Creator in You for a Couple of Dates to Observe New Sensitivities -- Chapter 12: Follow Your Sense of Beauty -- Habit 1: The Discipline of Observing Your Sensitivities -- Habit 2: Question Your Interpretations -- Habit 3: Cultivate Your Intuition About What Questions to Focus On -- What Is Intuition and Why Is It Important? …”
    Libro electrónico
  11. 1871
    Publicado 2021
    Tabla de Contenidos: “…1.13.6 Applying Cognition to Develop Health and Wellness -- 1.13.7 Welltok -- 1.13.8 CaféWell Concierge in Action -- 1.14 Advantages of Cognitive Computing -- 1.15 Features of Cognitive Computing -- 1.16 Limitations of Cognitive Computing -- 1.17 Conclusion -- References -- 2 Machine Learning and Big Data in Cyber-Physical System: Methods, Applications and Challenges -- 2.1 Introduction -- 2.2 Cyber-Physical System Architecture -- 2.3 Human-in-the-Loop Cyber-Physical Systems (HiLCPS) -- 2.4 Machine Learning Applications in CPS -- 2.4.1 K-Nearest Neighbors (K-NN) in CPS -- 2.4.2 Support Vector Machine (SVM) in CPS -- 2.4.3 Random Forest (RF) in CPS -- 2.4.4 Decision Trees (DT) in CPS -- 2.4.5 Linear Regression (LR) in CPS -- 2.4.6 Multi-Layer Perceptron (MLP) in CPS -- 2.4.7 Naive Bayes (NB) in CPS -- 2.5 Use of IoT in CPS -- 2.6 Use of Big Data in CPS -- 2.7 Critical Analysis -- 2.8 Conclusion -- References -- 3 HemoSmart: A Non-Invasive Device and Mobile App for Anemia Detection -- 3.1 Introduction -- 3.1.1 Background -- 3.1.2 Research Objectives -- 3.1.3 Research Approach -- 3.1.4 Limitations -- 3.2 Literature Review -- 3.3 Methodology -- 3.3.1 Methodological Approach -- 3.3.2 Methods of Analysis -- 3.4 Results -- 3.4.1 Impact of Project Outcomes -- 3.4.2 Results Obtained During the Methodology -- 3.5 Discussion -- 3.6 Originality and Innovativeness of the Research -- 3.6.1 Validation and Quality Control of Methods -- 3.6.2 Cost-Effectiveness of the Research -- 3.7 Conclusion -- References -- 4 Advanced Cognitive Models and Algorithms -- 4.1 Introduction -- 4.2 Microsoft Azure Cognitive Model -- 4.2.1 AI Services Broaden in Microsoft Azure -- 4.3 IBM Watson Cognitive Analytics -- 4.3.1 Cognitive Computing -- 4.3.2 Defining Cognitive Computing via IBM Watson Interface -- 4.3.3 IBM Watson Analytics -- 4.4 Natural Language Modeling…”
    Libro electrónico
  12. 1872
    Publicado 2002
    Tabla de Contenidos: “…Using the C++ toolkit in Win32 programs -- 10.1 The Win32Status sample -- 10.1.1 The sample code -- 10.1.2 The output window -- 10.2 Writing Win32 code with Sametime C++ toolkit -- 10.2.1 Libraries -- 10.2.2 Using wmain -- 10.2.3 The message loop -- 10.3 Summary -- Part 4 COM and Sametime Links toolkits -- Chapter 11. …”
    Libro electrónico
  13. 1873
    Publicado 2015
    Tabla de Contenidos: “…Advanced Software Testing Vol. 3 -- Table of Contents -- Jamie Mitchell's Acknowledgements -- Rex Black's Acknowledgements -- Introduction -- 1 The Technical Test Analyst's Tasks in Risk-Based Testing -- 1.1 Introduction -- 1.2 Risk Identification -- 1.3 Risk Assessment -- 1.4 Risk Mitigation or Risk Control -- 1.5 An Example of Risk Identification and Assessment Results -- 1.6 Risk-Aware Testing Standard -- 1.7 Sample Exam Questions -- 2 Structure-Based Testing -- 2.1 Introduction -- 2.1.1 Control Flow Testing Theory -- 2.1.2 Building Control Flow Graphs -- 2.1.3 Statement Coverage -- 2.1.4 Decision Coverage -- 2.1.5 Loop Coverage -- 2.1.6 Hexadecimal Converter Exercise -- 2.1.7 Hexadecimal Converter Exercise Debrief -- 2.2 Condition Coverage -- 2.3 Decision Condition Coverage -- 2.4 Modified Condition/Decision Coverage (MC/DC) -- 2.4.1 Complicating Issues: Short-Circuiting -- 2.4.2 Complicating Issues: Coupling -- 2.5 Multiple Condition Coverage -- 2.5.1 Control Flow Exercise -- 2.5.2 Control Flow Exercise Debrief -- 2.6 Path Testing -- 2.6.1 Path Testing via Flow Graphs -- 2.6.2 Basis Path Testing -- 2.6.3 Cyclomatic Complexity Exercise -- 2.6.4 Cyclomatic Complexity Exercise Debrief -- 2.7 API Testing -- 2.8 Selecting a Structure-Based Technique -- 2.8.1 Structure-Based Testing Exercise Debrief -- 2.9 A Final Word on Structural Testing -- 2.10 Sample Exam Questions -- 3 Analytical Techniques -- 3.1 Introduction -- 3.2 Static Analysis -- 3.2.1 Control Flow Analysis -- 3.2.2 Data Flow Analysis -- 3.2.2.1 Define-Use Pairs -- 3.2.2.2 Define-Use Pair Example -- 3.2.2.3 Data Flow Exercise -- 3.2.2.4 Data Flow Exercise Debrief -- 3.2.2.5 A Data Flow Strategy -- 3.2.3 Static Analysis to Improve Maintainability -- 3.2.3.1 Code Parsing Tools -- 3.2.3.2 Standards and Guidelines -- 3.2.4 Call Graphs -- 3.2.4.1 Call-Graph-Based Integration Testing…”
    Libro electrónico
  14. 1874
    Publicado 2023
    Tabla de Contenidos: “…6.1.2 Creating images with Dockerfiles -- 6.1.3 Publishing images on GitHub Container Registry -- 6.2 Packaging Spring Boot applications as container images -- 6.2.1 Preparing Spring Boot for containerization -- 6.2.2 Containerizing Spring Boot with Dockerfiles -- 6.2.3 Building container images for production -- 6.2.4 Containerizing Spring Boot with Cloud Native Buildpacks -- 6.3 Managing Spring Boot containers with Docker Compose -- 6.3.1 Using Docker Compose to manage the container life cycle -- 6.3.2 Debugging Spring Boot containers -- 6.4 Deployment pipeline: Package and publish -- 6.4.1 Building release candidates in the commit stage -- 6.4.2 Publishing container images with GitHub Actions -- Summary -- 7 Kubernetes fundamentals for Spring Boot -- 7.1 Moving from Docker to Kubernetes -- 7.1.1 Working with a local Kubernetes cluster -- 7.1.2 Managing data services in a local cluster -- 7.2 Kubernetes Deployments for Spring Boot -- 7.2.1 From containers to Pods -- 7.2.2 Controlling Pods with Deployments -- 7.2.3 Creating a Deployment for a Spring Boot application -- 7.3 Service discovery and load balancing -- 7.3.1 Understanding service discovery and load balancing -- 7.3.2 Client-side service discovery and load balancing -- 7.3.3 Server-side service discovery and load balancing -- 7.3.4 Exposing Spring Boot applications with Kubernetes Services -- 7.4 Scalability and disposability -- 7.4.1 Ensuring disposability: Fast startup -- 7.4.2 Ensuring disposability: Graceful shutdown -- 7.4.3 Scaling Spring Boot applications -- 7.5 Local Kubernetes development with Tilt -- 7.5.1 Inner development loop with Tilt -- 7.5.2 Visualizing your Kubernetes workloads with Octant -- 7.6 Deployment pipeline: Validate Kubernetes manifests -- 7.6.1 Validating Kubernetes manifests in the commit stage…”
    Libro electrónico
  15. 1875
    Publicado 2020
    Tabla de Contenidos: “…3.4.8 Noise -- 3.4.9 Distortion -- 3.5 Common Mode Feedback -- 3.6 Compensation in Amplifier -- 3.6.1 Loop Response -- 3.6.2 Pulse Response -- 3.7 Wideband Amplifier Technique -- 3.7.1 Source and Load -- 3.7.2 Stages and Feedback -- 3.8 Noises in Amplifiers -- 3.8.1 Noise in Circuits -- 3.8.2 Noise in Single-Stage Amplifiers -- 3.8.3 Noise in Differential Pairs -- 3.8.4 Noise in Amplifier with Resistors in the Feedback -- 3.8.5 Noise Bandwidth -- 3.9 Current Density Design Approach -- 3.10 Layout Examples -- 3.11 Summary -- References -- Chapter 4: Low Power Amplifier -- 4.1 Introduction -- 4.2 Low Voltage CMOS Amplifier -- 4.2.1 Body or Bulk Control -- 4.2.2 Circuit Technique -- 4.3 Subthreshold -- 4.4 Current Reuse CMOS Amplifier -- 4.5 Other Techniques -- 4.5.1 Common-Gate with Gain-Boosting Wideband Differential LNA -- 4.6 Spice Example -- 4.7 Summary -- References -- Chapter 5: Voltage Regulator, References and Biasing -- 5.1 Introduction -- 5.2 Current Sources -- 5.3 Self-Biased -- 5.4 CTAT and PTAT -- 5.5 Bandgap Voltage Reference -- 5.5.1 Bandgap Reference -- 5.6 Diode-Less Voltage Reference -- 5.7 Cascode Current Source -- 5.8 Regulated Power Supply -- 5.9 Design Example -- 5.10 Spice Example -- 5.11 Layout Example -- 5.12 Summary -- Problems -- References -- Chapter 6: Introduction of Advanced Analog Circuit -- 6.1 Introduction -- 6.2 MOSFET as a Switch -- 6.3 Basic Switched Capacitor -- 6.3.1 Switching Capacitor Sensitive to Parasitic Capacitances -- 6.4 Active Integrator -- 6.4.1 Non-inverting Switching Capacitor Non-sensitive to Parasitic Capacitances -- 6.4.2 Inverting Active Integrator without a Delay -- 6.4.3 Inverting the Switching Capacitor with a Delay, Non-sensitive to Parasitic Capacitances -- 6.4.4 SC Behavior in Discrete Points of Time -- 6.4.5 Non-inverting Active Integrator with a Delay -- 6.5 Sample-and-Hold Amplifier…”
    Libro electrónico
  16. 1876
    Publicado 2018
    Tabla de Contenidos: “…11.3 Attack Prevention and System Transmission Zeros -- 11.3.1 Zero Dynamics and Transmission Zeros -- 11.3.2 Attack Prevention -- 11.4 Detection of Attacks -- 11.5 Identi cation of Attacks -- 11.6 System Security and Sensor/Actuator Placement -- 11.6.1 Some Properties of the Kalman Filter -- 11.6.2 Sensor Placements -- 11.6.3 Actuator Placements -- 11.7 Concluding Remarks -- 11.8 Bibliographic Notes -- Appendix 11.A -- 11.A.1 Proof of Theorem 11.7 -- References -- 12 Some Related Issues -- 12.1 Introduction -- 12.2 Cooperation Over Communications -- 12.2.1 Time Synchronization -- 12.2.2 State Consensus -- Fixed Topology Case -- Time-Varying Topology Case -- 12.3 Adaptive Mean-Field Games for Large Population Coupled ARX Systems With Unknown Coupling Strength -- Introduction -- Problem Formulation -- Control Design -- Closed-Loop Analysis -- 12.4 Other Topics and Theoretical Challenges -- 12.5 Bibliographic Notes -- Appendix 12.A -- 12.A.1 Proof of Theorem 12.5 -- References -- Index -- Back Cover…”
    Libro electrónico
  17. 1877
    Publicado 2018
    Tabla de Contenidos: “…Adding and Removing Function Calls -- 4.3.7. Loop Transformations -- 4.3.8. Adding and Removing Jumps -- 4.3.9. …”
    Libro electrónico
  18. 1878
    Publicado 2022
    Tabla de Contenidos: “…2.4 Calculation of extraterrestrial radiation -- 2.5 Calculation of terrestrial radiation -- 2.5.1 Measurement of terrestrial radiation -- 2.5.2 Terrestrial radiations databases -- 2.5.3 Terrestrial irradiation estimation from correlation -- 2.6 Calculation of beam and diffuse radiation on horizontal plane -- 2.6.1 The monthly average daily clearness index -- 2.6.2 The hourly clearness index -- 2.6.3 The daily clearness index -- Hourly total irradiation from daily irradiation on horizontal -- Hourly diffuse irradiations from daily diffuse irradiation on horizontal -- 2.7 Radiations on a tilted plane -- 2.7.1 Calculation of radiations on a tilted plane -- 2.7.2 Models for calculation of radiations on a tilted plane -- Liu and Jordan model (iso, γ=0, I) (Liu &amp -- Jordan, 1960) -- Liu and Jordan model (iso, γ=0, H) (Liu &amp -- Jordan, 1960) -- Hay, Davies, Klucher and Reindl model (HDKR model) (iso+cs+hz, γ=0, I) (Yadav &amp -- Chandel, 2013) -- 2.8 Solar power conversion -- 2.8.1 PV systems -- 2.8.2 Solar thermal power production -- 2.8.3 Installations of PV modules or thermal collectors -- 2.8.4 Fixed type PV installations with an optimum tilt angle -- 2.9 Solar tracking technology -- 2.9.1 Classification of solar tracking -- 2.9.2 Closed loop tracking system -- 2.9.3 Open loop tracking system -- 2.9.4 Passive solar trackers -- 2.9.5 Single axis tracking -- 2.9.6 Double axis tracking -- 2.10 Worked out problems -- References -- 3 - Heat exchanger for solar thermal energy -- 3.1 Basic concept of heat exchanger -- 3.1.1 Concept and definition -- 3.1.2 Classification of heat exchangers -- Classification based on transfer processes -- Classification based on physical construction -- Classification based on flow arrangement -- Compact heat exchanger -- Heat exchangers coupled with solar thermal technology…”
    Libro electrónico
  19. 1879
    Publicado 2014
    Tabla de Contenidos: “…-- Using the help() system -- Mac OS and GNU/Linux secrets -- Windows secrets -- Using the help mode -- Background briefing - math and numbers -- The usual culprits -- The ivory tower of numbers -- Integer numbers -- Rational numbers -- Floating-point numbers -- Decimal numbers -- Complex numbers -- Outside the numbers -- Assigning values to variables -- Writing scripts and seeing output -- Gathering user input -- Handling exceptions -- Looping and trying again -- Handling text and strings -- Converting between numbers and strings -- Parsing strings -- Organizing our software -- Working with files and folders -- Creating a file -- Reading a file -- Defining more complex logical conditions -- Solving problems - recovering a lost password -- Reading a word corpus -- Reading a ZIP archive -- Using brute-force search -- Summary -- 2. …”
    Libro electrónico
  20. 1880
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 9 -- Getting started with Java -- Installing Java -- Installation on Windows -- Installation on MAC OS X -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the byte code -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Build the code and run it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quick sort -- Project structure and build tools -- Maven dependency management -- Code the sort -- Creating the interfaces -- Creating BubbleSort -- Amending the interfaces -- Architectural considerations -- Creating unit tests -- Adding JUnit as dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable…”
    Libro electrónico