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

Frequency Diverse Array Radar: Signal Characterization and Measurement Accuracy, Brady H. R.


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

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

Автор: Brady H. R.
Название:  Frequency Diverse Array Radar: Signal Characterization and Measurement Accuracy
ISBN: 9781288313389
Издательство: Biblioscholar
Классификация:
ISBN-10: 1288313381
Обложка/Формат: Paperback
Страницы: 240
Вес: 0.44 кг.
Дата издания: 19.11.2012
Язык: English
Иллюстрации: Black & white illustrations
Размер: 246 x 189 x 13
Читательская аудитория: General (us: trade)
Подзаголовок: Signal characterization and measurement accuracy
Рейтинг:
Поставляется из: США


The Gates of Janus: An Analysis of Serial Murder by England`s Most Hated Criminal

Автор: Brady Ian
Название: The Gates of Janus: An Analysis of Serial Murder by England`s Most Hated Criminal
ISBN: 162731010X ISBN-13(EAN): 9781627310109
Издательство: Неизвестно
Рейтинг:
Цена: 3642.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Miller`s Nursing for Wellness in Older Adults was adapted for the Canadian audience with its focus on the older Canadian and the professional Canadian based nurse. This Canadian approach enables students and registered nurses to acquire fundamental knowledge about the health issues faced by older Canadians and the resources that this country can offer us to provide quality nursing care. In every chapter of this textbook, students will have access to Canadian content and resources abound. The authors have showcased and shared many of the best practices that were developed and are being used in this country. In addition, they specifically added an evidence-informed nursing practice box that illustrates some of the research being done in this country. This is research that provides you and us, as Canadian nurses, with the evidence to inform our nursing practice. Evidence-informed practice is an expectation of the Canadian Nurses Association and all provincial / territorial jurisdictions.

Field of Bones: A Brady Novel of Suspense

Автор: Jance J. a.
Название: Field of Bones: A Brady Novel of Suspense
ISBN: 0062657585 ISBN-13(EAN): 9780062657589
Издательство: HarperCollins USA
Рейтинг:
Цена: 1044.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Sheriff Joanna Brady`s best intentions to stay on maternity leave take a hit when a serial homicide case rocks Cochise County, dragging her into a far-reaching investigation to bring down a relentless killer in this chilling tale of suspense from New York Times bestselling author J.

The Great Chicago Beer Riot: How Lager Struck a Blow for Liberty

Автор: Hogan John F., Brady Judy E.
Название: The Great Chicago Beer Riot: How Lager Struck a Blow for Liberty
ISBN: 1540202984 ISBN-13(EAN): 9781540202987
Издательство: Неизвестно
Цена: 4413.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

The King`s Thane

Автор: Brady Charles
Название: The King`s Thane
ISBN: 097984696X ISBN-13(EAN): 9780979846960
Издательство: Неизвестно
Цена: 2750.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Otter B Honest

Автор: Kennedy Pamela, Kennedy Brady Anne
Название: Otter B Honest
ISBN: 1589979842 ISBN-13(EAN): 9781589979840
Издательство: Неизвестно
Цена: 1792.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Otter B Honest is the first in a series of six children's books that are intended to teach young children basic biblical character traits. In Otter B Honest, Otter breaks his father's watch while playing pirates with his friend. After trying to hide the broken watch from his father, he learns that honesty is best. Each book in the series ends with a rhyme that reinforces the book's theme:

"Sometimes you will make mistakes
You hope no one will see.
But always choose to tell the truth,
It's how you Otter Be "

Type-Driven Development with Idris

Автор: Brady Edwin
Название: Type-Driven Development with Idris
ISBN: 1617293024 ISBN-13(EAN): 9781617293023
Издательство: Pearson Education
Рейтинг:
Цена: 7918.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Type-Driven Development with Idris, written by the creator of Idris, teaches you how to improve the performance and accuracy of your programs by taking advantage of a state-of-the-art type system. This book teaches you with Idris, a language designed to support type-driven development.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Stop fighting type errors Type-driven development is an approach to coding that embraces types as the foundation of your code - essentially as built-in documentation your compiler can use to check data relationships and other assumptions. With this approach, you can define specifications early in development and write code that's easy to maintain, test, and extend. Idris is a Haskell-like language with first-class, dependent types that's perfect for learning type-driven programming techniques you can apply in any codebase.

About the Book

Type-Driven Development with Idris teaches you how to improve the performance and accuracy of your code by taking advantage of a state-of-the-art type system. In this book, you'll learn type-driven development of real-world software, as well as how to handle side effects, interaction, state, and concurrency. By the end, you'll be able to develop robust and verified software in Idris and apply type-driven development methods to other languages.

What's Inside

  • Understanding dependent types
  • Types as first-class language constructs
  • Types as a guide to program construction
  • Expressing relationships between data

About the Reader

Written for programmers with knowledge of functional programming concepts.

About the Author

Edwin Brady leads the design and implementation of the Idris language.

Table of Contents

    PART 1 - INTRODUCTION
  1. Overview
  2. Getting started with IdrisPART 2 - CORE IDRIS
  3. Interactive development with types
  4. User-defined data types
  5. Interactive programs: input and output processing
  6. Programming with first-class types
  7. Interfaces: using constrained generic types
  8. Equality: expressing relationships between data
  9. Predicates: expressing assumptions and contracts in types
  10. Views: extending pattern matching
  11. PART 3 - IDRIS AND THE REAL WORLD
  12. Streams and processes: working with infinite data
  13. Writing programs with state
  14. State machines: verifying protocols in types
  15. Dependent state machines: handling feedback and errors
  16. Type-safe concurrent programming
Conspiracy Theories: A Stunning Look at the Worlds Conspiracy Theories: Area 51, 9/11, the JFK Assassination, Aliens, Cover Ups, Corrupt Go

Автор: Brady Derek
Название: Conspiracy Theories: A Stunning Look at the Worlds Conspiracy Theories: Area 51, 9/11, the JFK Assassination, Aliens, Cover Ups, Corrupt Go
ISBN: 1530458374 ISBN-13(EAN): 9781530458370
Издательство: Неизвестно
Цена: 1895.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


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