Mostrando 941 - 960 Resultados de 1,040 Para Buscar '"Eclipse"', tiempo de consulta: 0.11s Limitar resultados
  1. 941
    Publicado 2024
    Tabla de Contenidos: “…4.5.4 Level process monitoring and control through SCADA replacement -- 4.6 Proposed system -- 4.6.1 Introduction to the proposed system -- 4.6.2 Flowchart of the system -- 4.6.3 Eclipse -- 4.7 Cloud description -- 4.8 Trail results -- 4.8.1 TRAIL 1 -- 4.8.2 TRAIL 2 -- 4.8.3 TRAIL 3 -- 4.8.4 TRAIL 4 -- 4.9 Project setup -- 4.10 Inference -- 4.11 Conclusion -- 4.12 Limitations of the proposed methodology -- Annexure-1 -- References -- Chapter 5: Automated computer-aided diagnosis of COVID-19 and pneumonia based on chest X-ray images using deep learning: Classification and segmentation -- 5.1 Introduction -- 5.2 Literature review -- 5.2.1 Medical image segmentation -- 5.2.2 Computer-aided detection and diagnosis -- 5.2.3 Annotation-efficient -- 5.3 Materials and methods -- 5.3.1 Dataset description -- 5.3.2 Pre-processing -- 5.3.3 Convolutional neuronal network -- 5.4 Experimental results -- 5.4.1 Experimental setup -- 5.4.2 Data augmentation -- 5.4.3 Evaluation of performance metrics -- 5.4.4 Graphical user interface -- 5.5 Conclusion and future work -- References -- Chapter 6: Fuzzy logic and applications -- 6.1 Introduction -- 6.2 Fuzzy logic concepts -- 6.3 Reasons for using fuzzy logic system -- 6.3.1 Main usage of fuzzy logic systems is prevalent in the following areas -- 6.3.2 Fuzzy logic in washing machines -- 6.4 Image processing -- 6.5 Anesthesia depth control using fuzzy logic -- 6.6 Fuzzy logic in monitoring drug dosage -- 6.7 Fuzzy logic-based water treatment system optimization -- 6.8 Applications of fuzzy logic in industrial automation -- 6.9 Software engineering -- 6.10 Power system applications -- 6.11 Fuzzy controllers' potential for use in RACs in the future -- 6.12 The benefits of fuzzy logic -- 6.13 Disadvantages of fuzzy logic -- 6.14 Conclusion -- References…”
    Libro electrónico
  2. 942
    por Vasappanavara, Ramesh
    Publicado 2011
    Tabla de Contenidos: “…-- 2.4 Java Story -- 2.5 Java Features -- 2.5.1 Portability or Platform Independent -- 2.5.2 Automatic Garbage Collection -- 2.5.3 Object-oriented Features -- 2.5.4 Easy to Learn and Excellent Documentation -- 2.5.5 Byte Code -- 2.5.6 Java Virtual Machine (JVM) -- 2.5.7 Comparison with C++ -- 2.6 Developing First Java Application -- 2.6.1 Installing and Using Java Development Kit -- 2.6.2 Setting Path and Classpath -- 2.6.3 Java Program Structure -- 2.6.4 Java Documentation Comments -- 2.6.5 Java Development Environment -- 2.6.6 Our First Java Application -- 2.6.7 Application with Swing Components -- 2.6.8 Eclipse-integrated Development Environment -- 2.6.9 Command Line Arguments -- 2.7 Key Points -- Exercise Questions -- Objective Questions -- Short-answer Questions -- Long-answer Questions -- Assignment Questions -- Solutions to Objective Questions -- Chapter 3: Java Basics and Control Loops -- 3.1 Introduction -- 3.2 Constants/Literal Constants -- 3.2.1 Integer Constants -- 3.2.2 Floating Point Constants/Real Constants -- 3.2.3 Character Constants -- 3.2.4 String Constants -- 3.2.5 Backlash Character Strings -- 3.2.6 Boolean Literals -- 3.2.7 Symbolic Constants -- 3.3 Variables and Assignment of Values to Variables -- 3.4 Data Types -- 3.4.1 Integer Data Types -- 3.4.2 Floating Point Data Types -- 3.4.3 Character Type -- 3.4.4 Boolean Data Type -- 3.5 Scope and Life Time of Variables -- 3.6 Arithmetic Operators -- 3.7 Type Conversion and Type Casting -- 3.7.1 Type Conversion -- 3.7.2 Type Cast -- 3.8 Unary Operators -- 3.8.1 Increment and Decrement Operators -- 3.8.2 Assignment Operator -- 3.8.3 Chained Assignment…”
    Libro electrónico
  3. 943
    Publicado 2020
    Tabla de Contenidos: “…Intro -- 1 Einleitung -- 1.1 Aufbau der Kapitel -- 1.2 Grundgerüst des Eclipse-Projekts -- 1.3 Grundgerüst für die Unit Tests -- 1.4 Anmerkung zum Programmierstil -- 1.5 Ausprobieren der Beispiele und Lösungen -- I Grundlagen -- 2 Mathematische Aufgaben -- 2.1 Einführung -- 2.1.1 Römische Zahlen -- 2.1.2 Zahlenspielereien -- 2.2 Aufgaben -- 2.2.1 Aufgabe 1: Grundrechenarten (.....) -- 2.2.2 Aufgabe 2: Zahl als Text ( .....) -- 2.2.3 Aufgabe 3: Vollkommene Zahlen (.....) -- 2.2.4 Aufgabe 4: Primzahlen (.....) -- 2.2.5 Aufgabe 5: Primzahlpaare (.....) -- 2.2.6 Aufgabe 6: Prüfsumme (.....) -- 2.2.7 Aufgabe 7: Römische Zahlen (.....) -- 2.2.8 Aufgabe 8: Kombinatorik (.....) -- 2.2.9 Aufgabe 9: Armstrong-Zahlen (.....) -- 2.2.10 Aufgabe 10: Max Change Calculator (.....) -- 2.2.11 Aufgabe 11: Befreundete Zahlen (.....) -- 2.2.12 Aufgabe 12: Primfaktorzerlegung (.....) -- 2.3 Lösungen -- 2.3.1 Lösung 1: Grundrechenarten (.....) -- 2.3.2 Lösung 2: Zahl als Text (.....) -- 2.3.3 Lösung 3: Vollkommene Zahlen (.....) -- 2.3.4 Lösung 4: Primzahlen (.....) -- 2.3.5 Lösung 5: Primzahlpaare (.....) -- 2.3.6 Lösung 6: Prüfsumme (.....) -- 2.3.7 Lösung 7: Römische Zahlen (.....) -- 2.3.8 Lösung 8: Kombinatorik (.....) -- 2.3.9 Lösung 9: Armstrong-Zahlen (.....) -- 2.3.10 Lösung 10: Max Change Calculator (.....) -- 2.3.11 Lösung 11: Befreundete Zahlen (.....) -- 2.3.12 Lösung 12: Primfaktorzerlegung (.....) -- 3 Rekursion -- 3.1 Einführung -- 3.1.1 Mathematische Beispiele -- 3.1.2 Algorithmische Beispiele -- 3.1.3 Ablauf beim Multiplizieren der Ziffern einer Zahl -- 3.1.4 Typische Probleme -- 3.2 Aufgaben -- 3.2.1 Aufgabe 1: Fibonacci (.....) -- 3.2.2 Aufgabe 2: Ziffern verarbeiten (.....) -- 3.2.3 Aufgabe 3: ggT / GCD (.....) -- 3.2.4 Aufgabe 4: Reverse String (.....) -- 3.2.5 Aufgabe 5: Array Sum (.....) -- 3.2.6 Aufgabe 6: Array Min (.....)…”
    Libro electrónico
  4. 944
    Publicado 2005
    Tabla de Contenidos: “…Introduction to Workplace Client Technologies -- 1.1 Workplace Client Technology Micro Edition -- 1.2 Terminology -- 1.2.1 Workplace Client Technology Micro Edition (WCTME) -- 1.2.2 WebSphere Everyplace Micro Environment -- 1.2.3 WebSphere Everyplace Custom Environment -- 1.2.4 J9 -- 1.2.5 Eclipse -- 1.2.6 Rich Client Platform (RCP) -- 1.2.7 Standard Widget Toolkit (SWT) -- 1.2.8 WebSphere Studio Device Developer -- 1.2.9 Java 2 Micro Edition (J2ME) -- 1.2.10 Service Management Framework (SMF) -- 1.3 Technology overview -- 1.4 How the parts fit together -- 1.5 WCTME or WCTRE? …”
    Libro electrónico
  5. 945
    por Hall, Vincent Austin
    Publicado 2024
    Tabla de Contenidos: “…-- Benefits of sharing code -- Real-world examples -- Best practices for code sharing -- Documentation -- Consistent coding standards -- Version control -- Code security best practices -- Proper attribution -- Test the code thoroughly -- Continuous improvement -- Knowledge management - capturing and sharing expertise -- Creating knowledge repositories -- Conducting regular knowledge-sharing sessions -- Peer mentorship - sharing the wisdom -- Making the best use of collaborative platforms -- Code review tools -- Project management software -- Communication channels - keeping the conversation flowing -- Summary -- Bibliography -- Chapter 10: Expanding the LLM Toolkit for Coders: Beyond LLMs -- Technical requirements -- Code completion and generation tools -- Eclipse's Content Assist -- PyCharm's code completion -- NetBeans' code completion -- VS Code's IntelliSense -- SCA and code review tools -- SonarQube -- ESLint -- PMD -- Checkstyle for Java -- Fortify Static Code Analyzer -- CodeSonar -- Coverity -- FindBugs/SpotBugs -- Bandit -- HoundCI -- Testing and debugging tools -- Jest -- Postman -- Cypress -- Selenium -- Mocha -- Charles Proxy -- Summary -- Bibliography…”
    Libro electrónico
  6. 946
    por López Quijado, José
    Publicado 2014
    Tabla de Contenidos: “…20.4.3 Figuras cerradas -- 20.5 RELLENANDO FIGURAS -- 20.5.1 Rellenos de color -- 20.5.2 Rellenos con gradientes -- 20.5.3 Rellenos con imágenes -- 20.6 TEXTO -- 20.6.1 El texto más simple -- 20.6.2 Algunas mejoras -- 20.6.3 Colocando el texto -- 20.7 ANIMACIONES -- 20.7.1 Una animación simple -- 20.7.2 Técnicas profesionales -- 20.7.3 Escalados -- 20.7.4 Eliminación de objetos -- 20.7.5 Grabar la película -- 20.7.6 Interpolaciones de forma -- 20.8 IMÁGENES -- 20.9 ACCIONES -- 20.10 BOTONES -- 20.11 TEXTO DINÁMICO -- 20.12 CONSIDERACIONES FINALES -- 21 DEPURANDO NUESTRO TRABAJO -- 21.1 EL SERVIDOR WAMP -- 21.1.1 La instalación de WampServer -- 21.1.2 Configurando WampServer -- 21.1.3 Probando WampServer -- 21.2 EL ZEND DEBUGGER -- 21.3 ECLIPSE + PDT -- 21.4 DEPURANDO PHP -- APÉNDICE A -- A.1 LAS EXTENSIONES -- A.2 LAS DIRECTIVAS -- APÉNDICE B -- APÉNDICE C -- APÉNDICE D -- APÉNDICE E -- APÉNDICE F -- APÉNDICE G -- ÍNDICE ALFABÉTICO…”
    Libro electrónico
  7. 947
    por Feeney, Kevin
    Publicado 2022
    Tabla de Contenidos:
    Libro electrónico
  8. 948
    por Adamovich, Andrey
    Publicado 2013
    Tabla de Contenidos: “…. -- Configuring Groovy in Eclipse -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Configuring Groovy in IntelliJ IDEA -- Getting ready -- How to do it... -- There's more... -- 2. …”
    Libro electrónico
  9. 949
    por Ferrer Martínez, Juan
    Publicado 2015
    Tabla de Contenidos: “….) -- 1.12.1 MICROSOFT VISUAL STUDIO -- 1.12.2 GAMBAS -- 1.12.3 GLADE -- 1.12.4 EMBARCADERO DELPHI -- 1.12.5 NETBEANS Y ECLIPSE -- 1.12.6 ANJUTA -- 1.12.7 DREAMWEAVER -- RESUMEN DEL CAPÍTULO -- TEST DE CONOCIMIENTOS -- 2. …”
    Libro electrónico
  10. 950
    Publicado 2017
    Tabla de Contenidos: “…. -- How to write unit tests using the Eclipse PyDev IDE -- Getting ready -- How to do it... -- How it works... -- Chapter 9: Extending Our GUI with the wxPython Library -- Introduction -- Installing the wxPython library -- Getting ready -- How to do it... -- How it works... -- Creating our GUI in wxPython -- Getting ready -- How to do it... -- How it works... -- Quickly adding controls using wxPython -- Getting ready -- How to do it... -- How it works... -- Trying to embed a main wxPython app in a main tkinter app -- Getting ready -- How to do it... -- How it works... -- Trying to embed our tkinter GUI code into wxPython -- Getting ready -- How to do it... -- How it works... -- Using Python to control two different GUI frameworks -- Getting ready -- How to do it... -- How it works...…”
    Libro electrónico
  11. 951
    Publicado 2017
    Tabla de Contenidos: “…. -- Configuring QGIS -- Configuring Eclipse -- Testing the debugger -- How it works... -- Navigating the PyQGIS API -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a traditional QGIS plugin -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a Processing Toolbox plugin -- Getting ready -- How to do it... -- How it works... -- There's more... -- Distributing a plugin -- Getting ready -- How to do it... -- How it works... -- Building a standalone application -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  12. 952
    Publicado 2024
    Tabla de Contenidos: “…-- Getting started with Git -- Using the most common Git commands -- GitHub - Git, but nice -- Thinking like a hacker - securing the web -- Common exploits -- Secure coding practices -- Working all in one place - IDEs -- VS Code -- Visual Studio -- Eclipse -- IntelliJ IDEA -- Understanding the operating system - Linux -- The structure of Linux -- Basic commands -- Security and the one "weird" Linux fact you need to know -- Linux for web developers -- Reviewing the roadmap -- Summary -- Chapter 5: Understanding the User Experience, Deployment Options, and DevOps…”
    Libro electrónico
  13. 953
    Publicado 2020
    Tabla de Contenidos: “…-- 1.3.1 Spark predicts restaurant quality at NC eateries -- 1.3.2 Spark allows fast data transfer for Lumeris -- 1.3.3 Spark analyzes equipment logs for CERN -- 1.3.4 Other use cases -- 1.4 Why you will love the dataframe -- 1.4.1 The dataframe from a Java perspective -- 1.4.2 The dataframe from an RDBMS perspective -- 1.4.3 A graphical representation of the dataframe -- 1.5 Your first example -- 1.5.1 Recommended software -- 1.5.2 Downloading the code -- 1.5.3 Running your first application -- Command line -- Eclipse -- 1.5.4 Your first code -- Summary -- 2. …”
    Libro electrónico
  14. 954
    por Esping-Andersen, Gsta, 1947-
    Publicado 1999
    “…The Golden Age of postwar capitalism has been eclipsed, and with it seemingly also the possibility of harmonizing equality and welfare with efficiency and jobs. …”
    Libro electrónico
  15. 955
    Publicado 2015
    Tabla de Contenidos: “…Chapter 4 Geodesy -- 4.1 International Terrestrial Reference Frame -- 4.1.1 Polar Motion -- 4.1.2 Tectonic Plate Motion -- 4.1.3 Solid Earth Tides -- 4.1.4 Ocean Loading -- 4.1.5 Relating of Nearly Aligned Frames -- 4.1.6 ITRF and NAD83 -- 4.2 International Celestial Reference System -- 4.2.1 Transforming Terrestrial and Celestial Frames -- 4.2.2 Time Systems -- 4.3 Datum -- 4.3.1 Geoid -- 4.3.2 Ellipsoid of Rotation -- 4.3.3 Geoid Undulations and Deflections of the Vertical -- 4.3.4 Reductions to the Ellipsoid -- 4.4 3D Geodetic Model -- 4.4.1 Partial Derivatives -- 4.4.2 Reparameterization -- 4.4.3 Implementation Considerations -- 4.4.4 GPS Vector Networks -- 4.4.5 Transforming Terrestrial and Vector Networks -- 4.4.6 GPS Network Examples -- 4.4.6.1 Montgomery County Geodetic Network -- 4.4.6.2 SLC Engineering Survey -- 4.4.6.3 Orange County Densification -- 4.5 Ellipsoidal Model -- 4.5.1 Reduction of Observations -- 4.5.1.1 Angular Reduction to Geodesic -- 4.5.1.2 Distance Reduction to Geodesic -- 4.5.2 Direct and Inverse Solutions on the Ellipsoid -- 4.5.3 Network Adjustment on the Ellipsoid -- 4.6 Conformal Mapping Model -- 4.6.1 Reduction of Observations -- 4.6.2 Angular Excess -- 4.6.3 Direct and Inverse Solutions on the Map -- 4.6.4 Network Adjustment on the Map -- 4.6.5 Similarity Revisited -- 4.7 Summary -- Chapter 5 Satellite Systems -- 5.1 Motion of Satellites -- 5.1.1 Kepler Elements -- 5.1.2 Normal Orbital Theory -- 5.1.3 Satellite Visibility and Topocentric Motion -- 5.1.4 Perturbed Satellite Motion -- 5.1.4.1 Gravitational Field of the Earth -- 5.1.4.2 Acceleration due to the Sun and the Moon -- 5.1.4.3 Solar Radiation Pressure -- 5.1.4.4 Eclipse Transits and Yaw Maneuvers -- 5.2 Global Positioning System -- 5.2.1 General Description -- 5.2.2 Satellite Transmissions at 2014 -- 5.2.2.1 Signal Structure -- 5.2.2.2 Navigation Message…”
    Libro electrónico
  16. 956
    por Serna, Jacinto de la
    Publicado 2008
    “…Según comenta, no debían mirar los eclipses del Sol y la Luna, pues la criatura podría tener labios leporinos. …”
    Libro
  17. 957
    “…Watson, no other mystery writer has come close to eclipsing him as the standard-bearer in crime fiction. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  18. 958
    por Moore, Bill
    Publicado 2003
    Tabla de Contenidos: “…Development tools -- 3.1 WebSphere Application Server - Express, V5.0 -- 3.1.1 WebSphere Application Server - Express components -- 3.1.2 Deploying WebSphere Application Server - Express -- 3.1.3 Eclipse technology -- 3.1.4 WebSphere Application Server - Express tooling -- 3.1.5 WebSphere Studio -- 3.1.6 Express Application Server: Overview -- 3.2 Information road map -- 3.2.1 Installation -- 3.2.2 Migration -- 3.2.3 Application development -- 3.3 Using WebSphere Studio -- 3.3.1 Perspectives -- 3.3.2 Editors -- 3.3.3 Customizing perspectives -- 3.3.4 Using fast views -- 3.3.5 Setting perspective preferences -- 3.3.6 The workspace -- 3.3.7 Recovering files from their local history -- 3.3.8 Finding help…”
    Libro electrónico
  19. 959
    por Jensen, Arthur Robert
    Publicado 2006
    “…Mental Chronometry (MC) comprises a variety of techniques for measuring the speed with which the brain processes information.First developed in mid-1800, MC was subsequently eclipsed by more complex and practically useful types of psychometric tests stemming from Alfred Binet. …”
    Libro electrónico
  20. 960
    Publicado 2005
    “…The publication of Nozick's Anarchy, State, and Utopia in 1974 revived serious interest in natural rights liberalism, which, beginning in the latter half of the eighteenth century, had been eclipsed by a succession of antithetical political theories including utilitarianism, progressivism, and various egalitarian and collectivist ideologies. …”
    Sumario
    Libro