Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Application software 4
- Development 4
- Linux 4
- Operating systems (Computers) 4
- Computer networks 3
- Evaluation 3
- Computer Science 2
- Computer programming 2
- Cost accounting 2
- Engineering & Applied Sciences 2
- Multiprocessors 2
- Multiprogramming (Electronic computers) 2
- Programming 2
- Programming languages (Electronic computers) 2
- Python (Computer program language) 2
- Quality control 2
- Telecommunication 2
- Telecommunication systems 2
- Accounting 1
- Algorithms 1
- Amazon Web Services (Firm) 1
- Android (Electronic resource) 1
- Apache Hadoop 1
- Arctic 1
- Arktis 1
- Artificial Intelligence 1
- Artificial intelligence 1
- BASIC (Computer program language) 1
- Bad Smells 1
- Business 1
-
21por Wiggers, Steef-JanTabla de Contenidos: “…Chapter 2: BizTalk Server Automation: PatternsIntroduction; Implementing the splitter pattern; Developing an asynchronous aggregation pattern; Creating a FIFO solution; Developing a parallel convoy solution; Routing using the resequencer messages in an orchestration; Implementing a retry pattern in an orchestration; Calling a pipeline in an orchestration; Chapter 3: BizTalk Server Instrumentation, Error Handling, and Deployment; Introduction; Tracing BizTalk applications using DebugView; Monitoring BizTalk solution behavior with Log4Net; Applying event logging in BizTalk solutions…”
Publicado 2012
Libro electrónico -
22por Herlihy, MauriceTabla de Contenidos: “…Principles -- 2 Mutual Exclusion -- 2.1 Time -- 2.2 Critical Sections -- 2.3 2-Thread Solutions -- 2.4 The Filter Lock -- 2.5 Fairness -- 2.6 Lamport's Bakery Algorithm -- 2.7 Bounded Timestamps -- 2.8 Lower Bounds on the Number of Locations -- 2.9 Chapter Notes -- 2.10 Exercises -- 3 Concurrent Objects -- 3.1 Concurrency and Correctness -- 3.2 Sequential Objects -- 3.3 Quiescent Consistency -- 3.4 Sequential Consistency -- 3.5 Linearizability -- 3.6 Formal Definitions -- 3.7 Progress Conditions -- 3.8 The Java Memory Model -- 3.9 Remarks -- 3.10 Chapter Notes -- 3.11 Exercises -- 4 Foundations of Shared Memory -- 4.1 The Space of Registers -- 4.2 Register Constructions -- 4.3 Atomic Snapshots -- 4.4 Chapter Notes -- 4.5 Exercises -- 5 The Relative Power of Primitive Synchronization Operations -- 5.1 Consensus Numbers -- 5.2 Atomic Registers -- 5.3 Consensus Protocols -- 5.4 FIFO Queues -- 5.5 Multiple Assignment Objects -- 5.6 Read-Modify-Write Operations -- 5.7 Common 2 RMW Operations -- 5.8 The compareAndSet() Operation -- 5.9 Chapter Notes -- 5.10 Exercises -- 6 Universality of Consensus -- 6.1 Introduction -- 6.2 Universality -- 6.3 A Lock-Free Universal Construction -- 6.4 A Wait-Free Universal Construction -- 6.5 Chapter Notes -- 6.6 Exercises -- II. …”
Publicado 2012
Libro electrónico -
23Publicado 2017Tabla de Contenidos: “…Cover -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Data Types: Foundational Structures -- Numeric data types -- Integer types -- Single precision float -- Double precision float -- Currency -- Typecasting -- Statically versus dynamically typed languages -- Implicit and explicit casting -- Widening and narrowing -- Boolean data type -- Operator precedence -- Short-circuiting -- Strings -- Summary -- Chapter 2: Arrays: Foundational Collections -- Mutable versus immutable arrays -- Case study: users logged in to a web service -- Advanced topics -- Linear search -- Primitive arrays -- Object arrays -- Mixed arrays -- Multidimensional arrays -- Jagged Arrays -- Summary -- Chapter 3: Lists: Linear Collections -- List implementations -- Array-based lists -- Linked list -- Instantiating lists -- Revisiting users logged in to a service -- Generics -- Case study: bike route -- Doubly linked list -- Searching -- A few pointers -- Summary -- Chapter 4: Stacks: LIFO Collections -- Initializing stacks -- UINavigationController -- Stack operations -- Case study: motion planning algorithm -- Advanced topics - stack implementations -- Array-based stack -- Linked list-based stack -- Summary -- Chapter 5: Queues: FIFO Collections -- Initializing queues -- Queue operations -- Case study: customer service -- Advanced topics -- Array-based queues -- Linked list-based queues -- Heap-based queues -- Double-ended queues -- Priority queues -- Summary -- Chapter 6: Dictionaries: Keyed Collections -- Initializing dictionaries -- Dictionary operations -- Case study: arcade ticket totals -- Advanced topics -- Hash table based dictionaries -- Search tree based dictionaries -- Summary -- Chapter 7: Sets: No Duplicates -- Set theory -- Initializing sets -- Set operations…”
Libro electrónico -
24Publicado 2018Tabla de Contenidos: “…Understanding the AWS messaging services -- Getting started with Amazon Simple Notification Service -- Sending text messages using SNS -- Using Amazon SNS as triggers -- Monitoring Amazon SNS using Amazon CloudWatch metrics -- Introducing Amazon Simple Queue Service -- Creating your first queue -- Creating a FIFO queue using the AWS CLI -- Integrating Amazon SNS and Amazon SQS -- Planning your next steps -- Summary -- Chapter 9: Powering Analytics Using Amazon EMR and Amazon Redshift -- Understanding the AWS analytics suite of services -- Introducing Amazon EMR -- Concepts and terminologies -- Getting started with Amazon EMR -- Connecting to your EMR cluster -- Running a job on the cluster -- Monitoring EMR clusters -- Introducing Amazon Redshift -- Getting started with Amazon Redshift -- Connecting to your Redshift cluster -- Working with Redshift databases and tables -- Planning your next steps -- Summary -- Chapter 10: Orchestrating Data using AWS Data Pipeline -- Introducing AWS Data Pipeline -- Getting started with AWS Data Pipeline -- Working with data pipeline definition Files -- Executing remote commands using AWS Data Pipeline -- Backing up data using AWS Data Pipeline -- Planning your next steps -- Summary -- Chapter 11: Connecting the World with AWS IoT and AWS Greengrass -- IoT - what is it? …”
Libro electrónico -
25Publicado 2011Tabla de Contenidos: “…6.4 Shapers and Leaky Buckets -- 6.5 Excess Traffic and Oversubscription -- 6.6 Comparing and Applying Policer and Shaper Tools -- 6.7 Conclusion -- Reference -- 7 Queuing and Scheduling -- 7.1 Queuing and Scheduling Concepts -- 7.2 Packets and Cellification -- 7.3 Different Types of Queuing Disciplines -- 7.4 FIFO - First in, First out -- 7.5 Fair Queuing -- 7.6 Priority Queuing -- 7.7 Weighted Fair Queueing -- 7.8 Weighted Round Robin -- 7.9 Deficit Weighted Round Robin -- 7.10 Priority-Based Deficit Weighted Round Robin -- 7.10 Conclusions about the Best Queuing Discipline -- Further Reading -- 8 Advanced Queueing topics -- 8.1 Hierarchical Scheduling -- 8.2 Queues Lengths and Buffer Size -- 8.3 Dynamically Sized versus Fixed-size Queue Buffers -- 8.4 RED - Random Early Discard -- 8.5 Using RED with TCP Sessions -- 8.6 Differentiating Traffic Inside a Queue with WRED -- 8.7 Head versus Tail RED -- 8.8 Segmented and interpolated RED Profiles -- 8.9 Conclusion -- Further Reading -- PART III CASE STUDIES -- 9 The VPLS Case Study -- 9.1 High-Level Case Study Overview -- 9.2 Virtual Private Networks -- 9.3 Service Overview -- 9.4 Service Technical Implementation -- 9.5 Network Internals -- 9.6 Classes of Service and Queue Mapping -- 9.7 Classification and Trust Borders -- 9.8 Admission Control -- 9.9 Rewrite Rules -- 9.10 Absorbing Traffic Bursts at the Egress -- 9.11 Queues and Scheduling at Core-Facing Interfaces -- 9.12 Queues and Scheduling at Customer-Facing Interfaces -- 9.13 Tracing a Packet Through the Network -- 9.14 Adding More Services -- 9.15 Multicast Traffic -- 9.16 Using Bandwidth Reservations -- 9.17 Conclusion -- Further Reading -- 10 Case Study IP RAN and Mobile Backhaul QOS -- 10.1 Evolution from 2G to 4G -- 10.2 2G Network Components -- 10.3 Traffic on 2G Networks -- 10.4 3G Network Components -- 10.5 Traffic on 3G Networks -- 10.6 LTE Network Components -- 10.7 LTE Traffic Types -- 10.8 LTE Traffic Classes -- 10.9 Conclusion -- References -- Further Reading…”
Libro electrónico -
26por Escolar, AurelioTabla de Contenidos: “…Existències i inventaris ; 1 >> Introducció; 1.1 > Magatzems sanitaris; 1.2 > Funcions del magatzem; 1.3 > Tipus de magatzems sanitaris; 1.4 > Aprovisionament; 2 >> Gestió del magatzem; 2.1 > Gestió d'existències o d'estocs; 2.2 > Seguiment d'existències; 3 >> Valoració d'existències; 3.1 > Valoració d'existències segons el mètode FIFO…”
Publicado 2009
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
27por Medrano Medrano, AlejandroTabla de Contenidos: “…Métodos de valoración. PMP, FIFO y otros -- 5. Documentación técnica relacionada con el aprovisionamiento -- 6. …”
Publicado 2024
Libro electrónico -
28por Herlihy, MauriceTabla de Contenidos: “…5.1 Consensus Numbers5.2 Atomic Registers; 5.3 Consensus Protocols; 5.4 FIFO Queues; 5.5 Multiple Assignment Objects; 5.6 Read-Modify-Write Operations; 5.7 Common2 RMW Operations; 5.8 The compareAndSet() Operation; 5.9 Chapter Notes; 5.10 Exercises; Chapter 6. …”
Publicado 2008
Libro electrónico -
29por Red Martinez, David Luis laTabla de Contenidos: “…2.6 Niveles de Planificación del Procesador2.7 Objetivos de la Planificación; 2.8 Criterios de Planificación; 2.9 Planificación Apropiativa Versus No Apropiativa; 2.10 Temporizador de Intervalos o Reloj de Interrupción; 2.11 Prioridades; 2.12 Tipos de Planificación; 2.12.1 Planificación a Plazo Fijo; 2.12.2 Planificación Garantizada; 2.12.3 Planificación del Primero en Entrar Primero en Salir (FIFO); 2.12.4 Planificación de Asignación en Rueda (RR: Round Robin); 2.12.5 Tamaño del Cuanto o Quantum; 2.12.6 Planificación del Trabajo Más Corto Primero (SJF)…”
Publicado 2001
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
30por Fernández Álvarez, Carlos AlbertoTabla de Contenidos: “…Producción en curso al comienzo del período: Métodos CM y FIFO; 6.3. La producción multifásica; 6.4. Problemática de las unidades perdidas y defectuosas..; 6.5. …”
Publicado 2015
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
31Publicado 2022Tabla de Contenidos: “…Inventory Costing -- Working with Inventoriable Costs -- Using the matching principle to calculate profit on sale -- Erring on the conservative side -- Costing Methods for Inventory -- Using the first-in, first-out (FIFO) method -- Accounting with the last-in, first-out (LIFO) method -- Weighing the merits of weighted-average cost -- Considering specific identification method -- Analyzing profit using FIFO and LIFO -- Using Variable and Absorption Costing to Allocate Fixed Manufacturing Costs -- Defining period costs and product costs -- Applying variable and absorption costing -- Relating Capacity Issues to Inventory -- Reviewing theoretical and practical capacity -- Understanding capacity issues for e-commerce firms -- Using normal and master-budget capacity -- Choosing a capacity level -- Part 3 Making Decisions -- Chapter 10 Cost Drivers and Cost Estimation Methods -- Working with Cost Behavior -- Understanding linear and nonlinear cost functions -- Discovering how cost drivers determine total costs -- Considering Cost Estimation Methods -- Walking through the industrial engineering method -- Agreeing on the conference method…”
Libro electrónico -
32por Kinniment, D. J.Tabla de Contenidos: “…5.7.2 Synchronizer Selection6 Conclusions Part I; Part II; 7 Synchronizers in Systems; 7.1 LATENCY AND THROUGHPUT; 7.2 FIFO SYNCHRONIZER; 7.3 AVOIDING SYNCHRONIZATION; 7.4 PREDICTIVE SYNCHRONIZERS; 7.5 OTHER LOW-LATENCY SYNCHRONIZERS; 7.5.1 Locally Delayed Latching (LDL); 7.5.2 Speculative Synchronization; 7.5.2.1 Synchronization error detection; 7.5.2.2 Pipelining; 7.5.2.3 Recovery; 7.6 ASYNCHRONOUS COMMUNICATION MECHANISMS (ACM); 7.6.1 Slot Mechanisms; 7.6.2 Three-slot Mechanism; 7.6.3 Four-slot Mechanism; 7.6.4 Hardware Design and Metastability; 7.7 SOME COMMON SYNCHRONIZER DESIGN ISSUES…”
Publicado 2007
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
33por Ahrens, StephanTabla de Contenidos: “…« -- 2.4.1 Ausstellen eines filmischen Stils -- 2.4.2 Der Filmarchitekt als Maler -- 2.5 »Internationale Tentoonstelling op Filmgebied« (1928): Absage an das Museum -- 2.6 Ausstellung »Film und Foto« (FiFo, 1929): Filmische Herausforderung -- 2.6.1 Das Neue Ausstellen und der Werkbund -- 2.6.2 Rauminszenierung gegen Exponate -- 2.7 Filmstill als Exponat -- 2.8 Coda: Film und Kunstmuseen in den 1930er Jahren -- 2.8.1 »Film und Foto (Die Kamera)« 1936 -- 2.8.2 Musealer Einsatz von Film -- 2.9 Zusammenfassung -- 3 Technikmuseen -- 3.1 Filmsammlungen / Filmarchive: Die Lehren der KIPHO -- 3.2 Filmarchive in Museen -- 3.3 Sammlung Will Day im Science Museum -- 3.4 Oskar Messter im Deutschen Museum -- 3.5 Französische Filmgeschichte im Cnam -- 3.6 Nationales Technikmuseum Prag…”
Publicado 2024
Libro electrónico -
34Publicado 2016Tabla de Contenidos: “…Rate Token Buckets 109 -- 6.4 Shapers and Leaky Buckets 110 -- 6.5 Excess Traffic and Oversubscription 112 -- 6.6 Comparing and Applying Policer and Shaper Tools 113 -- 6.7 Conclusion 116 -- Reference 116 -- 7 Queuing and Scheduling 117 -- 7.1 Queuing and Scheduling Concepts 117 -- 7.2 Packets and Cellification 119 -- 7.3 Different Types of Queuing Disciplines 121 -- 7.4 FIFO 121 -- 7.5 FQ 123 -- 7.6 PQ 125 -- 7.7 WFQ 127 -- 7.8 WRR 128 -- 7.9 DWRR 131 -- 7.10 PB?]…”
Libro electrónico -
35Publicado 2018Tabla de Contenidos: “…-- The cache key -- Eviction policy -- Least Recently Used (LRU) -- First In First Out (FIFO) -- Random -- Least Frequently Used (LFU) -- Cache eviction trigger -- Cache storage - memory or not -- Consistency of the data -- HTTP and caching -- Cache-Control -- ETag -- Vary -- HTTP caching and the Java EE API -- HTTP 2 promise -- JCache - the standard cache of Java EE -- Setting up JCache -- Programmatic API -- JCache configuration -- CDI integration -- Cache configuration -- @CacheDefaults -- Cache key -- Cache once -- Summary -- Chapter 7: Be Fault-Tolerant -- It will fail, no doubt!…”
Libro electrónico -
36por Alex, K.Tabla de Contenidos: “…-- 4.7 ABC Analysis -- 4.8 Just-in-Time Analysis-the Origin -- 4.9 VED Analysis -- 4.10 Perpetual Inventory System -- 4.11 Periodic Inventory System -- 4.12 Stock/Material Turnover Ratio -- 4.13 Advanced-Type Solved Problems -- Chapter Summary -- Key Formulae -- Exercise for Your Practice -- Discussion Questions -- Problems -- Examination Problems -- Chapter 5: Pricing of Materials -- 5.1 Introduction -- 5.2 FIFO (First in First Out) -- 5.3 LIFO (Last in First Out) -- 5.4 Simple Average Method -- 5.5 Weighted Average Method -- 5.6 Advanced-Type Solved Problems -- Chapter Summary -- Exercise for Your Practice -- Discussion Questions -- Problems -- Examination Problems -- Chapter 6: Labour -- 6.1 Introduction -- 6.2 Labour Cost -- 6.3 Important Factors For Controlling Labour Cost -- 6.4 Distinction between Direct and Indirect Labour Costs -- 6.5 Labour Turnover -- 6.5.1 Internal Versus External Turnover -- 6.5.2 Voluntary Versus Involuntary Turnover -- 6.5.3 Causes of Labour Turnover -- 6.5.4 Effects of Labour Turnover -- 6.5.5 Costs of Labour Turnover -- 6.5.6 Benefits of Labour Turnover -- 6.5.7 Measurement of Labour Turnover -- 6.6 Time and Motion Study -- 6.6.1 Time Study -- 6.6.2 Motion Study -- 6.6.3 Merits of Time and Motion Studies -- 6.7 Time Wage System -- 6.7.1 Merits of Time Wage System -- 6.7.2 Demerits of Time Wage Payment -- 6.8 Piece Wage System -- 6.8.1 Advantages of the Piece Wage System -- 6.8.2 Disadvantages of the Piece Wage System -- 6.9 Straight Piece-Rate System -- 6.10 Differential Piece-Rate System (or Taylor's Plan) -- 6.10.1 Advantages of the Differential Piece-Rate System -- 6.10.2 Disadvantages of the Differential Piece-Rate System -- 6.11 Merrick's Multiple Piece-Rate Plan -- 6.11.1 Advantages of Merrick's Multiple Piece-Rate Plan…”
Publicado 2012
Libro electrónico -
37por Enea, ConstantinTabla de Contenidos: “…References -- Partial Quantifier Elimination and Property Generation -- 1 Introduction -- 2 Basic Definitions -- 3 Property Generation by PQE -- 3.1 High-Level View of Property Generation by PQE -- 3.2 Property Generation as Generalization of Testing -- 3.3 Computing Properties Efficiently -- 3.4 Using Design Coverage for Generation of Unwanted Properties -- 3.5 High-Quality Tests Specified by a Property Generated by PQE -- 4 Invariant Generation by PQE -- 4.1 Bugs Making States Unreachable -- 4.2 Proving Operative State Unreachability by Invariant Generation -- 5 Introducing EG-PQE -- 5.1 An Example -- 5.2 Description of EG-PQE -- 5.3 Discussion -- 6 Introducing EG-PQE+ -- 6.1 Main Idea -- 6.2 Discussion -- 7 Experiment with FIFO Buffers -- 7.1 Buffer Description -- 7.2 Bug Detection by Invariant Generation -- 7.3 Detection of the Bug by Conventional Methods -- 8 Experiments with HWMCC Benchmarks -- 8.1 Experiment 1 -- 8.2 Experiment 2 -- 8.3 Experiment 3 -- 9 Properties Mimicking Symbolic Simulation -- 10 Some Background -- 11 Conclusions and Directions for Future Research -- References -- Rounding Meets Approximate Model Counting -- 1 Introduction -- 2 Notation and Preliminaries -- 2.1 Universal Hash Functions -- 2.2 Helpful Combinatorial Inequality -- 3 Related Work -- 4 Weakness of ApproxMC -- 5 Rounding Model Counting -- 5.1 Algorithm -- 5.2 Repetition Reduction -- 5.3 Proof of Lemma 4 for Case 2-1< -- 1 -- 6 Experimental Evaluation -- 6.1 RQ1. …”
Publicado 2023
Libro electrónico -
38Publicado 2019Tabla de Contenidos: “…7.3 Preparing for the FMEA -- 7.4 Barriers to the FMEA Process -- 7.5 FMEA Ground Rules -- 7.6 Using Macros to Improve FMEA Efficiency and Effectiveness -- 7.7 Software FMEA -- 7.8 Software Fault Tree Analysis (SFTA) -- 7.9 Process FMEAs -- 7.10 FMMEA -- Chapter 8 The Reliability Toolbox -- 8.1 The HALT Process -- 8.1.1 Types of Stresses Applied in HALT -- 8.1.2 The Theory behind the HALT Process -- 8.1.3 HALT Testing Liquid Cooled Products -- 8.1.4 Planning for HALT Testing -- 8.2 Highly Accelerated Stress Screening (HASS) -- 8.2.1 Proof of Screen (POS) -- 8.2.2 Burn‐In -- 8.2.3 Environmental Stress Screening (ESS) -- 8.2.4 Economic Impact of HASS -- 8.2.5 The HASA Process -- 8.3 HALT and HASS Test Chambers -- 8.4 Accelerated Reliability Growth (ARG) -- 8.5 Accelerated Early Life Test (ELT) -- 8.6 SPC Tool -- 8.7 FIFO Tool -- References -- Further Reading -- FMEA -- HALT -- HASS -- Quality -- Burn‐in -- ESS -- Up Rating -- Chapter 9 Software Quality Goals and Metrics -- 9.1 Setting Software Quality Goals -- 9.2 Software Metrics -- 9.3 Lines of Code (LOC) -- 9.4 Defect Density -- 9.5 Defect Models -- 9.6 Defect Run Chart -- 9.7 Escaped Defect Rate -- 9.8 Code Coverage -- References -- Further Reading -- Chapter 10 Software Quality Analysis Techniques -- 10.1 Root Cause Analysis -- 10.2 The 5 Whys -- 10.3 Cause and Effect Diagrams -- 10.4 Pareto Charts -- 10.5 Defect Prevention, Defect Detection, and Defensive Programming -- 10.6 Effort Estimation -- Reference -- Further Reading -- Chapter 11 Software Life Cycles -- 11.1 Waterfall -- 11.2 Agile -- 11.3 CMMI -- 11.4 How to Choose a Software Life Cycle -- Reference -- Further Reading -- Chapter 12 Software Procedures and Techniques -- 12.1 Gathering Requirements -- 12.2 Documenting Requirements -- 12.3 Documentation -- 12.4 Code Comments -- 12.5 Reviews and Inspections -- 12.6 Traceability…”
Libro electrónico -
39Publicado 2020Tabla de Contenidos: “…7 Basisdatenstrukturen: Listen, Sets und Maps -- 7.1 Einführung -- 7.1.1 Das Interface Collection -- 7.1.2 Listen und das Interface List< -- E> -- -- 7.1.3 Mengen und das Interface Set -- 7.1.4 Schlüssel-Wert-Abbildungen und das Interface Map -- 7.1.5 Der Stack als LIFO-Datenstruktur -- 7.1.6 Die Queue als FIFO-Datenstruktur -- 7.2 Aufgaben -- 7.2.1 Aufgabe 1: Mengenoperationen (.....) -- 7.2.2 Aufgabe 2: List Reverse (.....) -- 7.2.3 Aufgabe 3: Duplikate entfernen (.....) -- 7.2.4 Aufgabe 4: Maximaler Gewinn (.....) -- 7.2.5 Aufgabe 5: Längstes Teilstück (.....) -- 7.2.6 Aufgabe 6: Eigener Stack (.....) -- 7.2.7 Aufgabe 7: Wohlgeformte Klammern (.....) -- 7.2.8 Aufgabe 8: Check Magic Triangle (.....) -- 7.2.9 Aufgabe 9: Pascal'sches Dreieck (.....) -- 7.2.10 Aufgabe 10: Häufigste Elemente (.....) -- 7.2.11 Aufgabe 11: Addition von Ziffern (.....) -- 7.2.12 Aufgabe 12: Compound Key (.....) -- 7.2.13 Aufgabe 13: List Merge (.....) -- 7.2.14 Aufgabe 14: Excel Magic Select (.....) -- 7.3 Lösungen -- 7.3.1 Lösung 1: Mengenoperationen (.....) -- 7.3.2 Lösung 2: List Reverse (.....) -- 7.3.3 Lösung 3: Duplikate entfernen (.....) -- 7.3.4 Lösung 4: Maximaler Gewinn (.....) -- 7.3.5 Lösung 5: Längstes Teilstück (.....) -- 7.3.6 Lösung 6: Eigener Stack (.....) -- 7.3.7 Lösung 7: Wohlgeformte Klammern (.....) -- 7.3.8 Lösung 8: Check Magic Triangle (.....) -- 7.3.9 Lösung 9: Pascal'sches Dreieck (.....) -- 7.3.10 Lösung 10: Häufigste Elemente (.....) -- 7.3.11 Lösung 11: Addition von Ziffern (.....) -- 7.3.12 Lösung 12: Compound Key (.....) -- 7.3.13 Lösung 13: List Merge (.....) -- 7.3.14 Lösung 14: Excel Magic Select (.....) -- II Fortgeschrittenere und kniffligere Themen -- 8 Rekursion Advanced -- 8.1 Memoization -- 8.1.1 Memoization für Fibonacci-Zahlen -- 8.1.2 Memoization für Pascal'sches Dreieck -- 8.2 Backtracking -- 8.2.1 n-Damen-Problem…”
Libro electrónico -
40por Inden, MichaelTabla de Contenidos: “….) -- 5 Basisdatenstrukturen: Listen, Sets und Dictionaries -- 5.1 Einführung -- 5.1.1 Sequenzielle Datentypen -- 5.1.2 Listen -- 5.1.3 Mengen (Sets) -- 5.1.4 Schlüssel-Wert-Abbildungen (Dictionaries) -- 5.1.5 Der Stack als LIFO-Datenstruktur -- 5.1.6 Die Queue als FIFO-Datenstruktur -- 5.2 Aufgaben -- 5.2.1 Aufgabe 1: Gemeinsame Elemente (.....) -- 5.2.2 Aufgabe 2: Eigener Stack (.....) -- 5.2.3 Aufgabe 3: List Reverse (.....) -- 5.2.4 Aufgabe 4: Duplikate entfernen (.....) -- 5.2.5 Aufgabe 5: Maximaler Gewinn (.....) -- 5.2.6 Aufgabe 6: Längstes Teilstück (.....) -- 5.2.7 Aufgabe 7: Wohlgeformte Klammern (.....) -- 5.2.8 Aufgabe 8: Pascal'sches Dreieck (.....) -- 5.2.9 Aufgabe 9: Check Magic Triangle (.....) -- 5.2.10 Aufgabe 10: Häufigste Elemente (.....) -- 5.2.11 Aufgabe 11: Addition von Ziffern (.....) -- 5.2.12 Aufgabe 12: List Merge (.....) -- 5.2.13 Aufgabe 13: Excel Magic Select (.....) -- 5.2.14 Aufgabe 14: Stack Based Queue (.....) -- 5.3 Lösungen -- 5.3.1 Lösung 1: Gemeinsame Elemente (.....) -- 5.3.2 Lösung 2: Eigener Stack (.....) -- 5.3.3 Lösung 3: List Reverse (.....) -- 5.3.4 Lösung 4: Duplikate entfernen (.....) -- 5.3.5 Lösung 5: Maximaler Gewinn (.....)…”
Publicado 2021
Libro electrónico