|
 |
|
 |
|
|
 |
|  |
|
 Название: Основы C#: учебно-методическое пособие Автор: Шамиева Р., Казгачев В. Издательство: Алматы: Самал Год: 2021 Формат: pdf Страниц: 328 Размер: 20 mb Язык: Русский Качество: Среднее
Учебно-методическое пособие составлено и соответствии с программой дисциплины и содержатся задания для лабораторного практикума по дисциплине. Пособие ориентировано на студентов, начинающих овладевать C# языком и средой разработки MS Visual Studio. |
Разместил: na5ballov 26-05-2022, 13:56 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Параллельное программирование на современном С++ Автор: Райнер Гримм Издательство: ДМК Пресс Год: 2022 Формат: pdf Размер: 14 Мб Качество: Хорошее Язык: Русский
Книга во всех подробностях освещает параллельное программирование на современном языке C++. Особое внимание уделено опасностям и трудностям параллельного программирования (например, гонке данных и мертвой блокировке) и способам борьбы с ними. Приводятся многочисленные примеры кода, позволяющие читателю легко закрепить теорию на практических примерах. Издание адресовано читателям, которые хотят освоить параллельное программирование на одном из наиболее распространенных языков.
|
Разместил: tanyavip1 25-05-2022, 19:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python for TensorFlow Pocket Primer Автор: Oswald Campesato Издательство: Mercury Learning & Information Год: 2019 Формат: PDF Страниц: 235 Размер: 10 Mb Язык: English
As part of the best-selling Pocket Primer series, this book is designed to prepare programmers for machine learning and deep learning/TensorFlow topics. It begins with a quick introduction to Python, followed by chapters that discuss NumPy, Pandas, Matplotlib, and scikit-learn. The final two chapters contain an assortment of TensorFlow 1.x code samples, including detailed code samples for TensorFlow Dataset (which is used heavily in TensorFlow 2 as well). A TensorFlow Dataset refers to the classes in the tf.data.Dataset namespace that enables programmers to construct a pipeline of data by means of method chaining so-called lazy operators, e.g., map(), filter(), batch(), and so forth, based on data from one or more data sources. |
Разместил: vitvikvas 25-05-2022, 17:52 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: bash Idioms: Write Powerful, Flexible, Readable Shell Scripts Автор: Carl Albing and JP Vossen Издательство: O’Reilly Media Год: 2022 Формат: True PDF Страниц: 170 Размер: 10 Mb Язык: English
Shell scripts are everywhere, especially those written in bash-compatible syntax. But these scripts can be complex and obscure. Complexity is the enemy of security, but it's also the enemy of readability and understanding. With this practical book, you'll learn how to decipher old bash code and write new code that's as clear and readable as possible. Authors Carl Albing and JP Vossen show you how to use the power and flexibility of the shell to your advantage. You may know enough bash to get by, but this book will take your skills from manageable to magnificent. Whether you use Linux, Unix, Windows, or a Mac, you'll learn how to read and write scripts like an expert. Your future you will thank you. |
Разместил: vitvikvas 25-05-2022, 11:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Computational Vision and Bio-Inspired Computing: Proceedings of ICCVBIC 2021 Автор: S. Smys, Joao Manuel R. S. Tavares, Valentina Emilia Balas Издательство: Springer Год: 2022 Формат: PDF Страниц: 877 Размер: 25,1 Mb Язык: English
This book includes selected papers from the 5th International Conference on Computational Vision and Bio Inspired Computing (ICCVBIC 2021), held in Coimbatore, India, during November 25–26, 2021. This book presents state-of-the-art research innovations in computational vision and bio-inspired techniques. The book reveals the theoretical and practical aspects of bio-inspired computing techniques, like machine learning, sensor-based models, evolutionary optimization and big data modeling and management that make use of effectual computing processes in the bio-inspired systems. It also contributes to the novel research that focuses on developing bio-inspired computing solutions for various domains, such as human–computer interaction, image processing, sensor-based single processing, recommender systems and facial recognition, which play an indispensable part in smart agriculture, smart city, biomedical and business intelligence applications. |
Разместил: vitvikvas 24-05-2022, 19:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introducing Microsoft Orleans: Implementing Cloud-Native Services with a Virtual Actor Framework Автор: Thomas Nelson Издательство: Apress Год: 2022 Формат: True PDF Страниц: 206 Размер: 10 Mb Язык: English
Welcome to Orleans, a virtual actor framework from Microsoft that allows a single developer to create immensely scalable, available applications while maintaining a high throughput. This guide is designed to give you a foundational understanding of Orleans, an overview of its implementations, and plenty of hands-on coding experience. Side-by-side monolithic and microservice patterns alongside Orleans' framework features are also discussed, to help readers without an actor model background understand how they can enhance applications. Author Nelson’s approach is to introduce patterns as needed for business requirements, including monolithic microservices and to convert monolithic to microservices, in order to keep a microservice from growing into a monolithic application. Orleans is a good choice for either of these scenarios as the next step to build your backend services and reduce unnecessary orchestration, overhead, and tooling. |
Разместил: vitvikvas 24-05-2022, 15:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Interpretable AI: Building explainable machine learning systems Автор: Ajay Thampi Издательство: Manning Publications Год: 2022 Формат: True PDF Страниц: 330 Размер: 20,5 Mb Язык: English
AI doesn’t have to be a black box. These practical techniques help shine a light on your model’s mysterious inner workings. Make your AI more transparent, and you’ll improve trust in your results, combat data leakage and bias, and ensure compliance with legal requirements. In Interpretable AI , you will learn: Why AI models are hard to interpret Interpreting white box models such as linear regression, decision trees, and generalized additive models Partial dependence plots, LIME, SHAP and Anchors, and other techniques such as saliency mapping, network dissection, and representational learning What fairness is and how to mitigate bias in AI systems Implement robust AI systems that are GDPR-compliant |
Разместил: vitvikvas 24-05-2022, 12:43 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Язык программирования С++: Лекции и упражнения Автор: Прата С. Издательство: ДиаСофт Год: 2005 - 4-е издание Cтраниц: 1104 Формат: djvu Размер: 32 мб Язык: русский
В новом издании популярной книги известного автора и специалиста по С++ рассматривается устоявшаяся версия языка. Изложение материала не привязано ни к какой конкретной реализации С++. Книга охватывает обширный круг вопросов, необходимых для создания полноценных программ на С++, - от знакомства с основами синтаксиса языка до многочисленных новых функциональных возможностей С++, таких как классы, объекты, наследование, полиморфизм, виртуальные функции, стандартная библиотека шаблонов STL, RTTI и др. |
Разместил: rivasss 24-05-2022, 08:25 | Комментарии: 1 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Структуры данных и алгоритмы: реализация на C/C++ Автор: Пышкин Е.В. Издательство: СПб.: ФТК СПБГПУ Год: 2009 Формат: pdf Страниц: 200 Размер: 11,7 Mb Язык: Русский
Учебное пособие дополняет курс лекций, читаемых студентам Санкт-Петербургского государственного политехнического университета. Рассматриваются основные структуры данных, в том числе связанные типы (списки, деревья, графы) и сложные контейнерные типы (массивы, ассоциативные массивы, стеки и очереди), а также особенности управления подобными типами в компьютерной программе. |
Разместил: oksanavalera 22-05-2022, 13:38 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Kotlin Coroutines by Tutorials (3rd Edition) Автор: Filip Babić, Luka Kordić & Nishant Srivastava Издательство: Razeware LLC Год: 2022 Формат: pdf Страниц: 287 Размер: 24 mb Язык: Английский
Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques! The importance of concurrency is discovered quite early on by people who start with Android development. Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. |
Разместил: na5ballov 22-05-2022, 13:17 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|