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

  • Добавил: TRex
  • Дата: 26-05-2022, 18:37
  • Комментариев: 0
Название: Introduction to Quantum Computing: From a Layperson to a Programmer in 30 Steps
Автор: Hiu Yung Wong
Издательство: Springer
Год: 2022
Формат: True PDF
Страниц: 299
Размер: 10 Mb
Язык: English

This textbook introduces quantum computing to readers who do not have much background in linear algebra. The author targets undergraduate and master students, as well as non-CS and non-EE students who are willing to spend about 60 -90 hours seriously learning quantum computing. Readers will be able to write their program to simulate quantum computing algorithms and run on real quantum computers on IBM-Q. Moreover, unlike the books that only give superficial, “hand-waving” explanations, this book uses exact formalism so readers can continue to pursue more advanced topics based on what they learn from this book.
  • Добавил: TRex
  • Дата: 26-05-2022, 17:54
  • Комментариев: 0
Название: Concepts of Programming Languages 12th Edition
Автор: Robert W. Sebesta
Издательство: Pearson
Год: 2019
Формат: True PDF
Страниц: 784
Размер: 10,5 Mb
Язык: English

The goals, overall structure, and approach of this twelfth edition of Concepts of Programming Languages remains the same as those of the eleven previous editions. The principal goals are to introduce the fundamental constructs of contemporary programming languages and to provide the reader with the tools necessary for the critical evaluation of existing and future programming languages.
  • Добавил: Igor1977
  • Дата: 26-05-2022, 13:56
  • Комментариев: 0

Название: Основы C#: учебно-методическое пособие
Автор: Шамиева Р., Казгачев В.
Издательство: Алматы: Самал
Год: 2021
Формат: pdf
Страниц: 328
Размер: 20 mb
Язык: Русский
Качество: Среднее

Учебно-методическое пособие составлено и соответствии с программой дисциплины и содержатся задания для лабораторного практикума по дисциплине. Пособие ориентировано на студентов, начинающих овладевать C# языком и средой разработки MS Visual Studio.
  • Добавил: admin
  • Дата: 26-05-2022, 08:20
  • Комментариев: 0
Название:Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers, 2nd Edition (Final)
Автор: Peter Gottschling
Издательство: Addison-Wesley Professional/Pearson Education
Год: 2022
Страниц: 1898
Язык: английский
Формат: epub
Размер: 67.9 MB

Write Powerful, Modern C++ Code for Scientific, Engineering, and Embedded Applications. Discovering Modern C++, Second Edition, will help you master valuable skills for programming with C++ at nearly every level, from "close to the hardware" to high-level abstractions. Updated for C++17 and C++ 20, this intensive introduction teaches C++ using realistic examples from diverse technical problem domains. Drawing on extensive experience teaching C++ to physicists, mathematicians, engineers, and students, Peter Gottschling guides you smoothly to sophisticated approaches based on advanced features.
  • Добавил: umkaS
  • Дата: 26-05-2022, 07:02
  • Комментариев: 0
Название: C++ Boost Graph Library
Издательство: Питер
Автор: Джереми Сик, Лай-Кван Ли, Эндрю Ламсдэйн
Год: 2006
Страниц: 304
Язык: русский
Формат: pdf
Размер: 31 мб

Издание, являющееся переводом одной из книг серии «C++ in Depth», посвящено описанию Boost Graph Library (BGL) — библиотеки для построения структур данных и алгоритмов вычислений на графах, предназначенных для решения самых разнообразных задач: от оптимизации интернет-маршрутизации и планирования телефонных сетей до задач молекулярной биологии. Содержит развернутое описание BGL, демонстрирует примеры приложений к реальным задачам.
  • Добавил: TRex
  • Дата: 25-05-2022, 17:51
  • Комментариев: 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.
  • Добавил: ekvator
  • Дата: 25-05-2022, 16:38
  • Комментариев: 0
Параллельное программирование на современном С++
Название: Параллельное программирование на современном С++
Автор: Райнер Гримм
Издательство: ДМК Пресс
Год: 2022
Формат: pdf
Страниц: 618
Размер: 16,5 Мб
Язык: русский

Книга во всех подробностях освещает параллельное программирование на современном C++. Особое внимание уделено опасностям и трудностям параллельного программирования (например, гонке данных и мертвой блокировке) и способам борьбы с ними. Приводятся многочисленные примеры кода, позволяющие читателю легко закрепить теорию на практике. Для тех, кто хочет освоить параллельное программирование на одном из наиболее распространенных языков.
  • Добавил: TRex
  • Дата: 25-05-2022, 11:27
  • Комментариев: 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.
  • Добавил: umkaS
  • Дата: 25-05-2022, 06:56
  • Комментариев: 0
Автор: Мюссер Д., Дердж Ж., Сейни А.
Название: C++ и STL: справочное руководство
Издательство: М.: OOO "И.Д. Вильямc"
Год: 2010 - 2-е изд.
Формат: djvu
Размер: 11 мб
Страниц: 432 с.: ил.
Язык: русский

Во втором издании материал изложен более понятно, и здесь больше примеров практического использования STL. Кроме того, сделан акцент на вопросах производительности и инструментарии для ее измерения. Первое издание было с воодушевлением принято программистами как наиболее понятное, полное и практичное введение в стандартную библиотеку шаблонов (STL). Включая большое множество обобщенных структур данных C++ и алгоритмов, STL предоставляет повторно используемые, взаимозаменяемые компоненты, применимые для решения множества различных задач без потери эффективности.
  • Добавил: TRex
  • Дата: 24-05-2022, 19:15
  • Комментариев: 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.