Catégories
Documents disponibles dans cette catégorie (15)
Faire une suggestion Affiner la recherche
Etendre la recherche sur niveau(x) vers le bas
Algorithmes en C++ : Concepts fondamentaux, structures de données, tri et recherche. / Robert SEDGEWICK
Titre : Algorithmes en C++ : Concepts fondamentaux, structures de données, tri et recherche. Type de document : texte imprimé Auteurs : Robert SEDGEWICK ; Jean-Luc BOURDON, Traducteur ; Philippe LAROQUE, Traducteur ; Mélanie MUTEAU, Traducteur Mention d'édition : 3e édition Editeur : Pearson Education, Ltd Année de publication : 2004 Importance : 755 p. ISBN/ISSN/EAN : 978-2-7440-7056-3 Note générale : Préface
Contenu
Utilisation comme support de cours
Des algorithmes pratiques
Le langage de programmation
Préface du consultant C++
Notes sur les exercices
Bibliographie
IndexCatégories : Algorithmes
Algorithmes:Informatique
C++ (langage de programmation)Index. décimale : 005.13 Langages de programmation Résumé : LES CONCEPTS FONDAMENTAUX
Introduction
Principes d'analyse des algorithmes
LES STRUCTURES DE DONNEES
Structures de données élémentaires
Types abstraits de données
Récursion et arbres
LES ALGORITHMES DE TRI
Méthodes élémentaires de tri
Tri rapide (quicksort)
Fusion (merging) et tri par fusion (mergesort)
Files à priorités et tri par tas
Tri radix
Méthodes de tri spécifiques
LES ALGORITHMES DE RECHERCHE
Tables de symboles et arbres binaires de recherche
Arbres équilibrés
Hachage
Recherche radix
Recherche externeExemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00002405 005.13 SED Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Disponible Effective C++ : 55 Specific Ways to Improve your Programs and Designs / Scott MEYERS
Titre : Effective C++ : 55 Specific Ways to Improve your Programs and Designs Type de document : texte imprimé Auteurs : Scott MEYERS, Auteur Mention d'édition : 3rd edition Editeur : Addison-Wesley Publishing Company, Inc. Année de publication : 2005 Importance : 297 p. ISBN/ISSN/EAN : 978-0-321-33487-9 Note générale : Contents
Preface
Acknowledgments
Introduction
IndexCatégories : C++ (langage de programmation)
Programmation orientée objets (informatique)Index. décimale : 005 Programmation, programmes, organisation des données, logiciel Résumé : Accustoming Yourself to C++
Constructors, Destructors, and Assignment Operators
Resource Management
Designs and Declarations
Implementations
Inheritance and Object-Oriented Design
Templates and Generic Programming
Customizing new and delete
Meyond Effective C++Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire L'essentiel du C++ / Stanley LIPPMAN
Titre : L'essentiel du C++ Type de document : texte imprimé Auteurs : Stanley LIPPMAN Mention d'édition : 2ème édition Editeur : Addison-Wesley Publishing Company, Inc. Année de publication : 1992 Importance : 613 p. ISBN/ISSN/EAN : 978-2-87908-002-4 Note générale : Péface
Appendices
IndexCatégories : C++ (langage de programmation)
Langages de programmationIndex. décimale : 005.13 Langages de programmation Résumé : Pour commencer
Les types de C++
Expressions et instructions
Fonctions, portée et mémoire libre
Fonctions surchargées et template
Les classes en C++
Fonctions membres
Classes template
Dérivation et héritage
Programmation orientée-objets.
Conception orientée-objets.Exemplaires (2)
Code-barres Cote Support Localisation Section Disponibilité B00000686 005.13 LIP Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Disponible B00000680 005.13 LIP Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026 Modern C++ Programming Cookbook: Master C++ Core Language and Standard Library Features, with over 100 Recipes, updated to C++20 / Marius BANCILA
Titre : Modern C++ Programming Cookbook: Master C++ Core Language and Standard Library Features, with over 100 Recipes, updated to C++20 Type de document : texte imprimé Auteurs : Marius BANCILA, Auteur Mention d'édition : Second edition Editeur : Birmingham : Packt Publishing Année de publication : 2020 Importance : 717 p. ISBN/ISSN/EAN : 978-1-80020-898-8 Note générale : Contributors
Table of Contents
Preface
Bibliography
Other Books You May Enjoy
IndexCatégories : C++ (langage de programmation)
Programmation orientée objets (informatique)Index. décimale : 005 Programmation, programmes, organisation des données, logiciel Résumé : Learning Modern Core Language Features
Working with Numbers and Strings
Exploring Functions
Preprocessing and Compilation
Standard Library Containers, Algorithms, and Iterators
General-Purpose Utilities
Working with Files and Streams
Leveraging Threading and Concurrency
Robustness and Performance
Implementing Patterns and Idioms
Exploring Testing Frameworks
C++20 Core Features
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00011427 005 BAN Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026 Pour mieux développer avec C++ / Aurélien GÉRON
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : InterEditions Année de publication : 1999 Collection : Informatiques Importance : 188 p. ISBN/ISSN/EAN : 2-225-83421-0 Note générale : Préface
Table des matières
Avant-propos
Annexes
Bibliographie
Sites web
IndexCatégories : C++ (langage de programmation) Index. décimale : 681.3 Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La fabrication (Factory Method)
La Fabrique Abstraite (Abstract Factory)
Le Singleton (Singleton)
L'Observateur (Observer)
Le Médiateur (Mediator)
Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers / Aurélien GÉRON
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : Dunod Année de publication : 2003 Importance : 188 p. ISBN/ISSN/EAN : 978-2-10-007348-1 Note générale : Preface
Table des matières
Avant-propos
Annexes
BibliographiesLangues : Français (fre) Catégories : C (langage de programmation)
C++ (langage de programmation)Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La Fabrication (Factory Method)
La fabrique abstraite (Abstract Factory)
Le singleton (Singleton)
L'observateur (Observer)
Le médiateur (Mediator)Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers / Aurélien GÉRON
Titre : Pour mieux développer avec C++ : design patterns, STL, RTTI et smart pointers Type de document : texte imprimé Auteurs : Aurélien GÉRON, Auteur ; Fatmé TAWBI, Auteur Editeur : Dunod Année de publication : 2003 Importance : 188 p. Note générale : Preface
Table des matières
Avant-propos
Annexes
BibliographiesLangues : Français (fre) Catégories : C (langage de programmation)
C++ (langage de programmation)Index. décimale : 005 Programmation, programmes, organisation des données, logiciel Résumé : LES MECANISMES VIRTUELS
Les mécanismes du polymorphisme
Le patron de méthode
La RTTI et les nouveaux casts
Héritage multiple et héritage virtuel
Les classes d'interface
LA STL ET SES CONCEPTS
Conteneurs et itérateurs de la STL
Le modèle stratégie
Adapter l'interface d'une classe
Les smart pointers
ALLER PLUS LOIN AVEC LES DESIGN PATTERNS
Le composite (composite)
La Fabrication (Factory Method)
La fabrique abstraite (Abstract Factory)
Le singleton (Singleton)
L'observateur (Observer)
Le médiateur (Mediator)Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00009749 005 GER Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026 Programmation en C++ / Jean-Paul BODEVEIX
Titre : Programmation en C++ Type de document : texte imprimé Auteurs : Jean-Paul BODEVEIX ; Mamoun FILALI ; Amal SAYAH Editeur : InterEditions Année de publication : 1994 Importance : 341p. ISBN/ISSN/EAN : 978-2-7296-0477-6 Note générale : Table des matières
Avant-propos
Intro.
Annexes
Bibliographie
IndexCatégories : C++ (langage de programmation)
ProgrammationIndex. décimale : 004 Traitement de données. Informatique Résumé : Pourquoi continuer à programmer en langage C ?
Le concept de classe en C++
Programmation avancée d'une classe
L'héritage en C++
Les entrées-sorties en C++
La généricité
Les exceptions
Etudes de casExemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00001767 004.4 BOD Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Exclu du prêt La programmation C et C++ / Didier BADOUEL
Titre : La programmation C et C++ Type de document : texte imprimé Auteurs : Didier BADOUEL ; Abderrahim KHALED Editeur : Hermès Science Publications Année de publication : 1993 Collection : Collection Informatique Importance : 223 p. ISBN/ISSN/EAN : 978-2-86601-394-3 Note générale : Table des matières
Avant-propos
Index des notions
Index des noms
Liste des programmesCatégories : C (langage de programmation)
C++ (langage de programmation)
ProgrammationIndex. décimale : 005.13 Langages de programmation Résumé : LE LANGAGE C
Les expressions
Les fonctions
Les fonctions d'entrée/sortie
Les structures de contrôle
Les tableaux et les pointeurs
Construire de nouveaux types
Les classes mémoire
Les conversions de type
Le préprocesseur
LE LANGAGE C++
Apports syntaxiques au langage C
Les classes
L'héritage et la généricité
Gestion des exceptions
Style de programmation C++Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00004302 005.13 BAD Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Disponible La programmation en C et C++ / Didier BADOUEL
Titre : La programmation en C et C++ Type de document : texte imprimé Auteurs : Didier BADOUEL ; Abderrahim KHALED Mention d'édition : 2e édition Editeur : Hermès Science Publications Année de publication : 1995 Collection : Collection Informatique Importance : 346 p. ISBN/ISSN/EAN : 978-2-86601-506-0 Note générale : Table des matières
Préface
Index des notions
Index des noms
Liste des programmesCatégories : C (langage de programmation)
C++ (langage de programmation)
ProgrammationIndex. décimale : 005.13 Langages de programmation Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00002733 005.13 BAD Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Disponible Scientific Software Design / Damian ROUSON
Titre : Scientific Software Design : The Object-Oriented Way Type de document : texte imprimé Auteurs : Damian ROUSON, Auteur ; Jim XIA, Auteur ; Xiaofeng XU, Auteur Editeur : Cambridge : Cambridge Univeristy Press Année de publication : 2011 Importance : 382 p. ISBN/ISSN/EAN : 978-0-521-88813-4 Note générale : Contents
List of figures
List of Tables
Preface
acknowledgments
Disclaimer
Bibliography
IndexLangues : Anglais (eng) Catégories : Architecture de réseaux d'ordinateurs
C++ (langage de programmation)
InformatiqueIndex. décimale : 005.1 Programmation Résumé : Development Costs and Complexity
The Object-Oriented Way
Scientific OOP
SOOP TO NUTS AND BOLTS
Design Patterns Basics
The Object Pattern
The Abstract Calculus Pattern
The Strategy and Surrogate Patterns
The Puppeteer Pattern
Factory Patterns
GUMBO SOOP
Formal Constraints
Mixed-Language Programming
Multiphysics Architectures
Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire Scientific Software Design / Damian ROUSON
Titre : Scientific Software Design : The Object-Oriented Way Type de document : texte imprimé Auteurs : Damian ROUSON, Auteur ; Jim XIA, Auteur ; Xiaofeng XU, Auteur Editeur : Cambridge : Cambridge Univeristy Press Année de publication : 2011 Importance : 382 p. Note générale : Contents
List of figures
List of Tables
Preface
acknowledgments
Disclaimer
Bibliography
IndexLangues : Anglais (eng) Catégories : Architecture de réseaux d'ordinateurs
C++ (langage de programmation)
InformatiqueIndex. décimale : 005.1 Programmation Résumé : Development Costs and Complexity
The Object-Oriented Way
Scientific OOP
SOOP TO NUTS AND BOLTS
Design Patterns Basics
The Object Pattern
The Abstract Calculus Pattern
The Strategy and Surrogate Patterns
The Puppeteer Pattern
Factory Patterns
GUMBO SOOP
Formal Constraints
Mixed-Language Programming
Multiphysics Architectures
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00009211 005.1 ROU Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026 Structures de données avancées avec la STL / Philippe GABRINI
Titre : Structures de données avancées avec la STL : programmation orientée objet en C++ ; cours et exercices corrigés Type de document : texte imprimé Auteurs : Philippe GABRINI, Auteur Editeur : Dunod Année de publication : 2005 Importance : 438 p. ISBN/ISSN/EAN : 978-2-10-049523-8 Note générale : Prolégomènes
Table des matières
Annexes
Bibliographie
IndexLangues : Français (fre) Catégories : C++ (langage de programmation)
Programmation orientée objets (informatique)
Structures de données (informatique)Index. décimale : 005.2 Programmation par type d'ordinateur Résumé : Fondements du langage de programmation C++
Tableaux, structures, pointeurs et entrée-sortie
Algorithmes et leur complexité
Génie logiciel et orientation objet
STL, algorithmes et structures de données
Structures de données simples
Programmation orientée objet: hiérarchie et polymorphisme
Arborescences
Arborescences spécialisées
Graphes
TablesExemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire The C++ Standard Library / Nicolai M. JOSUTTIS
Titre : The C++ Standard Library : a Tutorial and Handbook Type de document : texte imprimé Auteurs : Nicolai M. JOSUTTIS, Auteur Editeur : Addison-Wesley Publishing Company, Inc. Année de publication : 1999 Importance : 799 p. ISBN/ISSN/EAN : 978-0-201-37926-6 Note générale : Contents
Preface
Acknowledgments
Internet resources
Bibliography
IndexLangues : Français (fre) Catégories : C++ (langage de programmation) Index. décimale : 005.133 Langages spécifiques Résumé : About this Book
Introduction to C++ and the Standard Library
General Concepts
Utilities
The Standard Template Library
STL Containers
STL Iterators
STL Function Objects
STL Algorithms
Special Containers
Strings
Numerics
Input/Output Using Stream Classes
Internationalization
Allocators
Exemplaires
Code-barres Cote Support Localisation Section Disponibilité aucun exemplaire A Tour of C++ / Bjarne STROUSTRUP
Titre : A Tour of C++ Type de document : texte imprimé Auteurs : Bjarne STROUSTRUP Mention d'édition : 3rd. edition Editeur : Addison-Wesley Publishing Company, Inc. Année de publication : 2022 Importance : 320 p. ISBN/ISSN/EAN : 978-0-13-681648-5 Note générale : Contents
Preface
IndexCatégories : C++ (langage de programmation) Index. décimale : 005 Programmation, programmes, organisation des données, logiciel Résumé : The Basics
User-Defined Types
Modularity
Error Handling
Classes
Essential Operations
Templates
Concepts and Generic Programming
Library Overview
Strings and Regular Expressions
Input and Output
Containers
Algorithms
Ranges
Pointers and Containers
Utilities
Numerics
Concurrency
History and Compatibility
Module std
Exemplaires (1)
Code-barres Cote Support Localisation Section Disponibilité B00011402 005 STR Ouvrage BIBLIOTHÈQUE - ACCÈS LIBRE 000 - Informatique - Bibliothéconomie Sorti jusqu'au 15/05/2026