Détail de l'indexation
Ouvrages de la bibliothèque en indexation 26.04 (15)
Ajouter le résultat dans votre panier
Visionner les documents numériques
Affiner la recherche Interroger des sources externes
Titre : Programming for Computations - Python Type de document : Guide/Manuel Auteurs : Svein Linge, Éditeur scientifique ; Hans Petter Langtangen, Éditeur scientifique Editeur : Springer Nature Année de publication : 2020 Importance : 332 p. Format : 16 x 24 cm ISBN/ISSN/EAN : 978-3-030-16877-3 Note générale : bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] codage
[Termes IGN] équation différentielle
[Termes IGN] programmation informatique
[Termes IGN] Python (langage de programmation)Index. décimale : 26.04 Langages informatiques Résumé : (éditeur) This second edition of the book presents computer programming as a key method for solving mathematical problems and represents a major revision: all code is now written in Python version 3.6 (the first edition was based on Python version 2.7). The first two chapters of the previous edition have been extended and split up into
five new chapters, thus expanding the introduction to programming from 50 to 150 pages. Throughout, explanations are now more complete, previous examples have been modified, and new sections, examples, and exercises have been added. Also, errors and typos have been corrected. The book was inspired by the Springer book TCSE 6, A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs for solving common mathematical problems with numerical methods in engineering and science courses. The emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.Note de contenu : 1- The First Few Steps
2- A Few More Steps
3- Loops and Branching
4- Functions and the Writing of Code
5- Some More Python Essentials
6- Computing Integrals and Testing Code
7- Solving Nonlinear Algebraic Equations
8- Solving Ordinary Differential Equations
9- Solving Partial Differential EquationsNuméro de notice : 28461 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-3-030-16877-3 En ligne : https://doi.org/10.1007/978-3-030-16877-3 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=99072
Titre : Python, les bases de l'algorithmique et de la programmation Type de document : Guide/Manuel Auteurs : Vincent Maille, Auteur Editeur : Paris : Ellipses-Edition Marketing Année de publication : 2015 Importance : 235 p. Format : 16 x 24 cm ISBN/ISSN/EAN : 978-2-340-00460-3 Langues : Français (fre) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] algorithmique
[Termes IGN] programmation informatique
[Termes IGN] Python (langage de programmation)Index. décimale : 26.04 Langages informatiques Résumé : (Editeur) Ce livre s’adresse à toutes celles et ceux qui souhaitent apprendre à programmer avec un langage simple, intuitif et gratuit à partir de situations issues de problèmes classiques, originaux ou concrets. Avec son arrivée dans les programmes d’informatique des classes préparatoires aux grandes écoles, le langage Python confirme aussi sa place de leader parmi les langages scientifiques. Tout au long de ce livre, vous serez accompagné des premiers pas dans ce langage aux concepts plus évolués tout en résolvant de nombreux problèmes mathématiques riches qui vous apporteront un nouvel éclairage du programme des classes de lycée voire de BTS. L’accent étant mis sur l’activité informatique et la démarche de programmation, les apports théoriques sont volontairement réduits à l’essentiel pour ne présenter que les fonctionnalités de base. Tout au long des chapitres, une aide est proposée pour permettre au lecteur d’avancer à son propre rythme dans les exercices. Pour chaque exercice, une correction très détaillée est proposée. Elle est illustrée de gures, de compléments de cours et de propositions d’optimisation de programmes. Le lecteur sera agréablement surpris par la variété des activités proposées : des algorithmes à traduire, des programmes à comprendre, à modi er ou à faire évoluer… L’originalité de ce livre est son approche à la fois technique mais aussi pédagogique. En effet, les paragraphes « pour aller plus loin » figurant en fin de chapitre et les « thèmes d’étude » séparant les chapitres permettent d’aborder les notions mathématiques de manière plus poussée tout en éclairant certaines notions. De plus, le lecteur pourra retrouver sur un site internet complémentaire au livre de nombreuses ressources dont l’intégralité des programmes traités dans l’ouvrage. Ainsi que vous soyez enseignant de mathématiques de lycée, étudiant en CPGE ou en préparation du CAPES de mathématiques, passionné de mathématiques et informatique, ce livre est un incontournable. Numéro de notice : 22328 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE/MATHEMATIQUE Nature : Manuel informatique Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=77449 Exemplaires(1)
Code-barres Cote Support Localisation Section Disponibilité 22328-02 DEP-REA Manuel Informatique Marne-la-Vallée Dépôt en unité Exclu du prêt Documents numériques
en open access
Table_des_matières_22328.pdfAdobe Acrobat PDF A student's guide to Python for physical modeling / Jesse M. Kinder (2015)
Titre : A student's guide to Python for physical modeling Type de document : Guide/Manuel Auteurs : Jesse M. Kinder, Auteur ; Philip Nelson, Auteur Editeur : Princeton (New Jersey) : Princeton University Press Année de publication : 2015 Importance : 139 p. Format : 21 x 26 cm ISBN/ISSN/EAN : 978-0-691-16958-3 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] distribution de Poisson
[Termes IGN] Python (langage de programmation)
[Termes IGN] traitement d'image
[Termes IGN] visualisation de donnéesIndex. décimale : 26.04 Langages informatiques Résumé : (Editeur) Python is a computer programming language that is rapidly gaining popularity throughout the sciences. A Student's Guide to Python for Physical Modeling aims to help you, the student, teach yourself enough of the Python programming language to get started with physical modeling. You will learn how to install an open-source Python programming environment and use it to accomplish many common scientific computing tasks: importing, exporting, and visualizing data; numerical analysis; and simulation. No prior programming experience is assumed. This tutorial focuses on fundamentals and introduces a wide range of useful techniques, including: - Basic Python programming and scripting - Numerical arrays - Two- and three-dimensional graphics - Monte Carlo simulations - Numerical methods, including solving ordinary differential equations - Image processing - Animation. Numerous code samples and exercises--with solutions--illustrate new ideas as they are introduced. Web-based resources also accompany this guide and include code samples, data sets, and more. Note de contenu : 1. Getting started with Python
2. Structure and control
3. Data in, results out
4. First computer lab
5. More Python constructions
6. Second computer lab
7. Still more techniques
8. Third computer lab
A. Installing Python
B. Errors and error messages
C. Python 2 versus Python 3
D. Under the hood
E. Answers to "Your turn" questionsNuméro de notice : 22480 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=80716 Programming ArcGIS 10.1 with Python cookbook / Eric Pimpler (2013)
Titre : Programming ArcGIS 10.1 with Python cookbook : over 75 recipes to help you automate geoprocessing tasks, create solutions, and solve problems for ArcGIS with Python Type de document : Guide/Manuel Auteurs : Eric Pimpler, Auteur Editeur : Birmingham : Packt Publishing Année de publication : 2013 Importance : 288 p. Format : 19 x 23 cm ISBN/ISSN/EAN : 978-1-84969-444-5 Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] ArcGIS
[Termes IGN] données localisées
[Termes IGN] Python (langage de programmation)
[Termes IGN] système d'information géographiqueIndex. décimale : 26.04 Langages informatiques Résumé : (Editeur) ArcGIS is an industry standard geographic information system from ESRI. This book will show you how to use the Python programming language to create geoprocessing scripts, tools, and shortcuts for the ArcGIS Desktop environment. This book will make you a more effective and efficient GIS professional by showing you how to use the Python programming language with ArcGIS Desktop to automate geoprocessing tasks, manage map documents and layers, find and fix broken data links, edit data in feature classes and tables, and much more. It starts by covering fundamental Python programming concepts in an ArcGIS Desktop context. Using a how-to instruction style you’ll then learn how to use Python to automate common important ArcGIS geoprocessing tasks. In this book you will also cover specific ArcGIS scripting topics which will help save you time and effort when working with ArcGIS. Topics include managing map document files, automating map production and printing, finding and fixing broken data sources, creating custom geoprocessing tools, and working with feature classes and tables, among others. In "Python ArcGIS 10.1 Programming Cookbook" you’ll learn how to write geoprocessing scripts using a pragmatic approach designed around an approach of accomplishing specific tasks in a Cookbook style format. Note de contenu : 1: Fundamentals of the Python Language for ArcGIS
2: Writing Basic Geoprocessing Scripts with ArcPy
3: Managing Map Documents and Layers
4: Finding and Fixing Broken Data Links
5: Automating Map Production and Printing
6: Executing Geoprocessing Tools from Scripts
7: Creating Custom Geoprocessing Tools
8: Querying and Selecting Data
9: Using the ArcPy Data Access Module to Select, Insert, and Update Geographic Data and Tables
10: Listing and Describing GIS Data
11: Customizing the ArcGIS Interface with Add-Ins
12: Error Handling and TroubleshootingNuméro de notice : 22249 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE/INFORMATIQUE Nature : Manuel informatique Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=75947 Exemplaires(2)
Code-barres Cote Support Localisation Section Disponibilité 22249-01 DEP-ELD Manuel Informatique Marne-la-Vallée Dépôt en unité Exclu du prêt 22249-02 DEP-REA Manuel Informatique Marne-la-Vallée Dépôt en unité Exclu du prêt Visual Basic v 6.0 / Département informatique (Champs/Marne) (2008)
Titre : Visual Basic v 6.0 Type de document : Guide/Manuel Auteurs : Département informatique (Champs/Marne), Auteur Editeur : Champs-sur-Marne : Ecole nationale des sciences géographiques ENSG Année de publication : 2008 Importance : 69 p. Format : 21 x 30 cm Langues : Français (fre) Descripteur : [Vedettes matières IGN] Langages informatiques
[Termes IGN] langage à objets
[Termes IGN] langage de programmation
[Termes IGN] Visual BasicIndex. décimale : 26.04 Langages informatiques Note de contenu : 1- Les principaux concepts de Visual Basic
2- La syntaxe de Visual Basic
3- Prise en main de l'environnement
4- Structure d'une application Visual Basic
5- Apprentissage par l'exemple
6- Utilisation de l'éditeur de code
7- Utilisation des objets
8- Création d'objets
9- Boîtes de dialogue
10- Création de menusNuméro de notice : 24654 Affiliation des auteurs : IGN (1940-2011) Thématique : INFORMATIQUE Nature : Manuel informatique Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=92318 La formulation simple et rationnelle des algorithmes avec le langage ADL [Algorithm Description Language] / François Bouillé (2007)PermalinkC++ GUI programming with Qt4 / Jasmin Blanchette (2006)PermalinkEclipse 3 pour les développeurs Java / Berthold Daum (2004)PermalinkXSLT en action / S. Mangano (2003)PermalinkComprendre XSLT / Bernd Amann (2002)PermalinkInitiation à la programmation / Département informatique (Champs/Marne) (2001)PermalinkXML and JAVA / H. Maruyama (1999)PermalinkManuel complet du langage Fortran 90 et Fortran 95 / P. Lignelet (1996)PermalinkC++, the complete reference / Herbert Schildt (1995)PermalinkLes spécificités du Fortran 90 / M. Dubesset (1993)Permalink