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



Реклама



Название: Программирование в примерах и задачах
Автор(ы): Грацианова Т.Ю.
Издательство: Лаборатория знаний
Год: 2021 - 7-е изд.
Страниц: 373
Формат: PDF
Размер: 10 Мб
Язык: русский

Пособие поможет подготовиться к экзамену по информатике, научиться решать задачи по программированию на языке Паскаль. Рассмотрено большое количество программ; листинги приведены в расчете на использование среды Турбо Паскаль 7.0, однако в большинстве своем будут работать без всяких изменений и в других версиях Паскаля. Некоторые задачи имеют несколько вариантов решений, и в пособии подробно разобрано, какое из них является наилучшим.
Разместил: MIHAIL62 26-09-2021, 21:07 | Комментарии: 0 | Подробнее

Название: Технология программирования
Автор(ы): Иванова Г.С.
Издательство: КноРус
Год: 2021
Страниц: 334
Формат: PDF
Размер: 16 Мб
Язык: русский

Подробно рассмотрены основные методы и нотации, применяемые при разработке сложного программного обеспечения. Особое внимание уделено проектированию программных систем с использованием структурного и объектного подходов. Детально разобраны основные приемы обеспечения требуемых технологических свойств. Приведена классификация и проанализированы принципы проектирования пользовательских интерфейсов программного обеспечения. Материал учебника проиллюстрирован большим количеством примеров, поясняющих рисунков и проектной документации.
Разместил: MIHAIL62 26-09-2021, 19:59 | Комментарии: 0 | Подробнее
Introduction to the Design and Analysis of Algorithms : The Algorithms GuideНазвание: Introduction to the Design and Analysis of Algorithms : The Algorithms Guide
Автор: Engr. Michael David
Издательство: Independently published
Год: 2021
Страниц: 78
Язык: английский
Формат: pdf (true)
Размер: 10.15 MB

This book covers techniques for the design and analysis of algorithms. The algorithmic techniques covered include: divide and conquer, backtracking, dynamic programming, greedy algorithms, and hill-climbing. To understand the material presented in this book you need to know a programming language well enough to translate the pseudocode in this book into a working solution. You also need to know the basics about the following data structures: arrays, stacks, queues, linked-lists, trees, heaps (also called priority queues), disjoint sets, and graphs. Additionally, you should know some basic algorithms like binary search, a sorting algorithm (merge sort, heap sort, insertion sort, or others), and breadth-?rst or depth-?rst search.

Разместил: Ingvar16 26-09-2021, 12:22 | Комментарии: 0 | Подробнее
Learn to Code in 30 Days: with MiniScript and Mini MicroНазвание: Learn to Code in 30 Days: with MiniScript and Mini Micro
Автор: Joe Strout
Издательство: MiniScript Press
Год: 2021
Страниц: 501
Язык: английский
Формат: epub
Размер: 10.4 MB

If you have ever wanted to learn how to program computers, this is the book for you. Starting at Day 1 you will be writing code using a clean, simple programming language that was designed to be especially easy to learn! With step-by-step examples and clear explanations, this book will guide you from absolute beginner to sophisticated programmer. The skills you learn in this book will provide a firm foundation for programming in any language.

Разместил: Ingvar16 26-09-2021, 11:19 | Комментарии: 0 | Подробнее
Quantitative Social Science Data with R: An IntroductionНазвание: Quantitative Social Science Data with R: An Introduction
Автор: Brian J Fogarty
Издательство: SAGE Publications Ltd
Год: 2019
Страниц: 322
Язык: английский
Формат: pdf
Размер: 59.9 MB

"One of the few books that provide an accessible introduction to quantitative data analysis with R. A particular strength of the text is the focus on ?real world? examples which help students to understand why they are learning these methods." - Dr Roxanne Connelly, University of York. Relevant, engaging, and packed with student-focused learning features, this book provides the step-by-step introduction to quantitative research and data every student needs. Gradually introducing applied statistics and R, it uses examples from across the social sciences to show you how to apply abstract statistical and methodological principles to your own work.

Разместил: Ingvar16 26-09-2021, 10:59 | Комментарии: 0 | Подробнее
C Programming in easy steps: Updated for the GNU Compiler version 6.3.0 and Windows 10, 5th EditionНазвание: C Programming in easy steps: Updated for the GNU Compiler version 6.3.0 and Windows 10, 5th Edition
Автор: Mike McGrath
Издательство: In Easy Steps Limited
Год: 2018
Страниц: 197
Язык: английский
Формат: epub
Размер: 10.1 MB

C Programming in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language, to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming. C Programming in easy steps, 5th edition begins by explaining how to download and install a free C compiler so that you can quickly begin to create your own executable programs by copying the book's examples. You need have no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of C.

Разместил: Ingvar16 26-09-2021, 10:20 | Комментарии: 0 | Подробнее
Название: An Introduction to Machine Learning, 3rd Edition
Автор: Miroslav Kubat
Издательство: Springer
Год: 2021
Формат: ePUB, PDF
Страниц: 458
Размер: 20 Mb
Язык: English

This textbook offers a comprehensive introduction to Machine Learning techniques and algorithms. This Third Edition covers newer approaches that have become highly topical, including deep learning, and auto-encoding, introductory information about temporal learning and hidden Markov models, and a much more detailed treatment of reinforcement learning. The book is written in an easy-to-understand manner with many examples and pictures, and with a lot of practical advice and discussions of simple applications.The main topics include Bayesian classifiers, nearest-neighbor classifiers, linear and polynomial classifiers, decision trees, rule-induction programs, artificial neural networks, support vector machines, boosting algorithms, unsupervised learning (including Kohonen networks and auto-encoding), deep learning, reinforcement learning, temporal learning (including long short-term memory), hidden Markov models, and the genetic algorithm. Special attention is devoted to performance evaluation, statistical assessment, and to many practical issues ranging from feature selection and feature construction to bias, context, multi-label domains, and the problem of imbalanced classes.
Разместил: vitvikvas 26-09-2021, 06:04 | Комментарии: 0 | Подробнее

Название: Тестирование и отладка программ для профессионалов будущих и настоящих
Автор(ы): Плаксин М.А.
Издательство: Лаборатория знаний
Год: 2020
Страниц: 170
Формат: PDF
Размер: 10 Мб
Язык: русский

Изложена теория тестирования и отладки программ, причем рассматриваются как вопросы, интересные начинающим программистам, так и вопросы, полезные профессионалам, например вероятностные модели оценки количества ошибок в программе и количества необходимых тестов.

Разместил: MIHAIL62 26-09-2021, 00:29 | Комментарии: 0 | Подробнее
Intellij IDEA : Designed for first-time learners, as well as moderate users of IntelliJНазвание: Intellij IDEA : Designed for first-time learners, as well as moderate users of IntelliJ
Автор: Prof. David N. Silvers
Издательство: Independently published
Год: 2021
Страниц: 489
Язык: английский
Формат: pdf, epub
Размер: 29.8 MB

IntelliJ IDEA (here after referred as IntelliJ) is one of the most powerful and popular Integrated Development Environments (IDE) for Java. It was developed and is maintained by JetBrains, and is available in community and ultimate edition. This feature-rich IDE enables rapid development and helps in improving code quality. This book starts with a basic introduction and slowly dives deep into the advanced features. This book is targeted for first-time learners, as well as moderate users of IntelliJ. Beginners will get a fair understanding about IntelliJ and its functioning, and others will be able to take their knowledge on this subject to the next level. This book requires that the readers have some preliminary knowledge of the software development process, along with Java programming language.

Разместил: Ingvar16 25-09-2021, 18:15 | Комментарии: 0 | Подробнее

Название: Структуры данных и проектирование программ
Автор(ы): Круз Р.Л.
Издательство: Лаборатория знаний
Год: 2021
Страниц: 768
Формат: PDF
Размер: 17 Мб
Язык: русский

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

Разместил: MIHAIL62 25-09-2021, 18:13 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности