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



Реклама


Название: Практическое введение в решение дифференциальных уравнений в Python
Автор: Ершов Николай
Издательство: ДМК
Год: 2022
Формат: True PDF
Страниц: 177
Размер: 41,4 Mb
Язык: Русский

Книга посвящена вопросам практического применения символьных вычислений для решения дифференциальных уравнений и их систем с использованием библиотеки символьных вычислений SymPy языка программирования Python. В каждой главе книги рассматривается какая-либо одна прикладная модель из области физики, химии, биологии и т. д. После теоретического вывода возникающих в модели дифференциальных уравнений максимально детально описывается процесс формализации модели и решения соответствующих дифференциальных уравнений с использованием библиотеки SymPy. Особое внимание при этом уделяется анализу и визуализации найденных решений с помощью библиотеки Matplotlib. Изложение материала сопровождается большим числом иллюстраций и упражнений.
Разместил: vitvikvas 26-08-2022, 18:29 | Комментарии: 0 | Подробнее

Название: Основы алгоритмизации и программирования. Практикум. В двух частях
Автор: Коврижных А.Ю., Конончук Е.А., Лузина Г.Е.
Издательство: Издательство Уральского университета
Год: 2016
Страниц: 54 + 46
Формат: pdf
Размер: 10 mb
Качество: хорошее

Часть 1. Задачи и упражнения. В первой части практикума помещены задания по программированию линейных, разветвляющихся, циклических процессов, алгоритмов с использованием массивов и рассматриваются примеры выполнения этих заданий на языках Паскаль и С#. Излагаемый материал рекомендуется использовать в ходе практических и лабораторных занятий, при выполнении домашних работ и при подготовке к зачету.
Часть 2. Расчетные работы. Вторая часть практикума содержит расчетно-графические задания для самостоятельной работы по программированию, сгруппированные в тематические блоки: линейные вычислительные процессы, разветвляющиеся вычислительные процессы, итерационные циклы, циклы с параметром или счетчиком, обработка элементов массива и алгоритмы поиска. В каждом блоке приводятся теоретические сведения, знание которых необходимо для выполнения приведенных заданий, и примеры выполнения типового задания (на языке Паскаль).
Адресовано студентам, обучающимся по направлениям подготовки «Химия» и «Фундаментальная и прикладная химия».
Разместил: MIHAIL62 26-08-2022, 11:02 | Комментарии: 0 | Подробнее
Название: Data Structures the Fun Way: An Amusing Adventure with Coffee-Filled Examples
Автор: Jeremy Kubica
Издательство: No Starch Press
Год: 2023
Формат: True PDF
Страниц: 307
Размер: 12,2 Mb
Язык: English

Learn how and when to use the right data structures in any situation, strengthening your computational thinking, problem-solving, and programming skills in the process. This accessible and entertaining book provides an in-depth introduction to computational thinking through the lens of data structures — a critical component in any programming endeavor. You’ll learn how to work with more than 15 key data structures, from arrays, stacks, and queues, to caches, bloom filters, skip lists, and graphs. You’ll also master linked lists by virtually standing in line at a cafe, hash tables by cataloging the history of the summer Olympics, and QuadTrees by neatly organizing your kitchen cabinets, all while becoming familiar with basic computer science concepts, like recursion and running time analysis.
Разместил: vitvikvas 26-08-2022, 09:01 | Комментарии: 0 | Подробнее
Название: Foundations of Scalable Systems
Автор: Ian Gorton
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 340
Размер: 10 Mb
Язык: English

In many systems, scalability becomes the primary driver as the user base grows. Attractive features and high utility breed success, which brings more requests to handle and more data to manage. But organizations reach a tipping point when design decisions that made sense under light loads suddenly become technical debt. This practical book covers design approaches and technologies that make it possible to scale an application quickly and cost-effectively.
Author Ian Gorton takes software architects and developers through the principles of foundational distributed systems. You'll explore the essential ingredients of scalable solutions, including replication, state management, load balancing, and caching. Specific chapters focus on the implications of scalability for databases, microservices, and event-based streaming systems.
Разместил: vitvikvas 26-08-2022, 04:09 | Комментарии: 0 | Подробнее
Название: Learn JavaFX Game and App Development: With FXGL 17
Автор: Dr. Almas Baimagambetov
Издательство: Apress
Год: 2022
Формат: True PDF, ePUB
Страниц: 228
Размер: 11,3 Mb
Язык: English

Understand real-world game development concepts using the JavaFX game engine called FXGL. The core focus of the book is on developing a standalone game or an application with FXGL. We will start with an overview of the book followed by requisite concepts from Java and JavaFX that will be used throughout this book. Next, we will learn about the FXGL game engine and its wide range of real-world game development techniques. In the next chapter, we learn about entity-component model used in FXGL to create a powerful abstraction of the game world. The next chapter builds on this, where we develop a platformer game using the physics engine and a popular external tool called Tiled. An important concept of games AI is covered in the following chapter. Visually complex features related to graphics and rendering as well as UI elements and the animation system in FXGL will be discussed in the next chapter. The next chapter is dedicated to non-game applications that can be developed using FXGL. The last two chapters cover packaging and deployment of JavaFX and FXGL applications and discussion on future projects.
Разместил: vitvikvas 25-08-2022, 19:06 | Комментарии: 0 | Подробнее
Название: Unleash Core dаta: Fetching Data, Migrating, and Maintaining Persistent Stores
Автор: Avi Tsadok
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 335
Размер: 10 Mb
Язык: English

With many frameworks, there’s a point in the learning curve where you stop fearing the mountain of knowledge to learn and just enjoy the power to play and develop. For some reason many developers feel that point seems harder to reach with Core Data. And that’s unjustified―Core Data is a great framework that with powerful, optimized tools right out of the box. So it's time you stopped fearing the journey and took your steps further out into the world of enjoying the power of Core Data.
Разместил: vitvikvas 25-08-2022, 17:19 | Комментарии: 0 | Подробнее
Название: Simulation with Python: Develop Simulation and Modeling in Natural Sciences, Engineering, and Social Sciences
Автор: Rongpeng Li, Aiichiro Nakano
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 175
Размер: 10 Mb
Язык: English

The book discusses simulation used in the natural and social sciences and with simulations taken from the top algorithms used in the industry today. The authors use an engaging approach that mixes mathematics and programming experiments with beginning-intermediate level Python code to create an immersive learning experience that is cohesive and integrated. After reading this book, you will have an understanding of simulation used in natural sciences, engineering, and social sciences using Python.
Разместил: vitvikvas 25-08-2022, 17:04 | Комментарии: 0 | Подробнее
Название: Blockchain and Ethereum Smart Contract Solution Development: Dapp Programming with Solidity
Автор: Weijia Zhang, Tej Anand
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 464
Размер: 10 Mb
Язык: English

Build decentralized applications with smart contract programming. Following the curriculum from an active blockchain course taught by the author at the McCombs School of Business at the University of Texas, this book fills the gaps for you from learning about basic cryptocurrency uses of blockchain to understanding smart contracts and dapps.
You’ll first start by understanding the basics of blockchain technology. Take a business point of view to discover general concepts about blockchains and dapps or “decentralized apps” built off of smart contracts. Next, learn about the token economy, how to design tokens, and relevant client technologies, such as web3, metamask, and UI/UX design. Then, install a blockchain node yourself.
With a basic understanding of blockchain applications and business uses, you’ll move further into hands-on development. There are ten modules for hands-on smart contract programming covered to build your own decentralized applications. Several team projects built end-to-end from concept to deployment to operation are also provided. Using these models and your own original work, you’ll build a smart contract development environment, practice Solidity programming, compile source code, perform security reviews, and deploy bytecode to blockchains.
Разместил: vitvikvas 25-08-2022, 16:56 | Комментарии: 0 | Подробнее
Название: Mapping Data Flows in Azure Data Factory
Автор: Mark Kromer
Издательство: Apress
Год: 2022
Формат: True PDF
Страниц: 204
Размер: 10 Mb
Язык: English

Build scalable ETL data pipelines in the cloud using Azure Data Factory’s Mapping Data Flows. Each chapter of this book addresses different aspects of an end-to-end data pipeline that includes repeatable design patterns based on best practices using ADF’s code-free data transformation design tools. The book shows data engineers how to take raw business data at cloud scale and turn that data into business value by organizing and transforming the data for use in data science projects and analytics systems.
Разместил: vitvikvas 25-08-2022, 16:22 | Комментарии: 0 | Подробнее
Название: Mathematical Logic through Python
Автор: Yannai A. Gonczarowski, Noam Nisan
Издательство: Cambridge University Press
Год: 2022
Формат: PDF
Страниц: 285
Размер: 10 Mb
Язык: English

Using a unique pedagogical approach, this text introduces mathematical logic by guiding students in implementing the underlying logical concepts and mathematical proofs via Python programming. This approach, tailored to the unique intuitions and strengths of the ever-growing population of programming-savvy students, brings mathematical logic into the comfort zone of these students and provides clarity that can only be achieved by a deep hands-on understanding and the satisfaction of having created working code. While the approach is unique, the text follows the same set of topics typically covered in a one-semester undergraduate course, including propositional logic and first-order predicate logic, culminating in a proof of Gödel's completeness theorem. A sneak peek to Gödel's incompleteness theorem is also provided. The textbook is accompanied by an extensive collection of programming tasks, code skeletons, and unit tests. Familiarity with proofs and basic proficiency in Python is assumed.
Разместил: vitvikvas 25-08-2022, 16:05 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности