Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Microsoft Computer Vision APIs Distilled, Alessandro Del Sole


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

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

Автор: Alessandro Del Sole
Название:  Microsoft Computer Vision APIs Distilled
ISBN: 9781484233412
Издательство: Springer
Классификация:


ISBN-10: 1484233417
Обложка/Формат: Paperback
Страницы: 80
Вес: 0.16 кг.
Дата издания: 02.12.2017
Язык: English
Издание: 1st ed.
Иллюстрации: 31 illustrations, color; ii, 106 p. 31 illus. in color.
Размер: 154 x 234 x 12
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Getting Started with Cognitive Services
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Dive headfirst into Microsoft Computer Vision APIs using sample driven scenarios

SQL Server Security Distilled

Автор: Morris Lewis
Название: SQL Server Security Distilled
ISBN: 1590592190 ISBN-13(EAN): 9781590592199
Издательство: Springer
Рейтинг:
Цена: 40050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: SQL Server is the dominant relational database in the Windows market and data security is a huge and growing concern for all businesses. This update contains new content that reflects all updates to SQL Server`s security mechanisms resulting from Microsoft`s Palladium Security initiative. It will also be written for the latest Service Pack (SP3).

SQL Server Query Performance Tuning Distilled

Автор: Sajal Dam
Название: SQL Server Query Performance Tuning Distilled
ISBN: 1590594215 ISBN-13(EAN): 9781590594216
Издательство: Springer
Рейтинг:
Цена: 40050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This second updated edition explains how to design and tune SQL Server applications to cope with ever-increasing workloads. It shows how to use SQL Server tools to identify a performance bottleneck, isolate the root cause, apply possible resolutions, and then quantify performance improvements. Also covered are issues like index analysis and tuning.

Aroma of Beer, Wine and Distilled Alcoholic Beverages

Автор: L. Nyk?nen; H. Suomalainen
Название: Aroma of Beer, Wine and Distilled Alcoholic Beverages
ISBN: 902771553X ISBN-13(EAN): 9789027715531
Издательство: Springer
Рейтинг:
Цена: 279500.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Creating Maintainable APIs

Автор: Varga
Название: Creating Maintainable APIs
ISBN: 1484221958 ISBN-13(EAN): 9781484221952
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs.
The overall context of Creating Maintainable APIs is to classify the topics into four main areas: classes and interfaces, HTTP REST APIs, messaging APIs, and message payloads (XML, JSON and JSON API as well as Apache Avro).
What You Will Learn
Use object-oriented design constructs and their APIsCreate and manage HTTP REST APIsBuild and manage maintainable messaging APIs, including the use of Apache Kafka as a principal messaging hubHandle message payloads via JSON
Who This Book Is For
Any level software engineers and very experienced programmers.

Pharmaceutical Substances, 5th Edition, 2009: Syntheses, Patents and Applications of the most relevant APIs

Автор: A. Kleemann
Название: Pharmaceutical Substances, 5th Edition, 2009: Syntheses, Patents and Applications of the most relevant APIs
ISBN: 3135584054 ISBN-13(EAN): 9783135584058
Издательство: Thieme Verlagsgruppe
Рейтинг:
Цена: 669460.00 T
Наличие на складе: Невозможна поставка.
Описание: Pharmaceutical Substances is designed to be a complete reference guide to every pharmaceutical compound of significance. It is essential as a first point of reference not only for specialists in drug chemistry but also for anyone involved in the synthesis or use of pharmaceuticals. This reference work describes the production/isolation processes of about 1300 active pharmaceutical substances (including the syntheses of their intermediates) that are or have been marketed. In order to illustrate what particular information can be drawn from the book a typical monograph is depicted and labelled.Frequently-used abbreviations are explained in a separate list. With respect to the names of reagents and intermediates in the course of the syntheses the authors tried to use the names found in the catalogues of the commercial providers of fine chemicals, e.g. Sigma-Aldrich, otherwise the Chemical Abstracts Names are given. In addition, to the respective patents and publications in journals several standard reference books for Pharmaceuticals and Fine Chemicals were used and sometimes also cited. In the 5th edition of Pharmaceutical Substances, all compounds are organized alphabetically according to their International Non-proprietary Name (INN). For added ease of use, the book features 4 indexes: - Trade Names - Intermediates - Enzymes, Microorganisms, Plants and Animal Tissues - Substance Classes For further information about our chemistry products, please visit: Thieme Chemistry (please link to www.thieme-chemistry.com)

Building APIs with Node.js

Автор: Pereira
Название: Building APIs with Node.js
ISBN: 1484224418 ISBN-13(EAN): 9781484224410
Издательство: Springer
Рейтинг:
Цена: 18630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015).Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
What You Will Learn
How to build scalable APIs using the Node.js platformHow to use ES6, Express, Passport, ApiDoc, Mocha, Helmet and moreHow to integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js
Who This Book Is For
Ideal for developers who have a basic understanding of JavaScript and Node.js.

Microsoft Dynamics CRM API Development for Online and On-Premise Environments

Автор: Mark Beckner; Triston Arisawa
Название: Microsoft Dynamics CRM API Development for Online and On-Premise Environments
ISBN: 1430263466 ISBN-13(EAN): 9781430263463
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Foreword by Ismail Nalwala, Principal, IOTAP.

The Neurons of the First Optic Ganglion of the Bee (Apis mellifera)

Автор: W.A. Ribi
Название: The Neurons of the First Optic Ganglion of the Bee (Apis mellifera)
ISBN: 3540070966 ISBN-13(EAN): 9783540070962
Издательство: Springer
Рейтинг:
Цена: 81050.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The visual system of insects has attracted histologists for a long time. We have detailed histological studies of the visual systems of Diptera, Hymenoptera and Odonata dating from the last century: Leydig's (1864) study on optical ganglia of insects, Ciaccio's (1876) on the fine structure of the first ganglion in the mosquitos and Hickson's (1885) giving for the first time an exact description of the three optical ganglia of Musca. From 1896 several papers appeared using neuro- histological methods, mainly Golgi techniques and methylene blue staining. In 1896 Kenyon published his work on the bee-brain and in 1897 described the relationships of neurons in the optic ganglia with a modified Golgi method. Another work, by Jonescu (1909), should be mentioned: "Vergleichende Unter- suchungen am Gehirn der Honigbiene." In the same year Cajal's findings on the optic ganglia of the fly were published; then in 1915 Cajal and Sanchez wrote a definitive monograph on the neural elements and their connections in the same animal that remained the main reference in this field for decades. In both works Golgi techniques were used. Since then there have been only a few new publications on the subject: (Gribakin, 1967; Perrelet and Baumann, 1969 a, b; Perrelet, 1970; Varela and Porter, 1969; Skrzipek and Skrzipek, 1971, 1973; Grundler, 1972: Snyder, Menzel and Laughlin, 1973). They deal mainly with the receptors of the retina.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия