Все публикации пользователя literator » Страница 3 » MIRLIB.RU - ТВОЯ БИБЛИОТЕКА
Категория: КНИГИ » ОС И БД
Big Data and Artificial Intelligence for Decision-Making in the Smart Economy
/ Комментариев: 0/

Название: Big Data and Artificial Intelligence for Decision-Making in the Smart Economy
Автор: Aziza B. Karbekova, Ladislav Žák, Ivan Milenković
Издательство: Springer
Серия: Studies in Big Data
Год: 2025
Страниц: 454
Язык: английский
Формат: pdf (true), epub
Размер: 21.3 MB

This book focuses on the systemic scientific-methodological and practical exploration of organizational-technical and socio-economic issues related to the automation of decision-making in the smart economy under Industry 4.0 using Big Data and Artificial Intelligence (AI). The scientific novelty of the results presented in the book lies in uncovering the “black box” of decision-making automation in the smart economy through these technologies. The book clarifies the role and significance of Big Data and AI in decision-making within the smart economy, highlighting its fundamental importance. The book reveals advanced organizational-economic models for decision-making based on Big Data and AI. It also presents the latest trends in the development of the smart economy using Big Data and AI. Moreover, the book explains the socio-ecological and legal aspects of the ethics in applying Big Data and AI technologies. Additionally, the book proposes prospective applied solutions for decision-making in the smart economy based on Big Data and AI. The target audience of the book includes scientists studying Big Data and AI.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C++ File Handling Step by Step: A Practical Guide with Examples
/ Комментариев: 0/

Название: C++ File Handling Step by Step: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 230
Язык: английский
Формат: pdf, epub (true)
Размер: 13.2 MB

"C++ File Handling Step by Step: A Practical Guide with Examples" provides a thorough and technical exploration of file handling in C++, positioning itself as an indispensable reference for developers aiming to master this aspect of programming. The book commences with foundational concepts, introducing the role and types of files within applications, and sets the stage for more detailed discussions of stream classes used for performing file operations. Its meticulous structure ensures readers can progressively build their expertise, starting from basic file interactions to more complex maneuvers involving file stream management and various file modes. The book is meticulously organized into sections that cater to both the novice and the experienced programmer. It covers essential topics such as opening, reading, writing, and closing files, and advances into sophisticated techniques like random access, serialization, and memory-mapped files. By delving into error handling and exception management, readers are equipped to create resilient applications capable of gracefully navigating the common pitfalls of file I/O operations. Each theoretical concept is accompanied by practical examples and hands-on exercises, allowing for simultaneous learning and application.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C++ OOP Made Simple: A Practical Guide with Examples
/ Комментариев: 0/

Название: C++ OOP Made Simple: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 197
Язык: английский
Формат: pdf, epub (true)
Размер: 10.3 MB

"C++ OOP Made Simple: A Practical Guide with Examples" offers an in-depth exploration of object-oriented programming using the versatile C++ language. This book is tailored for both novice and seasoned developers, providing a structured approach to mastering the fundamentals and nuances of OOP within the C++ environment. By introducing key programming concepts—including syntax, control structures, and the essential tools for development—it lays a strong groundwork that is essential for tackling more complex topics in software architecture. As the book progresses, readers are guided through the critical pillars of object-oriented programming. Detailed explanations of encapsulation, inheritance, and polymorphism illustrate how these paradigms form the backbone of robust, maintainable code. Practical examples, real-world case studies, and actionable insights into best practices underscore theoretical knowledge, enabling readers to directly apply what they learn to their own projects. The book also addresses advanced topics such as memory management, the use of design patterns, and the implementation of abstract classes and interfaces, ensuring a holistic understanding of how to craft efficient, scalable applications.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Java. Состояние языка и его перспективы
/ Комментариев: 0/

Название: Java. Состояние языка и его перспективы
Автор: Федор Урванов
Издательство: БХВ-Петербург
Год: 2023
Страниц: 369
Язык: русский
Формат: pdf, epub
Размер: 10.3 MB

Книга о современном состоянии языка Java, векторе его развития, а также о грамотном программировании в духе паттернов GoF. Книга дает базовое представление о фреймворке Spring, контейнерах Docker, принципах ООП, затрагивая, в частности, переход к облачным решениям, обращение с IDE. Также освещены темы из enterprise-разработки: файловый ввод/вывод NIO2, многопоточность, локализация, интеграция и оптимизация производительности. В книге отражено состояние языка по состоянию на версию Java 17 с разбором некоторых аспектов Java 18. Будет интересна специалистам, возвращающимся к работе с Java после перерыва, бэкенд-разработчикам, читателям, готовящимся к сертификационным экзаменам.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Advancing Recommender Systems with Graph Convolutional Networks
/ Комментариев: 0/

Название: Advancing Recommender Systems with Graph Convolutional Networks
Автор: Fan Liu, Liqiang Nie
Издательство: Springer
Год: 2025
Страниц: 166
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This book systematically examines scalability and effectiveness challenges related to the application of graph convolutional networks (GCNs) in recommender systems. By effectively modeling graph structures, GCNs excel in capturing high-order relationships between users and items, enabling the creation of enriched and expressive representations. The book focuses on two overarching problem categories: the first area deals with problems specific to GCN-based recommendation models, including over-smoothing, noisy neighboring nodes, and interpretability limitations. The second one encompasses broader challenges in recommendation systems that GCN-based methods are particularly well-suited to address as the attribute missing problem or feature misalignment. Through rigorous exploration of these challenges, this book presents innovative GCN-based solutions to push the boundaries of recommender system design. To this end, techniques such as interest-aware message-passing strategy, cluster-based collaborative filtering, semantic aspects extraction, attribute-aware attention mechanisms, and light graph transformer are presented.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Python Regular Expressions Explained: A Practical Guide with Examples
/ Комментариев: 0/

Название: Python Regular Expressions Explained: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 702
Язык: английский
Формат: pdf, epub (true)
Размер: 11.2 MB

This book provides a thorough analysis of regular expressions in Python, presenting a comprehensive guide to mastering text processing techniques. It covers the evolution, syntax, and practical implementation of regex patterns, ensuring that readers gain a deep understanding of both foundational and advanced concepts. The detailed explanations, structured examples, and targeted exercises are designed to build proficiency for programmers at all levels. The content is meticulously organized into chapters that examine every aspect of regular expression usage, from basic syntax and core functions to pattern matching, substitution, and performance optimization. Practical examples illustrate real-world applications such as data validation, log file analysis, and web scraping, allowing readers to apply their knowledge to complex programming tasks. Advanced techniques, including lookaround assertions, atomic groups, and verbose mode, are explained with precision, equipping readers with the tools to tackle challenging text processing problems.


Категория: КНИГИ » АППАРАТУРА
Make Your Own PC Tricks and Tips - 21th Edition 2025
/ Комментариев: 0/

Название: Make Your Own PC Tricks and Tips - 21th Edition 2025
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2025
Язык: английский
Формат: pdf
Размер: 43.0 MB

Make Your Own PC Tricks & Tips is the perfect digital publication for the user that wants to take their skill set to the next level. Do you want to enhance your user experience? Or wish to gain insider knowledge? Do you want to learn directly from experts in their field? Learn the numerous short cuts that the professionals use? Over the pages of the new advanced user guide you will learn everything you will need to know to become a more confident, better skilled and experienced owner. A user that will make the absolute most of their use and ultimately their desktop computer itself. An achievement you can earn by simply enabling us to exclusively help and teach you the abilities we have gained over our decades of experience.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Python Automation for Beginners: A Practical Guide with Examples
/ Комментариев: 0/

Название: Python Automation for Beginners: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 317
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This book offers a comprehensive introduction to Python programming and automation, designed specifically for individuals with little to no prior coding experience. It provides detailed, methodical instruction that combines foundational concepts with practical applications, allowing readers to build technical proficiency from the ground up. Through a structured progression of topics, the text covers installing and configuring Python, understanding basic syntax, and developing control flow strategies using conditionals and loops. Python libraries such as requests, BeautifulSoup, and Selenium have become indispensable tools for automating interactions with web resources. The Requests library simplifies the process of sending HTTP requests and handling responses, handling common tasks such as interacting with RESTful interfaces. BeautifulSoup is used for parsing HTML and XML documents, enabling automated scripts to extract and manipulate web data. Furthermore, Selenium serves a different purpose by providing an interface for automated web browser control.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
C++ Basics for New Programmers: A Practical Guide with Examples
/ Комментариев: 0/

Название: C++ Basics for New Programmers: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Nobtrex L.L.C.
Год: 2025
Страниц: 299
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

This book provides a clear and methodical introduction to C++ programming, designed for individuals with no previous coding experience. It emphasizes a practical approach to mastering the essential building blocks of software development, ensuring that readers understand both the theoretical aspects and the hands-on procedures needed to write efficient and reliable code. The text is meticulously organized to guide learners through the complexities of the language while maintaining a focus on technical precision. Structured into well-defined chapters, the content begins with the basics of setting up a development environment and progresses through topics such as variables, data types, control structures, and functions. Advanced subjects including object-oriented programming, pointers, memory management, and the use of the Standard Template Library are explored in depth. The layout is designed to facilitate incremental learning, with each chapter building on the previous one to develop a robust understanding of C++ programming.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Библия C#, 6-е изд.
/ Комментариев: 0/

Название: Библия C#, 6-е изд., перераб. и доп.
Автор: Михаил Фленов
Издательство: БХВ-Петербург
Год: 2024
Страниц: 511
Язык: русский
Формат: pdf, epub
Размер: 10.08 MB

Книга посвящена программированию на языке C# для платформы Microsoft .NET, начиная с основ языка и разработки программ для работы в режиме командной строки и заканчивая созданием современных веб-приложений. Материал сопровождается большим количеством практических примеров. Подробно описывается логика выполнения каждого участка программы. Уделено внимание вопросам повторного использования кода. В 6-м издании примеры переписаны с учетом современной платформы .NET 7, большой упор сделан на веб-приложения и фреймворк доступа к данным Entity Framework. На сайте издательства находятся коды программ, дополнительная справочная информация и копия базы данных для выполнения примеров из книги. Для программистов.