Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама



Автор: Йенер М., Фидом А.
Название: Java EE. Паттерны проектирования для профессионалов
Издательство: СПб.: Питер
Год: 2016
Формат: pdf (OCR)
Размер: 14 mb

Книга «Java EE. Паттерны проектирования для профессионалов» — незаменимый ресурс для всех, кто желает более эффективно работать с Java EE, а также единственная книга, в которой рассмотрены как теория, так и практика использования паттернов проектирования на примерах реальных прикладных задач.
Авторы знакомят читателя и с фундаментальными, и с наиболее передовыми возможностями Java EE 7, досконально рассматривают каждый из паттернов и демонстрируют, как эти паттерны применяются при решении повседневных прикладных задач.
В этом издании рассматриваются классические паттерны проектирования, впервые упомянутые в знаменитой книге, написанной GoF1, с учетом модернизации их применительно к платформам Java EE 6 и 7.
Разместил: gol8425 19-11-2020, 13:33 | Комментарии: 0 | Подробнее
Programming iOS 14: Dive Deep into Views, View Controllers, and Frameworks, Eleventh Edition (Full)Название: Programming iOS 14: Dive Deep into Views, View Controllers, and Frameworks, Eleventh Edition
Автор: Matt Neuburg
Издательство: O’Reilly Media, Inc.
Год: 2020
Страниц: 1259
Язык: английский
Формат: pdf (true), epub
Размер: 13.2 MB, 10.1 MB

If you’re grounded in the basics of Swift, Xcode, and the Cocoa framework, this book provides a structured explanation of all essential real-world iOS app components. Through deep exploration and copious code examples, you’ll learn how to create views, manipulate view controllers, and add features from iOS frameworks.
Разместил: Ingvar16 19-11-2020, 12:44 | Комментарии: 0 | Подробнее
Название: Algorithmic Thinking: A Problem-Based Introduction (Final Release)
Автор: Daniel Zingaro
Издательство: No Starch Press
Год: 2021
Формат: PDF, EPUB
Страниц: 410
Размер: 26 Mb
Язык: English

A hands-on, problem-based introduction to building algorithms and data structures to solve problems with a computer.

Algorithmic Thinking will teach you how to solve challenging programming problems and design your own algorithms. Daniel Zingaro, a master teacher, draws his examples from world-class programming competitions like USACO and IOI. You'll learn how to classify problems, choose data structures, and identify appropriate algorithms. You'll also learn how your choice of data structure, whether a hash table, heap, or tree, can affect runtime and speed up your algorithms; and how to adopt powerful strategies like recursion, dynamic programming, and binary search to solve challenging problems.
Разместил: vitvikvas 19-11-2020, 09:50 | Комментарии: 0 | Подробнее
Название: TensorFlow 2 Pocket Reference
Автор: KC Tung
Издательство: O’Reilly Media
Год: 2020
Формат: EPUB
Страниц: 73
Размер: 10 Mb
Язык: English

This easy-to-use reference for Tensorflow 2 pattern designs in Python will help you make informed decisions for various use cases. Author KC Tung addresses common topics and tasks in enterprise data science and machine learning practices rather than focusing on TensorFlow itself.

When and why would you feed training data as NumPy or a streaming dataset? How would you set up cross validations in the training process? How do you leverage a pretrained model using transfer learning? How do you perform hyperparameter tuning? Pick up this pocket reference and reduce the time you spend searching through options for your TensorFlow use cases.
Разместил: vitvikvas 19-11-2020, 03:19 | Комментарии: 0 | Подробнее
ASP.Net Core and Azure with Raspberry Pi 4: .Net Core Applications in Raspbian OSНазвание: ASP.Net Core and Azure with Raspberry Pi 4: .Net Core Applications in Raspbian OS
Автор: Sibeesh Venu
Издательство: Apress
Год: 2020
Страниц: 245
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Get to know your Raspberry Pi. Then take it further with Microsoft Azure resources and this book. We live in a world everything is connected. The future is leaning towards IoT. Running the Raspberry PI with .Net core applications opens a world of possibilities. What if we add the power of Microsoft Azure to it? In this book, you'll learn how to set up your Raspberry PI with .Net core and analyze the options Microsoft offers in Azure.
Разместил: Ingvar16 18-11-2020, 17:18 | Комментарии: 0 | Подробнее
Название: JUnit in Action, 3rd Edition
Автор: Catalin Tudose, Petar Tahchiev, Felipe Leme, Vincent Massol, Gary Gregory
Издательство: Manning Publications
Год: 2020
Формат: PDF
Страниц: 562
Размер: 33,5 Mb
Язык: English

Whether you’re just starting with JUnit or you want to ramp up on the new features, JUnit in Action, Third Edition has you covered. Extensively revised with new code and new chapters, JUnit in Action, Third Edition is an up-to-date guide to smooth software testing.
Dozens of hands-on examples illustrate JUnit 5’s innovations for dependency injection, nested testing, parameterized tests, and more. Throughout, you’ll learn how to use JUnit 5 to automate your testing, for a process that consumes less resources and gives you more time for developing.
Разместил: vitvikvas 18-11-2020, 10:11 | Комментарии: 0 | Подробнее
What’s New in Java 12?Название: What’s New in Java 12?
Автор: Benjamin Muschko
Издательство: O’Reilly Media, Inc.
Год: 2019
Язык: английский
Формат: pdf
Размер: 10.1 MB

New Java releases continue to arrive at a rapid pace. The community now receives a new Java version with features and bug fixes about every two months. The latest edition of this ebook examines many added and removed items in Java 12, including a new preview feature that lets you try out functionality not yet ready for production. Software engineer and consultant Benjamin Muschko uses code examples to explore new features such as the teeing collector, the string indentation and transformation APIs, and support for Unicode 11. With this ebook, you can determine whether it’s worthwhile to upgrade now or wait until the next Java release.
Разместил: Ingvar16 17-11-2020, 20:31 | Комментарии: 0 | Подробнее
Название: Understanding Programming Languages
Автор: Cliff B. Jones
Издательство: Springer
Год: 2020
Формат: PDF
Страниц: 229
Размер: 10 Mb
Язык: English

This book is about describing the meaning of programming languages. The author teaches the skill of writing semantic descriptions as an efficient way to understand the features of a language. While a compiler or an interpreter offers a form of formal description of a language, it is not something that can be used as a basis for reasoning about that language nor can it serve as a definition of a programming language itself since this must allow a range of implementations. By writing a formal semantics of a language a designer can yield a far shorter description and tease out, analyse and record design choices. Early in the book the author introduces a simple notation, a meta-language, used to record descriptions of the semantics of languages. In a practical approach, he considers dozens of issues that arise in current programming languages and the key techniques that must be mastered in order to write the required formal semantic descriptions. The book concludes with a discussion of the eight key challenges: delimiting a language (concrete representation), delimiting the abstract content of a language, recording semantics (deterministic languages), operational semantics (non-determinism), context dependency, modelling sharing, modelling concurrency, and modelling exits.
Разместил: vitvikvas 17-11-2020, 18:51 | Комментарии: 0 | Подробнее

Название: Глубокое обучение для чайников
Автор: Мюллер Джон Пол, Массарон Лука
Издательство: Диалектика
Год: 2020
Формат: pdf
Страниц: 400
Размер: 35 Mb
Язык: Русский

Книга «Глубокое обучение для чайников» предлагает вам сведения, помогающие снять покров тайны с этой темы, равно как и со всех связанных с ней внутренних технологий. В мгновение ока вам станут понятными все более и более запутанные алгоритмы, а вдобавок вы найдете простую и безопасную среду для экспериментирования с глубоким обучением.
Разместил: Chipa 17-11-2020, 15:28 | Комментарии: 0 | Подробнее
Discover Python: Maxi BundleНазвание: Discover Python: Maxi Bundle
Автор: Charles Jones
Издательство: Amazon.com Services LLC
Год: 2020
Страниц: 333
Язык: английский
Формат: epub, azw, mobi
Размер: 10.8 MB

Learn one of the most in-demand programming languages of today and start an exciting career in data science, web development, or another field of your choice. Learn Python! Python is easy to read because the code looks a lot like regular English, but don’t let this simplicity deceive you. It’s one of the most powerful and versatile programming languages out there! In fact, it powers many of your favorite websites and services, including Instagram, Spotify, and even Google!
Разместил: Ingvar16 17-11-2020, 13:11 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности