Descripteur
Termes IGN > informatique > langage de programmation > langage à objets > Java (langage de programmation)
Java (langage de programmation)Voir aussi |
Documents disponibles dans cette catégorie (109)
Ajouter le résultat dans votre panier
Visionner les documents numériques
Affiner la recherche Interroger des sources externes
Etendre la recherche sur niveau(x) vers le bas
Calcul d’une emprise de carte à partir du texte d’un article de presse / Clément Beauvallet (2020)
Titre : Calcul d’une emprise de carte à partir du texte d’un article de presse Type de document : Mémoire Auteurs : Clément Beauvallet, Auteur ; Catherine Dominguès , Encadrant ; Laurence Jolivet , Encadrant Editeur : Saint-Mandé : Institut national de l'information géographique et forestière - IGN (2012-) Année de publication : 2020 Importance : 25 p. Note générale : bibliographie
rapport de Programmation / SIG dans le cadre du cycle ingénieur 3e annéeLangues : Français (fre) Descripteur : [Vedettes matières IGN] Géomatique
[Termes IGN] emprise de carte
[Termes IGN] entité géographique
[Termes IGN] exploration de texte
[Termes IGN] Java (langage de programmation)
[Termes IGN] toponymeIndex. décimale : TDE Travaux dirigés des étudiants, rapports de projets, rapports de stage hors fin d'études Résumé : pas de résumé Note de contenu : Introduction contextuelle
1- Contexte du stage et travaux antérieurs
1-1 Contexte de l’étude et objectifs du stage
1-2 TEXTOMAP et objectifs du stage
1-3 Support de travail de base : thèse de Geoffrey Brun
1-4 Objectifs du stage
2-Emprise de référence, stratégies de sélection d’entités et emprise calculée
2-1 Définition et extraction des emprises de référence
2-2 Explication des stratégies et du calcul d’emprise
3-Résultats et possibles améliorations
3-1 Résultats obtenus et analyses
3-2 Bilan du stage
ConclusionNuméro de notice : 17692 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : TD/TP étudiant DOI : sans Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=99158
Titre : Programming persistent memory : a comprehensive guide for developers Type de document : Guide/Manuel Auteurs : Steve Scargall, Auteur Editeur : New York : Apress Année de publication : 2020 Importance : 438 p. ISBN/ISSN/EAN : 978-1-4842-4932-1 Note générale : Glossaire Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes IGN] C++
[Termes IGN] données massives
[Termes IGN] Java (langage de programmation)
[Termes IGN] Linux
[Termes IGN] modèle logique de données
[Termes IGN] programmation informatiqueRésumé : (Auteur) Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK) Design and optimize data structures for persistent memory Study how real-world applications are modified to leverage persistent memory Utilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc. Note de contenu :
Chapter 1: Introduction to Persistent Memory Programming
Chapter 2: Persistent Memory Architecture
Chapter 3: Operating System Support for Persistent Memory
Chapter 4: Fundamental Concepts of Persistent Memory Programming
Chapter 5: Introducing the Persistent Memory Development Kit
Chapter 6: libpmem: Low-Level Persistent Memory Support
Chapter 7: libpmemobj: A Native Transactional Object Store
Chapter 8: libpmemobj-cpp: The Adaptable Language - C++ and Persistent Memory
Chapter 9: pmemkv: A Persistent In-Memory
Chapter 10: Volatile Use of Persistent Memory
Chapter 11: Designing Data Structures for Persistent Memory
Chapter 12: Debugging Persistent Memory Applications
Chapter 13: Enabling Persistence Using a Real-World Application
Chapter 14: Concurrency and Persistent Memory
Chapter 15: Profiling and Performance
Chapter 16: PMDK Internals: Important Algorithms and Data Structures
Chapter 17: Reliability, Availability, and Serviceability (RAS)
Chapter 18: Remote Persistent Memory
Chapter 19: Advanced Topics
Appendix A: How to Install NDCTL and DAXCTL on Linux
Appendix B: How to Install the Persistent Memory Development Kit (PMDK)
Appendix C: How to Install IPMCTL on Linux and Windows
Appendix D: Java for Persistent Memory
Appendix E: The Future of Remote Persistent Memory ReplicationNuméro de notice : 26513 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-1-4842-4932-1 En ligne : http://doi.org/10.1007/978-1-4842-4932-1 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=97277
Titre : Java in two semesters Type de document : Guide/Manuel Auteurs : Quentin Charatan, Auteur ; Aaron Kans, Auteur Editeur : Springer Nature Année de publication : 2019 Importance : 716 p. Format : 16 x 24 cm ISBN/ISSN/EAN : 978-3-319-99420-8 Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] itération
[Termes IGN] Java (langage de programmation)
[Termes IGN] langage de programmation
[Termes IGN] programmation adaptée à l'objetRésumé : (éditeur) This easy-to-follow textbook teaches Java programming from first principles, as well as covering design and testing methodologies. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental programming concepts, and the second part building on this foundation, teaching the skills required to develop more advanced applications.This fully updated and greatly enhanced fourth edition covers the key developments introduced in Java 8, including material on JavaFX, lambda expressions and the Stream API.Topics and features: begins by introducing fundamental programming concepts such as declaration of variables, control structures, methods and arrays; goes on to cover the fundamental object-oriented concepts of classes and objects, inheritance and polymorphism; uses JavaFX throughout for constructing event-driven graphical interfaces; includes advanced topics such as interfaces and lambda expressions, generics, collection classes and exceptions; explains file-handling techniques, packages, multi-threaded programs, socket programming, remote database access and processing collections using streams; includes self-test questions and programming exercises at the end of each chapter, as well as two illuminating case studies; provides additional resources at its associated website (simply go to springer.com and search for 'Java in Two Semesters'), including a guide on how to install and use the NetBeans™ Java IDE.Offering a gentle introduction to the field, assuming no prior knowledge of the subject, Java in Two Semesters is the ideal companion to undergraduate modules in software development or programming. Note de contenu : Part I
1- The First Step
2- Building Blocks
3- Selection
4- Iteration
5- Methods
6- Arrays
7- Classes and Objects
8- Implementing Classes
9- Inheritance
10- Introducing JavaFX
11- Case Study—Part 1
12- Case Study—Part 2
Part II Semester Two
13- Interfaces and Lambda Expressions
14- Exceptions
15- The Java Collections Framework
16- Advanced JavaFX
17- JavaFX: Interacting with the User
18- Working with Files
19- Packages
20- Multi-threaded Programs
21- Advanced Case Study
22- The Stream API
23- Working with Sockets
24- Java in ContextNuméro de notice : 25810 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique En ligne : https://doi.org/10.1007/978-3-319-99420-8 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=95070 A method for checking the quality of geographic metadata based on ISO 19157 / Manuel A. Ureña-Cámara in International journal of geographical information science IJGIS, Vol 33 n° 1-2 (January - February 2019)
[article]
Titre : A method for checking the quality of geographic metadata based on ISO 19157 Type de document : Article/Communication Auteurs : Manuel A. Ureña-Cámara, Auteur ; Javier Nogueras-Iso, Auteur ; Javier Lacasta, Auteur ; Francisco Javier Ariza-López, Auteur Année de publication : 2019 Article en page(s) : pp 1 - 27 Note générale : bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Géomatique
[Termes IGN] contrôle qualité automatique
[Termes IGN] hétérogénéité sémantique
[Termes IGN] interopérabilité
[Termes IGN] Java (langage de programmation)
[Termes IGN] métadonnées géographiques
[Termes IGN] norme ISO
[Termes IGN] qualité des metadonnées
[Termes IGN] XMLRésumé : (auteur) With recent advances in remote sensing, location-based services and other related technologies, the production of geospatial information has exponentially increased in the last decades. Furthermore, to facilitate discovery and efficient access to such information, spatial data infrastructures were promoted and standardized, with a consideration that metadata are essential to describing data and services. Standardization bodies such as the International Organization for Standardization have defined well-known metadata models such as ISO 19115. However, current metadata assets exhibit heterogeneous quality levels because they are created by different producers with different perspectives. To address quality-related concerns, several initiatives attempted to define a common framework and test the suitability of metadata through automatic controls. Nevertheless, these controls are focused on interoperability by testing the format of metadata and a set of controlled elements. In this paper, we propose a methodology of testing the quality of metadata by considering aspects other than interoperability. The proposal adapts ISO 19157 to the metadata case and has been applied to a corpus of the Spanish Spatial Data Infrastructure. The results demonstrate that our quality check helps determine different types of errors for all metadata elements and can be almost completely automated to enhance the significance of metadata. Numéro de notice : A2019-018 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1080/13658816.2018.1515437 Date de publication en ligne : 17/09/2018 En ligne : https://doi.org/10.1080/13658816.2018.1515437 Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=91675
in International journal of geographical information science IJGIS > Vol 33 n° 1-2 (January - February 2019) . - pp 1 - 27[article]Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité 079-2019011 RAB Revue Centre de documentation En réserve L003 Disponible Réorganisation du SIG et valorisation des données du Parc Naturel Régional du Gâtinais français / Paul Roux (2019)
Titre : Réorganisation du SIG et valorisation des données du Parc Naturel Régional du Gâtinais français Type de document : Mémoire Auteurs : Paul Roux, Auteur Editeur : Champs-sur-Marne : Ecole nationale des sciences géographiques ENSG Année de publication : 2019 Importance : 98 p. Format : 21 x 30 cm Note générale : bibliographie
Rapport de stage de fin d’études, Cycle Ingénieur 3ème année, Master DDMEGLangues : Français (fre) Descripteur : [Vedettes matières IGN] Systèmes d'information géographique
[Termes IGN] biodiversité
[Termes IGN] cartographie des risques
[Termes IGN] conception orientée utilisateur
[Termes IGN] diffusion de données
[Termes IGN] Gatinais
[Termes IGN] Geonetwork
[Termes IGN] GeoServer
[Termes IGN] infrastructure régionale de données localisées
[Termes IGN] inondation
[Termes IGN] mise à jour
[Termes IGN] modèle conceptuel de données localisées
[Termes IGN] parc naturel régional
[Termes IGN] PostgreSQL
[Termes IGN] questionnaire
[Termes IGN] valorisation des donnéesIndex. décimale : DDMEG Mémoires du Master Développement Durable, Management Environnemental et Géomatique Résumé : (auteur) Le Parc naturel régional (PNR) du Gâtinais français situé entre l’Essonne et la Seine-et-Marne a été créé pour faire face à des enjeux environnementaux et humains relatifs à la protection et valorisation d’un patrimoine culturel et naturel riche dont l’équilibre est précaire. Ce territoire est en effet caractérisé par une identité culturelle et paysagère qui lui est propre. Or, la valorisation et protection des richesses qu’il contient nécessite de le connaître aussi bien que possible et c’est pourquoi le Parc emploie de la donnée géographique désormais mutualisée sur un centre de partage des données. En outre, le PNR du Gâtinais français a mis en place à l’aide de ses trois autres homologues franciliens une Infrastructure de Données Géographiques (IDG) afin de mutualiser les données et les compétences. En d’autres termes, grâces aux diverses solutions logicielles qui ont été mises en place, il est désormais possible de procéder à la valorisation des données géographiques au moyen d’applications cartographiques qu’il est possible de générer grâce aux bases de données PostgreSQL, au diffuseur de métadonnées GeoNetwork, au générateur de flux Geoserver, et au SIG orienté web Geo. Le stage consiste à valoriser les données du Parc, depuis leur réorganisation selon un modèle conceptuel de données à définir au préalable, jusqu’à leur diffusion au moyen de l’IDG interparc. Ceci nécessite une compréhension de la nature des données utilisées pour traiter les enjeux auxquels le territoire du Gâtinais est confronté ainsi que des besoins de l’ensemble des acteurs et de leurs interactions. Note de contenu : Introduction
1- Contexte, objectifs et méthodologie
2- Réalisation du modèle conceptuel de données et mise en oeuvre de la réorganisation du SIG
3- La diffusion des données géographiques au moyen de l'IDG Interparc
ConclusionNuméro de notice : 25447 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Mémoire de fin d'études IT Organisme de stage : Parc Naturel Régional du Gâtinais français Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=93960 Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité 25447-01 DDMEG Livre Centre de documentation En réserve Mezzanine Disponible Documents numériques
peut être téléchargé
Réorganisation du SIG... - pdf auteurAdobe Acrobat PDF PermalinkPermalinkOpenEventMap: A volunteered location-based service / Katereh Polous in Cartographica, vol 50 n° 4 (Winter 2015)PermalinkPermalinkAlgorithmique et programmation en Java / V. Granet (2014)PermalinkAirborne prism experiment calibration information system / Andreas Hueni in IEEE Transactions on geoscience and remote sensing, vol 51 n° 11 (November 2013)PermalinkAlgorithmique / Sébastien Rohaut (2013)PermalinkPermalinkContribution à la mise en place d'un SIG fédérateur des données géographiques pour l'aménagement et les infrastructures / Mustapha Mimouni (2013)PermalinkDéploiement d'un catalogue de données spatiales / Sidi Diallo (2013)Permalink