Author: John Lakos
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 884
Book Description
Software -- Programming Languages.
Large-scale C++ Software Design
Author: John Lakos
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 884
Book Description
Software -- Programming Languages.
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 884
Book Description
Software -- Programming Languages.
Large-Scale C++ Volume I
Author: John Lakos
Publisher:
ISBN:
Category :
Languages : en
Pages : 268
Book Description
Designing scalable software in C++ requires more than just a sound understanding of logical design. Senior developers, architects, and project leaders need a grasp of high-level physical design concepts that even many software experts have never explored. In Large-Scale C++, Volume I: Process and Architecture , John Lakos takes a practitioner's view of modern large-scale software development, helping experienced professionals apply architectural-level physical design concepts in their everyday work. Lakos teaches critical concepts clearly and concisely, with new high-value examples. Up to date and modular, Large-Scale C++, Volume I, is designed to help you solve problems right now, and serve as an indispensable reference for years to come.
Publisher:
ISBN:
Category :
Languages : en
Pages : 268
Book Description
Designing scalable software in C++ requires more than just a sound understanding of logical design. Senior developers, architects, and project leaders need a grasp of high-level physical design concepts that even many software experts have never explored. In Large-Scale C++, Volume I: Process and Architecture , John Lakos takes a practitioner's view of modern large-scale software development, helping experienced professionals apply architectural-level physical design concepts in their everyday work. Lakos teaches critical concepts clearly and concisely, with new high-value examples. Up to date and modular, Large-Scale C++, Volume I, is designed to help you solve problems right now, and serve as an indispensable reference for years to come.
Large-Scale C++ Volume II
Author: John Lakos
Publisher: Addison-Wesley Professional Company
ISBN: 9780134694696
Category : Computers
Languages : en
Pages : 960
Book Description
Designing scalable software in C++ requires more than just a sound understanding of logical design. Senior developers, architects, and project leaders need a grasp of high-level physical design concepts that even many software experts have never explored. In Large-Scale C++ Volume I: Process and Architecture, John Lakos takes a practitioner's view of modern large-scale software development, helping experienced professionals apply architectural-level physical design concepts in their everyday work. Lakos teaches critical concepts clearly and concisely, with new high-value examples. Up to date and modular, Large-Scale C++ Volume I is designed to help you solve problems right now, and serve as an appealing reference for years to come.
Publisher: Addison-Wesley Professional Company
ISBN: 9780134694696
Category : Computers
Languages : en
Pages : 960
Book Description
Designing scalable software in C++ requires more than just a sound understanding of logical design. Senior developers, architects, and project leaders need a grasp of high-level physical design concepts that even many software experts have never explored. In Large-Scale C++ Volume I: Process and Architecture, John Lakos takes a practitioner's view of modern large-scale software development, helping experienced professionals apply architectural-level physical design concepts in their everyday work. Lakos teaches critical concepts clearly and concisely, with new high-value examples. Up to date and modular, Large-Scale C++ Volume I is designed to help you solve problems right now, and serve as an appealing reference for years to come.
Approximation of Large-Scale Dynamical Systems
Author: Athanasios C. Antoulas
Publisher: SIAM
ISBN: 0898716586
Category : Mathematics
Languages : en
Pages : 489
Book Description
Mathematical models are used to simulate, and sometimes control, the behavior of physical and artificial processes such as the weather and very large-scale integration (VLSI) circuits. The increasing need for accuracy has led to the development of highly complex models. However, in the presence of limited computational accuracy and storage capabilities model reduction (system approximation) is often necessary. Approximation of Large-Scale Dynamical Systems provides a comprehensive picture of model reduction, combining system theory with numerical linear algebra and computational considerations. It addresses the issue of model reduction and the resulting trade-offs between accuracy and complexity. Special attention is given to numerical aspects, simulation questions, and practical applications.
Publisher: SIAM
ISBN: 0898716586
Category : Mathematics
Languages : en
Pages : 489
Book Description
Mathematical models are used to simulate, and sometimes control, the behavior of physical and artificial processes such as the weather and very large-scale integration (VLSI) circuits. The increasing need for accuracy has led to the development of highly complex models. However, in the presence of limited computational accuracy and storage capabilities model reduction (system approximation) is often necessary. Approximation of Large-Scale Dynamical Systems provides a comprehensive picture of model reduction, combining system theory with numerical linear algebra and computational considerations. It addresses the issue of model reduction and the resulting trade-offs between accuracy and complexity. Special attention is given to numerical aspects, simulation questions, and practical applications.
Large-Scale Scrum
Author: Craig Larman
Publisher: Addison-Wesley Professional
ISBN: 0133813118
Category : Business & Economics
Languages : en
Pages : 374
Book Description
The Go-To Resource for Large-Scale Organizations to Be Agile Rather than asking, “How can we do agile at scale in our big complex organization?” a different and deeper question is, “How can we have the same simple structure that Scrum offers for the organization, and be agile at scale rather than do agile?” This profound insight is at the heart of LeSS (Large-Scale Scrum). In Large-Scale Scrum: More with LeSS, Craig Larman and Bas Vodde have distilled over a decade of experience in large-scale LeSS adoptions towards a simpler organization that delivers more flexibility with less complexity, more value with less waste, and more purpose with less prescription. Targeted to anyone involved in large-scale development, Large-Scale Scrum: More with LeSS, offers straight-to-the-point guides for how to be agile at scale, with LeSS. It will clearly guide you to Adopt LeSS Structure a large development organization for customer value Clarify the role of management and Scrum Master Define what your product is, and why Be a great Product Owner Work with multiple whole-product focused feature teams in one Sprint that produces a shippable product Coordinate and integrate between teams Work with multi-site teams
Publisher: Addison-Wesley Professional
ISBN: 0133813118
Category : Business & Economics
Languages : en
Pages : 374
Book Description
The Go-To Resource for Large-Scale Organizations to Be Agile Rather than asking, “How can we do agile at scale in our big complex organization?” a different and deeper question is, “How can we have the same simple structure that Scrum offers for the organization, and be agile at scale rather than do agile?” This profound insight is at the heart of LeSS (Large-Scale Scrum). In Large-Scale Scrum: More with LeSS, Craig Larman and Bas Vodde have distilled over a decade of experience in large-scale LeSS adoptions towards a simpler organization that delivers more flexibility with less complexity, more value with less waste, and more purpose with less prescription. Targeted to anyone involved in large-scale development, Large-Scale Scrum: More with LeSS, offers straight-to-the-point guides for how to be agile at scale, with LeSS. It will clearly guide you to Adopt LeSS Structure a large development organization for customer value Clarify the role of management and Scrum Master Define what your product is, and why Be a great Product Owner Work with multiple whole-product focused feature teams in one Sprint that produces a shippable product Coordinate and integrate between teams Work with multi-site teams
API Design for C++
Author: Martin Reddy
Publisher: Elsevier
ISBN: 0123850045
Category : Computers
Languages : en
Pages : 468
Book Description
API Design for C++ provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long term. It presents patterns and practices that provide real value to individual developers as well as organizations. API Design for C++ explores often overlooked issues, both technical and non-technical, contributing to successful design decisions that product high quality, robust, and long-lived APIs. It focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. A discussion on testing strategies concentrates on automated API testing techniques rather than attempting to include end-user application testing techniques such as GUI testing, system testing, or manual testing. Each concept is illustrated with extensive C++ code examples, and fully functional examples and working source code for experimentation are available online. This book will be helpful to new programmers who understand the fundamentals of C++ and who want to advance their design skills, as well as to senior engineers and software architects seeking to gain new expertise to complement their existing talents. Three specific groups of readers are targeted: practicing software engineers and architects, technical managers, and students and educators. - The only book that teaches the strategies of C++ API development, including design, versioning, documentation, testing, scripting, and extensibility - Extensive code examples illustrate each concept, with fully functional examples and working source code for experimentation available online - Covers various API styles and patterns with a focus on practical and efficient designs for large-scale long-term projects
Publisher: Elsevier
ISBN: 0123850045
Category : Computers
Languages : en
Pages : 468
Book Description
API Design for C++ provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long term. It presents patterns and practices that provide real value to individual developers as well as organizations. API Design for C++ explores often overlooked issues, both technical and non-technical, contributing to successful design decisions that product high quality, robust, and long-lived APIs. It focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. A discussion on testing strategies concentrates on automated API testing techniques rather than attempting to include end-user application testing techniques such as GUI testing, system testing, or manual testing. Each concept is illustrated with extensive C++ code examples, and fully functional examples and working source code for experimentation are available online. This book will be helpful to new programmers who understand the fundamentals of C++ and who want to advance their design skills, as well as to senior engineers and software architects seeking to gain new expertise to complement their existing talents. Three specific groups of readers are targeted: practicing software engineers and architects, technical managers, and students and educators. - The only book that teaches the strategies of C++ API development, including design, versioning, documentation, testing, scripting, and extensibility - Extensive code examples illustrate each concept, with fully functional examples and working source code for experimentation available online - Covers various API styles and patterns with a focus on practical and efficient designs for large-scale long-term projects
Large-Scale Software Architecture
Author: Jeff Garland
Publisher: John Wiley & Sons
ISBN: 0470856386
Category : Computers
Languages : en
Pages : 278
Book Description
The purpose of large-scale software architecture is to capture and describe practical representations to make development teams more effective. In this book the authors show how to utilise software architecture as a tool to guide the development instead of capturing the architectural details after all the design decisions have been made. * Offers a concise description of UML usage for large-scale architecture * Discusses software architecture and design principles * Technology and vendor independent
Publisher: John Wiley & Sons
ISBN: 0470856386
Category : Computers
Languages : en
Pages : 278
Book Description
The purpose of large-scale software architecture is to capture and describe practical representations to make development teams more effective. In this book the authors show how to utilise software architecture as a tool to guide the development instead of capturing the architectural details after all the design decisions have been made. * Offers a concise description of UML usage for large-scale architecture * Discusses software architecture and design principles * Technology and vendor independent
Quantitative Stochastic Homogenization and Large-Scale Regularity
Author: Scott Armstrong
Publisher: Springer
ISBN: 3030155455
Category : Mathematics
Languages : en
Pages : 548
Book Description
The focus of this book is the large-scale statistical behavior of solutions of divergence-form elliptic equations with random coefficients, which is closely related to the long-time asymptotics of reversible diffusions in random media and other basic models of statistical physics. Of particular interest is the quantification of the rate at which solutions converge to those of the limiting, homogenized equation in the regime of large scale separation, and the description of their fluctuations around this limit. This self-contained presentation gives a complete account of the essential ideas and fundamental results of this new theory of quantitative stochastic homogenization, including the latest research on the topic, and is supplemented with many new results. The book serves as an introduction to the subject for advanced graduate students and researchers working in partial differential equations, statistical physics, probability and related fields, as well as a comprehensive reference for experts in homogenization. Being the first text concerned primarily with stochastic (as opposed to periodic) homogenization and which focuses on quantitative results, its perspective and approach are entirely different from other books in the literature.
Publisher: Springer
ISBN: 3030155455
Category : Mathematics
Languages : en
Pages : 548
Book Description
The focus of this book is the large-scale statistical behavior of solutions of divergence-form elliptic equations with random coefficients, which is closely related to the long-time asymptotics of reversible diffusions in random media and other basic models of statistical physics. Of particular interest is the quantification of the rate at which solutions converge to those of the limiting, homogenized equation in the regime of large scale separation, and the description of their fluctuations around this limit. This self-contained presentation gives a complete account of the essential ideas and fundamental results of this new theory of quantitative stochastic homogenization, including the latest research on the topic, and is supplemented with many new results. The book serves as an introduction to the subject for advanced graduate students and researchers working in partial differential equations, statistical physics, probability and related fields, as well as a comprehensive reference for experts in homogenization. Being the first text concerned primarily with stochastic (as opposed to periodic) homogenization and which focuses on quantitative results, its perspective and approach are entirely different from other books in the literature.
Dimension Reduction of Large-Scale Systems
Author: Peter Benner
Publisher: Springer Science & Business Media
ISBN: 3540279091
Category : Technology & Engineering
Languages : en
Pages : 397
Book Description
In the past decades, model reduction has become an ubiquitous tool in analysis and simulation of dynamical systems, control design, circuit simulation, structural dynamics, CFD, and many other disciplines dealing with complex physical models. The aim of this book is to survey some of the most successful model reduction methods in tutorial style articles and to present benchmark problems from several application areas for testing and comparing existing and new algorithms. As the discussed methods have often been developed in parallel in disconnected application areas, the intention of the mini-workshop in Oberwolfach and its proceedings is to make these ideas available to researchers and practitioners from all these different disciplines.
Publisher: Springer Science & Business Media
ISBN: 3540279091
Category : Technology & Engineering
Languages : en
Pages : 397
Book Description
In the past decades, model reduction has become an ubiquitous tool in analysis and simulation of dynamical systems, control design, circuit simulation, structural dynamics, CFD, and many other disciplines dealing with complex physical models. The aim of this book is to survey some of the most successful model reduction methods in tutorial style articles and to present benchmark problems from several application areas for testing and comparing existing and new algorithms. As the discussed methods have often been developed in parallel in disconnected application areas, the intention of the mini-workshop in Oberwolfach and its proceedings is to make these ideas available to researchers and practitioners from all these different disciplines.
Large-Scale Distributed Computing and Applications: Models and Trends
Author: Cristea, Valentin
Publisher: IGI Global
ISBN: 161520704X
Category : Computers
Languages : en
Pages : 275
Book Description
Many applications follow the distributed computing paradigm, in which parts of the application are executed on different network-interconnected computers. The extension of these applications in terms of number of users or size has led to an unprecedented increase in the scale of the infrastructure that supports them. Large-Scale Distributed Computing and Applications: Models and Trends offers a coherent and realistic image of today's research results in large scale distributed systems, explains state-of-the-art technological solutions for the main issues regarding large scale distributed systems, and presents the benefits of using large scale distributed systems and the development process of scientific and commercial distributed applications.
Publisher: IGI Global
ISBN: 161520704X
Category : Computers
Languages : en
Pages : 275
Book Description
Many applications follow the distributed computing paradigm, in which parts of the application are executed on different network-interconnected computers. The extension of these applications in terms of number of users or size has led to an unprecedented increase in the scale of the infrastructure that supports them. Large-Scale Distributed Computing and Applications: Models and Trends offers a coherent and realistic image of today's research results in large scale distributed systems, explains state-of-the-art technological solutions for the main issues regarding large scale distributed systems, and presents the benefits of using large scale distributed systems and the development process of scientific and commercial distributed applications.