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

MATLAB Recipes: A Problem-Solution Approach, Paluszek Michael, Thomas Stephanie


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

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

Автор: Paluszek Michael, Thomas Stephanie
Название:  MATLAB Recipes: A Problem-Solution Approach
ISBN: 9781484261231
Издательство: Springer
Классификация:


ISBN-10: 1484261232
Обложка/Формат: Paperback
Страницы: 415
Вес: 0.75 кг.
Дата издания: 14.02.2021
Язык: English
Размер: 25.40 x 17.81 x 2.26 cm
Ссылка на Издательство: Link
Поставляется из: Германии
Описание: With this book you will review contemporary MATLAB coding including the latest MATLAB language features and use MATLAB as a software development environment including code organization, GUI development, and algorithm design and testing.


Mathematica: a problem-centered approach

Автор: Hazrat, Roozbeh
Название: Mathematica: a problem-centered approach
ISBN: 3319275844 ISBN-13(EAN): 9783319275840
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: An introduction to the vast array of features and powerful mathematical functions of Mathematica that uses a multitude of clearly presented examples and worked-out problems that enable the reader to learn from the codes and avoids lengthy explanations.

Practical approach to compiler construction

Автор: Watson, Des
Название: Practical approach to compiler construction
ISBN: 3319527878 ISBN-13(EAN): 9783319527871
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Programming language analysis and translation techniques are used in many software application areas.A Practical Approach to Compiler Construction covers the fundamental principles of the subject in an accessible way.

Spring Boot 2 Recipes: A Problem-Solution Approach

Автор: Deinum Marten
Название: Spring Boot 2 Recipes: A Problem-Solution Approach
ISBN: 1484239628 ISBN-13(EAN): 9781484239629
Издательство: Springer
Рейтинг:
Цена: 4191.00 р.
Наличие на складе: Поставка под заказ.

Описание:

Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch.
Using a problem-solution approach, Spring Boot 2 Recipes quickly introduces you to Pivotal's Spring Boot 2 micro-framework, then dives into code snippets on how to apply and integrate Spring Boot 2 with the Spring MVC web framework, Spring Web Sockets, and microservices. You'll also get solutions to common problems with persistence, integrating Spring Boot with batch processing, algorithmic programming via Spring Batch, and much more. Other recipes cover topics such as using and integrating Boot with Spring's enterprise services, Spring Integration, testing, monitoring and more.
What You'll Learn
Get reusable code recipes and snippets for the Spring Boot 2 micro-framework Discover how Spring Boot 2 integrates with other Spring APIs, tools, and frameworksAccess Spring MVC and the new Spring Web Sockets for simpler web developmentWork with microservices for web services development and integration with your Spring Boot applicationsAdd persistence and a data tier seamlessly to make your Spring Boot web application do moreIntegrate enterprise services to create a more complex Java application using Spring Boot
Who This Book Is For
Experienced Java and Spring programmers.
Jakarta Ee Recipes: A Problem-Solution Approach

Автор: Juneau Josh
Название: Jakarta Ee Recipes: A Problem-Solution Approach
ISBN: 1484255860 ISBN-13(EAN): 9781484255865
Издательство: Springer
Рейтинг:
Цена: 4611.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate-Advanced user level

Scientific Approach to Problem Solving: With C++ Programming

Автор: Sal Washah
Название: Scientific Approach to Problem Solving: With C++ Programming
ISBN: 1626614725 ISBN-13(EAN): 9781626614727
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 16078.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Teaches the basic concepts needed to master C++, illustrating every building block of the programming language. The book provides practical information such as style guidance, debugging, and real-world, coherent programming advice. The material is accessible to those new to the language, and adds information and techniques for those who are already experts in C++ programming.

Client-Centered Software Development: The CO-FOSS Approach

Автор: Allen B. Tucker
Название: Client-Centered Software Development: The CO-FOSS Approach
ISBN: 1138583847 ISBN-13(EAN): 9781138583849
Издательство: Taylor&Francis
Рейтинг:
Цена: 12707.00 р.
Наличие на складе: Поставка под заказ.

Описание: This book will present the CO-FOSS approach to teaching software development. It will be both a textbook and a reference book for instructors, students, and software developers who are interested in the CO-FOSS approach.

Asyncio Recipes: A Problem-Solution Approach

Автор: Tahrioui Mohamed Mustapha
Название: Asyncio Recipes: A Problem-Solution Approach
ISBN: 1484244001 ISBN-13(EAN): 9781484244005
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Get the most out of asyncio and find solutions to your most troubling Python programming problems. This book offers a pragmatic collection of recipes by going beyond online resources and docs to provide guidance on using this complex library. As such, you’ll see how to improve application performance and run computationally intensive programs faster.
asyncio Recipes starts with examples illustrating the primitives that come with the asyncio library, and explains how to determine if asyncio is the right choice for your application. It shows how to use asyncio to yield performance gains without multiple threads, and identifies common mistakes and how to prevent them. Later chapters cover error-handling, testing, and debugging. By the end of this book, you'll understand how asyncio runs behind the scenes, and be confident enough to contribute to asyncio-first projects.
What You Will Learn
Discover quirky APIs such as the event loop policiesWrite asyncio code with native coroutines Use the ast module to find legacy asyncio codeWork with contextvars See what a async context manager is and why a lot of asyncio APIs use them
Who This Book Is For
Experienced Python developers or hobbyists who want to understand asyncio and speed up their applications by adding concurrency to their toolkit.
Kotlin Cookbook: A Problem-Focused Approach

Автор: Kousen Ken
Название: Kotlin Cookbook: A Problem-Focused Approach
ISBN: 1492046671 ISBN-13(EAN): 9781492046677
Издательство: Wiley
Рейтинг:
Цена: 6124.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Use Kotlin to build Android apps, web applications, and more-while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply this Java-based language to their own projects.

Effective PyCharm: Learn the PyCharm IDE with a Hands-on Approach

Автор: Harrison Matt, Kennedy Michael
Название: Effective PyCharm: Learn the PyCharm IDE with a Hands-on Approach
ISBN: 1792310374 ISBN-13(EAN): 9781792310379
Издательство: Неизвестно
Рейтинг:
Цена: 6896.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: PyCharm is a powerful editor for Python, but it is more than just Python. It is an IDE that supports databases, web development, and data science. Effective PyCharm will walk you through how to learn the tools, and explore many of the features. You will learn the in`s and out`s of PyCharm and immediately improve your productivity.


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