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

  • Добавил: literator
  • Дата: 29-12-2022, 06:41
  • Комментариев: 0
Beginning Spring Data: Data Access and Persistence for Spring Framework 6 and Boot 3Название: Beginning Spring dаta: Data Access and Persistence for Spring Framework 6 and Boot 3
Автор: Andres Sacco
Издательство: Apress
Год: 2023
Страниц: 420
Язык: английский
Формат: pdf, epub
Размер: 21.1 MB

Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more. This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a database. And it walks you through an example of each type of SQL and NoSQL database covered. After reading this book, you’ll be able to create an application that interacts with one or multiple types of databases, and conduct unit and performance testing to analyze possible problems. Source code is available on GitHub.
  • Добавил: literator
  • Дата: 29-12-2022, 06:32
  • Комментариев: 0
Digital Twin for Healthcare : Design, Challenges, and SolutionsНазвание: Digital Twin for Healthcare : Design, Challenges, and Solutions
Автор: Abdulmotaleb El Saddik
Издательство: Academic Press/Elsevier
Год: 2023
Страниц: 380
Язык: английский
Формат: pdf (true), epub
Размер: 30.3 MB

Digital Twins for Healthcare: Design, Challenges and Solutions establishes the state-of-art in the specification, design, creation, deployment and exploitation of digital twins' technologies for healthcare and wellbeing. A digital twin is a digital replication of a living or non-living physical entity. When data is transmitted seamlessly, it bridges the physical and virtual worlds, thus allowing the virtual entity to exist simultaneously with the physical entity. A digital twin facilitates the means to understand, monitor, and optimize the functions of the physical entity and provide continuous feedback. It can be used to improve citizens' quality of life and wellbeing in smart cities and the virtualization of industrial processes. The Digital Twin (DT) technology has gained success in the production industry, and it is now getting attention in the domain of health and well-being. The healthcare DT models require Artificial Intelligence (AI) capabilities related to various health conditions, including early warnings of a patient's critical condition, classification of diabetes risk, heart risk, and prediction for preparedness for hospital management. In addition, DT is adopting AI to increase the scope and impact of healthcare applications.
  • Добавил: literator
  • Дата: 29-12-2022, 05:10
  • Комментариев: 0
Umbraco .NET Core Mastery : Build a kickAss websites using Umbraco 10 or 9Название: Umbraco .NET Core Mastery: Build a kickAss websites using Umbraco 10 or 9
Автор: Jon D Jones
Издательство: Leanpub
Год: 2022-07-29
Страниц: 273
Язык: английский
Формат: pdf, epub
Размер: 32.3 MB

Learn how to master Umbraco CMS development using ASP.NET 6, NET Core, or ASP.NET 5! Learn how to build a Umbraco-powered website using Umbraco v10 (or v9) and .NET Core/ASP.NET 6 /ASP.NET 5. In 2022, Umbraco moved from the .NET Framework to .NET Core has meant that a lot of things have changed within the CMS. Compared to earlier versions of Umbraco there is a now whole new way of working. In this 350-page plus book, you will get access to all the information that you will need in order to create a kickass website using Umbraco 10. In this book, you will learn everything you need to build a kickass Umbraco powered website.
  • Добавил: literator
  • Дата: 29-12-2022, 04:58
  • Комментариев: 0
Feature Engineering & Selection for Explainable Models : A Second Course for Data ScientistsНазвание: Feature Engineering & Selection for Explainable Models: A Second Course for Data Scientists
Автор: Md Azimul Haque
Издательство: Leanpub
Год: 2022-12-28
Страниц: 196
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

The objective of the book is to make the readers self-sufficient in the fine art of developing highly accurate Machine Learning models that make it to production. We will cover different stages of the Machine Learning project from development to the explanation of model predictions. Learning the fundamental building blocks of building machine learning models will make us better educated machine learning engineers, researchers, capable consultants, and confident leaders. This book will help beginners shorten their learning curve in their journey to become capable machine learning engineers. For experienced consultants, we cover some methods and techniques which are less often heard and used. Techniques that were not available in Python previously. For leaders in Data Science, it will help you get perspective on how to advocate your models by using model explainability. Although concepts covered in the book are applicable across programming languages, this book is written for Python users. It is for the same purpose that several algorithms mentioned in this book were developed from scratch and open-sourced as 4 separate Python libraries by the author. It is assumed that the reader has a basic understanding of libraries such as Sklearn for Machine Learning, Pandas, and Numpy for data manipulation, as well as Matplotlib and Seaborn for data visualization.
  • Добавил: literator
  • Дата: 29-12-2022, 04:32
  • Комментариев: 0
A Guide to Design and Analysis of AlgorithmsНазвание: A Guide to Design and Analysis of Algorithms
Автор: Soubhik Chakraborty, Prashant Pranav, Naghma Khatoon
Издательство: Nova Science Publishers, Inc.
Серия: Computer Science, Technology and Applications
Год: 2023
Страниц: 126
Язык: английский
Формат: pdf (true)
Размер: 12.6 MB

As there can be more than one algorithm for the same problem, designing and analyzing an algorithm becomes important in order to make it as efficient and robust as possible. This book will serve as a guide to design and analysis of computer algorithms. Chapter One provides an overview of different algorithm design techniques and the various applications of such techniques. Chapter Two reviews the divide and conquer strategy and the algorithm types that employ it. Chapter Three explores greedy algorithms and some problems that can be solved with this approach. Chapter Four discusses in depth the dynamic programming approach. Chapter Five provides a solution to the N-Queens problem utilizing a backtracking approach. Chapter Six elucidates the reader to branch and bound techniques and provides three solutions to problems implementing them. Part II of this book begins with Chapter Seven, where two different approaches to the analysis of algorithms are discussed. Chapter Eight reviews randomized algorithms through an empirical lens. Chapter Nine discusses Master Theorem and the many kinds of problems this Theorem can solve. Chapter Ten, the final chapter, provides notes on the empirical complexity analysis of algorithms.
  • Добавил: literator
  • Дата: 28-12-2022, 14:50
  • Комментариев: 0
Tiny C Projects (Final)Название: Tiny C Projects
Автор: Dan Gookin
Издательство: Manning Publications
Год: December 27, 2022
Страниц: 425
Язык: английский
Формат: epub, mobi
Размер: 10.1 MB

Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications. Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C. The best way to gain programming skills is through hands-on projects—this book offers 15 of them. C is required knowledge for systems engineers, game developers, and roboticists, and you can start writing your own C programs today. Carefully selected projects cover all the core coding skills, including storing and modifying text, reading and writing files, searching your computer’s directory system, and much more.
  • Добавил: literator
  • Дата: 28-12-2022, 14:16
  • Комментариев: 0
Podman in Action: The next generation of container engines (Final Release)Название: Podman in Action: The next generation of container engines (Final Release)
Автор: Daniel Walsh
Издательство: Manning Publications
Год: 2023
Страниц: 314
Язык: английский
Формат: pdf (true)
Размер: 13.9 MB

Discover Podman, a next-generation container engine that manages containers rootlessly and provides extra layers of exceptional security unavailable in Docker and other container platforms. Podman in Action teaches you how to develop and manage rootless containers using Podman. You’ll quickly get to grips with Podman’s unique advantages over Docker, and learn how easy it is to migrate your Docker-based infrastructure. Every chapter of Podman in Action includes easy-to-follow examples, including steps to deploy a complete containerized web service. You’ll learn the power and security of the user namespace, how to install and run Podman on MacOS and Windows, and dive into key security concepts like SELinux and SECCOMP.
  • Добавил: literator
  • Дата: 28-12-2022, 14:03
  • Комментариев: 0
2D Drawing with C++17 : Using Only The Standard LibraryНазвание: 2D Drawing with C++17 : Using Only The Standard Library
Автор: Hakan Blomqvist
Издательство: Leanpub
Год: 2022-12-05
Страниц: 639
Язык: английский
Формат: pdf (true)
Размер: 37.2 MB

Learn how to draw pixels, lines, rectangles, circles, triangles and curves with C++17. Save and load PPM files. Visualizing data for presentation, collaboration and investigation. Learn how to draw pixels, lines, rectangles, circles, triangles, and curves with C++17. Save and load PPM files. Visualizing data for presentation, collaboration, and investigation. We have all been there when you want to present some data nicely and graphically. You start by implementing a GUI library so that you can set up a canvas to draw on… but then what? Or you download and build a library that can handle reading and writing PNG images, as you need lossless images. Or you do the same to find out a file's entropy. Or you’re coding on a game and want to test the look of animation sprites in a parallax setting.
  • Добавил: literator
  • Дата: 28-12-2022, 05:48
  • Комментариев: 0
MATLAB Polyspace Bug Finder Reference (R2022b)Название: MATLAB Polyspace Bug Finder Reference (R2022b)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: September 2022
Страниц: 4922
Язык: английский
Формат: pdf (true)
Размер: 12.6 MB

Polyspace Bug Finder identifies run-time errors, concurrency issues, security vulnerabilities, and other defects in C and C++ embedded software. Using static analysis, including semantic analysis, Polyspace Bug Finder analyzes software control flow, data flow, and interprocedural behavior. By highlighting defects as soon as they are detected, it lets you triage and fix bugs early in the development process. Polyspace Bug Finder checks compliance with coding rule standards such as MISRA C, MISRA C++, AUTOSAR C++14, CERT C, CERT C++, and custom naming conventions. It generates reports consisting of bugs found, code-rule violations, and code quality metrics, including cyclomatic complexity. 
  • Добавил: literator
  • Дата: 28-12-2022, 05:36
  • Комментариев: 0
MATLAB Polyspace Code Prover User’s Guide (R2022b)Название: MATLAB Polyspace Code Prover User’s Guide (R2022b)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: September 2022
Страниц: 1110
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Polyspace Code Prover is a sound static analysis tool that proves the absence of overflow, divide-by-zero, out-of-bounds array access, and other run-time errors in C and C++ source code. It produces results without requiring program execution, code instrumentation, or test cases. Polyspace Code Prover uses semantic analysis and abstract interpretation based on formal methods to verify software interprocedural, control, and data flow behavior. You can use it to verify handwritten code, generated code, or a combination of the two. Each code statement is color-coded to indicate whether it is free of run-time errors, proven to fail, unreachable, or unproven.