Large-scale C++ Software Design

Large-scale C++ Software Design
Title Large-scale C++ Software Design PDF eBook
Author John Lakos
Publisher Addison-Wesley Professional
Pages 884
Release 1996
Genre Computers
ISBN

Download Large-scale C++ Software Design Book in PDF, Epub and Kindle

Software -- Programming Languages.

Large-Scale C++ Volume I

Large-Scale C++ Volume I
Title Large-Scale C++ Volume I PDF eBook
Author John Lakos
Publisher
Pages 268
Release 2019
Genre
ISBN

Download Large-Scale C++ Volume I Book in PDF, Epub and Kindle

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

Large-Scale C++ Volume II
Title Large-Scale C++ Volume II PDF eBook
Author John Lakos
Publisher Addison-Wesley Professional Company
Pages 960
Release 2019-01-03
Genre Computers
ISBN 9780134694696

Download Large-Scale C++ Volume II Book in PDF, Epub and Kindle

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.

Large-Scale C++

Large-Scale C++
Title Large-Scale C++ PDF eBook
Author John Lakos
Publisher Addison-Wesley Professional
Pages 1431
Release 2019-12-02
Genre Computers
ISBN 0133927660

Download Large-Scale C++ Book in PDF, Epub and Kindle

Writing reliable and maintainable C++ software is hard. Designing such software at scale adds a new set of challenges. Creating large-scale systems requires a practical understanding of logical design – beyond the theoretical concepts addressed in most popular texts. To be successful on an enterprise scale, developers must also address physical design, a dimension of software engineering that may be unfamiliar even to expert developers. Drawing on over 30 years of hands-on experience building massive, mission-critical enterprise systems, John Lakos shows how to create and grow Software Capital. This groundbreaking volume lays the foundation for projects of all sizes and demonstrates the processes, methods, techniques, and tools needed for successful real-world, large-scale development. Up to date and with a solid engineering focus, Large-Scale C++, Volume I: Process and Architecture, demonstrates fundamental design concepts with concrete examples. Professional developers of all experience levels will gain insights that transform their approach to design and development by understanding how to Raise productivity by leveraging differences between infrastructure and application development Achieve exponential productivity gains through feedback and hierarchical reuse Embrace the component’s role as the fundamental unit of both logical and physical design Analyze how fundamental properties of compiling and linking affect component design Discover effective partitioning of logical content in appropriately sized physical aggregates Internalize the important differences among sufficient, complete, minimal, and primitive software Deliver solutions that simultaneously optimize encapsulation, stability, and performance Exploit the nine established levelization techniques to avoid cyclic physical dependencies Use lateral designs judiciously to avoid the “heaviness” of conventional layered architectures Employ appropriate architectural insulation techniques for eliminating compile-time coupling Master the multidimensional process of designing large systems using component-based methods This is the first of John Lakos’s three authoritative volumes on developing large-scale systems using C++. This book, written for fellow software practitioners, uses familiar C++ constructs to solve real-world problems while identifying (and motivating) modern C++ alternatives. Together with the forthcoming Volume II: Design and Implementation and Volume III: Verification and Testing, Large-Scale C++ offers comprehensive guidance for all aspects of large-scale C++ software development. If you are an architect or project leader, this book will empower you to solve critically important problems right now – and serve as your go-to reference for years to come. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Advances in Batteries for Medium and Large-Scale Energy Storage

Advances in Batteries for Medium and Large-Scale Energy Storage
Title Advances in Batteries for Medium and Large-Scale Energy Storage PDF eBook
Author C Menictas
Publisher Elsevier
Pages 635
Release 2014-12-09
Genre Technology & Engineering
ISBN 1782420223

Download Advances in Batteries for Medium and Large-Scale Energy Storage Book in PDF, Epub and Kindle

As energy produced from renewable sources is increasingly integrated into the electricity grid, interest in energy storage technologies for grid stabilisation is growing. This book reviews advances in battery technologies and applications for medium and large-scale energy storage. Chapters address advances in nickel, sodium and lithium-based batteries. Other chapters review other emerging battery technologies such as metal-air batteries and flow batteries. The final section of the book discuses design considerations and applications of batteries in remote locations and for grid-scale storage. - Reviews advances in battery technologies and applications for medium and large-scale energy storage - Examines battery types, including zing-based, lithium-air and vanadium redox flow batteries - Analyses design issues and applications of these technologies

Approximation of Large-Scale Dynamical Systems

Approximation of Large-Scale Dynamical Systems
Title Approximation of Large-Scale Dynamical Systems PDF eBook
Author Athanasios C. Antoulas
Publisher SIAM
Pages 489
Release 2009-06-25
Genre Mathematics
ISBN 0898716586

Download Approximation of Large-Scale Dynamical Systems Book in PDF, Epub and Kindle

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.

Embracing Modern C++ Safely

Embracing Modern C++ Safely
Title Embracing Modern C++ Safely PDF eBook
Author John Lakos
Publisher Addison-Wesley Professional
Pages 4243
Release 2021-12-16
Genre Computers
ISBN 0137380518

Download Embracing Modern C++ Safely Book in PDF, Epub and Kindle

Maximize Reward and Minimize Risk with Modern C++ Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls. Based on their years of experience with large, mission-critical projects, four leading C++ authorities divide C++11/14 language features into three categories: Safe, Conditionally Safe, and Unsafe. Safe features offer compelling value, are easy to use productively, and are relatively difficult to misuse. Conditionally safe features offer significant value but come with risks that require significant expertise and familiarity before use. Unsafe features have an especially poor risk/reward ratio, are easy to misuse, and are beneficial in only the most specialized circumstances. This book distills the C++ community's years of experience applying C++11 and C++14 features and will help you make effective and safe design decisions that reflect real-world, economic engineering tradeoffs in large-scale, diverse software development environments. The authors use examples derived from real code bases to illustrate every finding objectively and to illuminate key issues. Each feature identifies the sound use cases, hidden pitfalls, and shortcomings of that language feature. After reading this book, you will Understand what each C++11/14 feature does and where it works best Recognize how to work around show-stopping pitfalls and annoying corner cases Know which features demand additional training, experience, and peer review Gain insights for preparing coding standards and style guides that suit your organization's needs Be equipped to introduce modern C++ incrementally and judiciously into established code bases Seasoned C++ developers, team leads, and technical managers who want to improve productivity, code quality, and maintainability will find the insights in this modular, meticulously organized reference indispensable. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.