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



Реклама


Simply Electron: Mastering Desktop Software Development with JavaScriptНазвание: Simply Electron: Mastering Desktop Software Development with javascript
Автор: Ray Voice, Anna Voice
Издательство: Independently published
Год: 2020
Страниц: 211
Язык: английский
Формат: pdf, azw3, epub
Размер: 11.5 MB

What to learn how to develop Desktop Apps like Web Browsers, PDF readers, Office Suites, etc.? Anyone can learn to do that easily, you just need the right framework to pair with the programming language of your choice! If you're interested in developing software for a diverse range of computers and operating systems, including Microsoft Windows 7, 8, 8.1, 10, MacOS, and Linux based operating systems like Ubuntu, Fedora, Arch Linux, etc. then ElectronJS is the right choice of framework for you. Learning Electron is a journey comprised of getting to know it's workflow, APIs, etc. Its easy enough to be learned just by reading Electron's documentation, however, if you wish to master the full power of Electron, you need to use it with all it's advanced features, complementing Electron-userland programs, and Typescript.
Разместил: Ingvar16 25-12-2020, 17:48 | Комментарии: 0 | Подробнее
Название: Сертификация информационных систем
Автор: Лагоша О.Н.
Издательство: Лань
Год: 2021
Формат: PDF
Страниц: 112
Размер: 10 Mb
Язык: Русский

Учебное пособие содержит курс лекций по дисциплине «Сертификация информационных систем». Предназначено для студентов специальности «Информационные системы и программирование».
Пособие состоит из двух глав: защита и сохранность информации баз данных, сертификация информационных систем. Представлены концепция, структура и основные требования национальных и международных стандартов в сфере создания программных средств высокого качества. Изложены основы сертификации, обеспечения качества и безопасности программных продуктов на базе международных стандартов серии ИСО 9000.
Разместил: vitvikvas 25-12-2020, 16:20 | Комментарии: 0 | Подробнее
Deep Learning With Python : A Crash Course to Deep Learning with illustrations in Python Programming LanguageНазвание: Deep Learning With Python : A Crash Course to Deep Learning with illustrations in Python Programming Language
Автор: Robert Kissinger
Издательство: Independently published
Год: 2021
Язык: английский
Формат: pdf, azw3, epub
Размер: 11.5 MB

New to the concept of Deep Learning With Python Programming Language? Then this book is for you. This book is a simple guide to navigate your way through the concept of AI, Machine learning and how they all come together in Deep learning. Deep learning has gone through a series of transformations from its inception to become what it is today. This book tries to shed light about misconceptions people have about what Deep learning and what it is not. Expert analysis of TensorFlow and its application was referenced in the book, and beginners with a basic understanding of the Python programming language will also find this guide very useful and straightforward.
Разместил: Ingvar16 25-12-2020, 11:21 | Комментарии: 0 | Подробнее
Название: Тестирование на проникновение с использованием шеллкода
Автор: Hamza Megahed
Издательство: СИ
Год: 2020
Формат: PDF
Страниц: 321
Размер: 22,8 Mb
Язык: Русский

В этой книге мы будем искать уязвимости buffer overflow, с нуля создавать свои шеллкоды, изучать механизмы защиты операционных систем и создавать свои эксплоиты. Вы научитесь понимать как проникать в операционные системы и сети используя шеллкоды, ассемблер и Metasploit. Также вы научитесь писать 64х битные шеллкоды и шеллкоды уровня kernel. В целом эта книга является вашим пошаговым путеводителем в мир создания и разработки шеллкода.
Разместил: vitvikvas 25-12-2020, 04:08 | Комментарии: 0 | Подробнее

Название: Курс практического программирования в Delphi. Объектно-ориентированное программирование
Автор: Санников Е.В.
Издательство: Солон-Пресс
Год: 2013
Страниц: 188
ISBN: 978-5-91359-122-7
Формат: PDF
Размер: 10.6 Мб
Язык: русский

Данный курс-практикум рассчитан преимущественно на студентов информационных и технических специальностей, а также на начинающих программистов, желающих научиться разработке приложений в среде Delphi и понять суть объектного программирования. Также практикум может использоваться в качестве элективного курса у школьников старших классов.
Разместил: MIHAIL62 24-12-2020, 23:58 | Комментарии: 0 | Подробнее

Автор: Вапник В. (ред.)
Название: Алгоритмы обучения распознаванию образов
Издательство: Советское радио
ISBN: нет
Язык: русский
Год: 1973
Формат: pdf
Размер: 17.3 Мб
Кол-во страниц: 204

Описание:
В книге содержится подробное описание алгоритмов, успешно справляющихся с решением практических задач, и программ, реализующих эти алгоритмы. Особенностью книги является широта охвата конструктивных идей построения алгоритмов распознавания образов.
Книга рассчитана на широкий круг читателей, работающих в области практического применения теории, а также специалистов, занятых построением теории распознавания образов. Она окажется также полезной для студентов вузов и аспирантов.
Разместил: balik2 24-12-2020, 23:34 | Комментарии: 0 | Подробнее
Название: Building Git
Автор: J. Coglan
Издательство: J. Coglan
Год: 2020
Формат: PDF
Страниц: 733
Размер: 10 Mb
Язык: English

Building Git is a deep dive into the internals of the Git version control system. By rebuilding it in a high-level programming language, we explore the computer science behind this widely used tool. In the process, we gain a deeper understanding of Git itself as well as covering a wide array of broadly applicable programming topics, including:

Unix concepts
Reading and writing from files, making writes appear atomic, prevent race conditions between processes
Launching child processes in the foreground and background, communicating with them concurrently
Displaying output in the terminal, including colour formatting, paged output, and interacting with the user’s text editor
Parsing various file formats, including Git’s Merkle-tree-based commit model, the index, configuration files and packed object files
Разместил: vitvikvas 24-12-2020, 16:18 | Комментарии: 0 | Подробнее
Название: Spring Cloud Data Flow: Native Cloud Orchestration Services for Microservice Applications on Modern Runtimes
Автор: Gutierrez, Felipe
Издательство: Apress
Год: 2021
Формат: PDF
Страниц: 404
Размер: 12,8 Mb
Язык: English

Work with big data applications by using Spring Cloud Data Flow as a unified, distributed, and extensible system for data ingestion and integration, real-time analytics and data processing pipelines, batch processing, and data export. With this book you will develop a foundation for creating applications that use real-time data streaming by combining different technologies and use the full power of Spring Cloud Data Flow.
The first part of Spring Cloud Data Flow introduces the concepts you will need in the rest of the book. It begins with an overview of the cloud, microservices, and big data, before moving on to the Spring projects essential to modern big data applications in Java: Spring Integration, Spring Batch, Spring Cloud Stream, and Spring Cloud Task. The second part of the book covers the internals of Spring Cloud Data Flow, giving you the insights and knowledge required to build the applications you need. You'll learn how to use Spring Data Flow's DSL and how to integrate with third-party cloud platform solutions, such as Kubernetes.
Разместил: vitvikvas 24-12-2020, 15:51 | Комментарии: 0 | Подробнее
Typescript: Typescript Programming in 8 Hours, For Beginners, Learn Coding Fast: TypeScript Quick Start GuideНазвание: Typescript: Typescript Programming in 8 Hours, For Beginners, Learn Coding Fast: TypeScript Quick Start Guide
Автор: Ray Yao
Издательство: In Easy Step by Step, Teach Yourself eBook & Book
Год: 2015
Дата выхода на Amazon: December 22, 2020
Страниц: 127
Язык: английский
Формат: epub, azw3, mobi
Размер: 10.1 MB

Absolutely for Beginners. This book covers all essential TypeScript language knowledge. You can learn complete primary skills of TypeScript programming fast and easily. The book includes more than 60 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam. This book is only for TypeScript beginners, it is not suitable for experienced programmers.
Разместил: Ingvar16 24-12-2020, 13:53 | Комментарии: 0 | Подробнее
Название: Software Engineering Practice : A Case Study Approach
Автор: Thomas B. Hilburn, Massood Towhidnejad
Издательство: Chapman and Hall/CRC
Год: 2021
Формат: EPUB
Страниц: 356
Размер: 12 Mb
Язык: English

This book is a broad discussion covering the entire software development lifecycle. It uses a comprehensive case study to address each topic and features the following:

A description of the development, by the fictional company Homeowner, of the DigitalHome (DH) System, a system with "smart" devices for controlling home lighting, temperature, humidity, small appliance power, and security
A set of scenarios that provide a realistic framework for use of the DH System material
Just-in-time training: each chapter includes mini tutorials introducing various software engineering topics that are discussed in that chapter and used in the case study
Разместил: vitvikvas 24-12-2020, 12:00 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности