Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: The Complete Python Coding Manual - 21th Edition, 2024
Автор: Papercut Limited
Издательство: Papercut Limited
Год: 2024
Страниц: 164
Язык: английский
Формат: pdf
Размер: 75.7 MB

Немногие языки программирования добились такого успеха, как Python, и благодаря его уникальному развитию каждый может научиться кодировать такие технические проекты, как Большой адронный коллайдер, сбор данных петабайтного масштаба, позволивший получить первые изображения черных дыр, или создание следующего поколения искусственного интеллекта. Выучить Python может каждый: освоение не займет много времени, но начинать нужно с малого. Это руководство поможет вам заложить основу для будущего кодинга на Python, начиная с установки языка на компьютер и заканчивая созданием пользовательских взаимодействий и сложных переменных. На этих страницах вы найдете все, что нужно, чтобы стать программистом на Python и перейти на новый уровень. Если вы хотите продвинуться по карьерной лестнице, изучая Python, или просто развлечься и открыть для себя что-то новое, наши пошаговые руководства и пособия дадут вам необходимые знания.
Разместил: Ingvar16 26-03-2024, 03:56 | Комментарии: 0 | Подробнее
Название: Programming: Principles and Practice Using C++, 3rd Edition
Автор: Bjarne Stroustrup
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2024
Страниц: 656
Язык: английский
Формат: epub
Размер: 62.0 MB

An Introduction to Programming by the Inventor of C++. Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. Programming is the art of expressing solutions to problems so that a computer can execute those solutions. Much of the effort in programming is spent finding and refining solutions. Often, a problem is only fully understood through the process of programming a solution for it. This book is for someone who has never programmed before but is willing to work hard to learn. It helps you understand the principles and acquire the practical skills of programming using the C++ programming language. It can also be used by someone with some programming knowledge who wants a more thorough grounding in programming principles and contemporary C++.
Разместил: Ingvar16 26-03-2024, 00:44 | Комментарии: 0 | Подробнее
Название: What Every Engineer Should Know About Digital Accessibility
Автор: Sarah Horton, David Sloan
Издательство: CRC Press
Серия: What Every Engineer Should Know
Год: 2024
Страниц: 269
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Accessibility is a core quality of digital products to be deliberately addressed throughout the development lifecycle. What Every Engineer Should Know About Digital Accessibility will prepare readers to integrate digital accessibility into their engineering practices. Readers will learn how to accurately frame accessibility as an engineering challenge so they are able to address the correct problems in the correct way. Illustrated with diverse perspectives from accessibility practitioners and advocates, this book describes how people with disabilities use technology, the nature of accessibility barriers in the digital world, and the role of engineers in breaking down those barriers. Accessibility competence for current, emerging, and future technologies is addressed through a combination of guiding principles, core attributes and requirements, and accessibility?informed engineering practices. This book spans a range of topics related to computer science, including software engineering, human–computer interaction, web and mobile application development, and product and project management. This is intentional. Accessibility considerations apply regardless of the role you might perform in a digital product development. Everyone has an opportunity to make informed decisions that help ensure that accessibility is a priority.
Разместил: Ingvar16 25-03-2024, 22:56 | Комментарии: 0 | Подробнее
Название: Fundamentals of Digital Forensics: A Guide to Theory, Research and Applications, 3rd Edition
Автор: Joakim Kavrestad, Marcus Birath, Nathan Clarke
Издательство: Springer
Серия: Texts in Computer Science
Год: 2024
Страниц: 292
Язык: английский
Формат: pdf (true), epub
Размер: 51.5 MB

This textbook describes the theory and methodology of digital forensic examinations, presenting examples developed in collaboration with police authorities to ensure relevance to real-world practice. The coverage includes discussions on forensic artifacts and constraints, as well as forensic tools used for law enforcement and in the corporate sector. Emphasis is placed on reinforcing sound forensic thinking, and gaining experience in common tasks through hands-on exercises. This enhanced third edition describes practical digital forensics with open-source tools and includes an outline of current challenges and research directions. This book begins with setting the stage for forensics examinations by discussing the theoretical foundation that the authors regard as relevant and important for the area. This section will introduce the reader to the areas of computer forensics and the forensic methodology as well as discuss how to find and interpret certain artifacts in a Windows environment. The book will then take a more practical focus and discuss the hows and whys about some key forensic concepts. Finally, the book will provide a section with information on how to find and interpret artifacts. It should at this point be noticed that the book does not, by far, cover every single case, question, or artifact. Practical examples are rather here to serve as demonstrations of how to implement a forensically sound way of examining digital evidence and use forensic tools. Windows 10 and 11 have been used for practical examples, and they are, unless otherwise stated, accurate for both of those versions of Windows.
Разместил: Ingvar16 25-03-2024, 18:49 | Комментарии: 0 | Подробнее

Название: Django 5 для начинающих + Продвинутый Django 5 для продолжающих
Автор: Илья Перминов
Издательство: Stepik
Год: 2023
Формат: HTML
Страниц: много
Размер: 409 Mb
Язык: Русский

Этот курс проведет вас через весь процесс разработки профессиональных веб-приложений с помощью Django и Django REST Framework. Все лекции посвящены объяснению механизмов работы веб-фреймворка Django путем написания нескольких проектов на Python с нуля и последующим их деплоем на сервер. В курсе 118 задач и 108 тестов для закрепления и проверки знаний. Внимание, данный курс не содержит ни минуты видео!


Разместил: Chipa 25-03-2024, 18:10 | Комментарии: 0 | Подробнее
Название: Spring Boot 3 Recipes: A Problem-Solution Approach for Java Microservices and Cloud-Native Applications, Second Edition
Автор: Marten Deinum
Издательство: Apress
Год: 2024
Страниц: 486
Язык: английский
Формат: pdf, epub
Размер: 17.3 MB

Solve all your Spring Boot 3 micro-framework problems using complete, real-world Java-based code snippets and examples inspired by various problems and corresponding solutions to those problems . When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your own specific software programming needs. This can save you a great deal of work over creating a project from scratch. Spring Boot 3 Recipes has been revised to include new features like the new Spring Native, newly repackaged Spring Data, Spring Kafka for messaging and more on Kubernetes/deployment than in the previous edition. It includes Java 17 long term support code and Jakarta EE 9+ code as a base for Spring Boot 3. This handy code reference takes advantage of these things as it introduces you to VMWare's Spring Boot 3 and Spring Native. Quickly, it dives into code snippets on how to apply and integrate SpringBoot 3 with the Spring MVC web framework, web sockets and WebFlux for the rapid development of web applications, web services, microservices and more. This book is for experienced Java and Spring software programmers, developers.
Разместил: Ingvar16 25-03-2024, 16:41 | Комментарии: 0 | Подробнее
Название: Ресурсно-эффективные компьютерные алгоритмы. Разработка и анализ
Автор: Ульянов М.В.
Издательство: М.: НАУКА, ФИЗМАТЛИТ
Год: 2007
Cтраниц: 376
Формат: pdf
Размер: 12 мб
Язык: русский

Разработка и анализ компьютерных алгоритмов — новая дисциплина, возникшая на стыке дискретной математики, программирования и классической теории алгоритмов, играющая важную роль в современных компьютерных технологиях. Для большинства практически значимых задач, решаемых сегодня с использованием компьютеров, существуют разнообразные алгоритмы их решения.
Разместил: rivasss 25-03-2024, 13:52 | Комментарии: 0 | Подробнее
Название: Android Studio Iguana Essentials - Kotlin Edition
Автор: Neil Smyth
Издательство: Payload Media
Год: 2024 (Rev: 1.0)
Страниц: 1316
Язык: английский
Формат: epub (true)
Размер: 58.0 MB

Fully updated for Android Studio Iguana (2023.2.1) and the new UI, this book teaches you how to develop Android-based applications using the Kotlin programming language. The primary goals of the Kotlin language are to make code both concise and safe. Code is generally considered concise when it can be easily read and understood. Conciseness also plays a role when writing code, allowing code to be written more quickly and with greater efficiency. In terms of safety, Kotlin includes a number of features that improve the chances that potential problems will be identified when the code is being written instead of causing runtime crashes. This book begins with the basics and outlines how to set up an Android development and testing environment, followed by an introduction to programming in Kotlin, including data types, control flow, functions, lambdas, and object-oriented programming. Asynchronous programming using Kotlin coroutines and flow is also covered in detail.
Разместил: Ingvar16 25-03-2024, 06:53 | Комментарии: 0 | Подробнее
Название: Societal Impacts of Artificial Intelligence and Machine Learning
Автор: Carlo Lipizzi
Издательство: Springer
Серия: Synthesis Lectures on Computer Science
Год: 2024
Страниц: 160
Язык: английский
Формат: pdf (true), epub
Размер: 22.0 MB

This book goes beyond the current hype of expectations generated by the news on Artificial Intelligence and Machine Learning by analyzing realistic expectations for society, its limitations, and possible future scenarios for the use of this technology in our current society. Artificial Intelligence is one of the top topics today and is inflating expectations beyond what the technology can do in the foreseeable future. The future cannot be predicted, but the future of some elements of our society, such as technology, can be estimated. This book merges the modeling of human reasoning with the power of AI technology allowing readers to make more informed decisions about their personal or financial decisions or just being more educated on current technologies. Algorithms are the root science of AI. With minimal exceptions, all the new algorithms are around more “powerful” versions of what is called “artificial neural networks” (ANN). Artificial Neural Networks are a type of Machine Learning algorithm that is modeled after the structure and function of the human brain. They comprise interconnected nodes, called artificial neurons, that process information and make decisions. ANNs are used to analyze patterns and make predictions from large sets of data.
Разместил: Ingvar16 24-03-2024, 19:31 | Комментарии: 0 | Подробнее
Эволюционная архитектура. Автоматизированное управление программным обеспечением, 2-е межд. издание
Название: Эволюционная архитектура. Автоматизированное управление программным обеспечением, 2-е межд. издание
Автор: Форд Нил, Парсонс Ребекка, Куа Патрик, Садаладж Прамод
Издательство: Спринт Бук
Год: 2024
Формат: pdf
Страниц: 272
Для сайта: Mirknig.su
Размер: 14,2 Мб
Язык: русский

Новые инструменты, фреймворки методики и парадигмы вновь и вновь меняют экосистему разработки программного обеспечения. Непрерывный прогресс основных практик разработки на протяжении последних пяти лет заставил искать новые пути и подходы к архитектуре, чтобы соответствовать постоянно меняющимся требованиям пользователей. В обновленном издании авторы Нил Форд, Ребекка Парсонс, Патрик Куа и Прамод Садаладж приводят реальные примеры, соответствующие потребностям современной разработки ПО.
Разместил: relizer 24-03-2024, 18:55 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности