Détail de l'indexation
02.60 |
Ouvrages de la bibliothèque en indexation 02.60 (210)
Faire une suggestion Affiner la recherche
Algorithmique : techniques fondamentales de programmation / Franck Ebel (2018)
Titre : Algorithmique : techniques fondamentales de programmation : exemples en Python (nombreux exercices corrigés) Type de document : texte imprimé Auteurs : Franck Ebel, Auteur ; Sébastien Rohaut, Auteur Mention d'édition : 2nd Ed. Editeur : Nantes : ENI Année de publication : 2018 Collection : Ressources informatiques Importance : 510 p. Présentation : Broche, couv. ill. en coul. Format : 22 cm ISBN/ISSN/EAN : 978-2-409-01226-6 Langues : Français (fre) Catégories : (02.60) Analyse numerique et informatique Index. décimale : 02.60 Résumé : Introduction à l'algorithmique. - Les variables et opérateurs. - Tests et logique booléenne. - Les boucles. - Les tableaux et structures. - Les sous-programmes. - Les fichiers. - Notions avancées. - Une approche de l'objet. - Corrigés des exercices Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité PQ003971 02.60.EBE texte imprimé Bibli FERMI 3R4 Recherche Disponible An introduction to multigrid methods / Pieter Wesseling (1992)
Titre : An introduction to multigrid methods Type de document : texte imprimé Auteurs : Pieter Wesseling, Auteur Editeur : Chichester : John Wiley & Sons Année de publication : 1992 Collection : Pure and applied mathematics Importance : VI-284 P. Présentation : Relié. Graph. Format : 23 cm ISBN/ISSN/EAN : 978-0-471-93083-9 Langues : Anglais (eng) Catégories : (02.60) Analyse numerique et informatique Mots-clés : finite difference methods iterative methods operator theory Index. décimale : 02.60 Résumé : 1. introduction 2. the essential principle of multigrid methods for partial differential equations 3. finite difference and finite volume discretization 4. basic iterative methods 5. prolongation and restriction 6. corse grid approximation and two-grid convergence 7. smoothing analysis 8. multigrid algorithms 9. applications of multigrid methodes in computational fluid dynamics references index Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité PQ001316 02.60.59 texte imprimé Bibli FeRMI 3R1 sous-sol Recherche Disponible An Introduction to Numerical Methods and Analysis / James F. Epperson (2013)
Titre : An Introduction to Numerical Methods and Analysis Type de document : texte imprimé Auteurs : James F. Epperson, Auteur Editeur : Hoboken (New Jersey) : John Wiley & Sons Année de publication : 2013 Importance : XXI-591 P. Présentation : Relie. Couv. en coul., Graph. Format : 24 cm ISBN/ISSN/EAN : 978-1-118-36759-9 Note générale : 1 Introductory concepts and calculus review - 2 A survey of simple methods and tools - 3 Root-finding - 4 Interpolation and approximation - 5 Numerical integration - 6 Numerical methods for ordinary differential equations - 7 Numerical methods for the solution of systems of equations - 8 Approximate solution of the algebraic eigenvalue problem - 9 A survey of Numerical methods for partial differential equations - 10 An introduction to spectral methods Langues : Anglais (eng) Catégories : (02.60) Analyse numerique et informatique Mots-clés : Numerical methods mathematics Partial differential equations Index. décimale : 02.60 Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité PQ003434 02.60.EPP texte imprimé Bibli FERMI 3R4 Recherche Disponible Applied Computational Physics / Joseph F. Boudreau (2018)
Titre : Applied Computational Physics Type de document : texte imprimé Auteurs : Joseph F. Boudreau, Auteur ; Eric S. Swanson, Auteur ; Riccardo M. Bianchi, Auteur Editeur : Oxford : Oxford University Press Année de publication : 2018 Importance : XXI-913 P. Présentation : broche, couv. ill. en coul., ill., fig. Format : 25 cm ISBN/ISSN/EAN : 978-0-19-870864-3 Langues : Anglais (eng) Catégories : (02.60) Analyse numerique et informatique Mots-clés : Computational techniques Computer languages Index. décimale : 02.60 Résumé : 1 Building Programs in an Linux Environment. - 2 Encapsulation and the C++ class. - 3 Some Useful Classes with Applications. - 4 Interpolation and Extrapolation. - 5 Numerical Quadrature. - 6 How to Write a Class. - 7 Monte Carlo Methods. - 8 Precolation and Universality. - 9 Parrallel Computing. - 10 Graphics for Physicists. - 11 Ordinary Differential Equations. - 12 Polymorphism. - 13 Nonlinear Dynamics and Chaos. - 14 Rotations and Lorentz Transformations. - 15 Simulation. - 16 Data Modeling. - 17 Templates, the Standard C++ Library, and Modern C++. - 18 Many Body Dynamics. - 19 Continuum Dynamics. - 20 Classical Spin Systems. - 21 Quantum Mechanics I - Few Body Systems. - 22 Quantum Spin Systems. - 23 Quantum Mechanics II - Many Body Systems. - 24 Quantum Field Theory
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité PQ003904 02.60.BOU texte imprimé Bibli FERMI 3R4 Recherche Disponible Apprendre le C++ / Claude Delannoy (2008)
Titre : Apprendre le C++ Type de document : texte imprimé Auteurs : Claude Delannoy, Auteur Editeur : Paris : Eyrolles Année de publication : 2008 Importance : 736 p. Présentation : Broché Format : 22 cm ISBN/ISSN/EAN : 978-2-212-12414-9 Langues : Français (fre) Catégories : (02.60) Analyse numerique et informatique Mots-clés : Computer languages Index. décimale : 02.60 Résumé : I Présentation du langage C++ - 2 Généralités sur le C++ - 3 Les types de base de C++ - 4 Opérateurs et expressions - 5 Les entrées-sorties conversationnelles de C++ - 6 Les instructions de contrôle - 7 Les fonctions - 8 Les tableaux et les pointeurs - 9 Les chaines de style C - 10 Les types structure, union et énumération - 11 Classe et objets - 12 Les propriétés des fonctions membres - 13 Construction, destruction et initialisation des objets - 14 Les fonctions amies - 15 La surdéfinition d'opérateurs - 16 Les conversions de type définies par l'utilisateur - 17 Les patrons de classe - 19 L'héritage simple - 20 L'héritage multiple - 21 Les fonctions virtuelles et le polymorphisme - 22 Les flots - 23 La gestion des exceptions - 24 Généralités sur la bibliothèque standart - 25 Les conteneurs séquentiels - 26 Les conteneurs associatifs - 27 Les algorithmes standards - 28 La classe string - 29 Les outils numériques - 30 Les espaces de noms - 31 Le préprocesseur et l'instruction typedef Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité PQ002878 02.60.DEL texte imprimé Bibli FERMI 3R4 Recherche Emprunté par: Jean-Philippe CHAMPEAUX
Sorti jusqu'au 17/01/2025Approximation of functions / G.G. Lorentz (1986)
PermalinkBases de données / Jean-Luc Hainaut (2015)
PermalinkBeginning Programming with Python For Dummies / John Paul Mueller (2018)
PermalinkBig Practical Guide to Computer Simulations / Alexander K. Hartmann (2015)
PermalinkC++ How to Program / Paul Deitel (2010)
PermalinkC in a Nutshell / Peter Printz (2016)
PermalinkCalcul scientifique parallèle / Frédéric Magoulès (2017)
PermalinkCalcul scientifique parallele / Frédéric Magoulès (2013)
PermalinkChebyshev and Fourier spectral methods / John P. Boyd (2001)
PermalinkCMake Cookbook / Radovan Bast (2018)
PermalinkComputational Methods for Physicists / Simon Sirca (2012)
PermalinkComputational methods in physics / J. Franklin (2013)
PermalinkComputational physics / David Potter (1973)
PermalinkComputational Physics / Rubin H. Landau (2015)
PermalinkComputers and intractability / Michael R. Garey (1979)
Permalink