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

  • Добавил: SCART56
  • Дата: 21-03-2025, 09:20
  • Комментариев: 0

Название: Системное программирование. Лабораторные работы
Автор(ы): Жулабова Ф.Т.
Издательство: Лань
Год: 2025
Страниц: 206
Формат: PDF
Размер: 12 Мб
Язык: русский

Методические указания по организации и выполнению лабораторных работ по междисциплинарному курсу МДК.01.01. «Системное программирование» предназначено для студентов, обучающихся по специальности «Программирование в компьютерных системах», а также для студентов других направлений подготовки, начинающих изучать программирование.
  • Добавил: SCART56
  • Дата: 21-03-2025, 09:08
  • Комментариев: 0

Название: Техническое и программное обеспечение вычислительных машин, систем и сетей
Автор(ы): Золкин А.Л.
Издательство: Лань
Год: 2025
Страниц: 161
Формат: PDF
Размер: 14 Мб
Язык: русский

Целью учебника является обеспечение студентов теоретическими знаниями и практическими навыками, необходимыми для понимания и использования современных вычислительных машин, систем и сетей. В учебнике рассмотрены основные понятия, архитектурные принципы и технологии, которые лежат в основе построения и функционирования вычислительных машин, систем и сетей, а также их компонентов.
  • Добавил: literator
  • Дата: 21-03-2025, 04:47
  • Комментариев: 0
Название: React The Complete Reference
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 2215
Язык: английский
Формат: epub
Размер: 10.1 MB

React: The Complete Developer's Reference is an essential resource designed to take developers from foundational concepts to advanced techniques in React development, structured clearly for both beginners and seasoned professionals. Beginning with core fundamentals such as components, state, JSX, and the Virtual DOM, the book gradually introduces more sophisticated patterns including hooks, context, Redux, Zustand, and Recoil, providing real-world examples and detailed explanations throughout. It explores advanced patterns such as higher-order components, render props, error boundaries, and modern techniques like server-side rendering with Next.js, React Server Components, and micro-frontends architecture. A comprehensive section dedicated to React integration with backend services covers REST APIs, GraphQL with Apollo, real-time communication, and authentication workflows. Designed for both beginners and experienced developers, this comprehensive reference serves as an indispensable guide for mastering modern React development and creating scalable, maintainable applications effectively.
  • Добавил: literator
  • Дата: 21-03-2025, 03:49
  • Комментариев: 0
Название: Learn Java from Scratch: A Practical Guide with Examples
Автор: William E. Clark
Издательство: Walzone Press
Год: 2025
Страниц: 196
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Java is a powerful, versatile programming language that has transformed the landscape of software development. This book offers a clear, in-depth exploration of Java, from foundational syntax and control structures to advanced object-oriented principles and practical application design. It provides readers with the essential tools required to master the language in today’s competitive development environment. Designed with precision and clarity, the book systematically builds on core concepts while introducing advanced topics such as collections, exception handling, and integration with modern libraries and APIs. Each chapter is meticulously crafted to deliver both theoretical knowledge and hands-on examples, ensuring that readers gain not only an understanding of Java's capabilities but also the practical skills necessary for real-world problem solving.
  • Добавил: magnum
  • Дата: 21-03-2025, 00:32
  • Комментариев: 0
Handbook of Statistical Analysis: AI and ML Applications, 3rd EditionНазвание: Handbook of Statistical Analysis: AI and ML Applications, 3rd Edition
Автор: Robert Nisbet, Gary D. Miner, Keith McCormick
Издательство: Academic Press
Год выхода: 2025
Страниц: 466
Формат: True PDF
Размер: 100 MB
Язык: английский

This resource is an ideal guide for users who want to address massive and complex datasets with many standard analytical approaches and be able to evaluate analyses and solutions objectively. It includes clear, intuitive explanations of the principles and tools for solving problems using modern analytic techniques; offers accessible tutorials; and discusses their application to real-world problems.
  • Добавил: gol8425
  • Дата: 21-03-2025, 00:22
  • Комментариев: 0
Название: Программирование
Автор: Иванова Г.
Издательство: Кнорус
Год: 2013
Страниц: 432
Формат: pdf
Размер: 16,3 мб
Качество: хорошее
Язык: русский

Изложены основные теоретические положения разработки программного обеспечения с использованием структурного и объектного подходов. Рассмотрены основные приемы решения задач различных классов, в том числе приемы создания и обработки динамических структур данных, без которых невозможно современное программирование. Отдельное внимание уделено оценке точности получаемых результатов и анализу вычислительной сложности алгоритмов и методов. Речь и идет о Delphi Pascal.
  • Добавил: gol8425
  • Дата: 21-03-2025, 00:20
  • Комментариев: 0
Название: PHP5 для профессионалов (Полная версия)
Автор: Леки-Томпсон Э.
Издательство: Диалектика
Год: 2006
Страниц: 608
Формат: pdf
Размер: 20,2 мб
Качество: хорошее
Язык: русский

В данном практическом руководстве продемонстрирована вся мощь и гибкость языка PHP и даны полезные советы программистам. В этой книге показано, как построить масштабируемую и высокопроизводительную инфраструктуру на языке PHP5, подробно описан набор инструментов, который можно многократно использовать, и приведены многочисленные практические примеры.
  • Добавил: magnum
  • Дата: 21-03-2025, 00:09
  • Комментариев: 0
Introduction to Parallel Computing (2020)Название: Introduction to Parallel Computing
Автор: Niranjan N. Chiplunkar, Raju K.
Издательство: Wiley
Год выхода: 2020
Формат: ePUB
Размер: 10,8 MB
Язык: английский

With every computational gadget boasting of multiple processors, parallel programming becomes very important to fully exploit the power of such processor architectures. Parallel programming simultaneously uses multiple computing resources to solve a computational problem. Pthreads and OpenMP are the programming paradigms in shared address space parallel computers. Message Passing Interface (MPI) is the distributed memory parallel programming model. Graphics Processing Units (GPUs) consist of large number of homogeneous computing cores, and CUDA is a programming framework for GPUs.
  • Добавил: literator
  • Дата: 20-03-2025, 19:36
  • Комментариев: 0
Название: Mastering jаvascript Secure Web Development+: Unlock the Secrets of Expert-Level Skills
Автор: Larry Jones
Издательство: Walzone Press
Год: 2025
Страниц: 516
Язык: английский
Формат: epub (true)
Размер: 10.6 MB

"Mastering jаvascript Secure Web Development+: Unlock the Secrets of Expert-Level Skills" is an essential resource for experienced developers poised to elevate their jаvascript prowess. In a landscape where technology evolves with unprecedented speed, this book provides a detailed exploration of advanced jаvascript techniques, balancing the intricacies of secure coding practices with the need for high-performance applications. Each chapter meticulously covers critical areas such as asynchronous programming, module bundling, and front-end security to equip developers with the knowledge to build resilient, future-ready applications. The book shines a light on the growing trends within the jаvascript ecosystem, including the power of Progressive Web Apps and the flexibility of serverless architectures. It guides readers through the murky waters of complex web development challenges, offering insight into dynamic domain areas such as integrating machine learning into web applications and optimizing performance for seamless user experiences. With an emphasis on practical applications and expert insights, this book ensures that readers can implement solutions effectively across various environments.
  • Добавил: literator
  • Дата: 20-03-2025, 19:06
  • Комментариев: 0
Название: High-Performance C: Optimizing Code for Speed and Efficiency
Автор: Larry Jones
Издательство: Walzone Press
Год: 2025
Страниц: 532
Язык: английский
Формат: epub (true)
Размер: 10.9 MB

"High-Performance C: Optimizing Code for Speed and Efficiency" is an indispensable resource for seasoned programmers aiming to push the boundaries of software performance. This comprehensive guide delves into the intricacies of C programming with a focus on achieving optimal execution speed and memory efficiency. From foundational optimization techniques to advanced strategies in low-level programming and concurrency, this book equips you with the deep technical insights necessary to craft high-performance applications. Each chapter is meticulously curated to address critical aspects of C performance optimization. Readers will explore memory management schemes, advanced data structures, and algorithmic improvements, all with a focus on reducing computational complexity and enhancing cache efficiency. The book also illuminates the synergy between compiler optimizations and code quality, facilitating informed decisions that maximize application throughput and responsiveness. The practical, example-driven approach ensures immediate applicability, empowering you to tackle even the most challenging performance bottlenecks with confidence.