Mostrando 1,821 - 1,840 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.11s Limitar resultados
  1. 1821
    Publicado 2018
    Tabla de Contenidos: “…. -- How to make a multiconditional loop in Kotlin -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Classes and Objects -- Introduction -- Initializing body of constructor -- Getting ready -- How to do it... -- Converting one data type into another -- Getting ready -- How to do it... -- How it works... -- How to type check an object -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to work with an abstract class in Kotlin -- Getting ready -- How to do it... -- How it works... -- How to iterate over a class's properties in Kotlin -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to work with inline properties -- Getting ready -- How to do it... -- How it works... -- How to work with nested class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Getting class in Kotlin -- How to do it... -- There's more... -- Working with delegated properties -- Getting ready -- How to do it... -- There's more... -- Working with enums -- Getting ready -- How to do it... -- There's more... -- Chapter 4: Functions -- Introduction -- Specifying default values in functions -- Getting ready -- How to do it... -- There's more... -- Using named arguments in functions -- Getting ready -- How to do it... -- Creating the RecyclerView Adapter in Kotlin -- Getting ready…”
    Libro electrónico
  2. 1822
    Publicado 2023
    Tabla de Contenidos: “…2.2 Instrumentation Operators -- 2.3 Instrumentation Correctness -- 3 Instrumentation Application Strategies -- 4 Instrumentation Operators for Arrays -- 4.1 Instrumentation Operators for Quantification over Arrays -- 4.2 Instrumentation Operators for Aggregation over Arrays -- 5 Evaluation -- 5.1 Implementation -- 5.2 Experiments and Comparisons -- 6 Related Work -- 7 Conclusion -- References -- Boolean Abstractions for Realizability Modulo Theories -- 1 Introduction -- 2 Preliminaries -- 3 Boolean Abstraction -- 3.1 Notation -- 3.2 The Boolean Abstraction Algorithm -- 3.3 From Local Simulation to Equi-Realizability -- 4 Efficient Algorithms for Boolean Abstraction -- 4.1 Quasi-reactions -- 4.2 Quasi-reaction-based Optimizations -- 4.3 A Single Model-Loop Algorithm (Algorithm 2) -- 4.4 A Nested-SAT Algorithm (Algorithm 3) -- 5 Empirical Evaluation -- 6 Related Work and Conclusions -- References -- Certified Verification for Algebraic Abstraction -- 1 Introduction -- 2 Preliminaries -- 3 ToyLang -- 3.1 Syntax and Semantics -- 4 Algebraic Abstraction -- 4.1 Soundness Conditions -- 4.2 Polynomial Program Verification -- 5 Certified Verification -- 5.1 Verified Abstraction Algorithm -- 5.2 Verification through Certification -- 5.3 Optimization -- 6 Evaluation -- 6.1 Field and Group Operation in Elliptic Curves -- 6.2 Number-Theoretic Transform in Kyber -- 7 Conclusion -- References -- Complete Multiparty Session Type Projection with Automata -- 1 Introduction -- 2 Motivation and Overview -- 3 Preliminaries -- 4 Synthesizing Implementations -- 5 Checking Implementability -- 6 Soundness -- 7 Completeness -- 8 Complexity -- 9 Evaluation -- 10 Discussion -- 11 Related Work -- References -- Early Verification of Legal Compliance via Bounded Satisfiability Checking -- 1 Introduction -- 2 Preliminaries -- 3 Bounded Satisfiability Checking Problem…”
    Libro electrónico
  3. 1823
    por Gurfinkel, Arie
    Publicado 2024
    Tabla de Contenidos: “…1 Introduction -- 2 SMLP Architecture -- 3 Symbolic Representation of Models and Constraints -- 4 Symbolic Representation of the ML Model Exploration -- 5 Problem Specification in SMLP -- 6 SMLP Exploration Modes of ML Models -- 6.1 Stable Parameter Synthesis -- 6.2 Verifying Assertions on a Model -- 6.3 Querying Conditions on the Model -- 6.4 Stable Optimized Synthesis -- 6.5 Design of Experiments -- 6.6 Root Cause Analysis -- 6.7 Model Refinement Loop -- 7 Implementation -- 8 Industrial Case Studies -- 9 Future Work -- References -- Avoiding the Shoals - A New Approach to Liveness Checking -- 1 Introduction -- 2 Preliminaries -- 2.1 Boolean Satisfiability -- 2.2 Boolean Transition Systems -- 2.3 Invariant Checking -- 2.4 Liveness Checking -- 3 Liveness Checking with rlive -- 3.1 Overview -- 3.2 Algorithm -- 3.3 Optimizations -- 3.4 Correctness Proof -- 4 Related Work -- 5 Evaluation -- 5.1 Experimental Setup -- 5.2 Experimental Results -- 6 Conclusions -- References -- Toward Liveness Proofs at Scale -- 1 Introduction -- 2 Background and Related Work -- 2.1 Liveness-to-Safety with Rankings -- 2.2 Dynamic Liveness-to-Safety Construction -- 3 Relational Rankings -- 3.1 The Relational Reactivity Rule -- 3.2 Chaining Liveness Lemmas -- 3.3 Stable Schedulers -- 3.4 Lexicographic Rankings -- 4 Case Study: The Apple Generic Memory Subsystem Model -- 4.1 Liveness Proof with Lemmas -- 4.2 Lemma-Free Proof of Liveness -- 5 Conclusions and Future Work -- A Soundness proofs -- References -- Software Verification -- Strided Difference Bound Matrices -- 1 Introduction and Motivation -- 2 DBMs, SDBMs, and HSDBMs -- 3 Satisfiability -- 3.1 GCD-Tightening Constraints -- 3.2 Satisfiability for HSDBMs in O(n4) Time -- 3.3 Satisfiability for SDBMs in O(n m Dlcm) Time -- 4 HSDBM Normalization -- 5 Operations for Abstract Interpretation -- 6 Empirical Study…”
    Libro electrónico
  4. 1824
    por Gurfinkel, Arie
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Preface -- Organization -- Invited Talks -- How to Solve Math Problems Without Talent -- Bridging Formal Mathematics and Software Verification -- The Art of SMT Solving -- Contents - Part III -- Synthesis and Repair -- Syntax-Guided Automated Program Repair for Hyperproperties -- 1 Introduction -- 2 Preliminaries -- 3 Program Repair by Symbolic Execution -- 3.1 Symbolic Execution -- 3.2 Symbolic Paths and Safety Automata -- 3.3 Encoding for HyperLTL -- 3.4 Program Repair Using SyGuS -- 4 Transparent Repair -- 4.1 Transparency -- 4.2 Encoding for Transparent Repair -- 5 Iterative Repair -- 5.1 Encoding for Iterative Repair -- 5.2 Iterative Repair Loop -- 6 Implementation and Evaluation -- 6.1 Iterative Repair for Hyperproperties -- 6.2 Scalability in Solution Size -- 6.3 Evaluation on k-Safety Instances -- 6.4 Evaluation on Functional Properties -- 7 Related Work -- 8 Conclusion -- References -- The SemGuS Toolkit -- 1 Introduction -- 2 The SemGuS Format 1.0 -- 3 A Baseline SemGuS Solver -- 3.1 Verifying Candidate Solutions -- 3.2 Baseline Enumerative Solvers -- 3.3 Extensibility -- 4 Benchmarks and Performance of Baseline Solvers -- 5 Related Work -- References -- Relational Synthesis of Recursive Programs via Constraint Annotated Tree Automata -- 1 Introduction -- 2 Motivating Example -- 3 Preliminaries -- 4 Constraint Annotated Tree Automata -- 4.1 CATA Operations for Synthesis -- 5 Synthesis Algorithm -- 5.1 Problem Statement -- 5.2 Basic Synthesis Algorithm -- 5.3 Lazy Synthesis Algorithm -- 6 Implementation -- 7 Evaluation -- 8 Related Work -- 9 Conclusion -- References -- Information Flow Guided Synthesis with Unbounded Communication -- 1 Introduction -- 2 Running Example: Sequence Transmission -- 3 Preliminaries -- 4 Prefix Information Flow -- 5 Unbounded Communication in Distributed Systems -- 5.1 Receiving Information…”
    Libro electrónico
  5. 1825
    por Bellanger, Maurice
    Publicado 2024
    Tabla de Contenidos: “…16.1.3 Reed-Solomon Codes in the Time Domain -- 16.1.4 Computing in a Finite Field -- 16.1.5 Performance of Reed-Solomon Codes -- 16.2 Convolutional Codes -- 16.2.1 Channel Capacity -- 16.2.2 Approaching the Capacity Limit -- 16.2.3 A Simple Convolutional Code -- 16.2.4 Coding Gain and Error Probability -- 16.2.5 Decoding and Output Signals -- 16.2.6 Recursive Systematic Coding (RSC) -- 16.2.7 Principle of Turbo Codes -- 16.2.8 Trellis‐Coded Modulations -- 16.3 Conclusion -- Exercises -- References -- Chapter 17 Applications -- 17.1 Frequency Detection -- 17.2 Phase‐locked Loop -- 17.3 Differential Coding of Speech -- 17.4 Coding of Sound -- 17.5 Echo Cancelation -- 17.5.1 Data Echo Canceller -- 17.5.1.1 Two‐wire Line -- 17.5.2 Acoustic Echo Canceler -- 17.6 Television Image Processing -- 17.7 Multicarrier Transmission - OFDM -- 17.8 Mobile Radiocommunications -- References -- Exercises: Solutions and Hints -- Index -- EULA…”
    Libro electrónico
  6. 1826
    por Creighton, Ryan Henson
    Publicado 2013
    Tabla de Contenidos: “…-- Start me up -- Going loopy -- The anatomy of a loop -- To nest is best -- Seeing is believing -- Time for action - create an area to store the grid -- Have a go hero - don't take my word for it! …”
    Libro electrónico
  7. 1827
    Publicado 2010
    Tabla de Contenidos: “…-- About the Websphere Application Server Product -- This Book and Its Organization -- Chapter 2 Jython Fundamentals -- Introduction -- Data Types -- Numbers -- Strings -- Tuples -- Lists -- Accessing Sequence Elements -- Dictionaries -- Additional Information Types -- Literals (Constants) -- Variables Names (Identifiers) -- Variables -- Expressions -- String Operators -- Statement Separator -- Comments -- Coding Conventions -- Summary -- Chapter 3 Jython Statements -- Expression Statements -- The print Statement -- Assignment Statements -- Packing and Unpacking -- Augmented Assignment -- Slices -- Simple Statements -- The assert Statement -- The break Statement -- The continue Statement -- The del Statement -- The exec Statement -- The import Statement -- The pass Statement -- The raise Statement -- Control Flow -- Compound Statements -- The if Statement -- loop Statements -- The while Statement -- The for Statement -- The try Statement -- Functions -- Function Definitions -- Namespaces -- The global Statement -- Function Parameters -- The return Statement -- Default Parameter Evaluation -- Summary -- Chapter 4 Jython Classes -- Class Statement -- Example class Definition -- Object Instantiation -- Built-in Constants -- Built-in Data Types -- List Methods -- Dictionary Methods -- String Methods -- String Formatting -- Built-in Functions -- Summary -- Chapter 5 Jython Modules -- Jython Module Basics -- The import Statement -- nested_scopes -- Packages -- Errors and Exceptions -- Built-in Exceptions -- Functional Programming -- Using Java Objects and Libraries -- Jython Standard Library -- getopt() Module -- Regular Expressions (RegExp) -- Summary -- Chapter 6 wsadmin -- wsadmin Options -- Usage Information…”
    Libro electrónico
  8. 1828
    Publicado 2010
    Tabla de Contenidos: “…Know when arrays are modified in a loop. -- Item 115. Don't use regular expressions for comma-separated values. -- Item 116. …”
    Libro electrónico
  9. 1829
    Publicado 2024
    Tabla de Contenidos: “…Simple methods to increase low volume -- Loop playback -- Removing room noise -- Removing high and low frequencies -- Sweetening male and female voices -- Reducing the music -- Using XML files -- Exporting with audio-only roles -- Audio tips and tricks -- Summary -- Chapter 7: Titles, Effects, and Generators -- What are titles? …”
    Libro electrónico
  10. 1830
    Publicado 2024
    Tabla de Contenidos: “…Handling signed and unsigned numbers -- Adding bits to a signal by concatenating -- Casting signed and unsigned numbers -- Creating user-defined types -- Accessing signals using values with enumerated types -- Packaging up code using functions -- Creating combinational logic -- Handling assignment operators -- Incrementing signals -- Making decisions - if-then-else -- Introducing the case statement (SystemVerilog) -- Using the conditional operator to select data -- Introducing the case statement (VHDL) -- Using custom data types -- Creating structures -- Creating unions (SystemVerilog) -- Project 2 - Creating combinational logic -- Testbench -- Simulating using targeted testing -- Simulating using randomized testing -- Simulating using constrained randomization -- Implementing an LOD using the case statement (SystemVerilog) -- Controlling implementation using generate -- Designing a reusable LOD using a for loop -- Setting SELECTOR = DOWN_FOR -- Setting SELECTOR = UP_FOR -- Counting the number of ones -- Implementing an adder/subtractor -- Adder -- Subtractor -- Implementing a Multiplier -- Bringing it all together -- Adding a latch -- Summary -- Questions -- Answers -- Challenge -- Further reading -- Chapter 4: Counting Button Presses -- Technical requirements -- What is a sequential element? …”
    Libro electrónico
  11. 1831
    por Rumney, Moray
    Publicado 2013
    Tabla de Contenidos: “…Tsang, CityU / /3.6 Physical Layer Measurements and Radio Resource Management 148 /Moray Rumney / /3.7 Summary 157 / /3.8 References 157 / /Chapter 4 Upper Layer Signaling 159 / /4.1 Access Stratum 159 /Peter Goldsack, Sarabjit Singh, Steve Charlton, Venkata Ratnakar and Darshpreet Sabharwal / /4.2 Non-Access Stratum 178 /Sarabjit Singh, Niranjan Das, andPeter Goldsack / /4.3 References 194 / /Chapter 5 System Architecture Evolution 195 /Per Kangru, JDSU; Eng Wei Koo, JDSU; Mary Jane Pahls; Sandy Fraser / /5.1 Requirements for an Evolved Architecture 195 / /5.2 Overview of the Evolved Packet System 199 / /5.3 Quality of Service in EPS 217 / /5.4 Security in the Network 221 / /5.5 Services 222 / /5.6 References 226 / /Chapter 6 Design and Verification Challenges 229 / /6.1 Introduction 229 /Moray Rumney / /6.2 Simulation and Early R&D Hardware Testing 232 /Jinbiao Xu and Greg Jue / /6.3 Testing RFICs With DigRF Interconnects 285 /Chris Van Woerkom and Roland Scherzinger / /6.4 Transmitter Design and Measurement Challenges 296 /Ben Zarlingo, Moto Itagaki, Craig Grimley and Moray Rumney / /6.5 Receiver Design and Measurement Challenges 340 /Randy Becker, Naoya Izuchi and Sandy Fraser / /6.6 Receiver Performance Testing 356 /Sandy Fraser, Naoya Izuchi and Randy Becker / /6.7 Testing Open- and Closed-Loop Behaviors of the Physical Layer 378 /Peter Cain / /6.8 Design and Verification Challenges of MIMO 392 /Peter Cain and Greg Jue / /6.9 Beamforming 430 /Craig Grimley / /6.10 SISO and MIMO Over-the-Air Testing 455 /Allison Douglas and Moray Rumney / /6.11 Signaling Protocol Development and Testing 472 /Ian Reading / /6.12 UE Functional Testing 480 /Mike Lawton / /6.13 Battery Drain Testing 493 /Moray Rumne and, Ed Brorein / /6.14 Drive Testing 499 /Bob Irvine, JDSU / /6.15 UE Manufacturing Test 509 /Jeff Dralla, Ken Horn and Moray Rumney / /6.16 References 526 / /Chapter 7 Conformance and Acceptance Testing 529 / /7.1 Introduction to Conformance Testing 529 /Moray Rumney / /7.2 RF Conformance Testing 531 /Hiroshi Yanagawa, Gim-Seng Lau, Andrea Leonardi and Moray Rumney / /7.3 UE Signaling Conformance Testing 549 /Pankaj Gupta, and Moray Rumney / /7.4 UE Certification Process (GCF and PTCRB) 555 /Masatoshi Obara, Mike Lawton and Moray Rumney / /7.5 Operator Acceptance Testing 560 /Bill McKinley / /7.6 References 564 / /Chapter 8 Looking Towards 4G: LTE-Advanced 567 /Moray Rumney / /8.1 Summary of Release 8 567 / /8.2 Release 9 568 / /8.3 Release 10 and LTE-Advanced 573 / /8.4 Release 11 587 / /8.5 Release 12 595 / /8.6 References 600 / /List of Acronyms 601 / /Index 613.…”
    Libro electrónico
  12. 1832
    por Schumann, Hans-Georg
    Publicado 2022
    Tabla de Contenidos: “…-- Voraussetzungen -- Kapitel 1: Cubase kennenlernen -- 1.1 Der Steinberg Hub -- 1.2 Projektfenster -- 1.3 Eingänge - Ausgänge -- 1.4 Klang-Fülle -- 1.5 Die ersten Takte -- 1.6 Key- oder Noten-Editor -- 1.7 Transport -- 1.8 Ausklang -- Kapitel 2: Audio-Mix -- 2.1 Neues Projekt, neue Spur -- 2.2 Musik-Schnipsel -- 2.3 Datei-Import -- 2.4 Anpassungen -- 2.5 Stretching -- 2.6 Duplikate und Loops -- 2.7 Ausklang -- Kapitel 3: Akkorde -- 3.1 Auf ein Neues -- 3.2 Die Akkord-Spur -- 3.3 Automatik? …”
    Libro electrónico
  13. 1833
    Publicado 2021
    Tabla de Contenidos: “…-- The Coach Gets Feedback -- Sample Closing Questions -- Challenges of Step #7 -- Bringing It All Together: A Coaching Conversation Steps #1-7 -- Notes -- 6 Becoming a Manager-Coach -- Tools and Practices -- Starting to Coach and Building the Practices -- Draft Your Leadership "Bumper Stickers" -- Make No Assumptions -- Define Terms -- Walk Yourself through Step #2 of the Model -- Establish the Coaching Expectation of Yourself and Your Direct Reports -- Reframe the Purpose of Coaching When Necessary -- Establish Metrics -- Keep the Feedback Loop Going -- Other Supportive Practices -- Variations of Coaching -- Performance Problems -- Problem-Solving With a Coaching Mindset -- Notes -- Epilogue -- Index…”
    Libro electrónico
  14. 1834
    Publicado 2016
    Tabla de Contenidos: “…Connecting to a Wireless Network via the Console -- Chapter 6 The Raspberry Pi Configuration Tool -- Running the Tool -- The System Tab -- Filesystem -- Password -- Hostname -- Boot -- Auto Login -- Network at Boot -- Overscan -- Rastrack -- The Interfaces Tab -- Camera -- SSH -- SPI -- I2C -- Serial -- 1-Wire -- Performance -- Overclock -- GPU Memory -- Localisation -- Locale -- Timezone -- Keyboard -- Chapter 7 Advanced Raspberry Pi Configuration -- Editing Configuration Files via NOOBS -- Hardware Settings: config.txt -- Modifying the Display -- Boot Options -- Overclocking the Raspberry Pi -- Disabling L2 Cache -- Enabling Test Mode -- Memory Partitioning -- Software Settings: cmdline.txt -- Part 2 Building a Media Centre or Productivity Machine -- Chapter 8 The Pi as a Home Theatre PC -- Playing Music at the Console -- Dedicated HTPC with OSMC -- Streaming Internet Media -- Streaming Local Network Media -- Configuring OSMC -- Chapter 9 The Pi as a Productivity Machine -- Using Cloud-Based Apps -- Using LibreOffice -- Image Editing with the Gimp -- Part 3 Programming the Pi -- Chapter 10 An Introduction to Scratch -- Introducing Scratch -- Example 1: Hello World -- Example 2: Animation and Sound -- Example 3: A Simple Game -- Interfacing Scratch with Hardware -- Further Reading -- Chapter 11 An Introduction to Python -- Introducing Python -- Example 1: Hello World -- Example 2: Comments, Inputs, Variables, and Loops -- Example 3: Gaming with pygame -- Example 4: Python and Networking -- Further Reading -- Chapter 12 Minecraft Pi Edition -- Introducing Minecraft Pi Edition -- Installing Minecraft -- Running Minecraft -- Exploration -- Hacking Minecraft -- Part 4 Hardware Hacking -- Chapter 13 Learning to Hack Hardware -- Electronic Equipment -- Reading Resistor Colour Codes -- Sourcing Components -- Online Sources -- Offline Sources…”
    Libro electrónico
  15. 1835
    Publicado 2023
    Tabla de Contenidos: “…-- Data observability for AI models -- Model method -- Model training -- Model metrics -- What's in the log? -- The feedback loop in data observability -- Summary -- Chapter 5: Defining Rules on Indicators -- Technical requirements -- Determining SLOs -- Project versus data source SLOs -- Use case -- Turning SLOs into rules -- Different types of rules -- Implementation of the rules -- Project - continuous validation of the data -- Concepts of CI/CD -- Deploying the rules in a CI/CD pipeline -- Summary -- Part 3: How to adopt Data Observability in your organization -- Chapter 6: Root Cause Analysis -- Data incident management -- Detecting the issue -- Impact analysis -- Root cause analysis -- Troubleshooting -- Preventing further issues -- Applying the method - a practical example -- Anomaly detection -- Simple indicator deterministic cases -- Multiple indicators deterministic cases -- Time series analysis -- Case study -- Summary…”
    Libro electrónico
  16. 1836
    Publicado 2023
    Tabla de Contenidos: “…-- Some principles of Clean Code -- Write SOLID code -- Single responsibility principle -- Open-closed principle -- Liskov substitution principle -- Interface segregation principle -- Dependency inversion principle -- Side effects and mutability -- The builder pattern -- Causes of bad code -- Deadlines -- The Broken Window theory -- No code review process -- Insufficient domain or technical knowledge -- Summary -- Further reading -- Part 2: Essence of Refactoring and Good Code -- Chapter 3: Code Smells -- Duplicated code -- Long methods -- Replace temporary variables with query methods -- Parameter object -- Replace a function or method with a command -- Decompose conditionals -- Split loops…”
    Libro electrónico
  17. 1837
    Publicado 2017
    Tabla de Contenidos: “…Preprocessing -- Classification with logistic regression -- Classification with support vector machines -- Regression with ElasticNetCV -- Support vector regression -- Clustering with affinity propagation -- Mean shift -- Genetic algorithms -- Neural networks -- Decision trees -- Summary -- Chapter 11: Environments Outside the Python Ecosystem and Cloud Computing -- Exchanging information with Matlab/Octave -- Installing rpy2 package -- Interfacing with R -- Sending NumPy arrays to Java -- Integrating SWIG and NumPy -- Integrating Boost and Python -- Using Fortran code through f2py -- PythonAnywhere Cloud -- Summary -- Chapter 12: Performance Tuning, Profiling, and Concurrency -- Profiling the code -- Installing Cython -- Calling C code -- Creating a process pool with multiprocessing -- Speeding up embarrassingly parallel for loops with Joblib -- Comparing Bottleneck to NumPy functions -- Performing MapReduce with Jug -- Installing MPI for Python -- IPython Parallel -- Summary -- Appendix A: Key Concepts -- Appendix B: Useful Functions -- Matplotlib -- NumPy -- Pandas -- Scikit-learn -- SciPy -- scipy.fftpack -- scipy.signal -- scipy.stats -- Appendix C: Online Resources -- Index…”
    Libro electrónico
  18. 1838
    Publicado 2009
    Tabla de Contenidos: “…-- The Need For XSL -- XSL Transformations: An Overview -- Basics and Purpose of XSLT -- XML Path Language -- Nodes -- Location Paths -- Examples -- Using Predicates -- Unabbreviated and Abbreviated Syntaxes -- Extensible Stylesheet Language Transformations -- Templates -- Creating Elements and Attributes -- Looping and Sorting -- Conditional Processing -- Copying Nodes Using and -- Defining Variables Using -- XSL and CSS Together -- Extensibl Stylesheet Language Formatting Objects -- Overview of XSL-FO -- XSL-FO Layout -- Organisation of an XSL-FO Document -- XSL-FO: A Complete Example…”
    Libro electrónico
  19. 1839
    por Gennick, Jonathan
    Publicado 2006
    Tabla de Contenidos: “…Sorting CONNECT BY results (Oracle); 1.9.2.6. Loops in hierarchical data (Oracle); 1.9.2.7. CONNECT BY functions and operators (Oracle); 1.10. …”
    Libro electrónico
  20. 1840
    por Pilone, Dan
    Publicado 2005
    Tabla de Contenidos: “…Expansion Regions; 9.4.4. Looping…”
    Libro electrónico