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



Реклама


Название: Основы языка программирования Function Block Diagram в среде PC WorX: учебное пособие
Автор: Седов В.А.
Издательство: Саратов: Ай Пи Эр Медиа
Год: 2018
ISBN: 9785448601033
Формат: pdf
Страниц: 180
Размер: 51,8 mb
Язык: Русский

Учебное пособие по основам языка Function Block Diagram в среде PC WorX
Разместил: daromir 12-11-2018, 21:38 | Комментарии: 0 | Подробнее
Название: Design Patterns with javascript ES5/6 and Node.js from Zero (Видеокурс)
Автор: Paul Shilyaev
Издательство: Udemy
Год: 2018
Видео: H264 MP4 AVC, 1280x720
Аудио: AAC 44100 KHz 2 Ch
Продолжительность: 03:06:00
Размер: 1,28 Gb
Язык: English

The course provides a comprehensive overview of javascript Design Patterns with Node.js from a practical perspective.
Разместил: daromir 12-11-2018, 20:02 | Комментарии: 0 | Подробнее
Название: Spring Boot in Action
Автор: Craig Walls
Издательство: Manning Publications
Год: 2016
Формат: PDF, EPUB
Размер: 22 Мб
Язык: английский / English

Spring Boot in Action is a developer-focused guide to writing applications using Spring Boot. In it, you'll learn how to bypass configuration steps so you can focus on your application's behavior. Spring expert Craig Walls uses interesting and practical examples to teach you both how to use the default settings effectively and how to override and customize Spring Boot for your unique environment. Along the way, you'll pick up insights from Craig's years of Spring development experience.
Разместил: black 12-11-2018, 19:48 | Комментарии: 0 | Подробнее
Название: Dynamic Forms with Vue.js (Видеокурс)
Автор: Vue School
Издательство: Vue School
Год: 2018
Видео: H264 MP4 AVC, 3840x2160
Аудио: AAC 48000 KHz 2 Ch
Продолжительность: 00:58:00
Размер: 445 mb
Язык: English

Learn how to create badass dynamic forms with Vue.js in this course. Dynamic forms are forms with multiple steps. They are also often called form wizards, where you go through a series of steps before you can complete the main form.
Разместил: daromir 12-11-2018, 19:42 | Комментарии: 0 | Подробнее
Название: Docker for Developers
Автор: Chris Tankersley
Издательство: Chris Tankersley
Год: 2016
Формат: PDF, EPUB, MOB?
Размер: 19 Мб
Язык: английский / English

Docker For Developers is designed for developers who are looking at Docker as a replacement for development environments like virtualization, or devops people who want to see how to take an existing application and integrate Docker into that workflow. This book covers not only how to work with Docker, but how to make Docker work with your application. You will learn how to work with containers, what they are, and how they can help you as a developer. You will learn how Docker can make it easier to build, test, and deploy distributed.
Разместил: black 12-11-2018, 19:41 | Комментарии: 0 | Подробнее
Название: Microsoft Project 2016 For Dummies
Автор: Cynthia Snyder
Издательство: For Dummies
Год: 2016
Формат: PDF, EPUB, MOB?
Размер: 42 Мб
Язык: английский / English

Project manager, meet your new assistant! Once you discover Project 2016 you'll be amazed at how efficient and effective the project management process can be. Written by an expert author who knows project management processes backward and forward, this friendly, hands-on guide shows you how to get started, enter tasks and estimate durations, work with resources and costs, fine-tune your schedule, set baselines, collect data, analyze progress, and keep your projects on track.
Разместил: black 12-11-2018, 19:30 | Комментарии: 0 | Подробнее
Название: MongoDB in Action: Covers MongoDB version 3.0
Автор: Kyle Banker, Peter Bakkum, Shaun Verch, Doug Garrett, Tim Hawkins
Издательство: Manning Publications
Год: 2016
Формат: PDF, EPUB
Размер: 20 Мб
Язык: английский / English

MongoDB in Action, Second Edition is a completely revised and updated version. It introduces MongoDB 3.0 and the document-oriented database model. This perfectly paced book gives you both the big picture you'll need as a developer and enough low-level detail to satisfy system engineers.
Разместил: black 12-11-2018, 18:31 | Комментарии: 0 | Подробнее
Название: Real-Time UML Workshop for Embedded Systems
Автор: Bruce Powel Douglass
Издательство: Newnes
Год: 2014
Формат: PDF
Размер: 58 Мб
Язык: английский / English

Written as a workbook with a set of guided exercises that teach by example, this book gives a practical, hands-on guide to using UML to design and implement embedded and real-time systems. A review of the basics of UML and the Harmony process for embedded software development: two on-going case examples to teach the concepts, a small-scale traffic light control system and a large scale unmanned air vehicle show the applications of UML to the specification, analysis and design of embedded and real-time systems in general.
Разместил: black 12-11-2018, 18:29 | Комментарии: 0 | Подробнее
Название: Parallel Programming and Optimization with Intel Xeon Phi Coprocessors
Автор: Andrey Vladimirov, Ryo Asai
Издательство: Colfax International
Год: 2015
Формат: PDF, EPUB
Размер: 26 Мб
Язык: английский / English

Example-based intensive guide for programming Intel Xeon Phi coprocessors. Introduction to task- and data-parallel programming with MPI, OpenMP, Intel Cilk Plus, and automatic vectorization with the Intel C++ compiler. Extensive discussions of high performance computing (HPC) application optimization on the Intel Xeon and Intel Xeon Phi platforms, including scalar optimizations, improvement of SIMD operations, multithreading, efficient cache utilization, and scaling across heterogeneous distributed-memory computing platforms. The book includes a set of 30 practical exercises on programming and optimization.
Разместил: black 12-11-2018, 17:17 | Комментарии: 0 | Подробнее
Название: Introducing Go
Автор: Caleb Doxsey
Издательство: O'Reilly Media
Год: 2016
Формат: PDF, EPUB
Размер: 32 Мб
Язык: английский / English

Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.
Разместил: black 12-11-2018, 16:34 | Комментарии: 0 | Подробнее



 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности