Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Software Design: Creating Solutions for Ill-Structured Problems, Budgen David


Варианты приобретения
Цена: 19140.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Budgen David
Название:  Software Design: Creating Solutions for Ill-Structured Problems
ISBN: 9780367676568
Издательство: Taylor&Francis
Классификация:
ISBN-10: 0367676567
Обложка/Формат: Hardcover
Страницы: 348
Вес: 0.62 кг.
Дата издания: 29.12.2020
Серия: Chapman & hall/crc innovations in software engineering and software development series
Язык: English
Издание: 3 ed
Иллюстрации: 13 tables, black and white; 148 line drawings, black and white; 148 illustrations, black and white
Размер: 23.88 x 15.49 x 2.29 cm
Читательская аудитория: Tertiary education (us: college)
Подзаголовок: Creating solutions for ill-structured problems
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание: The book provides a general overview of software design within the context of software development and also of more general thinking about design issues. The third edition will be expanded and restructured to focus on the structure and process aspects of software design.


      Старое издание

Data-Oriented Design: Software Engineering for Limited Resources and Short Schedules

Автор: Fabian Richard
Название: Data-Oriented Design: Software Engineering for Limited Resources and Short Schedules
ISBN: 1916478700 ISBN-13(EAN): 9781916478701
Издательство: Неизвестно
Цена: 6033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The projects tackled by the software development industry have grown in scale and complexity. Costs are increasing along with the number of developers. Power bills for distributed projects have reached the point where optimisations pay literal dividends. Over the last 10 years, a software development movement has gained traction, a movement founded in games development. The limited resources and complexity of the software and hardware needed to ship modern game titles demanded a different approach.Data-oriented design is inspired by high-performance computing techniques, database design, and functional programming values. It provides a practical methodology that reduces complexity while improving performance of both your development team and your product. Understand the goal, understand the data, understand the hardware, develop the solution.This book presents foundations and principles helping to build a deeper understanding of data-oriented design. It provides instruction on the thought processes involved when considering data as the primary detail of any project.

A Practitioner`s Guide to Software Test Design

Автор: Copeland, Lee (Author)
Название: A Practitioner`s Guide to Software Test Design
ISBN: 158053791X ISBN-13(EAN): 9781580537919
Издательство: Artech House
Рейтинг:
Цена: 12197.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A comprehensive, up-to-date and practical introduction to software test design. This book presents all the important test design techniques in a single place and in a consistent and easy-to-digest format.

Software Engineering: Challenges and Solutions

Автор: Madeyski
Название: Software Engineering: Challenges and Solutions
ISBN: 3319436058 ISBN-13(EAN): 9783319436050
Издательство: Springer
Рейтинг:
Цена: 22359.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book presents the proceedings of the KKIO Software Engineering Conference held in Wroc?aw, Poland in September 15-17, 2016. It contains the carefully reviewed and selected scientific outcome of the conference, which had the motto: “Better software = more efficient enterprise: challenges and solutions”. Following this mission, this book is a compilation of challenges and needs of the industry, as well as research findings and achievements that could address the posed problems in software engineering. Some of these challenges included in the book are: increasing levels of abstraction for programming constructs, increasing levels of software reuse, increasing levels of automation, optimizing software development cycles. The book provides a platform for communication between researchers, young and established, and practitioners.

Computational intelligence techniques and their applications to software engineering problems

Название: Computational intelligence techniques and their applications to software engineering problems
ISBN: 0367529742 ISBN-13(EAN): 9780367529741
Издательство: Taylor&Francis
Рейтинг:
Цена: 21437.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book focusses on computational intelligence approaches as applicable in varied areas of software engineering such as software requirement prioritization, cost estimation, reliability assessment, defect prediction, maintainability and quality prediction, size estimation, vulnerability prediction, test case selection, and so forth.

Beyond Software Architecture: Creating and Sustaining Winning Solutions

Автор: Luke Hohmann
Название: Beyond Software Architecture: Creating and Sustaining Winning Solutions
ISBN: 0201775948 ISBN-13(EAN): 9780201775945
Издательство: Pearson Education
Рейтинг:
Цена: 12413.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Contains insights and lessons about creating winning software solutions in the context of a real-world business. This book provides practical techniques that development executives can employ to improve the productivity of their software organization. It deals with issues like licensing, deployment, installation, configuration, and support.

Principles of Package Design: Creating Reusable Software Components

Автор: Noback Matthias
Название: Principles of Package Design: Creating Reusable Software Components
ISBN: 1484241185 ISBN-13(EAN): 9781484241189
Издательство: Springer
Рейтинг:
Цена: 10480.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Apply design principles to your classes, preparing them for reuse. You will use package design principles to create packages that are just right in terms of cohesion and coupling, and are user- and maintainer-friendly at the same time.

The first part of this book walks you through the five SOLID principles that will help you improve the design of your classes. The second part introduces you to the best practices of package design, and covers both package cohesion principles and package coupling principles. Cohesion principles show you which classes should be put together in a package, when to split packages, and if a combination of classes may be considered a 'package' in the first place. Package coupling principles help you choose the right dependencies and prevent wrong directions in the dependency graph of your packages.
What You'll Learn
Apply the SOLID principles of class designDetermine if classes belong in the same packageKnow whether it is safe for packages to depend on each other
Who This Book Is For
Software developers with a broad range of experience in the field, who are looking for ways to reuse,share, and distribute their code
Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#

Автор: Wlaschin Scott
Название: Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#
ISBN: 1680502549 ISBN-13(EAN): 9781680502541
Издательство: Wiley
Рейтинг:
Цена: 6098.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: In this pragmatic, down-to-earth guide, you`ll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach.

Enterprise Architecture Patterns: Practical Solutions for Recurring It-architecture Problems

Автор: Inversini, Reto
Название: Enterprise Architecture Patterns: Practical Solutions for Recurring It-architecture Problems
ISBN: 364237560X ISBN-13(EAN): 9783642375606
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Every enterprise architect faces similar problems when designing and governing the enterprise architecture of a medium to large enterprise.

Software Business. From Physical Products to Software Services and Solutions

Автор: Georg Herzwurm; Margaria Tiziana
Название: Software Business. From Physical Products to Software Services and Solutions
ISBN: 3642393357 ISBN-13(EAN): 9783642393358
Издательство: Springer
Рейтинг:
Цена: 6429.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The theme of the event was "From Physical Products to Software Services and Solutions."The 15 full papers, seven short papers, and six doctoral symposium papers accepted for ICSOB were selected from 44 submissions and are organized in sections on: software business models and business process modeling;

Open source systems: enterprise software and solutions

Название: Open source systems: enterprise software and solutions
ISBN: 3319923749 ISBN-13(EAN): 9783319923741
Издательство: Springer
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The papers cover a wide range of topics in the field of free/libre open source software (FLOSS) and are organized in the following thematic sections: organizational aspects of OSS projects, OSS projects validity, mining OSS data, OSS in public administration, OSS governance, and OSS reusability.

Adaptive Web Services for Modular and Reusable Software Development: Tactics and Solutions

Автор: Guadalupe Ortiz, Javier Cubo
Название: Adaptive Web Services for Modular and Reusable Software Development: Tactics and Solutions
ISBN: 1466620897 ISBN-13(EAN): 9781466620896
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 28413.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Adaptive Web Services for Modular and Reusable Software Development: Tactics and Solutions includes current research on the area of Web service adaptation while embarking upon the different aspects related to Web services. This collection provides an overview of existing solutions for service adaption in different development scopes as well as covers a wide variety of challenges which emerge. It aims to keep industry professionals as well as academic researchers up to date with the latest research results.

Open Source Systems: Enterprise Software and Solutions

Автор: Ioannis Stamelos; Jesus M. Gonzalez-Baraho?a; Irak
Название: Open Source Systems: Enterprise Software and Solutions
ISBN: 3030064204 ISBN-13(EAN): 9783030064204
Издательство: Springer
Рейтинг:
Цена: 11179.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the refereed proceedings of the 14th IFIP WG 2.13 International Conference on Open Source Systems, OSS 2018, held in Athens, Greece, in June 2018.

The 14 revised full papers and 2 short papers presented were carefully reviewed and selected from 38 submissions. The papers cover a wide range of topics in the field of free/libre open source software (FLOSS) and are organized in the following thematic sections: organizational aspects of OSS projects, OSS projects validity, mining OSS data, OSS in public administration, OSS governance, and OSS reusability.

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия