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

Activity book for 3 - 5 year olds, James Manning, Manning


Варианты приобретения
Цена: 1916.00р.
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

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

Автор: James Manning, Manning
Название:  Activity book for 3 - 5 year olds
ISBN: 9781800275324
Издательство: West suffolk cbt service ltd
Классификация:

ISBN-10: 1800275323
Обложка/Формат: Paperback
Страницы: 76
Вес: 0.22 кг.
Дата издания: 01.07.2020
Язык: English
Размер: 29.69 x 21.01 x 0.41 cm
Читательская аудитория: Children / juvenile
Подзаголовок: This book has over 80 puzzles and activities for children aged 3 to 5. this will make a great educational activity book
Рейтинг:
Поставляется из: Англии


Marvel studios` the infinity saga - thor: the art of the movie

Автор: Manning, Matthew
Название: Marvel studios` the infinity saga - thor: the art of the movie
ISBN: 1803364955 ISBN-13(EAN): 9781803364957
Издательство: Titan books ltd.
Рейтинг:
Цена: 4651.00 р.
Наличие на складе: Есть (1 шт.)

Opinionated guide to london bookshops

Автор: Barber, Sonya Manning, James
Название: Opinionated guide to london bookshops
ISBN: 1914314662 ISBN-13(EAN): 9781914314667
Издательство: Неизвестно
Рейтинг:
Цена: 1734.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Angel Numbers Colouring

Автор: Mick Manning & Brita Granstrom
Название: Angel Numbers Colouring
ISBN: 1915751209 ISBN-13(EAN): 9781915751201
Издательство: Michael O'Mara
Рейтинг:
Цена: 1596.00 р.
Наличие на складе: Ожидается поступление.

README.txt

Автор: Manning, Chelsea
Название: README.txt
ISBN: 1529110629 ISBN-13(EAN): 9781529110623
Издательство: Random House - Penguin
Рейтинг:
Цена: 1451.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: An extraordinarily brave and moving memoir from one of the world's most famous whistle-blowers, activists and trans women. In 2013, Chelsea Manning was sentenced to thirty-five years in military prison for the largest leak of classified documents in history. The next day, Chelsea declared her gender identity as a woman and began to transition.

In this radically candid memoir, Chelsea recounts how her challenging youth led her to join the US Army. She writes of the fierce pride she took in her work, the risks of the military's queer underground and the wider culture of silence and unaccountability. She describes fifty-nine days locked in an iron cage after her fateful decision and the community of solidarity she later discovered in prison.

Above all, we see the phenomenal courage and resilience it took to survive and become a global advocate for transparency. 'A terrific read, full of unexpected turns and details that counter many of the assumptions made about Manning' GUARDIAN 'Brilliantly told' THE TIMES'Searing...uplifting...redemptive' NEW YORK TIMES'A full and expansive account of Manning's life, one which is often harrowing but funny and poignant too' DAZED

Functional programming in scala

Автор: Pilquist, Michael Bjarnason, Runar Chiusano, Paul
Название: Functional programming in scala
ISBN: 1617299588 ISBN-13(EAN): 9781617299582
Издательство: Неизвестно
Рейтинг:
Цена: 8499.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Code like a pro in rust

Автор: Matthews, Brenden
Название: Code like a pro in rust
ISBN: 1617299642 ISBN-13(EAN): 9781617299643
Издательство: Неизвестно
Рейтинг:
Цена: 9106.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Modern C

Автор: Gustedt Jens
Название: Modern C
ISBN: 1617295817 ISBN-13(EAN): 9781617295812
Издательство: Pearson Education
Рейтинг:
Цена: 9502.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Modern C focuses on the new and unique features of modern C programming. The book is based on the latest C standards and offers an up-to-date perspective on this tried-and-true language.

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

About the Technology

C is extraordinarily modern for a 50-year-old programming language. Whether you're writing embedded code, low-level system routines, or high-performance applications, C is up to the challenge. This unique book, based on the latest C standards, exposes a modern perspective of this tried-and-true language.

About the Book

Modern C introduces you to modern day C programming, emphasizing the unique and new features of this powerful language. For new C coders, it starts with fundamentals like structure, grammar, compilation, and execution. From there, you'll advance to control structures, data types, operators, and functions, as you gain a deeper understanding of what's happening under the hood. In the final chapters, you'll explore performance considerations, reentrancy, atomicity, threads, and type-generic programming. You'll code as you go with concept-reinforcing exercises and skill-honing challenges along the way.

What's inside

  • Operators and functions
  • Pointers, threading, and atomicity
  • C's memory model
  • Hands-on exercises

About the Reader

For programmers comfortable writing simple programs in a language like Java, Python, Ruby, C#, C++, or C.

About the Author

Jens Gustedt is a senior scientist at the French National Institute for Computer Science and Control (INRIA) and co-editor of the ISO C standard.

Table of Contents

    LEVEL 0 - Encounter
  1. Getting started
  2. The principal structure of a program
  3. LEVEL 1 - Acquaintance
  4. Everything is about control
  5. Expressing computations
  6. Basic values and data
  7. Derived data types
  8. Functions
  9. C library functions
  10. LEVEL 2 - Cognition
  11. Style
  12. Organization and documentation
  13. Pointers
  14. The C memory model
  15. Storage
  16. More involved processing and IO
  17. LEVEL 3 - Experience
  18. Performance
  19. Function-like macros
  20. Variations in control flow
  21. Threads 325
  22. Atomic access and memory consistency
Grokking bitcoin

Автор: Rosenbaum, Kalle
Название: Grokking bitcoin
ISBN: 1617294640 ISBN-13(EAN): 9781617294648
Издательство: Неизвестно
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Rust Design Patterns

Автор: Matthews, Brenden
Название: Rust Design Patterns
ISBN: 1633437469 ISBN-13(EAN): 9781633437463
Издательство: Simon & Schuster
Рейтинг:
Цена: 11033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Build stable, maintainable Rust applications by applying these important code and architectural design patterns. In Rust Advanced Techniques you'll learn how to apply important design patterns including: Fluent interfaces for creating delightful APIsThe Builder pattern to encapsulate data and perform initializationImmutable data structures that help you avoid hard-to-debug data race conditionsFunctional programming patternsAnti-patterns and what not to do in Rust Rust Advanced Techniques introduces reusable best practices that will help you solve common programming problems and ensure your code is easy for others to understand. Learn when to use each design pattern, as well as when to break it. This practical guide catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language.

Автор: McNamara Tim
Название: Rust in Action
ISBN: 1617294551 ISBN-13(EAN): 9781617294556
Издательство: Неизвестно
Рейтинг:
Цена: 8869.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure.

Summary
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases.

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

About the technology
Rust is the perfect language for systems programming. It delivers the low-level power of C along with rock-solid safety features that let you code fearlessly. Ideal for applications requiring concurrency, Rust programs are compact, readable, and blazingly fast. Best of all, Rust's famously smart compiler helps you avoid even subtle coding errors.

About the book
Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You'll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you'll master Rust's unique borrow checker model for memory management without a garbage collector.

What's inside

Elementary to advanced Rust programming
Practical examples from systems programming
Command-line, graphical and networked applications

About the reader
For intermediate programmers. No previous experience with Rust required.

About the author
Tim McNamara uses Rust to build data processing pipelines and generative art. He is an expert in natural language processing and data engineering.

Table of Contents

1 Introducing Rust
PART 1 RUST LANGUAGE DISTINCTIVES
2 Language foundations
3 Compound data types
4 Lifetimes, ownership, and borrowing
PART 2 DEMYSTIFYING SYSTEMS PROGRAMMING
5 Data in depth
6 Memory
7 Files and storage
8 Networking
9 Time and timekeeping
10 Processes, threads, and containers
11 Kernel
12 Signals, interrupts, and exceptions

The Song of the Jade Lily

Автор: Manning Kirsty
Название: The Song of the Jade Lily
ISBN: 0062882015 ISBN-13(EAN): 9780062882011
Издательство: HarperCollins USA
Рейтинг:
Цена: 1775.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

"Kirsty Manning weaves together little-known threads of World War II history, family secrets, the past and the present into a page-turning, beautiful novel.-- Heather Morris, #1 New York Times bestselling author of The Tattooist of Auschwitz

A gripping historical novel that tells the little-known story of Jewish refugees who fled to Shanghai during WWII.

1939: Two young girls meet in Shanghai, also known as the "Paris of the East". Beautiful local Li and Jewish refugee Romy form a fierce friendship, but the deepening shadows of World War II fall over the women as they slip between the city's glamorous French Concession district and the teeming streets of the Shanghai Ghetto. Yet soon the realities of war prove to be too much for these close friends as they are torn apart.

2016: Fleeing London with a broken heart, Alexandra returns to Australia to be with her grandparents, Romy and Wilhelm. Her grandfather is dying, and over the coming weeks Romy and Wilhelm begin to reveal the family mysteries they have kept secret for more than half a century. As fragments of her mother's history finally become clear, Alexandra struggles with what she learns while more is also revealed about her grandmother's own past in Shanghai.

After Wilhelm dies, Alexandra flies to Shanghai, determined to trace her grandparents' past. Peeling back the layers of their hidden lives, she is forced to question what she knows about her family--and herself.

The Song of the Jade Lily is a lush, provocative, and beautiful story of friendship, motherhood, the price of love, and the power of hardship and courage that can shape us all.

--Australian Women's Weekly
Deep Learning with Python, Second Edition

Автор: Chollet Francois
Название: Deep Learning with Python, Second Edition
ISBN: 1617296864 ISBN-13(EAN): 9781617296864
Издательство: Неизвестно
Рейтинг:
Цена: 11033.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: "Chollet is a master of pedagogy and explains complex concepts with minimal fuss, cutting through the math with practical Python code. He is also an experienced ML researcher and his insights on various model architectures or training tips are a joy to read." - Martin Gцrner, Google

Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original. Learn directly from the creator of Keras and master practical Python deep learning techniques that are easy to apply in the real world.

In Deep Learning with Python, Second Edition you will learn:

Deep learning from first principles
Image classification and image segmentation
Timeseries forecasting
Text classification and machine translation
Text generation, neural style transfer, and image generation
Full color printing throughout

Deep Learning with Python has taught thousands of readers how to put the full capabilities of deep learning into action. This extensively revised full color second edition introduces deep learning using Python and Keras, and is loaded with insights for both novice and experienced ML practitioners. You'll learn practical techniques that are easy to apply in the real world, and important theory for perfecting neural networks.

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

About the technology
Recent innovations in deep learning unlock exciting new software capabilities like automated language translation, image recognition, and more. Deep learning is quickly becoming essential knowledge for every software developer, and modern tools like Keras and TensorFlow put it within your reach--even if you have no background in mathematics or data science. This book shows you how to get started.

About the book
Deep Learning with Python, Second Edition introduces the field of deep learning using Python and the powerful Keras library. In this revised and expanded new edition, Keras creator Franзois Chollet offers insights for both novice and experienced machine learning practitioners. As you move through this book, you'll build your understanding through intuitive explanations, crisp color illustrations, and clear examples. You'll quickly pick up the skills you need to start developing deep-learning applications.

What's inside

Deep learning from first principles
Image classification and image segmentation
Time series forecasting
Text classification and machine translation
Text generation, neural style transfer, and image generation
Full color printing throughout

About the reader
For readers with intermediate Python skills. No previous experience with Keras, TensorFlow, or machine learning is required.

About the author
Franзois Chollet is a software engineer at Google and creator of the Keras deep-learning library.

Table of Contents
1 What is deep learning?
2 The mathematical building blocks of neural networks
3 Introduction to Keras and TensorFlow
4 Getting started with neural networks: Classification and regression
5 Fundamentals of machine learning
6 The universal workflow of machine learning
7 Working with Keras: A deep dive
8 Introduction to deep learning for computer vision
9 Advanced deep learning for computer vision
10 Deep learning for timeseries
11 Deep learning for text
12 Generative deep learning
13 Best practices for the real world
14 Conclusions


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