Vtome.ru - электронная библиотека

  • Добавил: TRex
  • Дата: 27-09-2021, 14:08
  • Комментариев: 0
Название: Permutation Statistical Methods with R
Автор: Kenneth J. Berry, Kenneth L. Kvamme, Janis E. Johnston, Paul W. Mielke, Jr.
Издательство: Springer
Год: 2021
Формат: PDF
Страниц: 677
Размер: 11 Mb
Язык: English

This book takes a unique approach to explaining permutation statistics by integrating permutation statistical methods with a wide range of classical statistical methods and associated R programs. It opens by comparing and contrasting two models of statistical inference: the classical population model espoused by J. Neyman and E.S. Pearson and the permutation model first introduced by R.A. Fisher and E.J.G. Pitman. Numerous comparisons of permutation and classical statistical methods are presented, supplemented with a variety of R scripts for ease of computation.
  • Добавил: literator
  • Дата: 27-09-2021, 12:49
  • Комментариев: 0
Nature-Inspired Computing Paradigms in SystemsНазвание: Nature-Inspired Computing Paradigms in Systems
Автор: Mohamed Arezki Mellal, Michael G. Pecht
Издательство: Academic Press/Elsevier
Год: 2021
Страниц: 132
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Nature-Inspired Computing Paradigms in Systems: Reliability, Availability, Maintainability, Safety and Cost (RAMS+C) and Prognostics and Health Management (PHM) covers several areas that include bioinspired techniques (algorithms) and optimization approaches for system dependability. The book addresses the issue of integration and interaction of the bioinspired techniques in system dependability computing so that intelligent decisions, design, and architectures can be supported. It brings together these emerging areas under the umbrella of bio- and nature-inspired computational intelligence. Swarm intelligence algorithms. A significant number of insects and other minor animals, such as flies, bees, fish, etc., are typically arranged in hierarchies in nature. Swarm Intelligence (SI) is an Artificial Intelligence (AI) branch that studies the collective actions and emerging properties of complex, self-organized, socially structured, decentralized systems.

  • Добавил: buratino
  • Дата: 27-09-2021, 08:55
  • Комментариев: 0
Название: Programming DSLs in Kotlin: Design Expressive and Robust Special Purpose Code
Автор: Venkat Subramaniam
Издательство: Pragmatic Programmers, LLC
Год: September 2020, March 2021
Формат: true pdf/epub
Страниц: 74
Размер: 10 Mb
Язык: English

Creating your own domain-specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your applications more effectively, and Kotlin is a fantastic language to serve as a host for internal DSLs, because it greatly reduces the pain and effort of design and development. But implementing DSLs on top of Kotlin requires understanding the key strengths of the language and knowing how to apply them appropriately. Learn to avoid the pitfalls and leverage the language while creating your own elegant, fluent, concise, and robust DSLs using Kotlin.
  • Добавил: TRex
  • Дата: 27-09-2021, 05:09
  • Комментариев: 0
Название: Rust for Rustaceans: Idiomatic Programming for Experienced Developers (Early Access)
Автор: Jon Gjengset
Издательство: No Starch Press
Год: 7/28/21
Формат: PDF
Страниц: 214
Размер: 11,8 Mb
Язык: English

Master professional-level coding in Rust.
For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.
  • Добавил: SCART56
  • Дата: 26-09-2021, 21:34
  • Комментариев: 0

Название: Основы программирования
Автор(ы): Окулов С.М.
Издательство: Лаборатория знаний
Год: 2018 - 9-е изд.
Страниц: 340
Формат: PDF
Размер: 10 Мб
Язык: русский

В книге рассмотрены фундаментальные положения программирования: конечная величина и конструируемые на ее основе различные типы данных; управляющие конструкции — элементарные составляющие любого алгоритма и основа управления вычислительным процессом; структуризация задач как основополагающий механизм их реализации на компьютере; упорядочение (сортировка) как основа эффективной работы с любыми данными и, наконец, перебор вариантов, как универсальная схема компьютерного решения задач.
  • Добавил: SCART56
  • Дата: 26-09-2021, 21:07
  • Комментариев: 0

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

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





  • Добавил: literator
  • Дата: 26-09-2021, 12:22
  • Комментариев: 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-first or depth-first search.

  • Добавил: literator
  • Дата: 26-09-2021, 11:19
  • Комментариев: 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.

  • Добавил: literator
  • Дата: 26-09-2021, 10:59
  • Комментариев: 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.

  • Добавил: literator
  • Дата: 26-09-2021, 10:20
  • Комментариев: 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.