Назад Вперед

Краткий самоучитель итальянской грамматики

Автор: umkaS от Сегодня, 06:45, Коментариев: 0

Категория: КНИГИ » ИЗУЧЕНИЕ ЯЗЫКОВ

Название: Краткий самоучитель итальянской грамматики
Автор: Ткаченко Е.Б.
Издательство: М.: Эксмо
Год: 2015
Cтраниц: 224
Формат: pdf
Размер: 12 мб
Язык: русский, итальянский

В книге представлены все основные сведения о грамматической системе итальянского языка. Информация дается в доступной и сжатой форме, книга снабжена схемами и таблицами, облегчающими восприятие теоретического материала. Принцип изложения материала позволяет учесть трудности, возникающие у русскоязычных учащихся при освоении итальянской грамматики, и предупредить или скорректировать типичные ошибки при употреблении грамматических форм. Краткий самоучитель итальянской грамматики предназначен для учащихся школ, лицеев, гимназий и колледжей, студентов факультетов иностранных языков и институтов дополнительного образования, а также для широкого круга лиц, изучающих итальянский язык самостоятельно или на языковых курсах.
 

Структура пространства и материи : природа инерции и гравитации

Автор: umkaS от Сегодня, 06:42, Коментариев: 0

Категория: КНИГИ » ЕСТЕСТВЕННЫЕ НАУКИ

Название: Структура пространства и материи : природа инерции и гравитации
Автор: Лепешев Е. П.
Издательство: Инфра-Инженерия
Год: 2021
Cтраниц: 252 с. : ил., схем.
Формат: pdf
Размер: 25 мб
Язык: русский

Рассмотрены основные этапы формирования представлений о пространстве как эфирной среде - от вихревого эфира Декарта и обязательного светоносного эфира Гюйгенса до «принципиальной» невозможности постичь природу несводимых сущностей «по Эйнштейну» и открытия темной материи и темной энергии. Приведены модели, с помощью авторских иллюстраций поясняющие состав и структуру пространства, материальных тел и различные наблюдаемые явления.
 

Криптография

Автор: umkaS от Сегодня, 06:37, Коментариев: 0

Категория: КНИГИ » УЧЕБНАЯ ЛИТЕРАТУРА

Название: Криптография
Автор: Бабаш А.
Издательство: Салон-Пресс
Год: 2007
Формат: djvu
Страниц: 514
Размер: 11 мб
Язык: русский

Книга написана в форме пособия, направленного на изучение «классических» шифров, то есть шифров с симметричным ключом. После краткого исторического очерка в ней рассмотрены вопросы дешифрования простейших шифров, методы криптоанализа и синтеза криптосхем, вопросы криптографической стойкости, помехоустойчивости и имитостойкости шифрсистем.
 

JavaScript. 20 уроков для начинающих (2020)

Автор: umkaS от Сегодня, 06:33, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: jаvascript. 20 уроков для начинающих
Автор: Владимир Дронов
Издательство: БХВ-Петербург
Год: 2020
Cтраниц: 345, цвет. и ч/б ил.
Формат: pdf/djvu
Размер: 16 мб
Язык: русский

В книге 20 иллюстрированных уроков, 40 практических упражнений на тему программирования веб-сценариев и более 70 заданий для самостоятельной работы. Изложены основы jаvascript: данные и операторы, выражения и управляющие конструкции, функции, классы, объекты и массивы, средства отладки.
 

Learning Go with Networking: Automating network programming, operations, and security

Автор: literator от Сегодня, 06:23, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Learning Go with Networking: Automating network programming, operations, and security
Автор: Yogananth T.V., Balachandar A.
Издательство: BPB Publications
Год: 2025
Страниц: 572
Язык: английский
Формат: pdf, epub (true)
Размер: 14.9 MB

Golang has emerged as a powerful language for networking, known for its efficiency and concurrency, making it ideal for building resilient and scalable network applications. This book is designed to equip networking professionals with the Golang skills needed to navigate this dynamic landscape, providing a practical guide from fundamental concepts to advanced network programming. This book systematically guides you through Golang's core features, including concurrency, generics, and error handling, before diving into essential networking principles like IP, TCP, and UDP. You will learn to develop applications, design synchronous and asynchronous APIs (with a focus on Ponzu and Keycloak), and effectively handle data using formats like JSON and XML, along with stream processing with AMQP, Kafka, and MQTT. The book explores Golang network packages for protocols such as ARP, FTP, DNS, and raw sockets. This book is for software developers, DevOps engineers, backend architects, and cybersecurity professionals who want to build scalable, secure, and efficient systems using Golang. It is ideal for anyone working in infrastructure, automation, or cloud-native development looking to sharpen their development skills in Golang with respect to network programming.
 

Linux Kernel Programming: Developing kernel architecture and device drivers for character, block, USB, and network interfaces

Автор: literator от Сегодня, 05:39, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Linux Kernel Programming: Developing kernel architecture and device drivers for character, block, USB, and network interfaces
Автор: Thierry Gayet
Издательство: BPB Publications
Год: 2025
Страниц: 558
Язык: английский
Формат: epub (true)
Размер: 13.8 MB

Linus Torvald released the first version of a kernel in 1991, inspired at the time by both proprietary Unix and the Minix system. Thirty-four years later, this system has evolved with stability and robustness, making it almost indispensable for the DevSecOps community. The Linux kernel forms the robust core of countless systems, from embedded devices to vast data centers, driving unparalleled power and flexibility. This book is your essential guide to deeply understanding this fundamental component and mastering the art of developing high-performance kernel-level code. This book meticulously details the kernel's history, architectural evolution, and custom build processes. You will master device driver fundamentals, distinguishing user from kernel space, and understanding the Linux Device Model (LDM). The guide concludes with task/process management, real-time concepts, and essential kernel debugging and profiling. By the end of this book, you will be well-equipped to confidently develop, optimize, and debug kernel-level code. This book is for software engineers looking to understand the Linux kernel's architecture, modify it, and develop custom modules.
 

The AI Pocket Book

Автор: literator от Сегодня, 04:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: The AI Pocket Book
Автор: Emmanuel Maggiori
Издательство: Manning Publications
Год: 2025
Страниц: 200
Язык: английский
Формат: pdf, epub (true), mobi
Размер: 10.1 MB

If you’re worried about your tech career going obsolete in a world of super-powered AI, never fear. The AI Pocket Book crams everything engineers need to know about AI into one short volume you can fit into your pocket. You’ll build a better understanding of AI (and its limitations), learn how to use it more effectively, and future-proof your job against its advancement. The AI Pocket Book takes a peek inside the AI black box and gives you just enough on key topics like transformers, hallucinations, and the modern ecosystem of AI models and tools. You’ll get handy techniques to select AI tools, learn when putting AI first is the smart move, and pick up some excellent tips for managing the inevitable, potentially expensive, screw ups. The first part of this chapter is a high-level explanation of how large language models (LLMs) such as ChatGPT work. Two main groups of people should read this book. The first one is software engineers—aspiring, novice, and seasoned ones—who want to understand the effects of AI on their careers and prepare for it. The second group includes people related to or interested in the software industry, even if they’re not engineers themselves.
 

Software Performance Engineering: A comprehensive guide for high-performance development

Автор: literator от Сегодня, 03:58, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Software Performance Engineering: A comprehensive guide for high-performance development
Автор: Alon Rotem
Издательство: BPB Publications
Год: 2025
Страниц: 521
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This book introduces the concept of Software Performance Engineering throughout the development process. Software performance yields from a wide range of factors: from hardware through coding standards, runtime frameworks, design patterns, quality assurance and testing, and system architectural patterns, to name a few. This book takes a holistic view of the entire software development lifecycle, learning each of its phases, to understand the technologies, techniques, and tools available, and how we can use them to improve the behavior and performance of our system. Technical hands-on chapters introduce tools and libraries, showing practical examples of how to set them up and use them with ease, while theoretical chapters include comprehensive information and deep explanations of a broad selection of concepts, all accompanied by relevant charts, screenshots, and code samples. Code snippets are mainly written in Python, as the book focuses on current technologies, delving into concepts of cloud computing, design patterns, and best practices, in order to learn how to optimize the entire software delivery process, end-to-end.
 

Applied TinyML: End-to-end machine learning for microcontrollers with examples

Автор: literator от Сегодня, 03:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Applied TinyML: End-to-end machine learning for microcontrollers with examples
Автор: Ricardo Cid
Издательство: BPB Publications
Год: 2025
Страниц: 371
Язык: английский
Формат: epub (true)
Размер: 16.8 MB

AI is useful when it runs in large machines in data centers, but only when it makes it down to stand-alone edge devices will it unlock countless new use cases and applications. TinyML is transforming AI by bringing ML capabilities to small, low-power devices at the very edge of the network. This book will guide you through building these smart devices. It establishes TinyML's core foundations and a methodology for application development, from problem definition to power management and cost analysis. You will explore practical skills applications, learning sound, movement, and image classification, followed by advanced techniques like object tracking and sensor fusion, using methods such as Kalman filters. You will explore deep learning regression for predictive tasks and essential anomaly detection for identifying unusual patterns, all demonstrated through real-world use cases. This book is for engineers, developers, and AI enthusiasts eager to build intelligent edge devices. No prior deep expertise in AI or electronics is required; it is perfect for anyone starting their journey in creating smart widgets with TinyML.
 

Deep Learning in Modern C++: End-to-end development and implementation of deep learning algorithms

Автор: literator от Сегодня, 02:36, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Deep Learning in Modern C++: End-to-end development and implementation of deep learning algorithms
Автор: Luiz Carlos d'Oleron
Издательство: BPB Publications
Год: 2025
Страниц: 525
Язык: английский
Формат: epub (true)
Размер: 36.0 MB

Deep learning is revolutionizing how we approach complex problems, and harnessing its power directly within C++ provides unparalleled control and efficiency. This book bridges the gap between cutting-edge Deep Learning techniques and the robust, high-performance capabilities of modern C++, empowering developers to build sophisticated AI applications from the ground up. This book guides you through the entire development lifecycle, starting with a solid foundation in the modern features and essential libraries, like Eigen, for C++. You will master core Deep Learning concepts by implementing convolutions, fully connected layers, and activation functions, while learning to optimize models using gradient descent, backpropagation, and advanced optimizers like SGD, Momentum, RMSProp, and Adam. Crucial topics like cross-validation, regularization, and performance evaluation are covered, ensuring robust and reliable applications. This book is tailored for C++ developers, data scientists, and Machine Learning engineers seeking to implement Deep Learning models using modern C++. A foundational understanding of C++ programming and basic linear algebra is recommended.
 
Назад Вперед