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



Реклама


Название: C++ Template Metaprogramming in Practice: A Deep Learning Framework
Автор: Li Wei
Издательство: Auerbach Publications
Год: 2021
Формат: PDF
Страниц: 338
Размер: 13 Mb
Язык: English

Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance. The book is suitable for developers with a basic knowledge of C++. Developers familiar with mainstream deep learning frameworks can also refer to this book to compare the differences between the deep learning framework implemented with metaprogramming and compile-time computing with deep learning frameworks using object-oriented methods.
Разместил: vitvikvas 11-01-2021, 12:14 | Комментарии: 0 | Подробнее
How to Develop a Software Project: With ExamplesНазвание: How to Develop a Software Project: With Examples
Автор: Leonel Pena
Издательство: Independently published
Год: 2021
Страниц: 116
Язык: английский
Формат: pdf, azw3, mobi, epub
Размер: 10.1 MB

"How to Develop a Software Project" is aimed at anyone who wants to learn to Develop a Software Project from scratch, step by step and with little or no knowledge on the subject. Survey, Analysis, Design, Programming, Testing and Maintenance techniques of Software in general will be explained applying them in a practical example. In turn, they will be able to learn (or remember if they have already studied it on another occasion) concepts of Software Engineering (about Product, Process, People and Project) as well as theory of the Life Cycle of a Software Project. In short, no one is exempt from reading this book!
Разместил: Ingvar16 11-01-2021, 04:31 | Комментарии: 0 | Подробнее
State Machines using VHDL: FPGA Implementation of Serial Communication and Display Protocols
Название: State Machines using VHDL: FPGA Implementation of Serial Communication and Display Protocols
Автор: Orhan Gazi, A. Cagri Arli
Издательство: Springer
Год: 2021
Страниц: 319
Размер: 11.04 МБ
Формат: PDF
Язык: English

This textbook teaches students techniques for the design of advanced digital systems using Field Programmable Gate Arrays (FPGAs). The authors focus on communication between FPGAs and peripheral devices (such as EEPROM, analog-to-digital converters, sensors, digital-to-analog converters, displays etc.) and in particular state machines and timed state machines for the implementation of serial communication protocols, such as UART, SPI, I?C, and display protocols, such as VGA, HDMI. VHDL is used as the programming language and all topics are covered in a structured, step-by-step manner.
Разместил: ak5812 10-01-2021, 17:23 | Комментарии: 0 | Подробнее
Lua Programming: Syntax, Concepts, and Examples - 3nd EditionНазвание: Lua Programming: Syntax, Concepts, and Examples - 3nd Edition
Автор: Alexander Aronowitz, John Bach
Издательство: NLN lnc
Год: 2021
Страниц: 385
Язык: английский
Формат: pdf, rtf, epub
Размер: 10.1 MB

Despite being a fast and powerful programming language, Lua is very easy to use and learn. Programmers can easily embed this language into their applications. The basic purpose of Lua’s development was the creation of an embeddable lightweight scripting language that can be used in a variety of programming activities, such as web applications, image processing, and games. Lua designed from the beginning to integrate with software software written in C/C ++ and other common strange languages. There are many benefits to this integration. Lua is a tiny and simple language, partly because it doesn't tries to do what C is already good at, such as speed, low-level operations and interaction with third-party programs parties. Lua relies on C for these tasks. Lua offers something for which C is not good enough: sufficient distance from the hardware go support, dynamic structures, no redundancy and ease of testing and debugging. For these purposes, Lua has safe environment, automatic memory management and good possibilities for working with strings and other types resizable data.
Разместил: Ingvar16 10-01-2021, 15:31 | Комментарии: 0 | Подробнее
Microsoft Python Certification Exam 98-281 & PCEP –Preparation Guide: Introduction To Programming Using Python, PCEPНазвание: Microsoft Python Certification Exam 98-281 & PCEP –Preparation Guide: Introduction To Programming Using Python, PCEP
Автор: R. Raman, Dhyanashri Raman, Archith Raman
Издательство: Raman Publications
Год: 2021
Страниц: 155
Язык: английский
Формат: pdf, azw3, mobi, epub
Размер: 10.1 MB

Microsoft Certification Exam: 98-281 & PCEP Certified entry level Python programmer certification Guide. This exam guide prepares a student to get a Microsoft certification Exam-98-281 Introduction to programming using Python. This exam guide also prepares the student to get a PCEP – Certified entry level Python Programmer, awarded by the Python institute. This guide assumes certain level of programming knowledge. It is not a beginner text book.
Разместил: Ingvar16 10-01-2021, 14:23 | Комментарии: 0 | Подробнее
Название: The Craft and Science of Game Design: A Video Game Designer's Manual
Автор: Philippe O'Connor
Издательство: CRC Press
Год: 2021
Формат: True PDF
Страниц: 134
Размер: 10.9 Mb
Язык: English

The Craft and Science of Game Design: A Video Game Designer’s Manual goes into the nuts and bolts of video game development from the perspective of a veteran designer with more than 20 years of experience in the industry. It covers the psychology and biology of why people play games and goes in depth on the techniques and tricks professional game designers use to be successful in game development. If you are looking to make a career in video games, or are already in the industry, the insights and hard-earned lessons contained in this book are sure to be useful at all levels of the profession.
Разместил: bomboane 10-01-2021, 11:37 | Комментарии: 0 | Подробнее
C# for Unity: Beginning C# Programming with Unity, Second EditionНазвание: C# for Unity: Beginning C# Programming with Unity, Second Edition
Автор: Ariadna Moore, Alexander Aronowitz
Издательство: NLN lnc
Год: 2021
Страниц: 232
Язык: английский
Формат: pdf, azw3, mobi, epub
Размер: 10.1 MB

Unity is a cross-platform development platform initially created for developing games but is now used for a wide range of things such as: architecture, art, children's apps, information management, education, entertainment, marketing, medical, military, physical installations, simulations, training, and many more. Unity takes a lot of the complexities of developing games and similar interactive experiences and looks after them behind the scenes so people can get on with designing and developing their games. These complexities include graphics rendering, world physics and compiling. More advanced users can interact and adapt them as needed but for beginners they need not worry about it.
Разместил: Ingvar16 10-01-2021, 02:37 | Комментарии: 0 | Подробнее
Star Ship Explorer: A game made using Scratch 3Название: Star Ship Explorer: A game made using Scratch 3
Автор: Morag Hughson
Издательство: Independently published
Год: 2020
Страниц: 207
Язык: английский
Формат: pdf, azw3, epub
Размер: 31.5 MB

Scratch programming is real programming. While it may have been designed with children in mind, it teaches all the concepts that programmers need to learn, loops, if tests, code encapsulation, variables and more. Programming is a creative process. The programs you create can do anything. They are limited only by the imagination of the programmer. This book aims to inspire that imagination by immersing the reader in a more involved project. Programming is also an iterative process. Large programs are not produced instantaneously, but instead grow and develop as functions and features are added incrementally.
Разместил: Ingvar16 9-01-2021, 19:18 | Комментарии: 0 | Подробнее
Название: Основы кодирования информации в проектах LabVIEW
Автор: Горбенко А. П. , Корниенко В. Т.
Издательство: Директ-Медиа
Год: 2020
Формат: PDF
Страниц: 72
Размер: 10 Mb
Язык: Русский

Рассмотрены вопросы кодирования информации с использованием технологии виртуальных приборов LabVIEW. Изложены принципы формирования сжимающего кода Хаффмана, помехоустойчивых кодов Хемминга, Рида-Маллера и сверточного кода, а также примеры создания виртуальных приборов LabVIEW кодеров и декодеров рассмотренных кодов в приложениях систем передачи информации.
Разместил: vitvikvas 9-01-2021, 18:57 | Комментарии: 0 | Подробнее
Assessing DevOps: Assess DevOps Quantitatively for your IT, Business and IndustryНазвание: Assessing DevOps: Assess DevOps Quantitatively for your IT, Business and Industry
Автор: Manas Shome, Raghubir Bose
Издательство: Independently published
Год: 2019
Страниц: 238
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

The book describes how to assess your IT for DevOps by leveraging quantitative methods. As opposed to DevOps assessments that are typically subjective and follow heuristic approaches, a quantitative assessment approach makes the it highly deterministic and capable of generating an implementation-ready target state.
Разместил: Ingvar16 9-01-2021, 18:39 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности