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



Реклама


Название: MATLAB Parallel Computing Toolbox User’s Guide (R2021b)
Автор: The MathWorks, Inc.
Издательство: The MathWorks, Inc.
Год: 2021
Формат: PDF
Страниц: 986
Размер: 10 Mb
Язык: English

Parallel Computing Toolbox lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—enable you to parallelize MATLAB applications without CUDA or MPI programming. The toolbox lets you use parallel-enabled functions in MATLAB and other toolboxes. You can use the toolbox with Simulink to run multiple simulations of a model in parallel. Programs and models can run in both interactive and batch modes.
Разместил: vitvikvas 10-12-2021, 16:32 | Комментарии: 0 | Подробнее
Ripple and Stablecoins: Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based on Swaps, MicropaymentsНазвание: Ripple and Stablecoins: Building Banks of Tomorrow: Use Cases on International Remittance, Capital, and Money Markets, based on Swaps, Micropayments, Trade Finance, Islamic Finance, and Stablecoins
Автор: Debajani Mohanty, Hugh Macmillen
Издательство: BPB Publications
Год: 2019
Страниц: 186
Язык: английский
Формат: pdf (true)
Размер: 10.99 MB

Step-by-step guide to learn Ripple and explore $155 trillion+ market on international remittance. The book is written for all IT professionals. It starts with the loopholes existing in the banking as well as payment industry, especially in the international remittance space, that have led to the invention of Bitcoin, a Blockchain product, followed by Ethereum, and finally Ripple. The book focuses on Ripple’s architecture and the different open source and enterprise products offered by Ripple, which have been widely adopted by the global payment industry today. For developers, there are adequate examples covering Ripple’s development APIs with different features such as instant payment, partial payment, escrow, checks, and micropayment.
Разместил: Ingvar16 10-12-2021, 14:49 | Комментарии: 0 | Подробнее
Название: Multithreaded jаvascript: Concurrency Beyond the Event Loop (Final)
Автор: Thomas Hunter II, Bryan English
Издательство: O’Reilly Media, Inc.
Год: 2022
Страниц: 214
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB, 10.2 MB

The nature of jаvascript is to be single threaded. This is reflected not only in libraries and applications, but also in online forum posts, books, and online documentation. Thanks to recent advancements in the platform—such as with web workers in the browser, worker_threads in Node.js, and the Atomics and SharedArrayBuffer objects - jаvascript engineers are able to build multi-threaded applications. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded jаvascript explores the various features that jаvascript runtimes have at their disposal for implementing multithreaded programming, using a spectrum of API reference material and high level programming patterns.
Разместил: Ingvar16 10-12-2021, 13:59 | Комментарии: 0 | Подробнее
Название: Embracing Modern C++ Safely
Автор: John Lakos, Vittorio Romeo, Rostislav Khlebnikov , Alisdair Meredith
Издательство: 2022 Pearson Education
Год: 2022
Формат: epub
Страниц: 1376
Размер: 282.9 Mb
Язык: English

Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls.
Based on their years of experience with large, mission-critical projects, four leading C++ authorities divide C++11/14 language features into three categories: Safe, Conditionally Safe, and Unsafe. Safe features offer compelling value, are easy to use productively, and are relatively difficult to misuse. Conditionally Safe features offer significant value but come with risks that require significant expertise and familiarity before use. Unsafe features have an especially poor risk/reward ratio, are easy to misuse, and are beneficial in only the most specialized circumstances.
Разместил: bomboane 10-12-2021, 12:10 | Комментарии: 0 | Подробнее
Название: The DevOps Handbook: How to Create World-Class Agility, Reliability, & Security in Technology Organizations, Second Edition
Автор: Gene Kim
Издательство: IT Revolution Press
Год: 2021
Формат: epub
Страниц: 480
Размер: 11.5 Mb
Язык: English

For years, The DevOps Handbook has been the definitive guide for taking the successes laid out in the bestselling The Phoenix Project and applying them in any organization. Now, with this fully updated and expanded edition, it's time to take DevOps out of the IT department and apply it across the full business.
Разместил: bomboane 10-12-2021, 10:26 | Комментарии: 0 | Подробнее
Название: Head First Git (Final Early Release)
Автор: Raju Gandhi
Издательство: O’Reilly Media
Год: 2021-12-09: Final early release
Формат: ePUB
Страниц: 861
Размер: 51 Mb
Язык: English

Many people who use Git rely on "recipes"—basic copy-paste commands—without understanding how this version control system actually works. But what do you do if you find yourself in a tight spot? You can't simply wing it. With this unique hands-on guide, you'll learn valuable ways to use Git in many different situations. Raju Gandhi peels back the layers to reveal the simple yet powerful engine that powers Git, with activities that help you truly understand this crucial tool as you get it up and running. You’ll master branches, tags, stashes, and merges; learn best practices; collaborate with your team; and unlock the full potential of Git.
Разместил: vitvikvas 10-12-2021, 03:28 | Комментарии: 0 | Подробнее
Название: Machine Learning for High-Risk Applications (3d Early Release)
Автор: Patrick Hall
Издательство: O’Reilly Media
Год: 2021-12-08
Формат: epub/pdf(conv.)
Размер: 12.7 Mb
Язык: English

The past decade has witnessed a wide adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight into their widespread implementation has resulted in harmful outcomes that could have been avoided with proper oversight. Before we can realize AI/ML's true benefit, practitioners must understand how to mitigate its risks.
Разместил: bomboane 10-12-2021, 02:59 | Комментарии: 0 | Подробнее
Название: Learning DevSecOps (Early Release)
Автор: Michelle Ribeiro
Издательство: O’Reilly Media
Год: 2021-12-09: Third Release
Формат: ePUB
Размер: 10 Mb
Язык: English

Learn how to implement continuous security throughout your entire software development and delivery pipeline. With this hands-on book, developers, SREs, tech leads, and security engineers will learn how to combine their security process with their DevOps culture. You'll gain a thorough understanding of the best DevSecOps practices, from the construction of safer container images to the hardening of orchestrators to methods for securing your cloud environment.
Разместил: vitvikvas 9-12-2021, 19:30 | Комментарии: 0 | Подробнее
Название: MATLAB Report Generator User’s Guide (R2021b)
Автор: The MathWorks, Inc
Издательство: The MathWorks, Inc
Год: 2021
Формат: PDF
Страниц: 2114
Размер: 11,5 Mb
Язык: English

MATLAB® Report Generator™ provides functions and APIs that integrate reporting capabilities into MATLAB applications. You can develop programs that generate reports in PDF, Microsoft® Word, Microsoft PowerPoint®, and HTML. MATLAB Report Generator enables you to dynamically capture results and figures from your MATLAB code and document those results in a single report that can be shared with others in your organization. You can use the prebuilt, customizable Word and HTML templates or design reports based on your organization’s templates and standards.
Разместил: vitvikvas 9-12-2021, 18:25 | Комментарии: 0 | Подробнее
Название: Machine Learning Techniques and Analytics for Cloud Security (Advances in Learning Analytics for Intelligent Cloud-IoT Systems)
Автор: Rajdeep Chakraborty (Editor), Anupam Ghosh (Editor), Jyotsna Kumar Mandal (Editor)
Издательство: Scrivener Publishing LLC
Год: 2022
Формат: true pdf/epub
Страниц: 470
Размер: 23.4 Mb
Язык: English

This book covers new methods, surveys, case studies, and policy with almost all machine learning techniques and analytics for cloud security solutions
The aim of Machine Learning Techniques and Analytics for Cloud Security is to integrate machine learning approaches to meet various analytical issues in cloud security. Cloud security with ML has long-standing challenges that require methodological and theoretical handling. The conventional cryptography approach is less applied in resource-constrained devices.
Разместил: bomboane 9-12-2021, 11:36 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности