C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by step

Автор: literator от 26-12-2021, 19:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by stepНазвание: C++ Game Programming: New Book Learn C++ from scratch and start build your very own new games step by step
Автор: Zizo Rizk
Издательство: Independently published
Год: 2021
Страниц: 328
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

New Book Learn C++ from scratch and start build your very own new games step by step very easy. One question you might have is, why use C++ at all? C++ is fast, very fast. What makes this the case is the fact that the code that we write is directly translated into machine executable instructions. These instructions make the game. The executable game is contained within an .exe file that the player can simply double-click to run. There are a few steps in the process. First, the pre-processor looks to see if any other code needs to be included within our own code and adds it when necessary. Next, all the code is compiled into object files by the compiler program. Finally, a third program, called the linker, joins all the object files into the executable file, which is our game. In addition, C++ is well established at the same time as being extremely upto-date. C++ is an object oriented programming ( OOP ) language, which means we can write and organize our code in a proven way that makes our games efficient and manageable. The benefits, as well as the necessity for this, will reveal themselves as we progress through the book.
 

Объектно-ориентированный анализ и проектирование систем

Автор: kotmatros255 от 26-12-2021, 10:27, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Объектно-ориентированный анализ и проектирование систем
Автор: Эдвард Йордон, Карл Аргила
Издательство: Лори
Год: 2007
ISBN: 5-85582-057-2
Формат: pdf
Страниц: 284
Размер: 106 Мб
Язык: русский

В данной книге показан процесс объектно-ориентированного анализа и проектирования реальных систем. Помимо терминологии, обозначений и модельной структуры рассматриваются вопросы анализа, разработки проекта и управления им.
 

The AI Model Handbook: A guide to the world of artificial intelligence modeling

Автор: literator от 26-12-2021, 07:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

The AI Model Handbook: A guide to the world of artificial intelligence modelingНазвание: The AI Model Handbook: A guide to the world of artificial intelligence modeling
Автор: Minh Trinh
Издательство: Rodeo Press
Год: 2021
Страниц: 358
Язык: английский
Формат: pdf, epub
Размер: 22.1 MB

This book introduces in a non-technical way Artificial Intelligence (AI), Machine Learning, and the most common models used in production. It covers supervised and unsupervised learning, Deep Learning, natural language processing (NLP), computer vision, generative adversarial networks, graph neural networks, recommender systems, and causal inference. Machine learning studies how computer programs can learn with experience (data) to make better forecasts and decisions. Learning can involve actual data or simulated data. We can see machine learning as a subcategory of artificial intelligence. It is unclear whether machine learning is sufficient to “solve intelligence.” We can divide Machine Learning into different categories: Supervised learning, unsupervised learning, self-supervised learning, and reinforcement learning.
 

Жемчужины проектирования алгоритмов. Функциональный подход

Автор: SCART56 от 26-12-2021, 07:31, Коментариев: 2

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Жемчужины проектирования алгоритмов. Функциональный подход
Автор: Ричард Берд
Год издания: 2013
Издательство: ДМК Пресс
ISBN: 978-5-94074-867-0, 978-0-521-51338-8
Страниц: 330
Формат: PDF, DJVU
Размер: 13 Мб (+3%)


В этой книге Ричард Берд представляет принципиально новый подход к проектированию алгоритмов, а именно проектирование посредством формального вывода. Основное содержание книги разделено на 30 коротких глав, называемых жемчужинами, в каждой из которых решается конкретная программистская задача. Эти задачи, некоторые из них абсолютно новые, происходят из таких разнообразных источников, как игры и головоломки, захватывающие комбинаторные построения и более традиционные алгоритмы сжатия данных и сопоставления строк.
 

Requirements Modeling And Coding: An Object-oriented Approach

Автор: literator от 26-12-2021, 07:29, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Requirements Modeling And Coding: An Object-oriented ApproachНазвание: Requirements Modeling And Coding: An Object-oriented Approach
Автор: Liping Liu
Издательство: World Scientific Publishing
Год: 2021
Страниц: 470
Язык: английский
Формат: pdf (true), epub
Размер: 25.7 MB

Requirements Modeling and Coding attempts to bridge the gap between modeling and coding and serves the growing trend of agile development better than existing textbooks in the area. Instead of using toy tools to create modeling and coding examples, the author teaches IBM Rational Rhapsody as a modeling tool and Microsoft Visual C# as a programming tool. C# is the purest object-oriented programming language and the best tool for developing graphical user interfaces, while Rhapsody is a visual development environment that real software developers use to create real-time or embedded systems.This book serves as a text for a capstone course on Systems Analysis and Design in Information Systems programs. It conceptualizes business objects and functions, develops business models and software architectures, and enriches the models and the architectures by storyboarding use cases along with user interface designs.Instructor's resources are provided for free to instructors who adopt the book as textbook.
 

Машинное обучение для бизнеса и маркетинга

Автор: TRex от 25-12-2021, 17:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Машинное обучение для бизнеса и маркетинга
Автор: Кацов Илья
Издательство: Питер
Год: 2019
Формат: PDF
Страниц: 512
Размер: 10 Mb
Язык: Русский

Наука о данных становится неотъемлемой частью любой маркетинговой деятельности, и эта книга является живым портретом цифровых преобразований в маркетинге. Анализ данных и интеллектуальные алгоритмы позволяют автоматизировать трудоемкие маркетинговые задачи. Процесс принятия решений становится не только более совершенным, но и более быстрым, что имеет большое значение в постоянно ускоряющейся конкурентной среде.

 

Semantic and Interactive Content-based Image Retrieval

Автор: literator от 25-12-2021, 16:30, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Semantic and Interactive Content-based Image RetrievalНазвание: Semantic and Interactive Content-based Image Retrieval
Автор: Björn Barz
Издательство: Cuvillier
Год: 2020
Страниц: 323
Язык: английский
Формат: pdf (true)
Размер: 22.4 MB

Content-based image retrieval (CBIR) aims for finding images in large databases such as the internet based on their content. Given an exemplary query image provided by the user, the retrieval system provides a ranked list of similar images. Most contemporary CBIR systems compare images solely by means of their visual similarity, i.e., the occurrence of similar textures and the composition of colors. However, visual similarity does not necessarily coincide with semantic similarity. The predominant technique for end-to-end learning are artificial neural networks (ANNs), which consist of a stack of several layers that apply a non-linear transformation to the output of the previous layer. When dealing with images, this transformation typically consists in a set of learned convolutions followed by a non-linear element-wise function. While the earlier layers typically encode low-level image features such as edges, the degree of abstraction increases from layer to layer. For this reason, end-to-end learning using ANNs is widely known as Deep Learning.
 

The Practical Python: 100+ Practical Example Projects

Автор: literator от 24-12-2021, 22:14, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

The Practical Python: 100+ Practical Example ProjectsНазвание: The Practical Python: 100+ Practical Example Projects, 2nd Edition
Автор: Emenwa Global
Издательство: Gstevewall Academy
Год: 2021
Страниц: 188
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

The Practical Python Course is the most practical course you will find on the web today. In this course, rather than practicing rote memorization, students are actively problem-solving towards tangible goals. You will learn to build real-life desktop programs and you will become a programmer able to produce real-life Python programs.
 

Стили и методы программирования (2021)

Автор: umkaS от 24-12-2021, 13:34, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Стили и методы программирования
Автор: Непейвода Н.Н.
Издательство: ИНТУИТ
Год: 2021
Cтраниц: 295
Формат: pdf
Размер: 37 мб
Язык: русский

Учебное пособие предполагает начальные умения структурного программирования на традиционном языке и не исключает начальных умений на одном из языков других стилей. Базовые умения для других стилей программирования могут быть получены по ходу изучения издания, для чего в него включены необходимые сведения и упражнения.
 

GPT-3: Building Innovative NLP Products Using Large Language Models (Second Early Release)

Автор: literator от 23-12-2021, 22:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

GPT-3: Building Innovative NLP Products Using Large Language Models (Second Early Release)Название: GPT-3: Building Innovative NLP Products Using Large Language Models (Second Early Release)
Автор: Sandra Kublik, Shubham Saboo
Издательство: O’Reilly Media, Inc.
Год: 2021-12-14
Язык: английский
Формат: pdf, epub
Размер: 14.5 MB

GPT-3: NLP with LLMs is a unique, pragmatic take on Generative Pre-trained Transformer 3, the famous AI language model launched by OpenAI in 2020. This model is capable of tackling a wide array of tasks, like conversation, text completion, and even coding with stunningly good performance. Since its launch, the API has powered a staggering number of applications that have now grown into full-fledged startups generating business value. This book will be a deep dive into what GPT-3 is, why it is important, what it can do, what has already been done with it, how to get access to it, and how one can build a GPT-3 powered product from scratch.