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

  • Добавил: literator
  • Дата: 15-03-2025, 16:10
  • Комментариев: 0
Название: Mastering High-Performance C++: Unlock the Secrets of Expert-Level Skills
Автор: Larry Jones
Издательство: Walzone Press
Год: 2025
Страниц: 479
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

"Mastering High-Performance C++: Unlock the Secrets of Expert-Level Skills" is crafted to elevate your skills and understanding of one of the most powerful programming languages in the software development landscape. This comprehensive guide delves into the advanced intricacies of C++, equipping seasoned developers with the expertise to harness the full potential of modern C++ standards. Each chapter is meticulously designed to offer in-depth insights into language features, optimization techniques, and real-world applications, challenging readers to push the boundaries of performance and efficiency. The book covers a wide array of essential topics, from refined memory management techniques to sophisticated concurrency models, demystifying complex subjects through clear explanations and practical examples. As you navigate through template metaprogramming, the intricacies of design patterns, and the powerful Standard Template Library, you'll gain the prowess to construct robust and scalable applications. Additionally, discover how to integrate C++ with other programming languages, facilitating cross-platform development and expanding your project's capabilities.
  • Добавил: Natali26
  • Дата: 15-03-2025, 13:06
  • Комментариев: 0
Название: Data-Driven Programming: Designing Flexible Systems Based on Data and Its Dynamic Changes
Автор: Theophilus Edet
Издательство: Theophilus Edet
Год: 2025
Формат: epub, pdf, fb2, djvu
Страниц: 604
Размер: 10,11 Мб
Язык: английский

Harness the Power of Data for Smarter Software Development. Modern applications must process vast amounts of dynamic data efficiently. Data-Driven Programming: Designing Flexible Systems Based on Data and Its Dynamic Changes equips developers with the skills to build adaptive, scalable, and responsive software by prioritizing data as the core driver of system behavior. Whether you're handling real-time analytics, automation, or decision-making systems, this book provides essential strategies for mastering data-centric software design. Explore Ten Languages That Empower Data-Driven Programming.
  • Добавил: Natali26
  • Дата: 15-03-2025, 12:44
  • Комментариев: 0
Название: IoT and Machine Learning for Smart Applications
Автор: G. Vennira Selvi, T. Ganesh Kumar, M. Prasad, Raju Hajare, and Priti Rishi
Издательство: CRC Press
Год: 2025
Формат: pdf, epub
Страниц: 211
Размер: 13.6 Мб
Язык: английский

This book provides an illustration of the various methods and structures that are utilized in machine learning to make use of data that is generated by IoT devices. Numerous industries utilize machine learning, specifically machine learning-as-a-service (MLaaS), to realize IoT to its full potential. On the application of machine learning to smart IoT applications, it becomes easier to observe, methodically analyze, and process a large amount of data to be used in various fields.


  • Добавил: Natali26
  • Дата: 15-03-2025, 10:35
  • Комментариев: 0
Название: jQuery. Сборник рецептов
Автор: Геннадий Самков
Издательство: БХВ-Петербург
Год: 2010
Формат: pdf
Страниц: 410
Размер: 53,52 Мб
Язык: русский

Книга является сборником решений наиболее часто встречающихся задач при веб-программировании пользовательских интерфейсов с использованием библиотеки jQuery. Рассмотрены практически все методы и вспомогательные функции jQuery, в том числе обеспечивающие взаимодействие jQuery и AJAX. Подробно рассказано о надстройке UI jQuery и приведены описания всех настроек для виджетов, входящих в ее состав, что позволяет использовать книгу в качестве справочника. Приведено большое количество примеров использования наиболее популярных плагинов для jQuery – создание графиков и диаграмм, фотогалерей, навигационных меню, всплывающих подсказок, работа с веб-формами, таймерами и cookies, обработка табличных данных.
  • Добавил: Natali26
  • Дата: 15-03-2025, 09:48
  • Комментариев: 0
Название: Learning Java: A Step-by-Step Journey Through Core Programming Concepts
Автор: Aarav Joshi
Издательство: Aarav Joshi
Год: 2024
Формат: epub, pdf, djvu
Страниц: 2027
Размер: 14.0 Мб
Язык: английский

Learning Java: A Step-by-Step Journey Through Core Programming Concepts is a comprehensive guide designed specifically for beginners and aspiring programmers. This book demystifies Java by taking readers on a structured journey from basic syntax and object-oriented programming fundamentals to advanced topics such as concurrency, functional programming, and modern development practices. Each chapter is carefully crafted with clear explanations, real-world examples, and hands-on projects that enable learners to apply new concepts immediately.
  • Добавил: literator
  • Дата: 15-03-2025, 08:28
  • Комментариев: 0
Название: Building Web Applications with Blazor and C#
Автор: Madison Giroux
Издательство: Independently published
Год: 2025
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

Blazor is revolutionizing web development, allowing you to write full-stack applications using just C# and .NET. No more juggling jаvascript frameworks—Blazor WebAssembly lets you run C# code directly in the browser, giving you the power to build fast, dynamic, and scalable single-page applications (SPAs) using technologies you already know and love. This book is your comprehensive, hands-on guide to mastering Blazor WebAssembly. You'll start with the fundamentals—components, data binding, event handling, and routing—before diving into state management, API integration, forms, and authentication. You'll even learn how to work with databases, including SQLite and Entity Framework Core, to build fully functional applications.
  • Добавил: literator
  • Дата: 15-03-2025, 03:05
  • Комментариев: 0
Название: Programming Rust: Fast, Safe Systems Development, 3rd Edition (Early Release)
Автор: Jim Blandy, Jason Orendorff, Leonora F.S. Tindall
Издательство: O’Reilly Media, Inc.
Год: 2025-03-13
Страниц: 168
Язык: английский
Формат: epub (true), mobi
Размер: 10.1 MB

Rust combines low-level control with memory safety, making it an ideal choice for systems programming. This practical guide is for experienced programmers looking to write fast, reliable code while avoiding common pitfalls like data races and buffer overflows. Authors Jim Blandy, Jason Orendorff, and Leonora Tindall explain Rust's unique approach to ownership, borrowing, and concurrency, helping you build safe, high-performance applications. Fully updated for Rust's 2024 edition, this book introduces the latest language advancements while covering essential topics like generics, async programming, and C interoperability. Whether you're working on low-latency systems, embedded software, or multithreaded applications, this edition equips you with the knowledge to write efficient, production-ready Rust code. Rust’s syntax is deliberately unoriginal. If you are familiar with C, C‍++, Java, or jаvascript, you can probably find your way through the general structure of a Rust program.
  • Добавил: literator
  • Дата: 14-03-2025, 19:27
  • Комментариев: 0
Название: Securing Microsoft Azure OpenAI
Автор: Karl Ots
Издательство: Wiley
Год: 2025
Страниц: 384
Язык: английский
Формат: epub (true)
Размер: 11.1 MB

Securely harness the full potential of OpenAI's artificial intelligence tools in Azure. Securing Microsoft Azure OpenAI is an accessible guide to leveraging the comprehensive AI capabilities of Microsoft Azure while ensuring the utmost data security. This book introduces you to the collaborative powerhouse of Microsoft Azure and OpenAI, providing easy access to cutting-edge language models like GPT-4o, GPT-3.5-Turbo, and DALL-E. Designed for seamless integration, the Azure OpenAI Service revolutionizes applications from dynamic content generation to sophisticated natural language translation, all hosted securely within Microsoft Azure's environment. Securing Microsoft Azure OpenAI demonstrates responsible AI deployment, with a focus on identifying potential harm and implementing effective mitigation strategies. The book provides guidance on navigating risks and establishing best practices for securely and responsibly building applications using Azure OpenAI. By the end of this book, you'll be equipped with the best practices for securely and responsibly harnessing the power of Azure OpenAI, making intelligent decisions that respect user privacy and maintain data integrity.
  • Добавил: literator
  • Дата: 14-03-2025, 19:02
  • Комментариев: 0
Название: Machine Learning and AI with Simple Python and Matlab Scripts: Courseware for Non-computing Majors
Автор: M. Ümit Uyar
Издательство: Wiley-IEEE Press
Год: 2025
Страниц: 379
Язык: английский
Формат: pdf (true)
Размер: 16.1 MB

A practical guide to AI applications for Simple Python and Matlab scripts. Machine Learning and AI with Simple Python and Matlab Scripts: Courseware for Non-computing Majors introduces basic concepts and principles of machine learning and artificial intelligence to help readers develop skills applicable to many popular topics in engineering and science. Step-by-step instructions for simple Python and Matlab scripts mimicking real-life applications will enter the readers into the magical world of AI, without requiring them to have advanced math and computational skills. The book is supported by instructor only lecture slides and sample exams with multiple-choice questions. Machine Learning and AI with Simple Python and Matlab Scripts is an accessible, thorough, and practical learning resource for undergraduate and graduate students in engineering and science programs along with professionals in related industries seeking to expand their skill sets.
  • Добавил: literator
  • Дата: 14-03-2025, 17:08
  • Комментариев: 0
Название: Infrastructure as Code: Designing and Delivering Dynamic Systems for the Cloud Age, 3rd Edition (Final Release)
Автор: Kief Morris
Издательство: O’Reilly Media, Inc.
Год: 2025
Страниц: 490
Язык: английский
Формат: epub
Размер: 10.3 MB

The past decade has seen cloud and infrastructure as code move out of shadow IT and startups and into the mainstream. Many organizations rushed to adopt new technologies as part of their transformation into digital businesses, creating a sprawl of unmaintainable infrastructure codebases. Now, there is a need to consolidate cloud-based systems into mature foundations for sustainable growth. With this book, Kief Morris describes patterns and practices for building and evolving infrastructure as code. The third edition provides a broader context for infrastructure, explaining how to design and implement infrastructure to better support the strategic goals and challenges of an organization, such as supporting growth while better managing costs. This book explains how to use modern software development practices such as test-driven development (TDD), continuous integration (CI), and continuous delivery (CD) to make changing infrastructure fast and safe. It also describes how software design principles help create resilient, well-maintained infrastructure.