Object-Oriented Programming via Fortran 90/95, Akin
Автор: Brainerd Название: Guide to Fortran 2003 Programming ISBN: 1848825420 ISBN-13(EAN): 9781848825420 Издательство: Springer Рейтинг: Цена: 6924 р. Наличие на складе: Поставка под заказ.
Описание: Introduces important features of Fortran 03. This book discusses the basic features needed to write complete Fortran programs. It explores control constructs, modules, procedures, arrays, character strings, data structures and derived types, pointer variables, and object-oriented programming.
Автор: Michael McMillan Название: Object-Oriented Programming with Visual Basic.NET ISBN: 0521539838 ISBN-13(EAN): 9780521539838 Издательство: Cambridge Academ Рейтинг: Цена: 6161 р. Наличие на складе: Поставка под заказ.
Описание: Michael McMillan provides a complete presentation of the object-oriented features of the Visual Basic .NET language for advanced Visual Basic programmers. Beginning with an introduction to abstract data types and their initial implementation using structures, he explains standard OOP topics including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implemention of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are included as well, such as reflection, object persistence, and serialization. To tie everything together, McMillan demonstrates sound OOP design and implementation principles through practical examples of standard Windows applications, database applications using ADO.NET, Web-based applications using ASP.NET, and Windows service applications.
Описание: Offers an introduction to the basics of programming using Java. This book features an object-oriented approach. It includes coverage on defining classes. It also includes Sample Development Programs which help students incrementally, step by step, walk through program design, learning the fundamentals of software engineering.
Автор: Lemmon Название: Developing Statistical Software in Fortran 95 ISBN: 0387238174 ISBN-13(EAN): 9780387238173 Издательство: Springer Рейтинг: Цена: 16746 р. Наличие на складе: Поставка под заказ.
Описание: Many books teach computational statistics. Until now, however, none has shown how to write a good program. This book gives statisticians, biostatisticians and methodologically-oriented researchers the tools they need to develop high-quality statistical software.Topics include how to:Program in Fortran 95 using a pseudo object-oriented style Write accurate and efficient computational procedures Create console applications Build dynamic-link libraries (DLLs) and Windows-based software components Develop graphical user interfaces (GUIs)Through detailed examples, readers are shown how to call Fortran procedures from packages including Excel, SAS, SPSS, S-PLUS, R, and MATLAB. They are even given a tutorial on creating GUIs for Fortran computational code using Visual Basic.NET. This book is for those who want to learn how to create statistical applications quickly and effectively. Prior experience with a programming language such as Basic, Fortran or C is helpful but not required. More experienced programmers will learn new strategies to harness the power of modern Fortran and the object-oriented paradigm. This may serve as a supplementary text for a graduate course on statistical computing. From the reviews:"This book should be read by all statisticians, engineers, and scientists who want to implement an algorithm as a computer program. The book is the best introduction to programming that I have ever read. I value it as one of my important reference books in my personal library." Melvin J. Hinich for Techonmetrics, November 2006"Overall, the book is well written and provides a reasonable introduction to the use of modern versions of Fortran for statistical computation. The real thrust of the book is building COM interfaces using Fortran, and it will no doubt be most useful to anyone who needs to build such interfaces." Journal of the American Statistical Association, June 2006"The book is well written and is divided into chapters and sections which are coherent...Overall the book seems like a good resource for someone that already knows some dialect of FORTRAN and wants to learn a bit about what is new in FORTRAN 95..." Robert Gentleman for the Journal of Statistical Software, December 2006
Автор: Clerman Название: Modern Fortran ISBN: 052173052X ISBN-13(EAN): 9780521730525 Издательство: Cambridge Academ Рейтинг: Цена: 5887 р. Наличие на складе: Поставка под заказ.
Описание: Fortran is one of the oldest high-level languages and remains the premier language for writing code for science and engineering applications. This book is for anyone who uses Fortran, from the novice learner to the advanced expert. It describes best practices for programmers, scientists, engineers, computer scientists and researchers who want to apply good style and incorporate rigorous usage in their own Fortran code or to establish guidelines for a team project. The presentation concentrates primarily on the characteristics of Fortran 2003, while also describing methods in Fortran 90/95 and valuable new features in Fortran 2008. The authors draw on more than a half century of experience writing production Fortran code to present clear succinct guidelines on formatting, naming, documenting, programming and packaging conventions and various programming paradigms such as parallel processing (including OpenMP, MPI and coarrays), OOP, generic programming and C language interoperability.
Автор: Clerman Название: Modern Fortran ISBN: 0521514533 ISBN-13(EAN): 9780521514538 Издательство: Cambridge Academ Рейтинг: Цена: 11092 р. Наличие на складе: Поставка под заказ.
Описание: Fortran is one of the oldest high-level languages and remains the premier language for writing code for science and engineering applications. This book is for anyone who uses Fortran, from the novice learner to the advanced expert. It describes best practices for programmers, scientists, engineers, computer scientists and researchers who want to apply good style and incorporate rigorous usage in their own Fortran code or to establish guidelines for a team project. The presentation concentrates primarily on the characteristics of Fortran 2003, while also describing methods in Fortran 90/95 and valuable new features in Fortran 2008. The authors draw on more than a half century of experience writing production Fortran code to present clear succinct guidelines on formatting, naming, documenting, programming and packaging conventions and various programming paradigms such as parallel processing (including OpenMP, MPI and coarrays), OOP, generic programming and C language interoperability.
Автор: Vetterling William T., Teukolsky Saul A., Press William H. Название: Numerical Recipes in FORTRAN 77 Example Book ISBN: 0521437210 ISBN-13(EAN): 9780521437219 Издательство: Cambridge Academ Рейтинг: Цена: 5340 р. Наличие на складе: Поставка под заказ.
Описание: The example books published as part of the Numerical Recipes second edition series contain source programs that exercise and demonstrate all of the Numerical Recipes subroutines.
Автор: Nicolai M. Josuttis Название: Object-Oriented Programming in C++ ISBN: 0470843993 ISBN-13(EAN): 9780470843994 Издательство: Wiley Рейтинг: Цена: 7699 р. Наличие на складе: Поставка под заказ.
Описание: C++ is established as the leading industry programming language for object-oriented software development. This book provides a step-by-step approach to all language features, explains their practical usage, provides intuitive examples that are not too complex or easy, and provides advice for implementing classes and libraries to develop programs.
Описание: One of the only books that bridge the gap between O-O design (in UML) and O-O programming (in Java) in an integrated fashion. · Learn how to translate a UML class diagram into Java source code · Includes extensive coverage of GUI programming with Swing · A running case study is used throughout the book · Includes introductory level coverage of databases and distributed systems, some knowledge of which is vital for building serious programs · Companion Web Site includes slides, exercise solutions, sample programs and links.
Описание: This book constitutes the refereed proceedings of the 16th European Conference on Object-Oriented Programming, ECOOP 2002, held in Malaga, Spain, in June 2002.The 24 revised full papers presented together with one full invited paper were carefully reviewed and selected from 96 submissions. The book offers topical sections on aspect-oriented software development, Java virtual machines, distributed systems, patterns and architectures, languages, optimization, theory and formal techniques, and miscellaneous.
Описание: Having both developed from C, C++ and Java share many similarities; this book is based on the premise that learning the programs by comparison is more efficient, allowing users to access the strengths of both languages Based on a highly successful course at Purdue University Suitable for programmers familiar with C++ or Java who wish to enhance their programming skills as well as for those with no knowledge of either language
Описание: This book constitutes the refereed proceedings of the 17th European Conference on Object-Oriented Programming, ECOOP 2003, held in Darmstadt, Germany in July 2003.The 18 revised full papers presented together with 2 invited papers were carefully reviewed and selected from 88 submissions. The papers are organized in topical sections on aspects and components; patterns, architecture, and collaboration; types; modeling; algorithms, optimization, and runtimes; and formal techniques and methodology.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru