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

Distributed Programming, A. Udaya Shankar


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

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

Автор: A. Udaya Shankar
Название:  Distributed Programming
ISBN: 9781489995933
Издательство: Springer
Классификация:


ISBN-10: 1489995935
Обложка/Формат: Paperback
Страницы: 386
Вес: 0.56 кг.
Дата издания: 15.10.2014
Язык: English
Размер: 234 x 156 x 21
Основная тема: Computer Science
Подзаголовок: Theory and Practice
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Distributed Programming: Theory and Practice presents a practical and rigorous method to develop distributed programs that correctly implement their specifications.


Programming Interviews Exposed: Secrets to Landing Your Next Job, 3rd Edition

Автор: Giguere
Название: Programming Interviews Exposed: Secrets to Landing Your Next Job, 3rd Edition
ISBN: 1118261364 ISBN-13(EAN): 9781118261361
Издательство: Wiley
Рейтинг:
Цена: 3800.00 р.
Наличие на складе: Поставка под заказ.

Описание: Be prepared for your next job interview with this tried-and-true advice In today's tight job market, competition for programming jobs is hotter than ever. This third edition of a popular guide to the programming interviews includes new code examples, information on the latest languages, new chapters on sorting and design patterns, tips on using LinkedIn, and a downloadable app to help prepare applicants for the interview. Like its earlier editions, this guide covers what software companies and IT departments want their programmers to know and includes plenty of helpful hints to boost your confidence. Looks at current job search and hiring processes, such as the rise of LinkedIn and other social networks as recruiting resources Addresses the most important languages for a programmer to know and features examples in multiple languages Includes new programming questions designed to sharpen your knowledge Features all-new chapters on design patterns and sorting, including how to deal with memory constraints and mobility issues Walk into your next job interview with confidence, knowing you have thoroughly studied this newest edition of Programming Interviews Exposed.

Introduction to Software Engineering, Second Edition

Автор: Leach
Название: Introduction to Software Engineering, Second Edition
ISBN: 1498705278 ISBN-13(EAN): 9781498705271
Издательство: Taylor&Francis
Рейтинг:
Цена: 15312.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Practical Guidance on the Efficient Development of High-Quality Software

Introduction to Software Engineering, Second Edition equips students with the fundamentals to prepare them for satisfying careers as software engineers regardless of future changes in the field, even if the changes are unpredictable or disruptive in nature. Retaining the same organization as its predecessor, this second edition adds considerable material on open source and agile development models.

The text helps students understand software development techniques and processes at a reasonably sophisticated level. Students acquire practical experience through team software projects. Throughout much of the book, a relatively large project is used to teach about the requirements, design, and coding of software. In addition, a continuing case study of an agile software development project offers a complete picture of how a successful agile project can work.

The book covers each major phase of the software development life cycle, from developing software requirements to software maintenance. It also discusses project management and explains how to read software engineering literature. Three appendices describe software patents, command-line arguments, and flowcharts.

Programming as If People Mattered: Friendly Programs, Software Engineering, and Other Noble Delusions

Автор: Borenstein Nathaniel S.
Название: Programming as If People Mattered: Friendly Programs, Software Engineering, and Other Noble Delusions
ISBN: 0691607885 ISBN-13(EAN): 9780691607887
Издательство: Wiley
Рейтинг:
Цена: 6336.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Through a set of lively anecdotes and essays, Nathaniel Borenstein traces the divergence between the fields of software engineering and user-centered software design, and attempts to reconcile the needs of people in both camps. Originally published in 1991. The Princeton Legacy Library uses the latest print-on-demand technology to again make avai

Introduction to Reliable and Secure Distributed Programming

Автор: Christian Cachin; Rachid Guerraoui; Lu?s Rodrigues
Название: Introduction to Reliable and Secure Distributed Programming
ISBN: 3642423272 ISBN-13(EAN): 9783642423277
Издательство: Springer
Рейтинг:
Цена: 7965.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Failures may range from crashes to adversarial attacks by malicious processes.Cachin, Guerraoui, and Rodrigues present an introductory description of fundamental distributed programming abstractions together with algorithms to implement them in distributed systems, where processes are subject to crashes and malicious attacks.

Programming Languages and Systems

Автор: Atsushi Igarashi
Название: Programming Languages and Systems
ISBN: 3319479571 ISBN-13(EAN): 9783319479576
Издательство: Springer
Рейтинг:
Цена: 9224.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the refereed proceedings of the 14th Asian Symposium on Programming Languages and Systems, APLAS 2016, held in Hanoi, Vietnam, in November 2016. The papers cover a variety of topics such as semantics, logics, and foundational theory; design of languages type systems, and foundational calculi;

Programming Language Pragmatics

Автор: Michael L. Scott
Название: Programming Language Pragmatics
ISBN: 0124104096 ISBN-13(EAN): 9780124104099
Издательство: Elsevier Science
Рейтинг:
Цена: 11957.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Programming Language Pragmatics, Fourth Edition, is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language design and implementation, with an emphasis on the fundamental tradeoffs that continue to drive software development.

The book provides readers with a solid foundation in the syntax, semantics, and pragmatics of the full range of programming languages, from traditional languages like C to the latest in functional, scripting, and object-oriented programming. This fourth edition has been heavily revised throughout, with expanded coverage of type systems and functional programming, a unified treatment of polymorphism, highlights of the newest language standards, and examples featuring the ARM and x86 64-bit architectures.

  • Updated coverage of the latest developments in programming language design, including C & C]+11, Java 8, C# 5, Scala, Go, Swift, Python 3, and HTML 5
  • Updated treatment of functional programming, with extensive coverage of OCaml
  • New chapters devoted to type systems and composite types
  • Unified and updated treatment of polymorphism in all its forms
  • New examples featuring the ARM and x86 64-bit architectures
Programming Environments for Massively Parallel Distributed Systems

Автор: Karsten M. Decker; Rene M. Rehmann
Название: Programming Environments for Massively Parallel Distributed Systems
ISBN: 3034896689 ISBN-13(EAN): 9783034896689
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Massively Parallel Systems (MPSs) with their scalable computation and storage space promises are becoming increasingly important for high-performance computing.

Parallel and Distributed Logic Programming

Автор: Alakananda Bhattacharya; Amit Konar; Ajit K. Manda
Название: Parallel and Distributed Logic Programming
ISBN: 3642070086 ISBN-13(EAN): 9783642070082
Издательство: Springer
Рейтинг:
Цена: 23058.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book introduces the parallel and distributed approach to logic programming, examining existing models of distributed logic programming, and proposing an alternative framework for distributed logic programming using extended Petri nets.

Advanced Network Programming – Principles and Techniques

Название: Advanced Network Programming – Principles and Techniques
ISBN: 1447152913 ISBN-13(EAN): 9781447152910
Издательство: Springer
Рейтинг:
Цена: 13275.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book introduces theoretical and practical aspects of computer networks and network programming, surveying current developments in network architecture, communication protocols and programming techniques, supported by code examples for hands-on practice.


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