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



Реклама


Название: Паскаль для школьников: Подготовка к ЕГЭ (+CD)
Автор: Кашаев С.М., Шерстнева Л.В.
Издательство: СПб.: БXB-Пeтepбypг
Год: 2011 - 2-е изд., перераб. и доп.
Cтраниц: 336
Формат: pdf
Размер: 11 мб
Язык: русский

Подробно описаны приемы программирования на Паскале и технология разработки различных алгоритмов программ с акцентом на темы, выносимые на Единый государственный экзамен по информатике и информационно-коммуникационным технологиям. Рассматриваются: описание языка Паскаль, конструкции алгоритмов и блок-схемы, одномерные и двумерные массивы, строки и записи, файлы, численное интегрирование и анализ функций, подпрограммы и функции, работа с данными.
Разместил: rivasss 18-06-2022, 07:02 | Комментарии: 0 | Подробнее
Название: Python for Geospatial Data Analysis
Автор: Bonny P. McClain
Издательство: O’Reilly Media
Год: 2022-06-17: Sixth Release
Формат: ePUB
Размер: 71,2 Mb
Язык: English

In spatial data science, things in closer proximity to one another likely have more in common than things that are farther apart. With this practical book, geospatial professionals, data scientists, business analysts, geographers, geologists, and others familiar with data analysis and visualization will learn the fundamentals of spatial data analysis to gain a deeper understanding of their data questions.
Author Bonny McClain demonstrates why data mapping is important for looking at outliers, distribution, variables, and temporal charts. You'll learn how visual exploration can reveal inaccurate geocodes or location statistics. The application of geospatial analysis is relevant for professionals working with pattern detection, clustering, and deep learning.
Разместил: vitvikvas 18-06-2022, 02:28 | Комментарии: 0 | Подробнее
Название: Introduction to C++: 500+ Difficulty-Scaled Solved Programming Exercises
Автор: George S. Tselikis
Издательство: CRC Press
Год: 2022
Формат: True PDF
Страниц: 906
Размер: 15,6 Mb
Язык: English

This book is primarily for students who are taking a course on the C++ language, for those who wish to self-study the C++ language, and for programmers who have experience with C and want to advance to C++. It could also prove useful to instructors of the C++ course who are looking for explanatory programming examples to add in their lectures. The focus of this book is to provide a solid introduction to the C++ language and programming knowledge through a large number of practical examples and meaningful advice. It includes more than 500 exercises and examples of progressive difficulty to aid the reader in understanding the C++ principles and to see how concepts can materialize in code.
The examples are designed to be short, concrete, and substantial, quickly giving the reader the ability to understand how to apply correctly and efficiently the features of the C++ language and to get a solid programming know-how. Rest assured that if you are able to understand this book’s examples and solve the exercises, you can safely go on to edit larger programs, you will be able to develop your own applications, and you will have certainly established a solid fundamental conceptual and practical background to expand your knowledge and skills.
Разместил: vitvikvas 17-06-2022, 20:59 | Комментарии: 0 | Подробнее

Название: Catalyst by Tutorials (3rd Edition)
Автор: Marin Bencevic, Nick Bonatsakis, Andy Pereira
Издательство: Razeware LLC
Год: 2022
Формат: pdf
Страниц: 238
Размер: 20 mb
Язык: Английский

Run iOS apps Natively on macOS With Catalyst!
Catalyst by Tutorials shows you how to take all of those great apps you’ve built on iOS and run them right on macOS. But like everything else with Apple, it’s not always as straightforward as you’d like it to be. This book will show you how to design your apps to work well on macOS, what you can and can’t port between the two platforms, and any other “gotchas” to keep an eye out for when building apps under Catalyst.
Разместил: na5ballov 17-06-2022, 16:08 | Комментарии: 0 | Подробнее
Название: A First Course in Artificial Intelligence
Автор: Osondu Oguike
Издательство: Bentham Science Publishers
Год: 2022
Формат: ePUB, PDF
Страниц: 343
Размер: 10,6 Mb
Язык: English

The importance of Artificial Intelligence cannot be over-emphasised in current times, where automation is already an integral part of industrial and business processes. A First Course in Artificial Intelligence is a comprehensive textbook for beginners which covers all the fundamentals of Artificial Intelligence. Seven chapters (divided into thirty-three units) introduce the student to key concepts of the discipline in simple language, including expert system, natural language processing, machine learning, machine learning applications, sensory perceptions (computer vision, tactile perception) and robotics. Each chapter provides information in separate units about relevant history, applications, algorithm and programming with relevant case studies and examples. The simplified approach to the subject enables beginners in computer science who have a basic knowledge of Java programming to easily understand the contents. The text also introduces Python programming language basics, with demonstrations of natural language processing. It also introduces readers to the Waikato Environment for Knowledge Analysis (WEKA), as a tool for machine learning.
Разместил: vitvikvas 17-06-2022, 13:17 | Комментарии: 0 | Подробнее
Название: Advanced SQL with SAS
Автор: Schendera, Chrisфan FG
Издательство: SAS Insфtute Inc
Год: 2022
Формат: True PDF
Страниц: 428
Размер: 44 Mb
Язык: English

This book introduces advanced techniques for using PROC SQL in SAS. If you are a SAS programmer, analyst, or student who has mastered the basics of working with SQL, Advanced SQL with SAS will help take your skills to the next level. Filled with practical examples with detailed explanations, this book demonstrates how to improve performance and speed for large data sets. Although the book addresses advanced topics, it is designed to progress from the simple and manageable to the complex and sophisticated.
Разместил: vitvikvas 17-06-2022, 11:12 | Комментарии: 0 | Подробнее
Название: Alternating Direction Method of Multipliers for Machine Learning
Автор: Zhouchen Lin, Huan Li, Cong Fang
Издательство: Springer
Год: 2022
Формат: PDF
Страниц: 274
Размер: 10 Mb
Язык: English

Machine learning heavily relies on optimization algorithms to solve its learning models. Constrained problems constitute a major type of optimization problem, and the alternating direction method of multipliers (ADMM) is a commonly used algorithm to solve constrained problems, especially linearly constrained ones. Written by experts in machine learning and optimization, this is the first book providing a state-of-the-art review on ADMM under various scenarios, including deterministic and convex optimization, nonconvex optimization, stochastic optimization, and distributed optimization. Offering a rich blend of ideas, theories and proofs, the book is up-to-date and self-contained. It is an excellent reference book for users who are seeking a relatively universal algorithm for constrained problems. Graduate students or researchers can read it to grasp the frontiers of ADMM in machine learning in a short period of time.
Разместил: vitvikvas 16-06-2022, 10:32 | Комментарии: 0 | Подробнее
Название: Python Data Science By Example: A Hands-On Introduction
Автор: Yuli Vasiliev
Издательство: No Starch Press
Год: 2022
Формат: ePUB
Страниц: 180
Размер: 10 Mb
Язык: English

Python is an ideal choice for accessing, manipulating, and gaining insights from data of all kinds. Python for Data Science introduces you to the Pythonic world of data analysis with a learn-by-doing approach rooted in practical examples and hands-on activities. You ll learn how to write Python code to obtain, transform, and analyse data, practicing state-of-the-art data processing techniques for use cases in business management, marketing, and decision support.
Разместил: vitvikvas 16-06-2022, 02:00 | Комментарии: 0 | Подробнее
Название: Микросервисы Spring в действии
Автор: Карнелл Джон, Санчес Иллари Уайлупо
Издательство: ДMK
Год: 2022
Формат: PDF
Страниц: 491
Размер: 26,4 Mb
Язык: Русский

Spring существенно упрощает создание и развертывание микросервисов! Такие библиотеки, как Spring Boot, Spring Cloud и Spring Cloud Gateway, помогают уменьшить объем типового кода в службах REST. Они предоставляют эффективный набор инструментов для запуска микросервисов как в общедоступных, так и в частных облаках.
Книга учит создавать приложения на основе микросервисов с использованием Java и Spring. Начав с создания простых служб, вы постепенно перейдете к знакомству с приемами эффективного журналирования и мониторинга. Научитесь реструктурировать приложения на Java с помощью интуитивно понятных инструментов Spring и освоите управление API с помощью Spring Cloud Gateway. Также вы будете учиться развертывать приложения Spring Cloud в AWS и Kubernetes.
Разместил: vitvikvas 15-06-2022, 17:59 | Комментарии: 0 | Подробнее
Название: Azure AI Services at Scale for Cloud, Mobile, and Edge
Автор: Anand Raman, Chris Hoder, Simon Bisson and Mary Branscomb
Издательство: O’Reilly Media
Год: 2022
Формат: True PDF
Страниц: 227
Размер: 46,6 Mb
Язык: English

Take advantage of the power of cloud and the latest AI techniques. Whether you're an experienced developer wanting to improve your app with AI-powered features, or you want to make a business process smarter by getting AI to do some of the work, this book's got you covered. Authors Anand Raman, Chris Hoder, Simon Bisson, and Mary Branscombe show you how to build practical intelligent applications for the cloud, mobile, browsers, and edge devices using a hands-on approach.
This book shows you how cloud AI services fit in alongside familiar software development approaches, walks you through key Microsoft AI services, and provides real-world examples of AI-oriented architectures that integrate different Azure AI services. All you need to get started is a working knowledge of basic cloud concepts.
Разместил: vitvikvas 15-06-2022, 14:26 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности