Descargar Libros y Ebooks (PDF / EPUB)

La mejor selección de ebooks gratis en español

Busca tu ebook....

Hemos encontrado un total de 39 libros disponibles para descargar
C++ pour les programmeurs C

C++ pour les programmeurs C

Autor: Claude Delannoy

Número de Páginas: 630

Acquérir une parfaite maîtrise du C++ et de la programmation objet C++ pour les programmeurs C est la réédition, avec un nouveau titre mieux adapté au public visé*, du grand classique de Claude Delannoy, Programmer en C++, qui s'est imposé au fil de ses six éditions successives comme la référence en langue française sur ce langage. Destiné aux programmeurs C souhaitant migrer vers le C++, l'ouvrage insiste tout particulièrement sur la bonne compréhension des concepts objet et sur l'acquisition de méthodes de programmation rigoureuses. Entièrement fondé sur la norme ANSI/ISO, l'ouvrage couvre tous les aspects du langage et de sa bibliothèque standard (STL ou Standard Template Library), et traite en profondeur des points les plus délicats auxquels est confronté un programmeur C++ lors de la création de ses propres classes et de la conception d'applications professionnelles. Chaque notion nouvelle et chaque fonction du langage sont illustrées de programmes complets dont le code source est fourni sur le site www.editions-eyrolles.com. Tout au long de l'ouvrage, des notes soulignent les différences majeures entre le C++ et Java, de manière à établir des...

Desarrollo de Videojuegos: Un Enfoque Práctico. Vol 1: Arquitectura del Motor

Desarrollo de Videojuegos: Un Enfoque Práctico. Vol 1: Arquitectura del Motor

Autor: David Vallejo , Cleto Martín

Número de Páginas: 306

Este primer libro de la colección introduce los conceptos básicos relativos a estructuras y principios de diseño de videojuegos, proporcionando una visión general de la arquitectura de un motor de juegos. Dentro del contexto de esta arquitectura general se hace especial hincapié en aspectos como los subsistemas de bajo nivel, el bucle de juego, la gestión básica de recursos, como el sonido, y la gestión de la concurrencia. Para llevar a cabo una discusión práctica de todos estos elementos se hace uso del motor de renderizado Ogre3D. Por otra parte, en este primer volumen también se estudian los fundamentos del lenguaje de programación C++ como herramienta fundamental para el desarrollo de videojuegos profesionales. Este estudio se complementa con una discusión en profundidad de una gran variedad de patrones de diseño y de la biblioteca STL. Además, también se realiza un recorrido por herramientas que son esenciales en el desarrollo de proyectos software complejos, como por ejemplo los sistemas de control de versiones, o procesos como la compilación o la depuración.

Index to Catalog of Information on Water Data

Index to Catalog of Information on Water Data

Autor: Geological Survey (u.s.). Office Of Water Data Coordination , U.s. Office Of Water Data Coordination

Número de Páginas: 630
China. Port Catalogues of the Chinese Customs' Collection at the Austro-Hungarian Universal Exhibition, Vienna 1873. Publ. by Order of The Inspector General of Chinese Maritime Customs

China. Port Catalogues of the Chinese Customs' Collection at the Austro-Hungarian Universal Exhibition, Vienna 1873. Publ. by Order of The Inspector General of Chinese Maritime Customs

Autor: [anonymus Ac10210552]

Número de Páginas: 550
Catalog of Information on Water Data

Catalog of Information on Water Data

Autor: Geological Survey (u.s.). Office Of Water Data Coordination

Número de Páginas: 628
Ingeniería de Software

Ingeniería de Software

Autor: Guillermo Pantaleo , Ludmila Rinaudo

Número de Páginas: 465

El lector encontrará en sus páginas los temas fundamentales para la formación de un ingeniero de software, tratados en un nivel que busca balancear la inclusión y el detalle; los temas se presentan según el estado actual de la tecnología expuestos con un nivel de complejidad necesario para establecer las bases, sin embargo no es un libro informativo ya que los conceptos expuestos son fundamentales, simples en esencia pero que necesitan de experimentación para terminar de ser aprendidos. Tiene su hilo conductor, a través del desarrollo de un caso, que permite ver por completo el proceso de desarrollo desde la realización de las diferentes tareas sin perder de vista el vínculo con el resto.

Le Guide du C++ moderne - de débutant à développeur

Le Guide du C++ moderne - de débutant à développeur

Autor: Benoît Vittupier , Mehdi Benharrats

Número de Páginas: 708

Formez-vous au C++ moderne Ce livre vous enseignera une vision résolument moderne du C++. Issus de la nouvelle génération de développeurs et formés d'emblée à l'approche moderne, ses auteurs ont à cœur de vous transmettre l'esprit actuel du langage et ses bonnes pratiques. Initialement conçu au sein de la communauté de Zeste de Savoir, et nourri des avis et contributions de plusieurs membres très engagés en faveur de l'approche moderne, ce livre vous dotera de bases solides pour que vous puissiez ensuite poursuivre seul votre apprentissage. Il se fonde sur les normes C++17 et C++20. À destination des débutants Vous débutez complètement et n’avez qu’une vague idée de ce que peut bien être la programmation ? Qu'à cela ne tienne ! Ce livre se veut le plus accessible possible et n'exige aucun prérequis si ce n'est une bonne motivation ;-). Son objectif : vous rendre capable, à partir de zéro, de concevoir et d'implémenter correctement des programmes en C++. Il tire résolument parti des simplifications apportées récemment au langage pour rendre sa courbe d'apprentissage moins abrupte. Écrit dans un style vivant, sans déroger pour autant à la rigueur,...

Frontiers in Polymer Research

Frontiers in Polymer Research

Autor: Robert K. Bregg

Número de Páginas: 288

Polymers are substances containing a large number of structural units joined by the same type of linkage. These substances often form into a chain-like structure. Starch, cellulose, and rubber all possess polymeric properties. Today, the polymer industry has grown to be larger than the aluminium, copper and steel industries combined. Polymers already have a range of applications that far exceeds that of any other class of material available to man. Current applications extend from adhesives, coatings, foams, and packaging materials to textile and industrial fibres, elastomers, and structural plastics. Polymers are also used for most composites, electronic devices, biomedical devices, optical devices, and precursors for many newly developed high-tech ceramics. This book presents leading-edge research in this rapidly-changing and evolving field.

Department of Defense Appropriations for 2010

Department of Defense Appropriations for 2010

Autor: United States. Congress. House. Committee On Appropriations. Subcommittee On Department Of Defense

Número de Páginas: 436
Parallel Programming Using C++

Parallel Programming Using C++

Autor: Gregory V. Wilson , Paul Lu

Número de Páginas: 796

Foreword by Bjarne Stroustrup Software is generally acknowledged to be the single greatest obstacle preventing mainstream adoption of massively-parallel computing. While sequential applications are routinely ported to platforms ranging from PCs to mainframes, most parallel programs only ever run on one type of machine. One reason for this is that most parallel programming systems have failed to insulate their users from the architectures of the machines on which they have run. Those that have been platform-independent have usually also had poor performance. Many researchers now believe that object-oriented languages may offer a solution. By hiding the architecture-specific constructs required for high performance inside platform-independent abstractions, parallel object-oriented programming systems may be able to combine the speed of massively-parallel computing with the comfort of sequential programming. Parallel Programming Using C++ describes fifteen parallel programming systems based on C++, the most popular object-oriented language of today. These systems cover the whole spectrum of parallel programming paradigms, from data parallelism through dataflow and distributed shared...

Introduction to Actuarial and Financial Mathematical Methods

Introduction to Actuarial and Financial Mathematical Methods

Autor: Stephen Garrett

Número de Páginas: 622

This self-contained module for independent study covers the subjects most often needed by non-mathematics graduates, such as fundamental calculus, linear algebra, probability, and basic numerical methods. The easily-understandable text of Introduction to Actuarial and Mathematical Methods features examples, motivations, and lots of practice from a large number of end-of-chapter questions. For readers with diverse backgrounds entering programs of the Institute and Faculty of Actuaries, the Society of Actuaries, and the CFA Institute, Introduction to Actuarial and Mathematical Methods can provide a consistency of mathematical knowledge from the outset. - Presents a self-study mathematics refresher course for the first two years of an actuarial program - Features examples, motivations, and practice problems from a large number of end-of-chapter questions designed to promote independent thinking and the application of mathematical ideas - Practitioner friendly rather than academic - Ideal for self-study and as a reference source for readers with diverse backgrounds entering programs of the Institute and Faculty of Actuaries, the Society of Actuaries, and the CFA Institute

Locally AH-Algebras

Locally AH-Algebras

Autor: Huaxin Lin

Número de Páginas: 122

A unital separable -algebra, is said to be locally AH with no dimension growth if there is an integer satisfying the following: for any and any compact subset there is a unital -subalgebra, of with the form , where is a compact metric space with covering dimension no more than and is a projection, such that The authors prove that the class of unital separable simple -algebras which are locally AH with no dimension growth can be classified up to isomorphism by their Elliott invariant. As a consequence unital separable simple -algebras which are locally AH with no dimension growth are isomorphic to a unital simple AH-algebra with no dimension growth.

Programmez avec le langage C++

Programmez avec le langage C++

Autor: Mathieu Nebra , Matthieu Schaller

Número de Páginas: 310

Vous aimeriez apprendre à programmer en C++ et vous cherchez un cours accessible aux débutants ? Cet ouvrage est fait pour vous ! Conçu pour les débutants, il vous permettra de découvrir pas à pas le langage C++, la programmation orientée objet et bi

Theory and Applications of Relational Structures as Knowledge Instruments

Theory and Applications of Relational Structures as Knowledge Instruments

Autor: Harrie De Swart , Ewa Orlowska , Gunther Schmidt , Marc Roubens

Número de Páginas: 280

Relational structures abound in our daily environment: relational databases, data mining, scaling procedures, preference relations, etc. As the documentation of scientific results achieved within the European COST Action 274, TARSKI, this book advances the understanding of relational structures and the use of relational methods in various application fields. The 12 revised full papers were carefully reviewed and selected for presentations. The papers are devoted to mechanization of relational reasoning, relational scaling and preferences, and algebraic and logical foundations of real world relations.

Extending H-infinity Control to Nonlinear Systems

Extending H-infinity Control to Nonlinear Systems

Autor: J. William Helton , Matthew R. James

Número de Páginas: 340

H-infinity control made considerable strides toward systematizing classical control. This bookaddresses how this extends to nonlinear systems.

Annales de la Faculté des sciences de l'Université de Toulouse

Annales de la Faculté des sciences de l'Université de Toulouse

Autor: Université De Toulouse. Faculté Des Sciences , Faculté Des Sciences De Toulouse

Número de Páginas: 946
Toute une année zéro déchet

Toute une année zéro déchet

Autor: Chloé Metahri

Número de Páginas: 166

354 kilos de déchets qui polluent : voilà ce qu’un seul Français produit chaque année. Et pourtant, lorsqu'il est question de réduire la taille de notre poubelle, on a souvent la flemme, parce qu’on imagine que c’est contraignant et compliqué alors que c’est tout le contraire ! Adopter un mode de vie « zéro déchet » permet vraiment de se simplifier la vie. Ce livre propose des conseils simples : privilégier les objets réutilisables, acheter en vrac, choisir les produits incroyablement polyvalents comme le savon de Marseille et le vinaigre, etc. Vous apprendrez à utiliser le « zéro déchet » en cuisine, au jardin, pour l’habillement, les produits de beauté, le bricolage ou le ménage. Au final, vous ferez vraiment des économies ! Surtout, ces gestes simples transformeront votre quotidien grâce à un mode de vie plus sain et épanouissant. Comment simplifier votre quotidien et adopter un mode de vie durable toute l’année.

Barcelone à petits prix 1

Barcelone à petits prix 1

Autor: Borja Duno

Número de Páginas: 205

Les visites essentielles pour ne rien manquer Des lieux confidentiels pour découvrir Bercelone autrement, à l'écart des circuits touristiques Des astuces pour profiter des plus beaux endroits à moindre prix

TEORIA DE LA CUANTIZACIÓN MULTIDIMENSIONAL

TEORIA DE LA CUANTIZACIÓN MULTIDIMENSIONAL

Autor: Javier Joglar Alcubilla

Número de Páginas: 366

La TCM pretende demostrar que la masa como par?metro de intercambio materia-geometr?a puede desplazarse a velocidades superlum?nicas y que ?los l?mites impuestos por la F?sica Contempor?nea dependen de la incapacidad de los observadores de realizar medidas absolutas?. Porqu? el movimiento de las masas materiales se define en dimensiones espaciales a lo largo del tiempo y no, al rev?s, en dimensiones temporales a lo largo del espacio? Se ofrecen explicaciones a problemas importantes de la F?sica Contempor?nea: fluctuaciones con la ?energ?a oscura?; interacciones relacionadas con la ?masa oscura? y su origen; ?porqu? el movimiento t?pico de los cuerpos materiales a escalas microsc?pica y macrosc?pica es rotatorio? La TCM encuentra el tama?o m?ximo, tanto espacial, como temporal y, m?nimo energ?tico, del Universo en su l?nea de evoluci?n actual. Un Universo c?clico afecta a las leyes de la termodin?mica, que se reinterpretan, para aplicaci?n a nivel plancksc?pico.

Essays and Surveys in Global Optimization

Essays and Surveys in Global Optimization

Autor: Charles Audet , Pierre Hansen , Giles Savard

Número de Páginas: 314

Global optimization aims at solving the most general problems of deterministic mathematical programming: to find the global optimum of a nonlinear, nonconvex, multivariate function of continuous and/or integer variables subject to constraints which may be themselves nonlinear and nonconvex. In addition, once the solutions are found, proof of its optimality is also expected from this methodology. Therefore, with these difficulties in mind, global optimization is becoming an increasingly powerful and important methodology. Essays and Surveys in Global Optimization is the most recent examination of its mathematical capability, power, and wide ranging solutions to many fields in the applied sciences.

System Modeling and Optimization

System Modeling and Optimization

Autor: Lorena Bociu , Jean-antoine Désidéri , Abderrahmane Habbal

Número de Páginas: 541

This book is a collection of thoroughly refereed papers presented at the 27th IFIP TC 7 Conference on System Modeling and Optimization, held in Sophia Antipolis, France, in June/July 2015. The 48 revised papers were carefully reviewed and selected from numerous submissions. They cover the latest progress in their respective areas and encompass broad aspects of system modeling and optimiza-tion, such as modeling and analysis of systems governed by Partial Differential Equations (PDEs) or Ordinary Differential Equations (ODEs), control of PDEs/ODEs, nonlinear optimization, stochastic optimization, multi-objective optimization, combinatorial optimization, industrial applications, and numericsof PDEs.

Probabilistic Techniques in Analysis

Probabilistic Techniques in Analysis

Autor: Richard F. Bass

Número de Páginas: 408

In recent years, there has been an upsurge of interest in using techniques drawn from probability to tackle problems in analysis. These applications arise in subjects such as potential theory, harmonic analysis, singular integrals, and the study of analytic functions. This book presents a modern survey of these methods at the level of a beginning Ph.D. student. Highlights of this book include the construction of the Martin boundary, probabilistic proofs of the boundary Harnack principle, Dahlberg's theorem, a probabilistic proof of Riesz' theorem on the Hilbert transform, and Makarov's theorems on the support of harmonic measure. The author assumes that a reader has some background in basic real analysis, but the book includes proofs of all the results from probability theory and advanced analysis required. Each chapter concludes with exercises ranging from the routine to the difficult. In addition, there are included discussions of open problems and further avenues of research.

Últimos libros y autores buscados