LitMy.ru - литература в один клик

  • Добавил: umkaS
  • Дата: 2-05-2025, 15:23
  • Комментариев: 0
Название: Введение в разработку приложений для смартфонов на ОС Android
Автор: Семакова А.
Издательство: Профобразование
Год: 2021
Формат: pdf
Размер: 23 мб
Язык: русский

Учебное пособие включает в себя 2 части: курс по базовым принципам разработки приложений под Android и курс по инструментам Intel для оптимизации и отладки приложений для Android. Каждая из частей завершается практической работой. Издание будет полезно при изучении дисциплины «Разработка мобильных приложений» по специальности среднего профессионального образования 09.02.07 «Информационные системы и программирование».
  • Добавил: literator
  • Дата: 2-05-2025, 13:42
  • Комментариев: 0
Название: Mastering Java Spring Boot: Advanced Techniques and Best Practices
Автор: Adam Jones
Издательство: NOB TREX L.L.C.
Год: 2025
Страниц: 443
Язык: английский
Формат: pdf, epub (true)
Размер: 14.8 MB

Unlock the full potential of Spring Boot with "Mastering Java Spring Boot: Advanced Techniques and Best Practices," your definitive guide to mastering this powerful framework for Java development. Whether you are a seasoned developer or looking to elevate your skills, this book offers an in-depth exploration of advanced techniques and best practices that will transform your Spring Boot applications. This enriched guide delves into setting up a robust development environment, deploying scalable microservices, and everything in between, including advanced web development, efficient data access, comprehensive security measures, and thorough testing strategies. "Mastering Java Spring Boot: Advanced Techniques and Best Practices" is meticulously structured, offering practical examples and insightful best practices designed to enhance your Spring Boot proficiency.
  • Добавил: literator
  • Дата: 1-05-2025, 20:36
  • Комментариев: 0
Название: Angular Web Development Handbook
Автор: Onyx Rose
Издательство: Independently published
Год: 2025
Страниц: 367
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Unlock the full potential of web development with Angular Web Development Handbook . This practical guide helps you understand Angular, one of the most powerful frontend frameworks in the industry. Through clear explanations, practical examples, and step-by-step tutorials, you'll learn how to build dynamic, responsive, and scalable web applications. Whether you're creating your first project or refining your skills, this book offers a hands-on approach that makes complex topics accessible and easy to apply. You'll gain a deep understanding of essential Angular concepts, from building components and managing forms to routing, handling APIs, and testing your applications effectively. Along the way, best practices and expert tips ensure you're writing clean, maintainable, and professional code. Start your journey today and become the Angular developer you aspire to be—with the confidence and skills to create powerful web applications that stand out.
  • Добавил: literator
  • Дата: 1-05-2025, 16:08
  • Комментариев: 0
Название: Compiler Construction: Fundamentals and Applications
Автор: Hanspeter Mössenböck
Издательство: Springer
Год: 2025
Страниц: 260
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This textbook covers the fundamentals of compiler construction, from lexical analysis and syntax analysis to semantic processing and code generation. As a running example, a compiler for a simple Java-like programming language (MicroJava) is described and developed. It generates executable bytecode similar to Java bytecode. Other topics include the description of translation processes using attributed grammars and the use of a compiler generator to automatically generate the core parts of a compiler. For syntax analysis, the book concentrates on top-down parsing using recursive descent, but also describes bottom-up parsing. All code examples are presented in Java. The book targets both students of Computer Science or related fields as well as practitioners who want to apply basic compiling techniques in their daily work, e.g., when crafting software tools. It can be used as a textbook for an introductory compiler course on which more advanced courses on compiler optimizations can be based.
  • Добавил: umkaS
  • Дата: 1-05-2025, 15:36
  • Комментариев: 0
Название: DevOps для ИТ-менеджеров: концентрированное структурированное изложение передовых идей
Автор: Скрынник О.В.
Издательство: ДМK
Год: 2019 - 2-е изд.
Cтраниц: 126
Формат: pdf (ocr)
Размер: 17 мб
Язык: русский

В книге четко и последовательно изложены ключевые понятия, принципы и практики DevOps, дано определение DevOps и его место относительно других методологий управления ИТ, включая Agile. Эта книга не про автоматизацию, она акцентирована на разъяснение сути DevOps, построение команды и управление ИТ, без привязки к конкретным технологиям и инструментам.
  • Добавил: literator
  • Дата: 1-05-2025, 15:07
  • Комментариев: 0
Название: Elements of Network Science: Theory, Methods and Applications in Stata, R and Python
Автор: Antonio Zinilli
Издательство: Springer
Серия: Statistics and Computing
Год: 2025
Страниц: 254
Язык: английский
Формат: pdf (true), epub
Размер: 45.1 MB

This book provides readers with a comprehensive guide to designing rigorous and effective network science tools using the statistical software platforms Stata, R, and Python. Network science offers a means to understand and analyze complex systems that involve various types of relationships. This text bridges the gap between theoretical understanding and practical application, making network science more accessible to a wide range of users. It presents the statistical models pertaining to individual network techniques, followed by empirical applications that use both built-in and user-written packages, and reveals the mathematical and statistical foundations of each model, along with demonstrations involving calculations and step-by-step code implementation. Each chapter includes real-world data applications from the social sciences, using at least one of the platforms Stata, R, and Python, providing a more comprehensive understanding of the availability of network science methods across different software platforms. The underlying computer code and data sets are available online.
  • Добавил: literator
  • Дата: 1-05-2025, 14:03
  • Комментариев: 0
Название: Data Structures and Algorithms using Python
Автор: Subrata Saha
Издательство: Cambridge University Press
Год: 2023
Страниц: 668
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Efficiently using data structures to collect, organise and retrieve information is one of the core abilities modern computer engineers are expected to have. This student-friendly textbook provides a complete view of data structures and algorithms using the Python programming language, striking a balance between theory and practical application. All major algorithms have been discussed and analysed in detail, and the corresponding codes in Python have been provided. Diagrams and examples have been extensively used for better understanding. Running time complexities are also discussed for each algorithm, allowing the student to better understand how to select the appropriate one. This book is written to serve the purposes of a textbook for undergraduate courses of Computer Science and information technology and for undergraduate and postgraduate courses of computer application where data structure is one of the subjects in the syllabus. In this book different data structures and algorithms are discussed in a lucid manner so that students can understand the concept easily.
  • Добавил: literator
  • Дата: 1-05-2025, 13:14
  • Комментариев: 0
Название: Создание фронтенд-фреймворка с нуля
Автор: Анхель Сола Орбайсета
Издательство: Питер
Год: 2025
Страниц: 384
Язык: русский
Формат: pdf
Размер: 25.3 MB

Мы используем фронтенд-фреймворки каждый день, но вряд ли действительно понимаем, что происходит там, под капотом. Создание своего фреймворка — отличный способ узнать, как он работает с DOM, генерирует представления страниц, передает данные между компонентами и взаимодействует с операционной системой. Шаг за шагом мы будем создавать собственный фреймворк на jаvascript и опубликуем его как npm-пакет. Пора разобраться, как работает современный фреймворк, научиться управлять состоянием компонентов и их жизненным циклом, работать с виртуальным DOM и использовать алгоритмы согласования для эффективного обновления HTML. Все ключевые концепции изложены простым языком и сопровождаются схемами. Многие концепции заимствованы из React, Svelte, Angular и других известных инструментов. Книга предполагает, что у вас есть базовое понимание jаvascript и HTML, а также некоторый опыт использования фронтенд-фреймворков.
  • Добавил: literator
  • Дата: 1-05-2025, 11:44
  • Комментариев: 0
Название: Kotlin Handbook for Developers
Автор: Onyx Rose
Издательство: Independently published
Год: 2025
Страниц: 364
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Kotlin Handbook for Developers is your go-to guide for learning and understanding Kotlin, whether you're building Android apps, backend services, or simply want to write cleaner, more efficient code. This book offers a practical and structured approach to help you confidently use Kotlin in development. Designed for beginner to intermediate programmers, this handbook covers everything from core syntax and object-oriented principles to advanced topics like coroutines, functional programming, and Jetpack Compose. You'll find clear explanations, hands-on examples, and best practices throughout. Whether you're new to Kotlin or looking to level up your skills, this book provides a lasting reference you'll return to again and again. Build better apps. Write better code. Grow as a Kotlin developer.
  • Добавил: literator
  • Дата: 1-05-2025, 10:06
  • Комментариев: 0
Название: Cyber-Physical Systems for Innovating and Transforming Society 5.0
Автор: Tanupriya Choudhury, Abhijit Kumar, Ravi Tomar, S. Balamurugan, Ankit Vishnoi
Издательство: Wiley-Scrivener
Год: 2025
Страниц: 228
Язык: английский
Формат: pdf (true), epub (true)
Размер: 60.5 MB, 15.6 MB

The book presents a suite of innovative tools to reshape society into an interconnected future where technology empowers humans to efficiently resolve pressing socio-economic issues while fostering inclusive growth. This book introduces a spectrum of pioneering advancements across various sectors within Society 5.0, all underpinned by cutting-edge technological innovations. It aims to deliver an exhaustive collection of contemporary concepts, practical applications, and groundbreaking implementations that have the potential to enhance diverse areas of society. Society 5.0 signifies human advancement and is distinguished by its unique synthesis of cyberspace with physical space. This integration harnesses data gathered via environmental sensors, processed by Artificial Intelligence (AI), to enhance real-world interactions. This volume encompasses an extensive array of scholarly works with detailed insights into fields such as image processing, natural language processing (NLP), computer vision, sentiment analysis, and analyses based on voice and gestures.