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

A Java Library of Graph Algorithms and Optimization, Lau, Hang T.


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

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

Автор: Lau, Hang T.
Название:  A Java Library of Graph Algorithms and Optimization
ISBN: 9780367390136
Издательство: Taylor&Francis
Классификация:
ISBN-10: 0367390132
Обложка/Формат: Paperback
Страницы: 400
Вес: 1.63 кг.
Дата издания: 20.12.2019
Серия: Discrete Mathematics and Its Applications
Язык: English
Размер: 252 x 178 x 20
Читательская аудитория: Tertiary education (us: college)
Основная тема: Computational Numerical Analysis
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Европейский союз
Описание:

Because of its portability and platform-independence, Java is the ideal computer programming language to use when working on graph algorithms and other mathematical programming problems. Collecting some of the most popular graph algorithms and optimization procedures, A Java Library of Graph Algorithms and Optimization provides the source code for a library of Java programs that can be used to solve problems in graph theory and combinatorial optimization. Self-contained and largely independent, each topic starts with a problem description and an outline of the solution procedure, followed by its parameter list specification, source code, and a test example that illustrates the usage of the code.

The book begins with a chapter on random graph generation that examines bipartite, regular, connected, Hamilton, and isomorphic graphs as well as spanning, labeled, and unlabeled rooted trees. It then discusses connectivity procedures, followed by a paths and cycles chapter that contains the Chinese postman and traveling salesman problems, Euler and Hamilton cycles, and shortest paths. The author proceeds to describe two test procedures involving planarity and graph isomorphism. Subsequent chapters deal with graph coloring, graph matching, network flow, and packing and covering, including the assignment, bottleneck assignment, quadratic assignment, multiple knapsack, set covering, and set partitioning problems. The final chapters explore linear, integer, and quadratic programming. The appendices provide references that offer further details of the algorithms and include the definitions of many graph theory terms used in the book.




Hands-On Data Structures and Algorithms with Python 2 ed

Автор: Agarwal, Dr Basant, Baka, Benjamin
Название: Hands-On Data Structures and Algorithms with Python 2 ed
ISBN: 1788995570 ISBN-13(EAN): 9781788995573
Издательство: Неизвестно
Рейтинг:
Цена: 8091.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts.

C++17 Standard Library Quick Reference: A Pocket Guide to Data Structures, Algorithms, and Functions

Автор: Van Weert Peter, Gregoire Marc
Название: C++17 Standard Library Quick Reference: A Pocket Guide to Data Structures, Algorithms, and Functions
ISBN: 1484249224 ISBN-13(EAN): 9781484249222
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer will learn a thing or two from it and find it a useful memory-aid.
It is hard to remember all the possibilities, details, and intricacies of the vast and growing Standard Library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with practical tips and well-chosen, clarifying examples.
This new edition is updated to include all Standard Library changes in C++17, including the new vocabulary types std::string_view, any, optional, and variant; parallel algorithms; the file system library; specialized mathematical functions; and more.
What You Will Learn
Gain the essentials that the C++ Standard Library has to offerUse containers to efficiently store and retrieve your dataInspect and manipulate your data with algorithms See how lambda expressions allow for elegant use of algorithmsDiscover what the standard string class provides and how to use itWrite localized applicationsWork with file and stream-based I/OPrevent memory leaks with smart pointersWrite safe and efficient multi-threaded code using the threading libraries
Who This Book Is For
All C++ programmers, irrespective of their proficiency with the language or the Standard Library. A secondary audience is developers who are new to C++, but not new to programming, and who want to learn more about the C++ Standard Library in a quick, condensed manner.
Optimization of SQL Queries for Parallel Machines

Автор: Wagar Hasan
Название: Optimization of SQL Queries for Parallel Machines
ISBN: 3540620656 ISBN-13(EAN): 9783540620655
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Parallel execution of SQL queries against large databases offers a solution to the problem of reducing query response. This book addresses the related optimization problem: given an SQL query, find the plan that delivers the result in minimal time.

Pro Java EE 5 Performance Management and Optimization

Автор: Steven Haines
Название: Pro Java EE 5 Performance Management and Optimization
ISBN: 1430211636 ISBN-13(EAN): 9781430211631
Издательство: Springer
Рейтинг:
Цена: 7674.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Pro Java EE 5 Performance Management and Optimization features proven methodology to guarantee top-performing Java EE 5 applications, and explains how to measure performance in your specific environment. The book also details performance integration points throughout the development and deployment lifecycles that are crucial for application success.

For quality assurance and preproduction stages, this book guides you through testing and optimally deploying your Java EE 5 applications, with a focus on assessing capacity and discovering saturation points. It defines the concept and application of wait-based tuning--one of the most effective approaches to application server tuning.

The book also helps you assess and improve the health of your applications upon deployment. The topics covered include trending, forecasting, and capacity assessing and planning. When production issues arise, you'll be armed with troubleshooting methodology and solutions to common problems that have been observed in real-world environments. This book even guides you through the creation of a formal Java EE 5 performance management plan customized to your environment to help you interpret and react to changing trends in usage patterns.

MATLAB Optimization Techniques

Автор: Cesar Lopez
Название: MATLAB Optimization Techniques
ISBN: 1484202937 ISBN-13(EAN): 9781484202937
Издательство: Springer
Рейтинг:
Цена: 5304.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The central part of the book is dedicated to MATLAB`s Optimization Toolbox, which implements state-of-the-art algorithms for solving multiobjective problems, non-linear minimization with boundary conditions and restrictions, minimax optimization, semi-infinitely constrained minimization and linear and quadratic programming.

Optimization Techniques IFIP Technical Conference

Автор: Conference on Optimization Techniques; Josef Stoer
Название: Optimization Techniques IFIP Technical Conference
ISBN: 3662377136 ISBN-13(EAN): 9783662377130
Издательство: Springer
Рейтинг:
Цена: 11179.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Advanced Memory Optimization Techniques for Low-Power Embedded Processors

Автор: Manish Verma; Peter Marwedel
Название: Advanced Memory Optimization Techniques for Low-Power Embedded Processors
ISBN: 9048174716 ISBN-13(EAN): 9789048174713
Издательство: Springer
Рейтинг:
Цена: 19589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book proposes novel memory hierarchies and software optimization techniques for the optimal utilization of memory hierarchies. It presents a wide range of optimizations, progressively increasing in the complexity of analysis and of memory hierarchies.

Practical Python AI Projects: Mathematical Models of Optimization Problems with Google Or-Tools

Автор: Kruk Serge
Название: Practical Python AI Projects: Mathematical Models of Optimization Problems with Google Or-Tools
ISBN: 1484234227 ISBN-13(EAN): 9781484234228
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Discover the art and science of solving artificial intelligence problems with Python using optimization modeling. This book covers the practical creation and analysis of mathematical algebraic models such as linear continuous models, non-obviously linear continuous models,
and pure linear integer models. Rather than focus on theory, Practical Python AI Projects, the product of the author's decades of industry teaching and consulting, stresses the model creation aspect; contrasting alternate approaches and practical variations.
Each model is explained thoroughly and written to be executed. The source code from all examples in the book is available, written in Python using Google OR-Tools. It also includes a random problem generator, useful for industry application or study.
What You Will Learn
Build basic Python-based artificial intelligence (AI) applications Work with mathematical optimization methods and the Google OR-Tools (Optimization Tools) suiteCreate several types of projects using Python and Google OR-Tools
Who This Book Is For
Developers and students who already have prior experience in Python coding. Some prior mathematical experience or comfort level may be helpful as well.
Large Scale Optimization in Supply Chains and Smart Manufacturing

Автор: Jes?s M. Vel?squez-Berm?dez; Marzieh Khakifirooz;
Название: Large Scale Optimization in Supply Chains and Smart Manufacturing
ISBN: 3030227871 ISBN-13(EAN): 9783030227876
Издательство: Springer
Рейтинг:
Цена: 11878.00 р.
Наличие на складе: Поставка под заказ.

Описание: In this book, theory of large scale optimization is introduced with case studies of real-world problems and applications of structured mathematical modeling. The large scale optimization methods are represented by various theories such as Benders’ decomposition, logic-based Benders’ decomposition, Lagrangian relaxation, Dantzig –Wolfe decomposition, multi-tree decomposition, Van Roy’ cross decomposition and parallel decomposition for mathematical programs such as mixed integer nonlinear programming and stochastic programming. Case studies of large scale optimization in supply chain management, smart manufacturing, and Industry 4.0 are investigated with efficient implementation for real-time solutions. The features of case studies cover a wide range of fields including the Internet of things, advanced transportation systems, energy management, supply chain networks, service systems, operations management, risk management, and financial and sales management. Instructors, graduate students, researchers, and practitioners, would benefit from this book finding the applicability of large scale optimization in asynchronous parallel optimization, real-time distributed network, and optimizing the knowledge-based expert system for convex and non-convex problems.


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