Ir Java Programming Problem Analysis Program Design, Malik
Автор: Rogers, Rogers Scott Название: Level Up! the Guide to Great Video Game Design ISBN: 1118877160 ISBN-13(EAN): 9781118877166 Издательство: Wiley Рейтинг: Цена: 4435.00 р. Наличие на складе: Поставка под заказ.
Описание: Provides examples that forgo theoretical gobbledygook with charmingly illustrated concepts and solutions based on years of professional experience. This book helps you teach how to develop marketable ideas, and learn what perils and pitfalls await during a game`s pre-production, production and post-production stages.
Автор: John M. Stewart Название: Python for Scientists ISBN: 1316641236 ISBN-13(EAN): 9781316641231 Издательство: Cambridge Academ Рейтинг: Цена: 5067.00 р. Наличие на складе: Поставка под заказ.
Описание: Scientific Python is taught from scratch in this book via copious, downloadable, useful and adaptable code snippets. Everything the working scientist needs to know is covered, quickly providing researchers and research students with the skills to start using Python effectively.
Автор: Gribaudo & Lacono Название: Theory And Application Of Multi-Formalism Modeling ISBN: 1466646594 ISBN-13(EAN): 9781466646599 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 28413.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With complex systems and complex requirements being a challenge that designers must face to reach quality results, multi-formalism modeling offers tools and methods that allow modelers to exploit the benefits of different techniques in a general framework intended to address these challenges.Theory and Application of Multi-Formalism Modeling boldly explores the importance of this topic by gathering experiences, theories, applications, and solutions from diverse perspectives of those involved with multi-formalism modeling. Professionals, researchers, academics, and students in this field will be able to critically evaluate the latest developments and future directions of multi-formalism research.
Автор: Harchol-Balter Название: Performance Modeling and Design of Computer Systems ISBN: 1107027500 ISBN-13(EAN): 9781107027503 Издательство: Cambridge Academ Рейтинг: Цена: 12038.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Written with computer scientists and engineers in mind, this book brings queueing theory decisively back to computer science. Through a lively mix of motivation and intuition, with illustrations, examples and more than 300 exercises, readers acquire the skills needed to model, analyze and design large-scale systems with good performance and low cost.
Автор: Alan Dennis, Barbara Haley Wixom, Roberta M. Roth Название: Systems Analysis and Design, 6th Edition ISBN: 1118897846 ISBN-13(EAN): 9781118897843 Издательство: Wiley Рейтинг: Цена: 28670.00 р. Наличие на складе: Поставка под заказ.
Описание: The 6th Edition of Systems Analysis and Design continues to offer a hands-on approach to SAD while focusing on the core set of skills that all analysts must possess.
Название: High Performance Programming for Soft Computing ISBN: 146658601X ISBN-13(EAN): 9781466586017 Издательство: Taylor&Francis Рейтинг: Цена: 22968.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book examines the present and future of soft computer techniques. It explains how to use the latest technological tools, such as multicore processors and graphics processing units, to implement highly efficient intelligent system methods using a general purpose computer.
Автор: Siddhartha Bhattacharyya Название: Quantum-Inspired Intelligent Systems for Multimedia Data Analysis ISBN: 1522552197 ISBN-13(EAN): 9781522552192 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 27027.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: As multimedia data advances in technology and becomes more complex, the hybridization of soft computing tools allows for more robust and safe solutions in data processing and analysis.Quantum-Inspired Intelligent Systems for Multimedia Data Analysis provides emerging research on techniques used in multimedia information processing using intelligent paradigms including swarm intelligence, neural networks, and deep learning. While highlighting topics such as clustering techniques, neural network architecture, and text data processing, this publication explores the methods and applications of computational intelligent tools. This book is an important resource for academics, computer engineers, IT professionals, students, and researchers seeking current research in the field of multimedia data processing and quantum intelligent systems.
Автор: Schell Название: The Art Of Game Design A Book Of Le ISBN: 1138632058 ISBN-13(EAN): 9781138632059 Издательство: Taylor&Francis Рейтинг: Цена: 8726.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Written by one of the world`s top game designers, this book describes the deepest and most fundamental principles of game design, demonstrating how tactics used in board, card, and athletic games also work in video games.
Автор: Course Technology Название: Ircd C++ Prog: From Problem Analysis To Program Design ISBN: 1133526330 ISBN-13(EAN): 9781133526339 Издательство: Cengage Learning Рейтинг: Цена: 22334.00 р. Наличие на складе: Нет в наличии.
Автор: C S Krishnamoorthy Название: Finite element analysis : theory and programming ISBN: 0074622102 ISBN-13(EAN): 9780074622100 Издательство: Amazon Internet Рейтинг: Цена: 7028.00 р. Наличие на складе: Невозможна поставка.
Автор: Lekh Raj Vermani, Shalini Vermani Название: An Elementary Approach to Design and Analysis of Algorithms ISBN: 1786346753 ISBN-13(EAN): 9781786346759 Издательство: World Scientific Publishing Рейтинг: Цена: 17424.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 'The book under review is an interesting elaboration that fills the gaps in libraries for concisely written and student-friendly books about essentials in computer science ... I recommend this book for anyone who would like to study algorithms, learn a lot about computer science or simply would like to deepen their knowledge ... The book is written in very simple English and can be understood even by those with limited knowledge of the English language. It should be emphasized that, despite the fact that the book consists of many examples, mathematical formulas and theorems, it is very hard to find any mistakes, errors or typos.'zbMATHIn computer science, an algorithm is an unambiguous specification of how to solve a class of problems. Algorithms can perform calculation, data processing and automated reasoning tasks.As an effective method, an algorithm can be expressed within a finite amount of space and time and in a well-defined formal language for calculating a function. Starting from an initial state and initial input (perhaps empty), the instructions describe a computation that, when executed, proceeds through a finite number of well-defined successive states, eventually producing 'output' and terminating at a final ending state. The transition from one state to the next is not necessarily deterministic; some algorithms, known as randomized algorithms, incorporate random input.This book introduces a set of concepts in solving problems computationally such as Growth of Functions; Backtracking; Divide and Conquer; Greedy Algorithms; Dynamic Programming; Elementary Graph Algorithms; Minimal Spanning Tree; Single-Source Shortest Paths; All Pairs Shortest Paths; Flow Networks; Polynomial Multiplication, to ways of solving NP-Complete Problems, supported with comprehensive, and detailed problems and solutions, making it an ideal resource to those studying computer science, computer engineering and information technology.
Автор: John Soldatos Название: Building Blocks for IoT Analytics: Internet-of-Things Analytics ISBN: 8793519036 ISBN-13(EAN): 9788793519039 Издательство: Taylor&Francis Рейтинг: Цена: 11789.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Presents the main technology building blocks that comprise advanced Internet-of-Things (IoT) analytics systems. The book introduces IoT analytics as a special case of BigData analytics and accordingly presents leading edge technologies that can be deployed in order to successfully confront the main challenges of IoT analytics applications.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru