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



Реклама


Название: Essentials of Software Testing
Автор: Ralf Bierig, Stephen Brown, Edgar Galv?n
Издательство: Cambridge University Press
Год: 2022
Страниц: 324
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Software testing can be regarded as an art, a craft, and a science. The practical, step-by-step approach presented in this book provides a bridge between these different viewpoints. A single worked example runs throughout, with consistent use of test automation. Each testing technique is introduced in the context of this example, helping students see its strengths and weaknesses. The technique is then explained in more detail, providing a deeper understanding of underlying principles. Finally the limitations of each technique are demonstrated by inserting faults, giving learners concrete examples of when each technique succeeds or fails in finding faults. Coverage includes black-box testing, white-box testing, random testing, unit testing, object-oriented testing, and application testing. The authors also emphasise the process of applying the techniques, covering the steps of analysis, test design, test implementation, and interpretation of results. The book's web site has programming exercises and Java source code for all examples.
Разместил: Ingvar16 23-07-2023, 16:31 | Комментарии: 0 | Подробнее
Название: Cryptocurrency Price Analysis, Prediction, And Forecasting Using Machine Learning With Python, Second Edition
Автор: Vivian Siahaan, Rismon Sianipar
Издательство: Balige Publishing
Год: July 2023
Страниц: 401
Язык: английский
Формат: epub (true)
Размер: 17.5 MB

In this project, we will be conducting a comprehensive analysis, prediction, and forecasting of cryptocurrency prices using machine learning with Python. The dataset we will be working with contains historical cryptocurrency price data, and our main objective is to build models that can accurately predict future price movements and daily returns. The first step of the project involves exploring the dataset to gain insights into the structure and contents of the data. We will examine the columns, data types, and any missing values present. After that, we will preprocess the data, handling any missing values and converting data types as needed. This will ensure that our data is clean and ready for analysis. Next, we will proceed with visualizing the dataset to understand the trends and patterns in cryptocurrency prices over time. We will create line plots, box plot, violin plot, and other visualizations to study price movements, trading volumes, and volatility across different cryptocurrencies. As part of our Machine Learning efforts, we will also develop models for predicting daily returns of cryptocurrencies. Daily returns are essential indicators for investors and traders, as they reflect the percentage change in price from one day to the next.
Разместил: Ingvar16 23-07-2023, 15:35 | Комментарии: 0 | Подробнее

Название: Основы разработки приложений беспроводных устройств
Автор: Котляров В.П., Воинов Н.В.
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 328
Формат: PDF
Размер: 24.6 Мб
Язык: русский

Курс посвящен обсуждению проблем разработки программного обеспечения приложений беспроводных устройств. В этой области наряду с решением научных и технических проблем немаловажная роль принадлежит проблеме подготовки кадров, пригодных к решению задач создания приложений для мобильных телефонов, смартфонов, наладонников, ноутбуков, взаимодействующих в распределенной сети.
Разместил: MIHAIL62 23-07-2023, 11:12 | Комментарии: 0 | Подробнее

Название: Программирование на ASP.NET
Автор: Снетков В.М.
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 901
Формат: PDF
Размер: 105 Мб
Язык: русский

Курс посвящен технологии программирования web-приложений на ASP.NET с использованием Visual Studio 2005. В курсе подробно рассказывается об этапах создания web-сайтов, программировании форм, серверных и пользовательских элементах управления. Рассказывается о средствах форматирования страниц, технологии ADO.NET, работе с файлами и каталогами и управлении безопасностью сайта.
Разместил: MIHAIL62 22-07-2023, 23:04 | Комментарии: 0 | Подробнее
Название: Machine Learning System Design: With end-to-end examples (MEAP v4)
Автор: Arseny Kravchenko, Valerii Babushkin
Издательство: Manning Publications
Год: 2023
Страниц: 207
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Get the big picture and the important details with this end-to-end guide for designing highly effective, reliable Machine Learning systems. Machine Learning System Design: With end-to-end examples is a practical guide for planning and designing successful ML applications. It lays out a clear, repeatable framework for building, maintaining, and improving systems at any scale. Authors Arseny Kravchenko and Valeri Babushkin have filled this unique handbook with campfire stories and personal tips from their own extensive careers. You’ll learn directly from their experience as you consider every facet of a machine learning system, from requirements gathering and data sourcing to deployment and management of the finished system. Machine Learning system design is complex. The successful ML engineer needs to navigate a multistep process that demands skills from many different fields and roles. This one-of-kind-guide starts by showing you the big picture and then guides you step by step through a framework for creating successful systems. You’ll learn to excel at delivering for global objectives, diving locally into tools, and combining your knowledge into an integrated vision. For readers who know the basics of both software engineering and machine learning. Examples in Python.
Разместил: Ingvar16 22-07-2023, 20:28 | Комментарии: 0 | Подробнее
Роберт Мартин рекомендует. Код, который умещается в голове: эвристики для разработчиков
Название: Роберт Мартин рекомендует. Код, который умещается в голове: эвристики для разработчиков
Автор: Симан Марк
Издательство: Питер
Год: 2023
Формат: pdf
Страниц: 400
Для сайта: Mirknig.su
Размер: 14,3 Мб
Язык: русский

Незаменимые практические советы по написанию кода в устойчивом темпе и по управлению сложностью, из-за которой проекты часто выходят из-под контроля. В книге описываются методы и процессы, позволяющие решать ключевые вопросы: от создания чек-листов до организации командной работы, от инкапсуляции до декомпозиции, от проектирования API до модульного тестирования. Автор иллюстрирует свои выводы фрагментами кода, взятыми из готового проекта. Написанные на языке C#, они будут понятны всем, кто использует любой объектно-ориентированный язык, включая Java, C++ и TypeScript. Для более глубокого изучения материала вы можете загрузить весь код и подробные комментарии к коммитам.
Разместил: relizer 22-07-2023, 18:59 | Комментарии: 0 | Подробнее
Название: The AWK Programming Language, 2nd Edition (Early Release)
Автор: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger
Издательство: Pearson/Addison-Wesley Professional
Год: 2023
Страниц: 341
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

The goal of this book is to teach you what AWK is and how to use it effectively. AWK was created in 1977 as a simple programming language for writing short programs that manipulate text and numbers with equal ease. It was meant as a scripting language to complement and work well with Unix tools, following the Unix philosophy of having each program do one thing well and be composable with other programs. The computing world today is enormously different from what it was in 1977. Computers are thousands of times faster and have a million times as much memory. Software is different too, with a rich variety of programming languages and computing environments. The Internet has given us more data to process, and it comes from all over the world. We’re no longer limited to the 26 letters of English either; thanks to Unicode, computers process the languages of the world in their native character sets. Even though AWK is nearly 50 years old, and in spite of the great changes in computing, it’s still widely used, a core Unix tool that’s available on any Unix, Linux, or macOS system, and usually on Windows as well. There’s nothing to download, no libraries or packages to import — just use it. It’s an easy language to learn and you can do a lot after only a few minutes of study.
Разместил: Ingvar16 22-07-2023, 18:54 | Комментарии: 0 | Подробнее
Название: Mastering TypeScript : A Comprehensive Guide to Modern javascript Development with TypeScript
Автор: Eliza Rosewood
Издательство: Ali Alakbar Mohammed Radhi
Год: July 4, 2023
Страниц: 146
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB

TypeScript is a powerful programming language that extends javascript, providing a statically typed environment for building large-scale web applications. This book offers a comprehensive guide to TypeScript, designed for both novice and experienced programmers alike. From its fundamental syntax to its advanced features, such as interfaces and decorators, this book covers all aspects of TypeScript and provides a thorough understanding of how to use it effectively. With clear explanations, practical examples, and expert insights, this book will help you master TypeScript and take your web development skills to the next level. Get ready to unlock the full potential of TypeScript and build dynamic, high-performing web applications! Whether you are a seasoned javascript developer or just starting out, this book will equip you with the skills and knowledge needed to write efficient, high-quality code with TypeScript. With clear explanations, practical examples, and real-world case studies, you will learn how to take advantage of TypeScript's features to write efficient, reliable, and maintainable applications. By the end of this book, you will have a solid understanding of TypeScript and the confidence to use it in your own projects.
Разместил: Ingvar16 22-07-2023, 18:02 | Комментарии: 0 | Подробнее

Название: Параллельные вычисления и многопоточное программирование
Автор: Биллиг В.А.
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 310
Формат: PDF
Размер: 26.3 Мб
Язык: русский

Данный учебный курс представляет введение в параллельное и многопоточное программирование. Он знакомит читателя с общими свойствами параллельных вычислений, моделью параллельных вычислений и ее характеристиками.
Разместил: MIHAIL62 22-07-2023, 17:58 | Комментарии: 0 | Подробнее
Название: Logic and Language Models for Computer Science, 4th Edition
Автор: Dana Richards, Henry Hamburger
Издательство: World Scientific Publishing
Год: 2023
Страниц: 497
Язык: английский
Формат: pdf (true)
Размер: 11.2 MB

This unique compendium highlights the theory of computation, particularly logic and automata theory. Special emphasis is on Computer Science (CS) applications including loop invariants, program correctness, logic programming and algorithmic proof techniques. This innovative volume differs from standard textbooks, by building on concepts in a different order, using fewer theorems with simpler proofs. It has added many new examples, problems and answers. It can be used as an undergraduate text at most universities. The models in this book are simplifications too, but not of material objects like airplanes. For computer scientists, the objects of study lie mainly in the world of symbols. In this book, it will be computer software and especially the programming languages in which that software is written from which we draw our models and to which we apply them. We have chosen to focus on language, the crucial link between hardware and software. Programming languages permit software to be written and language processors - compilers, interpreters and assemblers - permit hardware to run that software. Sometimes a model proves to be so interesting and widely applicable that it becomes an object of study in its own right. That is the case with the logic and language models in this book.
Разместил: Ingvar16 22-07-2023, 16:31 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности