Vtome.ru - электронная библиотека

  • Добавил: umkaS
  • Дата: 8-10-2023, 16:43
  • Комментариев: 0
Название: Программирование FPGA для начинающих. Создавайте цифровые устройства и электронные схемы с помощью SystemVerilog
Автор: Бруно Ф.
Издательство: ДMK
Год: 2022
Cтраниц: 304
Формат: pdf
Размер: 38 мб
Язык: русский

Читатель получит общее представление о программируемых логических интегральных схемах, научится программировать на языке SystemVerilog, разработает, выполнит тестирование и реализует ряд проектов разной степени сложности от простого калькулятора до комплексного проекта, использующего AXI и внешнюю периферию, подключенную через PS/2 и VGA.Демонстрационные примеры реализованы на доступных платах Nexys A7 или Basys 3 (с чипами Xilinx) и сопровождаются исходными кодами.
  • Добавил: umkaS
  • Дата: 8-10-2023, 16:39
  • Комментариев: 0
Название: Проектирование гибких программ. Как не загнать себя в угол
Автор: Сассман Дж. Дж., Хансон К.
Издательство: ДMK
Год: 2022
Cтраниц: 374
Формат: pdf
Размер: 18 мб
Язык: русский

Бывает так, что при написании программы вы попадаете в тупик. Возможно, это потому, что вы, как оказалось, не учли некоторые особенности исходной задачи. Однако до обидного часто дело в том, что на на-чальной стадии проектирования вы приняли какое-то решение, выбрали какую-то структуру данных или способ организации кода, который затем оказался слишком ограниченным, а теперь его трудно заменить. Эта книга служит мастер-классом по стратегиям организации программ, которые позволяют сохранить гибкость.
  • Добавил: umkaS
  • Дата: 8-10-2023, 16:16
  • Комментариев: 0
Название: Освоение Lightning Network. Протокол второслойной блочной цепи для мгновенных Bitcoin-платежей
Автор: Антонопулос А. Н., Осунтокун О., Пикхард Р.
Издательство: ДMK
Год: 2022 (2023)
Cтраниц: 450
Формат: pdf
Размер: 35 мб
Язык: русский

Lightning – маршрутизируемая сеть платежных каналов, которая предоставляет безопасные, дешевые, быстрые платежи Bitcoin с высокой степенью при-ватности, даже когда дело касается малых сумм. В этой книге приводится обзор сети Lightning, базовых концепций, которые легли в ее основу, и принциповее работы. Примеры проиллюстрированы на языках Go, C++, Python и с исполь-зованием командной строки Unix-подобной операционной системы.
  • Добавил: literator
  • Дата: 8-10-2023, 05:36
  • Комментариев: 0
Название: Python For Busy People : Designed for Busy People with Deadlines
Автор: Derrick Cassidy
Издательство: Leanpub
Год: 2023-10-01
Страниц: 179
Язык: английский
Формат: pdf (true), azw3, mobi, epub
Размер: 10.1 MB

This book was designed with the novice Python programmer and/or information technology professional who doesn't have programming experience, but wants or needs to learn Python to do jobs or tasks related to the programming language. If you need to learn Python for tasks such as data scrubbing, network automation, web development, etc., this is the book for you. In my personal experience, I had to learn Python to analyze data sets from CSV files and excel spreadsheets using Pandas. With Pandas for example, it is important to learn about Python functions, classes, lists, sets, and dictionaries to name a few, to clean raw data sets to make the data useful for data analysis. If you are a Network Engineer, or work in other information technology disciplines, there is a high possibility that you had to pull APIs (Application Programming Interfaces) from external data sources (i.e. outside of your company or client’s network) needed for things like internal audit purposes as an example. If this sounds like you this is the right book for you. This text will get you on the right track to learning the essentials of the Python programming language. Python has become the programming language of choice for many day to day IT tasks, in many companies globally. One of the many reasons that Python have been used by some many IT departments is Python is powerful. The Python language is expressive and productive, with a “batteries included” approach packaged with a extensive standard library as well as a plethora of third-party libraries. With Python you can build simple scripts to complex applications.
  • Добавил: literator
  • Дата: 8-10-2023, 04:51
  • Комментариев: 0
Название: Artificial Intelligence in Cyber Security: Theories and Applications
Автор: Tushar Bhardwaj, Himanshu Upadhyay, Tarun Kumar Sharma
Издательство: Springer
Год: 2023
Страниц: 144
Язык: английский
Формат: pdf (true), epub
Размер: 13.1 MB

This book highlights the applications and theory of Artificial Intelligence in the domain of cybersecurity. The book proposes new approaches and ideas to present applications of innovative approaches in real-time environments. In the past few decades, there has been an exponential rise in the application of Artificial Intelligence (AI) technologies (such as Deep Learning, Machine Learning, blockchain) for solving complex and intricate problems arising in the domain of cybersecurity. The versatility of these techniques has made them a favorite among scientists and researchers working in diverse areas. Explicitly, we propose a deep learning-based framework with various unsupervised learning algorithms. The authors have performed the hyperparameter optimization of these algorithms using Sci-kit-learn Machine Learning frameworks and popular Deep Learning framework TensorFlow. This book serves as a reference for young scholars, researchers, and industry professionals working in the field of Artificial Intelligence and Cybersecurity.
  • Добавил: literator
  • Дата: 7-10-2023, 18:34
  • Комментариев: 0
Название: Beginning C++23 From Beginner to Pro, 7th Edition
Автор: Ivor Horton, Peter Van Weert
Издательство: Apress
Год: 2023
Страниц: 938
Язык: английский
Формат: True PDF, True EPUB
Размер: 13,4 MB

Begin your programming journey with C++ , starting with the basics and progressing through step-by-step examples that will help you become a proficient C++ programmer. This book includes new features from the C++23 standard. All you need are Beginning C++23 and any recent C++ compiler and you'll soon be writing real C++ programs. There is no assumption of prior programming knowledge. All language concepts that are explained in the book are illustrated with working program examples, and all chapters include exercises for you to test and practice your knowledge. Free source code downloads are provided for all examples from the text and solutions to the exercises. This latest edition has been fully updated to the latest version of the language, C++23, and to all conventions and best practices of modern C++. This book also introduces elements of the C++ Standard Library that provide essential support for C++23. After completing this book, you will have the knowledge and skills needed to build your first C++ applications. We assume no prior programming knowledge. If you are keen to learn and have an aptitude for thinking logically, getting a grip on C++ will be easier than you might imagine. By developing C++ skills, you’ll be learning a language that is already used by millions and that provides the capability for application development in just about any context.
  • Добавил: literator
  • Дата: 7-10-2023, 16:49
  • Комментариев: 0
Название: Software Ecosystems: Tooling and Analytics
Автор: Tom Mens, Coen De Roover, Anthony Cleve
Издательство: Springer
Год: 2023
Страниц: 321
Язык: английский
Формат: pdf (true)
Размер: 17.0 MB

This book highlights recent research advances in various domains related to software ecosystems such as library reuse, collaborative development, cloud computing, open science, sentiment analysis and machine learning. A key aspect of software ecosystems is that software products belong to ever more interdependent networks of co-evolving software components. The ever-increasing importance of social coding platforms has made software ecosystems indispensable to software practitioners, in commercial as well as open-source settings. Well-known examples of digital platform ecosystems are the mobile software ecosystems provided by companies such as Microsoft, Apple, and Google. The company owns and controls an app store as a central platform to which other companies or individuals can contribute apps, which in turn can be downloaded and installed by mobile device users. The systematic mapping studies by de Lima Fontao et al. report on the abundant research that has been conducted on these mobile software ecosystems.
  • Добавил: umkaS
  • Дата: 7-10-2023, 13:26
  • Комментариев: 0
Название: DAX для профессионалов: теория и практика. Выведи свои аналитические навыки в Microsoft Power BI на новый уровень
Автор: Розема М., Влотман Х.
Издательство: ДMK
Год: 2023
Cтраниц: 403
Формат: pdf
Размер: 31 мб
Язык: русский

В книге излагаются основы моделирования данных с точки зрения языка DAX. Разбираются реальные бизнес-сценарии, связанные с учетом складских запасов, прогнозированием, взаимодействием между отделами в рамках компании и безопасностью данных. Прорабатываются нюансы моделирования данных и распространенные ошибки, допускаемых при построении сложных агрегаций.
  • Добавил: polyanskiy
  • Дата: 7-10-2023, 12:43
  • Комментариев: 0

Автор: Агеев М. И., Алик В. П., Марков Ю. И.
Название: Библиотека алгоритмов 51б—100б. Справочное пособие. Библиотека технической кибернетики
Издательство: М:, Советское радио
Год: 1976
Страниц: 136
Формат: DJVU, PDF
Размер: 11 МБ
В книге приводятся описания алгоритмов по широкому кругу вопросов прикладной математики и программирования на алгоритмическом языке АЛГОЛ-60, публиковавшихся первоначально в журнале «Communications of the ACM» (США) под номерами 51—100, переведенных на русский язык, исправленных, улучшенных и отлаженных на ЭВМ авторами данного выпуска...
  • Добавил: literator
  • Дата: 7-10-2023, 04:35
  • Комментариев: 0
Название: Coding for Beginners - 16th Edition, 2023
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2023
Страниц: 98
Язык: английский
Формат: pdf
Размер: 45.4 MB

Если вы новичок и хотите узнать все, что вам нужно для начала программирования, то "Программирование для начинающих" - это первое и единственное независимое руководство, которое полно полезных советов и пошаговых руководств с подробными объяснениями, написанных на простом и понятном английском языке. На этой новой странице руководства пользователя вы узнаете все, что вам нужно знать, чтобы создать свое собственное потрясающее приложение на C++ или Python. В этом неофициальном руководстве задача не останется неразрешимой, и проблема не останется без ответа, когда вы будете учиться, осваивать и совершенствовать свои навыки программирования.