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

A kid`s guide to being a Mermaid, Lopes Denise


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

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

Автор: Lopes Denise
Название:  A kid`s guide to being a Mermaid
ISBN: 9781777157821
Классификация:



ISBN-10: 177715782X
Обложка/Формат: Hardcover
Страницы: 28
Вес: 0.34 кг.
Дата издания: 31.10.2020
Язык: English
Размер: 25.40 x 20.29 x 0.64 cm
Рейтинг:
Поставляется из: США
Описание:

Being a mermaid isnt always easy. Join our mermaid friends as they not only show a love of diversity, but give examples of mermaid life lessons that will help us all through those hard days. Examples of acceptance, kindness and believing in yourself are just a few things our mermaids friends bring to life.




Applications in Engineering, Life and Social Sciences, Part A

Автор: Dumitru Baleanu, Antonio Mendes Lopes
Название: Applications in Engineering, Life and Social Sciences, Part A
ISBN: 3110570912 ISBN-13(EAN): 9783110570915
Издательство: Walter de Gruyter
Цена: 24165.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This multi-volume handbook is the most up-to-date and comprehensive reference work in the field of fractional calculus and its numerous applications. This seventh volume collects authoritative chapters covering several applications of fractional calculus in in engineering, life, and social sciences, including applications in biology and medicine, mechanics of complex media, economy, and electrical devices.

Handbook of Fractional Calculus with Applications

Автор: Dumitru Baleanu and Antonio Mendes Lopes
Название: Handbook of Fractional Calculus with Applications
ISBN: 3110570920 ISBN-13(EAN): 9783110570922
Издательство: Walter de Gruyter
Рейтинг:
Цена: 22439.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This multi-volume handbook is the most up-to-date and comprehensive reference work in the field of fractional calculus and its numerous applications. This eighth volume collects authoritative chapters covering several applications of fractional calculus in engineering, life and social sciences, including applications in signal and image analysis, and chaos.

Spectrum Sensing Techniques and Applications

Автор: Sampaio De Alencar Marcelo, Braga Soares de Carvalho Fabricio, Terllizzie Araujo Lopes Waslon
Название: Spectrum Sensing Techniques and Applications
ISBN: 1606509799 ISBN-13(EAN): 9781606509791
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 6264.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Cognitive radio, the technology of transmitting radio communications by having a receiver that can detect used, versus unused, signal channels, is increasingly important with the ever expanding use of wireless communications. The central principle for this enabling technology is spectrum sensing, the ability for a receiver to recognize how channels it identifies are being used at any given point in time and space, and then adjust the communications of a device accordingly to make the most efficient use of available channels. This new book will cover the latest developments in spectrum sensing, as well as the underlying technical principles involved including statistical formulation and the fundamental concepts of signal detection. It will go on to show how spectrum sensing is used in cognitive radio and dynamic spectrum access. This book will fill in the gaps from current books, and offer the reader an interesting, robust and illustrative treatment, with recent practical applications of cognitive radio and spectrum sensing.

Single-Use Technology: A Practical Guide to Design and Implementation

Автор: Adriana G. Lopes, Andrew Brown
Название: Single-Use Technology: A Practical Guide to Design and Implementation
ISBN: 3110640554 ISBN-13(EAN): 9783110640557
Издательство: Walter de Gruyter
Цена: 14495.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Single-Use Technology (SUT) is the first comprehensive publication of practical considerations for each stage of the implementation process of SUT, and covers the selection, specification, design and qualification of systems to meet end-user requirements. Having become readily available for all processing operations within the biopharmaceutical industry, SUT has the potential to reduce capital costs, improve plant throughput and reduce the risk of cross-contamination. However, there are no clear guidelines to aid the end-user on implementation of these technologies into a validated, good manufacturing practice (GMP) environment. This book presents approaches for the implementation within various end-user facilities and systems, SUT within regulatory frameworks (ICH Q8, Q9, Q10 and GMP), standardisation and assessment strategies, specifation of user requirements and SUT design, risk assessment and evaluation as well as qualification for different SUT types.

Getting started with llvm core libraries

Автор: Lopes, Bruno Cardoso Auler, Rafael
Название: Getting started with llvm core libraries
ISBN: 1782166920 ISBN-13(EAN): 9781782166924
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Get to grips with LLVM essentials and use the core libraries to build advanced tools

Key Features

  • Learn how to configure, build, and use LLVM and Clang based tools
  • Explore the depths of the LLVM front-end, IR, code generator, and libraries, and learn how a modern compiler is implemented in a practical way.
  • Customize your project to benefit from Just in Time compilation (JIT), static analysis and source-to-source transformations.

Book Description

LLVM is a bleeding edge compiler technology framework. Easily extendable and designed as a multitude of libraries, LLVM provides a smooth experience for compiler newcomers and reduces the steep learning curve often associated with compiler development.

To start, this book will show you how to configure, build, and install LLVM libraries, tools, and external projects. Next, you will be introduced to LLVM design and how it works in practice throughout each LLVM compiler stage: frontend, IR, backend, the JIT engine, cross-compilation capabilities, and the plugin interface. With multiple hands-on examples and source code snippets, Getting Started with LLVM Core Libraries ensures a solid and smooth first step into the LLVM compiler development environment.

What you will learn

  • Configure, build, and install extra LLVM open source projects including Clang tools, static analyzer, Compiler-RT, LLDB, DragonEgg, libc++, and LLVM test-suite
  • Understand the LLVM library design and interaction between libraries and standalone tools
  • Increase your knowledge of source code processing stages by learning how the Clang frontend uses a lexer, parser, and syntax analysis
  • Manipulate, generate, and play with LLVM IR files while writing custom IR analyses and transformation passes
  • Write tools to use LLVM Just-in-Time (JIT) compilation capabilities
  • Find bugs and improve your code by using the static analyzer
  • Design source code analysis and transformation tools using LibClang, LibTooling, and the Clang plugin interface
Jewish Law as Rebellion: A Plea for Religious Authenticity and Halachic Courage

Автор: Nathan Lopes Cardozo
Название: Jewish Law as Rebellion: A Plea for Religious Authenticity and Halachic Courage
ISBN: 9655242765 ISBN-13(EAN): 9789655242768
Издательство: Gazelle Book Services
Рейтинг:
Цена: 6004.00 р.
Наличие на складе: Поставка под заказ.

Описание: Jewish Law as Rebellion is unconventional and controversial in its approach to the world of Jewish Law and its response to religious crises. The book delves into the contemporary application and development of halacha and pointedly protests many accepted methods and ideals, offering new solutions to existing halachic dilemmas. Rabbi Cardozo discusses hot topics such as same-sex marriage, conversion, and religion in the State of Israel and presents a critical analysis and explanation of the application of halacha.


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