|
 |
|
 |
|
|
 |
|  |
|
Название: Modern Approach to C Programming: Exploring the foundations of problem-solving through C programming Автор: Amisha Saxena, Nancy Arya, Anil Tanwar Издательство: BPB Publications Год: 2025 Страниц: 270 Язык: английский Формат: pdf, epub (true) Размер: 10.1 MB
C is a powerful and versatile programming language used for building everything from operating systems to video games. This book equips you with the essential knowledge to solve problems and create efficient programs using C. This book provides a comprehensive guide to C programming, starting with the fundamentals of the C language and progressing to advanced topics. It begins by introducing the syntax, data types, operators, control flow statements, and functions. The book then delves into arrays and strings, two essential data structures in C programming. Subsequently, it explores advanced topics such as pointers, structures, unions, and file handling. This book will help readers have a solid understanding of C programming and be equipped to write efficient C programs. By the end of this book, you will be a confident C programmer, ready to write effective code and solve real-world problems. The book provides you with the foundational skills and knowledge to approach programming challenges with a newfound sense of ease, paving the way for a rewarding career as a C programmer. |
Разместил: Ingvar16 4-02-2025, 16:05 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Java Real World Projects: A pragmatic guide for building modern Java applications Автор: Davi Vieira Издательство: BPB Publications Год: 2025 Страниц: 378 Язык: английский Формат: epub (true) Размер: 10.1 MB
Java continues to be a key technology for building powerful applications in today’s fast-changing tech world. This book helps you connect theory with practice, teaching you the skills to create real-world Java projects. With a clear learning path, you will learn the tools and techniques needed to tackle complex software development challenges with confidence. This book, inspired by real-world Java projects, starts with Java fundamentals, covering core APIs, modern features, database handling, and automated testing. It explores frameworks like Spring Boot, Quarkus, and Jakarta EE for enterprise cloud-native applications. Employ container technologies like Docker and Kubernetes for scalable deployments. This book is ideal for aspiring and intermediate Java developers, including students, software engineers, and anyone seeking to enhance their Java skills. Prior experience with basic programming concepts and a foundational understanding of Java are recommended. |
Разместил: Ingvar16 4-02-2025, 15:36 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Справочник IT-терминов Автор: Мария Новосадова Издательство: Инфра-Инженерия Год: 2023 Формат: pdf Страниц: 69 Размер: 36,86 Мб Язык: русский
Представлены основные IT-термины в области разработки, тестирования, системного администрирования, облачных вычислений. Для начинающих IT-рекрутеров и всех, кто интересуется информационными технологиями.
|
Разместил: 366887 4-02-2025, 15:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Графовые алгоритмы. Практическая реализация на платформах Apache Spark и Neo4j Автор: Нидхем М., Холдер Э. Издательство: ДМК Пресс Год: 2020 Cтраниц: 260, цвет. и ч/б ил. Формат: pdf (ocr) Размер: 19 мб Язык: русский
Каждую секунду во всем мире собирается и динамически обновляется огромный объем информации. Графовые алгоритмы, которые основаны на математике, специально разработанной для изучения взаимосвязей между данными, помогают разобраться в этих гигантских объемах. И, что особенно важно в наши дни, они улучшают контекстную информацию для искусственного интеллекта. Эта книга представляет собой практическое руководство по началу работы с графовыми алгоритмами. В начале описания каждой категории алгоритмов приводится таблица, которая поможет быстро выбрать нужный алгоритм и ознакомиться с примерами его использования. Издание предназначено для разработчиков и специалистов по анализу данных. Для изучения материала книги желателен опыт использования платформ Apache Spark™ или Neo4j, но она пригодится и для изучения более общих понятий теории графов, независимо от выбора графовых технологий. |
Разместил: rivasss 4-02-2025, 10:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Deep Learning via Rust: State of the Art Deep Learning in Rust Автор: Evan Pradipta Hardinatha, Jaisy Arasy, Idham Hanif Multazam Издательство: RantAI Academy Серия: Semi-Numerical Series Book 2 Год: December 22, 2024 Страниц: 109 Язык: английский Формат: pdf, epub Размер: 10.1 MB
"Deep Learning via Rust" or DLVR offers a comprehensive exploration of Deep Learning concepts and techniques through the lens of the Rust programming language, known for its performance and safety. The book begins by establishing a strong foundation in Deep Learning principles, mathematical underpinnings, and introduces essential Rust libraries for Machine Learning. It then delves into a wide array of neural network architectures, including CNNs, RNNs, Transformers, GANs, and emerging models like diffusion and energy-based models, providing both theoretical insights and practical implementations. Advanced topics such as hyperparameter optimization, self-supervised learning, reinforcement learning, and model interpretability are thoroughly examined to enhance model performance and understanding. The later sections focus on building, deploying, and scaling Deep Learning models in Rust across various applications like computer vision, natural language processing, and time series analysis, while also addressing scalable and distributed training techniques. Finally, the book explores current and emerging trends in the field, including federated learning, quantum machine learning, etc. |
Разместил: Ingvar16 4-02-2025, 06:51 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Calculus with Python Автор: Hyun-seok Son Издательство: Independently published Год: December 20, 2024 Страниц: 745 Язык: английский Формат: pdf Размер: 28.6 MB
This book mainly uses Python's sympy module to understand the concepts of limits, differentiation, and integrals and introduces various calculation methods. Limits and calculus are used to implicitly express the changes and meaning of functions. Understanding the process of unraveling its implications is a necessary part of deepening the understanding of calculus and smoothing its application. This process can be explained in more detail using the programming language Python. Many examples are covered in the introduction to functions, limits, and calculus, and their solution processes are presented mathematically and actual calculations are performed using a Python program. Using the program mostly follows a similar process and requires basic knowledge of installing Python and writing code. However, the basic concepts and calculation processes of limits and calculus are explained without applying Python, so you can understand the contents without writing code. |
Разместил: Ingvar16 4-02-2025, 06:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Linear Algebra with Python Автор: Hyun-seok Son Издательство: Independently published Год: December 20, 2024 Страниц: 457 Язык: английский Формат: pdf Размер: 20.8 MB
Linear algebra, which provides the basic theory for utilizing vectors and matrices, provides many algorithms to increase the accuracy and speed of calculations in the computing process for data analysis and to discover the characteristics of the data set. These algorithms are very useful for understanding probability, statistics, and computing applied to learning machines. This book introduces many basic aspects of linear algebra using Python packages such as NumPy and SymPy. Chapters 1 and 2 introduce the creation and characteristics of vectors and matrices. These characteristics are advantageous for various characteristics and calculations of functions by connecting linear functions with vectors or matrices. This part is introduced in Chapter 3. The process of converting a function to another function while maintaining its basic characteristics is covered in Chapter 4. This transformation can convert and apply complex functions to a simpler form. This transformation is called decomposition and is introduced in Chapter 5. In this process, various Python functions and packages are applied and their descriptions are attached in the appendix. |
Разместил: Ingvar16 4-02-2025, 05:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Designing Data intensive application in Python Автор: Aarav Joshi Издательство: 101 Books Год: December 20, 2024 Страниц: 417 Язык: английский Формат: pdf Размер: 33.3 MB
Data is growing at an unprecedented rate, driven by advancements in technology, the proliferation of connected devices, and the rise of digital transformation. Every second, organizations generate vast amounts of data from diverse sources—social media, IoT sensors, e-commerce platforms, and more. This explosion of data brings immense opportunities for innovation, but it also presents significant challenges. To harness its potential, we must adopt best practices to handle data effectively, ensuring reliability, scalability, and security. Mishandling data can lead to inefficiencies, inaccuracies, and security vulnerabilities. Best practices, such as implementing robust data pipelines, ensuring consistency across systems, and prioritizing fault tolerance, are essential for building scalable and dependable data-intensive applications. Python has emerged as a preferred language for data-intensive applications due to its simplicity, extensive library ecosystem, and versatility. Libraries like Pandas, Dask, PySpark, and TensorFlow empower developers to process, analyze, and visualize data at scale efficiently. |
Разместил: Ingvar16 4-02-2025, 04:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Mastering ChatGPT: Basics of Artificial Intelligence For Everyone Автор: Blake Archer Издательство: Blake Archer Год: 2024 Формат: pdf, epub Страниц: 166 Размер: 31,91 Мб Язык: английский Unlock the Power of AI with ChatGPT: Your Ultimate Guide to Conversational AI! Step into the future with "Mastering ChatGPT: Basics of Artifical Intelliegence for Everyone." Whether you're a tech enthusiast, entrepreneur, or simply curious about AI, this book is your essential guide to understanding and mastering ChatGPT.
|
Разместил: 366887 3-02-2025, 23:39 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Line-of-Business Mobile Apps with Flutter and Dart Автор: Isaac Lyman Издательство: newline Год выхода: 2025 Страниц: 242 Формат: True PDF, True ePUB Размер: 29,5 MB Язык: английский
Distribute and Deploy to iOS and Android from a Single Codebase Flutter is a popular cross-platform development framework. It’s packed with off-the-shelf features and focused on developer ergonomics, which means you can build faster and deploy to more platforms with fewer dependencies. Some parts of the framework will catch you by surprise, though, especially if you’re used to developing for the web or writing native apps. This course will walk you through the creation of a Flutter app from setup to final package and help you develop a mental model that will carry you through the most common problems Flutter devs encounter. |
Разместил: Dovegone 3-02-2025, 23:31 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|