Des services pour PMB
Accueil
Détail de l'éditeur
Springer
localisé à :
New York
Collections rattachées :
|
Documents disponibles chez cet éditeur (6)
Faire une suggestion Affiner la recherche
Titre : Groups and symmetry : from finite groups to lie groups Type de document : texte imprimé Auteurs : Mark Anthony Armstrong, Editeur : New York : Springer Année de publication : 1988 Collection : Undergraduate texts in mathematics, ISSN 0172-6056 Importance : 1 vol. (XI-186 p.) Présentation : ill., couv. ill. Format : 25 cm ISBN/ISSN/EAN : 978-1-4419-3085-9 Note générale : Bibliogr. p. [181]. Index Langues : Anglais (eng) Groups and symmetry : from finite groups to lie groups [texte imprimé] / Mark Anthony Armstrong, . - New York : Springer, 1988 . - 1 vol. (XI-186 p.) : ill., couv. ill. ; 25 cm. - (Undergraduate texts in mathematics, ISSN 0172-6056) .
ISBN : 978-1-4419-3085-9
Bibliogr. p. [181]. Index
Langues : Anglais (eng)Exemplaires(0)
Disponibilité aucun exemplaire
Titre : Guide to fortran 2003 programming. Type de document : texte imprimé Auteurs : Welter S. Brainerd Editeur : New York : Springer Année de publication : 2009 Importance : 357p. Présentation : couv.ill. Format : 24cm. ISBN/ISSN/EAN : 978-1-84882-542-0 Note générale : Index. Langues : Anglais (eng) Tags : Fortran 2003
Programming languages
Scientific computing
Numerical analysis
Object-oriented programming
Derived data types
Procedural programming
Array operationsRésumé : Fortran has been the premier language for scientific computing since its introduction in 1957. Fortran originaily was designed to allow programmers to evaluate formuJas—FORmula TRANslation—easily on large computers. Fortran compilers are now available on all sizes of machines, from small desktop computers to huge multiproces
sors. The Guide to Fortran 2003 Programming is an informal, tutorial introduction to the
most important features of Fortran 2003 (also known as Fortran 08), the latest standard version of Fortran. Fortran has many modern features that will assist the programmer in writing efficient, portable, and maintainable programs that are useful for everything from “hard science” to text processing.
Target Audience
This book is intended for anyone who wants to learn Fortran 03, including those famil jar with programming language concepts but unfamiliar with Fortran. Experience Fortran 95 programmers will be able to use this volume to assimilate quickly those fe: tures in Fortran 03 that are not in Fortran 95 (Fortran 03 contains all of the features « Fortran 95). This guide is not à complete reference work for the entire Fortran la guage:; it covers the basic features needed to be a good Fortran programmer and an i troduction to the important new features of Fortran 03. Many older error-pro: features have been omitted and some of the more esoteric features that are new to F tran 03 also are not discussed. To understand some of the features used in old Fortr programs, other sources should be consulted after learning the best basic collection features for writing new codes or enhancing old ones.
Guide to Fortran 2003 Programming is organized so that it may be read from bes ning to end, but it also is organized so that particular topics may be studied by read some chapters before previous ones are mastered. To a reasonable extent, all the m rial about one topic is presented together, making the book suitable as a refere
work, as well as a tutorial.
Examples and Case Studies
Most of the important features of the Fortran programming language are covered examples, beginning with the simplest constructs. The book concentrates to som tent on the newer features of the Fortran 03 programming language, because they provide the best facilities to accomplish a particular programming task. Both the Of the many example programs and the selection of topics discussed in detail gui readable, maintainable, and efficient. Case studies are used to illustrate the practical use of features of Fortran O3 and to
show how complete programs are put together. There are also simple problems to en, able the reader to exercise knowledge of the topics learned,
Styie of the Programming Exemples
To illustrate the authors opinion of good Fortran programming style, the program.
ming examples do not illustrate the wide variety of styles that might be used. There are œrtaniy many other good programming styles, but it is important to use a style con. sistently within a programming project. The style notes also reflect opinions of the au.
thor and reflect but one possible good style to use. Most of the program examples have been run on either the Numerical Algorithms
Group NAGWare Fortran 03 compiler (nag.com) or the free g95 compiler (995 .org).
Organization of the Content An unusual feature of the book is that the first chapter contains a complete discussion
of all the basic features needed to write complete Fortran programs: the form of Fortran programs, data types, simple expressions and assignment, and simple input and output. Subsequent chapters contain detailed discussions of control constructs, modles, procœdures, arrays, character strings, data structures and derived types, pointer variables, and object-oriented programming.
Module-oriented programming is a very important part of Fortran programming and the topic of modules is introduced earlier to provide the framework for organizing
data and procϾdures for a Fortran program. From the beginning, Fortran has had extensive facilities for input and output; how
ever, this is à topic that is not explored fully in many books because it is a little more difficult than other features and perhaps just not as interesting as some features. The use of these facilities is very important in production programs, so this book contains, in Chapter 11, an extensive discussion of the excellent input/output facilities in Fortran.
Appendix A lists the many intrinsic procedures. Appendix B provides a brief informal syntax speaification for the language.
There still will be occasions when more details about the language must be learned. In these cases it will be necessary to consult the official standard, published by the International Standards Organization or the reference work The Fortran 2003 Handbook, by Adams, Brainerd, Hendrickson, Maine, Martin, and Smith, Springer, 2009.
Many suggestions made by Brian Smith improved the book significantly.
Tucson, Arizona, USA Walter S. BrainGuide to fortran 2003 programming. [texte imprimé] / Welter S. Brainerd . - New York : Springer, 2009 . - 357p. : couv.ill. ; 24cm.
ISBN : 978-1-84882-542-0
Index.
Langues : Anglais (eng)
Tags : Fortran 2003
Programming languages
Scientific computing
Numerical analysis
Object-oriented programming
Derived data types
Procedural programming
Array operationsRésumé : Fortran has been the premier language for scientific computing since its introduction in 1957. Fortran originaily was designed to allow programmers to evaluate formuJas—FORmula TRANslation—easily on large computers. Fortran compilers are now available on all sizes of machines, from small desktop computers to huge multiproces
sors. The Guide to Fortran 2003 Programming is an informal, tutorial introduction to the
most important features of Fortran 2003 (also known as Fortran 08), the latest standard version of Fortran. Fortran has many modern features that will assist the programmer in writing efficient, portable, and maintainable programs that are useful for everything from “hard science” to text processing.
Target Audience
This book is intended for anyone who wants to learn Fortran 03, including those famil jar with programming language concepts but unfamiliar with Fortran. Experience Fortran 95 programmers will be able to use this volume to assimilate quickly those fe: tures in Fortran 03 that are not in Fortran 95 (Fortran 03 contains all of the features « Fortran 95). This guide is not à complete reference work for the entire Fortran la guage:; it covers the basic features needed to be a good Fortran programmer and an i troduction to the important new features of Fortran 03. Many older error-pro: features have been omitted and some of the more esoteric features that are new to F tran 03 also are not discussed. To understand some of the features used in old Fortr programs, other sources should be consulted after learning the best basic collection features for writing new codes or enhancing old ones.
Guide to Fortran 2003 Programming is organized so that it may be read from bes ning to end, but it also is organized so that particular topics may be studied by read some chapters before previous ones are mastered. To a reasonable extent, all the m rial about one topic is presented together, making the book suitable as a refere
work, as well as a tutorial.
Examples and Case Studies
Most of the important features of the Fortran programming language are covered examples, beginning with the simplest constructs. The book concentrates to som tent on the newer features of the Fortran 03 programming language, because they provide the best facilities to accomplish a particular programming task. Both the Of the many example programs and the selection of topics discussed in detail gui readable, maintainable, and efficient. Case studies are used to illustrate the practical use of features of Fortran O3 and to
show how complete programs are put together. There are also simple problems to en, able the reader to exercise knowledge of the topics learned,
Styie of the Programming Exemples
To illustrate the authors opinion of good Fortran programming style, the program.
ming examples do not illustrate the wide variety of styles that might be used. There are œrtaniy many other good programming styles, but it is important to use a style con. sistently within a programming project. The style notes also reflect opinions of the au.
thor and reflect but one possible good style to use. Most of the program examples have been run on either the Numerical Algorithms
Group NAGWare Fortran 03 compiler (nag.com) or the free g95 compiler (995 .org).
Organization of the Content An unusual feature of the book is that the first chapter contains a complete discussion
of all the basic features needed to write complete Fortran programs: the form of Fortran programs, data types, simple expressions and assignment, and simple input and output. Subsequent chapters contain detailed discussions of control constructs, modles, procœdures, arrays, character strings, data structures and derived types, pointer variables, and object-oriented programming.
Module-oriented programming is a very important part of Fortran programming and the topic of modules is introduced earlier to provide the framework for organizing
data and procϾdures for a Fortran program. From the beginning, Fortran has had extensive facilities for input and output; how
ever, this is à topic that is not explored fully in many books because it is a little more difficult than other features and perhaps just not as interesting as some features. The use of these facilities is very important in production programs, so this book contains, in Chapter 11, an extensive discussion of the excellent input/output facilities in Fortran.
Appendix A lists the many intrinsic procedures. Appendix B provides a brief informal syntax speaification for the language.
There still will be occasions when more details about the language must be learned. In these cases it will be necessary to consult the official standard, published by the International Standards Organization or the reference work The Fortran 2003 Handbook, by Adams, Brainerd, Hendrickson, Maine, Martin, and Smith, Springer, 2009.
Many suggestions made by Brian Smith improved the book significantly.
Tucson, Arizona, USA Walter S. BrainExemplaires(0)
Disponibilité aucun exemplaire
Titre : Microflows and Nanoflows : Fundamentals and simulation Type de document : texte imprimé Auteurs : George Karniadakis ; Narayan Aluru Ali Beskok Editeur : New York : Springer Année de publication : 2005 Collection : interdisciplinary applied mathematics Importance : 817p. Présentation : couv.en coul.ill. Format : 25cm ISBN/ISSN/EAN : 978-0-387-22197-7 Note générale : bibliogr.757- 807p.index. 808-817p. Langues : Anglais (eng) Tags : nanoflows microflows Résumé : This book provides a comprehensive summary of using computational tools to describe fluid flow in micro and nano configuration. This new version of the original book now covers length scales from Anstroms to microns (and beyond), as it contains many new developments and updated information throughout. The authors have maintained the emphasis on fundamental concepts with a mix of semianalytical, experimental and numerical results, and have outlined their relevance to modeling and analyzing functional devices. The material is divided into the three main categories of gas flows, liquid flows, and simulation techniques. It is appropriate for researchers in fluid mechanics interested in this new flow field as well as for electrical or mechanical engineers or physicists who need to incorporate flow modeling into their work. Microflows and Nanoflows : Fundamentals and simulation [texte imprimé] / George Karniadakis ; Narayan Aluru Ali Beskok . - New York : Springer, 2005 . - 817p. : couv.en coul.ill. ; 25cm. - (interdisciplinary applied mathematics) .
ISBN : 978-0-387-22197-7
bibliogr.757- 807p.index. 808-817p.
Langues : Anglais (eng)
Tags : nanoflows microflows Résumé : This book provides a comprehensive summary of using computational tools to describe fluid flow in micro and nano configuration. This new version of the original book now covers length scales from Anstroms to microns (and beyond), as it contains many new developments and updated information throughout. The authors have maintained the emphasis on fundamental concepts with a mix of semianalytical, experimental and numerical results, and have outlined their relevance to modeling and analyzing functional devices. The material is divided into the three main categories of gas flows, liquid flows, and simulation techniques. It is appropriate for researchers in fluid mechanics interested in this new flow field as well as for electrical or mechanical engineers or physicists who need to incorporate flow modeling into their work. Exemplaires(0)
Disponibilité aucun exemplaire
Titre : Nanotechnology-enabled sensors Type de document : texte imprimé Auteurs : Kourosh Kalantar-Zadeh, Auteur ; Benjamin Nicholas Fry (1968-....), Auteur Editeur : New York : Springer Année de publication : cop. 2008 Importance : 1 vol. (XII-490 p.) Présentation : ill. Format : 24 cm ISBN/ISSN/EAN : 978-0-387-32473-9 Note générale : Notes bibliogr. Langues : Anglais (eng) Tags : nanotechnologie capteurs capteurs chimiques capteurs biologiques matériaux nanostructurés. Résumé : Nanotechnology-Enabled Sensors présente un panorama complet des capteurs développés grâce aux avancées de la nanotechnologie. L’ouvrage explique comment les matériaux nanostructurés — nanofils, nanotubes, nanoparticules, couches minces, polymères conducteurs, etc. — permettent d’améliorer de manière spectaculaire la sensibilité, la sélectivité et la rapidité des capteurs modernes.
Les auteurs décrivent les principes physiques et chimiques qui régissent le fonctionnement de ces dispositifs, puis détaillent les différentes catégories de capteurs : capteurs chimiques, capteurs biologiques (biosenseurs), capteurs de gaz, capteurs optiques, électrochimiques, mécaniques (NEMS), ainsi que les micro- et nanosystèmes intégrés. Le livre met également l’accent sur les techniques de fabrication nanotechnologique, les enjeux de miniaturisation, et les applications dans les domaines de la santé, de l’environnement, de la sécurité, de l’industrie et des technologies de pointe.
Richement illustré et structuré de manière pédagogique, l’ouvrage constitue une référence pour comprendre comment la nanotechnologie révolutionne le domaine des capteurs et ouvre la voie à de nouvelles générations de dispositifs ultra-performants.Nanotechnology-enabled sensors [texte imprimé] / Kourosh Kalantar-Zadeh, Auteur ; Benjamin Nicholas Fry (1968-....), Auteur . - New York : Springer, cop. 2008 . - 1 vol. (XII-490 p.) : ill. ; 24 cm.
ISBN : 978-0-387-32473-9
Notes bibliogr.
Langues : Anglais (eng)
Tags : nanotechnologie capteurs capteurs chimiques capteurs biologiques matériaux nanostructurés. Résumé : Nanotechnology-Enabled Sensors présente un panorama complet des capteurs développés grâce aux avancées de la nanotechnologie. L’ouvrage explique comment les matériaux nanostructurés — nanofils, nanotubes, nanoparticules, couches minces, polymères conducteurs, etc. — permettent d’améliorer de manière spectaculaire la sensibilité, la sélectivité et la rapidité des capteurs modernes.
Les auteurs décrivent les principes physiques et chimiques qui régissent le fonctionnement de ces dispositifs, puis détaillent les différentes catégories de capteurs : capteurs chimiques, capteurs biologiques (biosenseurs), capteurs de gaz, capteurs optiques, électrochimiques, mécaniques (NEMS), ainsi que les micro- et nanosystèmes intégrés. Le livre met également l’accent sur les techniques de fabrication nanotechnologique, les enjeux de miniaturisation, et les applications dans les domaines de la santé, de l’environnement, de la sécurité, de l’industrie et des technologies de pointe.
Richement illustré et structuré de manière pédagogique, l’ouvrage constitue une référence pour comprendre comment la nanotechnologie révolutionne le domaine des capteurs et ouvre la voie à de nouvelles générations de dispositifs ultra-performants.Exemplaires(0)
Disponibilité aucun exemplaire
Titre : Optical microresonators : Theory, fabrication, and application. Type de document : texte imprimé Auteurs : John Heebner ; tarek a.ibrahim rohit grover, Auteur Editeur : New York : Springer Année de publication : 2008 Collection : Springer Series in Optical Sciences,138 Importance : 263p. Présentation : couv.coul. Format : 24cm. ISBN/ISSN/EAN : 978-0-387-73067-7 Note générale : Biblio.243p-263p. Langues : Anglais (eng) Tags : Fabrication of Microresonators Microresonators optical dielectric waveguides Index. décimale : 537.632 Résumé : Optical Micro-Resonators are an exciting new field of research that has gained prominence in the past few years due to the emergence of new fabrication technologies. This book is the first detailed text on the theory, fabrication, and applications of optical micro-resonators, and will be found useful by both graduate students and researchers in the field. Optical microresonators : Theory, fabrication, and application. [texte imprimé] / John Heebner ; tarek a.ibrahim rohit grover, Auteur . - New York : Springer, 2008 . - 263p. : couv.coul. ; 24cm.. - (Springer Series in Optical Sciences,138) .
ISBN : 978-0-387-73067-7
Biblio.243p-263p.
Langues : Anglais (eng)
Tags : Fabrication of Microresonators Microresonators optical dielectric waveguides Index. décimale : 537.632 Résumé : Optical Micro-Resonators are an exciting new field of research that has gained prominence in the past few years due to the emergence of new fabrication technologies. This book is the first detailed text on the theory, fabrication, and applications of optical micro-resonators, and will be found useful by both graduate students and researchers in the field. Exemplaires(0)
Disponibilité aucun exemplaire
Titre : Spectral methods : Evolution to complex géometries and applications to fluid dynamics. Type de document : texte imprimé Auteurs : Canuto Claudio ; youssuff hussaini et autr., Auteur Editeur : New York : Springer Année de publication : 2007 Importance : 596p. Présentation : couv.coul. Format : 24cm. ISBN/ISSN/EAN : 978-3-540-30727-3 Note générale : Biblio.545p-596p. Langues : Anglais (eng) Résumé : Spectral methods, particularly in their multidomain version, have become firmly established as a mainstream tool for scientific and engineering computation. While retaining the tight integration between the theoretical and practical aspects of spectral methods that was the hallmark of their 1988 book, Canuto et al. now incorporate the many improvements in the algorithms and the theory of spectral methods that have been made since then.
This second new treatment, Evolution to Complex Geometries and Applications to Fluid Dynamics, provides an extensive overview of the essential algorithmic and theoretical aspects of spectral methods for complex geometries, in addition to detailed discussions of spectral algorithms for fluid dynamics in simple and complex geometries. Modern strategies for constructing spectral approximations in complex domains, such as spectral elements, mortar elements, and discontinuous Galerkin methods, as well as patching collocation, are introduced, analyzed, and demonstrated by means of numerous numerical examples. Representative simulations from continuum mechanics are also shown. Efficient domain decomposition preconditioners (of both Schwarz and Schur type) that are amenable to parallel implementation are surveyed. The discussion of spectral algorithms for fluid dynamics in single domains focuses on proven algorithms for the boundary-layer equations, linear and nonlinear stability analyses, incompressible Navier-Stokes problems, and both inviscid and viscous compressible flows. An overview of the modern approach to computing incompressible flows in general geometries using high-order, spectral discretizations is also provided.
The recent companion book Fundamentals in Single Domains discusses the fundamentals of the approximation of solutions to ordinary and partial differential equations on single domains by expansions in smooth, global basis functions. The essential concepts and formulas from this book are included in thecurrent text for the reader’s convenience.
Spectral methods : Evolution to complex géometries and applications to fluid dynamics. [texte imprimé] / Canuto Claudio ; youssuff hussaini et autr., Auteur . - New York : Springer, 2007 . - 596p. : couv.coul. ; 24cm.
ISBN : 978-3-540-30727-3
Biblio.545p-596p.
Langues : Anglais (eng)
Résumé : Spectral methods, particularly in their multidomain version, have become firmly established as a mainstream tool for scientific and engineering computation. While retaining the tight integration between the theoretical and practical aspects of spectral methods that was the hallmark of their 1988 book, Canuto et al. now incorporate the many improvements in the algorithms and the theory of spectral methods that have been made since then.
This second new treatment, Evolution to Complex Geometries and Applications to Fluid Dynamics, provides an extensive overview of the essential algorithmic and theoretical aspects of spectral methods for complex geometries, in addition to detailed discussions of spectral algorithms for fluid dynamics in simple and complex geometries. Modern strategies for constructing spectral approximations in complex domains, such as spectral elements, mortar elements, and discontinuous Galerkin methods, as well as patching collocation, are introduced, analyzed, and demonstrated by means of numerous numerical examples. Representative simulations from continuum mechanics are also shown. Efficient domain decomposition preconditioners (of both Schwarz and Schur type) that are amenable to parallel implementation are surveyed. The discussion of spectral algorithms for fluid dynamics in single domains focuses on proven algorithms for the boundary-layer equations, linear and nonlinear stability analyses, incompressible Navier-Stokes problems, and both inviscid and viscous compressible flows. An overview of the modern approach to computing incompressible flows in general geometries using high-order, spectral discretizations is also provided.
The recent companion book Fundamentals in Single Domains discusses the fundamentals of the approximation of solutions to ordinary and partial differential equations on single domains by expansions in smooth, global basis functions. The essential concepts and formulas from this book are included in thecurrent text for the reader’s convenience.
Exemplaires(0)
Disponibilité aucun exemplaire



