|
 |
|
 |
|
|
 |
|  |
|
Название: The Ultimate Guide To Microsoft Excel VBA For Beginners And Seniors: A comprehensive guide to master Microsoft Excel VBA programming techniques, data reporting, business analysis and tips and tricks for effective strategies Автор: Mike Cage Издательство: Bluerose Publishing Год: 2022 Страниц: 444 Язык: английский Формат: pdf, epub Размер: 10.2 MB
If you already know how to use Microsoft Excel but there’re a few things you can’t do, it is time to learn the strongest functionality it has, Visual Basic for Applications (VBA). Visual Basic for Applications is a programming language incorporated in Microsoft Excel, Access, PowerPoint and even Word, which let you do all things you already know about them and much more. For example, you want that every time you open a specific Microsoft Word file it writes automatically the current date two lines below where you left last time. Or maybe you want a whole spreadsheet of Excel without formulas on it and still applying them as if they were there. How would you do that? All these things and much more are done with Visual Basic for Applications for Microsoft Office. Short of changing the tires on your car, Microsoft Excel can do pretty much anything. And the possibilities are even more endless when you learn to program with Excel Visual Basic for Applications (VBA). Regardless of your familiarity with Excel VBA.
|
Разместил: Ingvar16 18-04-2023, 19:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Artificial Intelligence of Health-Enabled Spaces Автор: Fadi Al- Turjman Издательство: CRC Press Год: 2023 Страниц: 203 Язык: английский Формат: pdf (true) Размер: 12.9 MB
Artificial Intelligence of Health-Enabled Spaces (AIoH) has made a number of revolutionary advances in clinical studies that we are aware of. Among these advances, intelligent and medical services are gaining a great deal of interest. Nowadays, AI-powered technologies are not only used in saving lives, but also in our daily life activities in diagnosing, controlling, and even tracking of COVID-19 patients. These AI-powered solutions are expected to communicate with cellular networks smoothly in the next-generation networks (5G/6G and beyond) for more effective/critical medical applications. This will open the door for other interesting research areas. This book focuses on the development and analysis of Artificial Intelligence (AI) model applications across multiple disciplines. AI-based Deep Learning models, fuzzy and hybrid intelligent systems, and intrinsic explainable models are also presented in this book. Some of the fields considered in this smart health-oriented book include AI applications in electrical engineering, biomedical engineering, environmental engineering, computer engineering, education, cyber security, chemistry, pharmacy, molecular biology, and tourism.
|
Разместил: Ingvar16 18-04-2023, 18:47 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: What Are ChatGPT and Its Friends? Opportunities, Costs, and Risks for Large Language Models Автор: Mike Loukides Издательство: O’Reilly Media, Inc. Год: 2023-03-24 Язык: английский Формат: pdf, azw3, epub, mobi Размер: 10.2 MB
ChatGPT is not your run-of-the-mill automated chat server. It's much more. But if you want to understand the possibilities that ChatGPT (and similar models) offers your organization, it's important to move past the hype. Large language models like GPT-3 and GPT-4 represent one of the biggest technological leaps we've seen in our lifetime. In this concise report, Mike Loukides zeros in on the essential things you should understand to take advantage of ChatGPT. ChatGPT, or something built on ChatGPT, or something that’s like ChatGPT, has been in the news almost constantly since ChatGPT was opened to the public in November 2022. What is it, how does it work, what can it do, and what are the risks of using it? A quick scan of the web will show you lots of things that ChatGPT can do. Many of these are unsurprising: you can ask it to write a letter, you can ask it to make up a story, you can ask it to write descriptive entries for products in a catalog. Many of these go slightly (but not very far) beyond your initial expectations: you can ask it to generate a list of terms for search engine optimization, you can ask it to generate a reading list on topics that you’re interested in. It has helped to write a book. Maybe it’s surprising that ChatGPT can write software, maybe it isn’t; we’ve had over a year to get used to GitHub Copilot, which was based on an earlier version of GPT. And some of these things are mind blowing. It can explain code that you don’t understand, including code that has been intentionally obfuscated. It can pretend to be an operating system. Or a text adventure game. It’s clear that ChatGPT is not your run-of-the-mill automated chat server. It’s much more.
|
Разместил: Ingvar16 18-04-2023, 17:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: XeHE: an Intel GPU Accelerated Fully Homomorphic Encryption Library: A SYCL Sparkler: Making the Most of C++ and SYCL Автор: Alexander Lyashevsky, Alexey Titov, Yiqin Qiu, Yujia Zhai Издательство: Codeplay Software Год: 2023 Язык: английский Формат: pdf, epub, mobi Размер: 10.2 MB
This installment of a "SYCL Sparkler" explores in depth a way to implement a reasonably efficient implementation for Homomorphic Encryption using modern C++ with SYCL. As a result of their work, the authors learned some valuable optimization techniques and insights that the they have taken time to share in this very interesting and detailed piece. A key value of using C++ with SYCL, is the ability to be portable while supporting the ability to optimize at a lower level when it is deemed worth the effort. This work helps illustrate how the authors isolated that optimization work, and their thought process on how to pick what to optimize. The code for this implementation is available open source online. None of the performance numbers shown are intended to provide guidance on hardware selection. The authors offer their results and observations to illustrate the magnitude of changes that may correspond to the optimizations being discussed. Readers will find the information valuable to motivate their own optimization work on their applications using some of the techniques highlighted by these authors.
|
Разместил: Ingvar16 18-04-2023, 16:13 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Recoverable Mutual Exclusion Автор: Sahil Dhoked, Wojciech Golab, Neeraj Mittal Издательство: Springer Год: 2023 Страниц: 132 Язык: английский Формат: pdf (true), epub Размер: 20.8 MB
This book discusses the recent research work on designing efficient fault-tolerant synchronization mechanisms for concurrent processes using the relatively new persistent memory technology that combines the low latency benefits of DRAM with the persistence of magnetic disks. The authors include all of the major contributions published to date, and also convey some perspective regarding how the problem itself is evolving. The results are described at a high level to enable readers to gain a quick and thorough understanding of the RME problem and its nuances, as well as various solutions that have been designed to solve the problem under a variety of important conditions and how they compare to each other. Inspired by the new possibilities offered by multiprocessor architectures equipped with persistent memory, Golab and Ramaraju recently formalized a fault-tolerant variation of the classic mutual exclusion problem, called Recoverable Mutual Exclusion (RME).
|
Разместил: Ingvar16 18-04-2023, 15:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Artificial Intelligence in Control and Decision-making Systems: Dedicated to Professor Janusz Kacprzyk Автор: Yuriy P. Kondratenko, Vladik Kreinovich, Witold Pedrycz, Arkadii Chikrii Издательство: Springer Серия: Studies in Computational Intelligence Год: 2023 Страниц: 394 Язык: английский Формат: pdf (true), epub Размер: 33.8 MB
This book presents an authoritative collection of contributions reporting on Computational Intelligence, fuzzy systems as well as Artificial Intelligence (AI) techniques for modeling, optimization, control and decision-making together with applications and case studies in engineering, management and economic sciences. The book reflects recent developments and new directions in Artificial Intelligence, including computation method of the interval hull to solutions of interval and fuzzy interval linear systems, fuzzy-Petri-networks in supervisory control of Markov processes in robotic systems, fuzzy approaches for linguistic data summaries, first-approximation analysis for choosing fuzzy or neural systems and type-1 or type-2 fuzzy sets, etc.
|
Разместил: Ingvar16 18-04-2023, 13:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Android. Программирование для профессионалов. 2-е издание Автор: Харди Б., Филлипс Б., СтюартК., Марсикано К. Издательство: Питер Год: 2016 Формат: pdf ISBN: 978-5-496-02051-0 Размер: 16,5 мб Качество: хорошее Язык: русский
Изучение Android — все равно что жизнь в другой стране: даже если вы говорите на местном языке, на первых порах вы все равно не чувствуете себя как дома. Такое впечатление, что все окружающие знают что-то такое, чего вы еще не понимаете. И даже то, что уже известно, в новом контексте оказывается попросту неправильным. Второе издание познакомит вас с интегрированной средой разработки Android Studio, которая поможет с легкостью создавать приложения для Android. |
Разместил: gol8425 18-04-2023, 10:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python for Beginners - 14th Edition 2023 Автор: Papercut Limited Издательство: Papercut Limited Год: 2023 Страниц: 93 Язык: английский Формат: pdf Размер: 51,5 MB
"Python для начинающих" предоставляет основы программирования на Python, что позволит вам начать создавать программы на этом языке быстро и легко! Это бесценное руководство по программированию с использованием Python охватывает все от базового синтаксиса до алгоритмов и структур данных, объясняя вам, как использовать Python для написания основных функций и решения алгоритмических задач. Примеры четкие и информативные, и позволяют вам лучше понять язык. Хотя книга не раскрывает сложные методы, она обращается к полезным расширениям Python, которые расширяют его возможности. Руководство также содержит подробное введение в язык программирования Python, которое включает в себя все темы, необходимые для начала работы, такие как синтаксис, переменные, функции, модули, циклы и многое другое. Это руководство подходит для начинающих, которые никогда не программировали раньше, а также для тех, кто хочет изучить Python как свой первый язык программирования.
|
Разместил: Ingvar16 18-04-2023, 04:52 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Combine Mastery in SwiftUI Автор: Mark Moeykens Издательство: Big Mountain Studio Год: 9-SEPT-2022 Страниц: 429 Язык: английский Формат: pdf (true) + Sources Размер: 57.5 MB
Stop struggling to understand. Have fun learning Combine. Learn with plain and simple English. Don't fail interviews (like I did). Save time, pain, and frustration. This book will: Give you an overview of the MVVM architecture so you can better understand project organization; Describe Combine in a new way to help you understand the concepts before getting into code; Give you a foundation in Swift-specific language features and examples that help make Combine possible; Show you how to create your first Combine pipelines in SwiftUI, step-by-step; Provide a visual reference guide describing over 140 Combine examples; Demonstrate SwiftUI views connected to EVERY Combine pipeline
|
Разместил: Ingvar16 18-04-2023, 04:15 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: SwiftUI Views Mastery Автор: Mark Moeykens Издательство: Big Mountain Studio Год: 9-SEP-2022 Страниц: 1010 Язык: английский Формат: pdf (true) Размер: 165.4 MB
Get all your answers in one central visual reference book without wasting time searching and trying to find the answers. This book takes advantage of the "Picture Superiority Effect". A scientific term that believes that the brain is able to process images approximately 60,000 times faster than it processes a similar amount of written information! You're going to remember pictures faster than code. And that's why this book will be giving you an advantage with a screenshot (or video) on every page.
|
Разместил: Ingvar16 18-04-2023, 03:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|