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



Реклама


Название: SQL Server Database Programming with Java
Автор: Ying Bai
Издательство: Springer
Год: 2022
Формат: PDF
Страниц: 684
Размер: 32 Mb
Язык: English

This textbook covers both fundamental and advanced Java database programming techniques for beginning and experienced students as well as programmers (courses related to database programming in Java with Apache NetBeans IDE 12 environment). A sample SQL Server 2019 Express database, CSE_DEPT, is created and implemented in all example projects throughout this textbook.
Разместил: vitvikvas 29-08-2022, 04:04 | Комментарии: 0 | Подробнее

Название: Элементы гейм-дизайна. Как создавать игры, от которых невозможно оторваться
Автор: Роберт Зубек
Издательство: Эксмо
Год: 2022
Формат: fb2, rtf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Хотите разобраться, в чем секрет успешных игр? Это вводное пособие по гейм-дизайну поможет вам освоить не только в теоретические основы, но и практические техники дизайна игр. Роберт Зубек, гейм-дизайнер и сооснователь независимой игровой студии в Чикаго, на конкретных примерах объясняет, что стоит за словом «гейм-дизайн» и как создать игру, которая понравится всем. Его подход базируется на трех столпах разработки игр, от которых зависит успех вашей игры. В этой книге вы найдете множество иллюстраций и схем, а также сможете выполнить индивидуальные и групповые упражнения, которые помогут вам стать настоящим профессионалом в разработке игр.
Разместил: tanyavip1 27-08-2022, 10:29 | Комментарии: 0 | Подробнее
Название: Практическое введение в решение дифференциальных уравнений в Python
Автор: Ершов Николай
Издательство: ДМК
Год: 2022
Формат: True PDF
Страниц: 177
Размер: 41,4 Mb
Язык: Русский

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

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

Часть 1. Задачи и упражнения. В первой части практикума помещены задания по программированию линейных, разветвляющихся, циклических процессов, алгоритмов с использованием массивов и рассматриваются примеры выполнения этих заданий на языках Паскаль и С#. Излагаемый материал рекомендуется использовать в ходе практических и лабораторных занятий, при выполнении домашних работ и при подготовке к зачету.
Часть 2. Расчетные работы. Вторая часть практикума содержит расчетно-графические задания для самостоятельной работы по программированию, сгруппированные в тематические блоки: линейные вычислительные процессы, разветвляющиеся вычислительные процессы, итерационные циклы, циклы с параметром или счетчиком, обработка элементов массива и алгоритмы поиска. В каждом блоке приводятся теоретические сведения, знание которых необходимо для выполнения приведенных заданий, и примеры выполнения типового задания (на языке Паскаль).
Адресовано студентам, обучающимся по направлениям подготовки «Химия» и «Фундаментальная и прикладная химия».
Разместил: MIHAIL62 26-08-2022, 11:04 | Комментарии: 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, 08:57 | Комментарии: 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:10 | Комментарии: 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:05 | Комментарии: 0 | Подробнее
Название: Unleash Core data: 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:05 | Комментарии: 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.
Разместил: vitvikvas 25-08-2022, 16:57 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности