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

  • Добавил: polyanskiy
  • Дата: 4-03-2023, 13:34
  • Комментариев: 0

Автор: Очков В. Ф. и др.
Название: Эти разные Бейсики. Новое в жизни, науке, технике
Издательство: М:, Знание
Год: 1992
Страниц: 48
Формат: DJVU, PDF
Размер: 14 МБ

Рассказано от новой версии Бейсика (QBASIC) в структуре новой операционной системы — русифицированной MS DOS 5.0.
  • Добавил: literator
  • Дата: 4-03-2023, 12:08
  • Комментариев: 0
Code Gamers Development: Essentials: A 9-Week Beginner’s Guide to Start Your Game-Development CareerНазвание: Code Gamers Development: Essentials: A 9-Week Beginner’s Guide to Start Your Game-Development Career
Автор: A.E Colonna
Издательство: Independently published
Год: 2022
Страниц: 228
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Are you a beginner who’d like to know how to program video games? Would you like to get ahold of simple, effective, and compatible steps that will enable you to be an excellent problem solver while game programming? Do you want to start game coding without worrying if you’re smart enough to get it right? If your answer is yes to any of these questions, you’ve got to read this book! A.E Colonna is an avid gamer and a self-taught game developer who is ready to give you a smooth introduction to video game development. Through this comprehensive guide, he will teach you the different types of game engines and show you how to code your own game using the C# programming language. After nine weeks, you’re guaranteed to know the basic coding concepts; you’ll be ready to create your first game using C# and the Unity engine!
  • Добавил: literator
  • Дата: 4-03-2023, 01:39
  • Комментариев: 0
Artificial Intelligence: Applications and Innovations (2023)Название: Artificial Intelligence: Applications and Innovations
Автор: Rashmi Priyadarshini, R.M. Mehra, Amit Sehgal, Prabhu Jyot Singh
Издательство: CRC Press
Год: 2023
Страниц: 301
Язык: английский
Формат: pdf (true)
Размер: 22.6 MB

Artificial Intelligence: Applications and Innovations is a book about the science of Artificial Intelligence (AI). AI is the study of the design of intelligent computational agents. This book provides a valuable resource for researchers, scientists, professionals, academicians and students dealing with the new challenges and advances in the areas of AI and innovations. This book also covers a wide range of applications of Machine Learning such as fire detection, structural health and pollution monitoring and control. In the last few years, with the improvement of algorithms in general and the lethal development of computing power, the availability of large amounts of information has led to the increased interest and opportunities for applications of Machine Learning (ML). The most common deployments of ML algorithms are for classification, regression, and clustering. Another domain of application is based on quantitative reduction of large sets of data with high- dimensionality. In fact, it has been proven that ML has superhuman abilities in a number of areas, such as autonomous vehicles, classification, photography, and so on. ML has also become an integral part of various daily activities through techniques such as image recognition, voice recognition, web-search, and fraud detection, as well as in e-mail/spam filters, credit scores, and many others with ML algorithms.
  • Добавил: ekvator
  • Дата: 3-03-2023, 19:09
  • Комментариев: 0
Алгоритмы на практике
Название: Алгоритмы на практике
Автор: Зингаро Даниэль
Издательство: Питер
Год: 2023
Формат: pdf
Страниц: 432
Размер: 20,5 Мб
Язык: русский

«Алгоритмы на практике» научат решать самые трудные и интересные программистские задачи, а также разрабатывать собственные алгоритмы. В качестве примеров для обучения взяты реальные задания с международных соревнований по программированию. Вы узнаете, как классифицировать задачи, правильно подбирать структуру данных и выбирать алгоритм для решения. Поймете, что выбор структуры данных — будь то хеш-таблица, куча или дерево —влияет на скорость выполнения программы и на эффективность алгоритма. Разберетесь, как применять рекурсию, динамическое программирование, двоичный поиск. Никакого условного псевдокода, все примеры сопровождаются исходным кодом на языке Си подробными объяснениями.
  • Добавил: literator
  • Дата: 3-03-2023, 17:43
  • Комментариев: 0
Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control, 2nd EditionНазвание: Data-Driven Science and Engineering: Machine Learning, Dynamical Systems, and Control, 2nd Edition
Автор: Steven L. Brunton, J. Nathan Kutz
Издательство: Cambridge University Press
Год: 2022
Страниц: 616
Язык: английский
Формат: pdf (true)
Размер: 29.1 MB

Data-driven discovery is revolutionizing how we model, predict, and control complex systems. Now with Python and MATLAB, this textbook trains mathematical scientists and engineers for the next generation of scientific discovery by offering a broad overview of the growing intersection of data-driven methods, Machine Learning, applied optimization, and classical fields of engineering mathematics and mathematical physics. With a focus on integrating dynamical systems modeling and control with modern methods in applied Machine Learning, this text includes methods that were chosen for their relevance, simplicity, and generality. Topics range from introductory to research-level material, making it accessible to advanced undergraduate and beginning graduate students from the engineering and physical sciences. The second edition features new chapters on reinforcement learning and physics-informed Machine Learning, significant new sections throughout, and chapter exercises. Online supplementary material including lecture videos per section, homeworks, data, and code in MATLAB, Python, Julia, and R available on site.
  • Добавил: literator
  • Дата: 3-03-2023, 11:28
  • Комментариев: 0
Let's Go - Learn to Build Professional Web Applications with Go, 2nd Edition (Version 2.20.0)Название: Let's Go - Learn to Build Professional Web Applications with Go, 2nd Edition (Version 2.20.0)
Автор: Alex Edwards
Издательство: Alex Edwards
Год: 2023-02-17
Страниц: 426
Язык: английский
Формат: pdf, html, epub + Code
Размер: 22.6 MB

A step-by-step guide to creation fast, secure, and maintainable web applications with Go. Let’s Go is a clear, concise and easy-to-follow guide to web development with Go. Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using the fantastic programming language Go. The idea behind this book is to help you learn by doing. Together we’ll walk through the start-to-finish build of a web application — from structuring your workspace, through to session management, authenticating users, securing your server and testing your application. Building a complete web application in this way has several benefits. It helps put the things you’re learning into context, it demonstrates how different parts of your codebase link together, and it forces us to work through the edge-cases and difficulties that come up when writing software in real-life. In essence, you’ll learn more than you would by just reading Go’s (great) documentation or standalone blog posts. By the end of the book you’ll have the understanding — and confidence — to build your own production-ready web applications with Go.
  • Добавил: literator
  • Дата: 3-03-2023, 10:13
  • Комментариев: 0
Machine Learning and Mechanics Based Soft Computing ApplicationsНазвание: Machine Learning and Mechanics Based Soft Computing Applications
Автор: Thi Dieu Linh Nguyen, Joan Lu
Издательство: Springer
Серия: Studies in Computational Intelligence
Год: 2023
Страниц: 323
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

This book highlights recent advances in the area of Machine Learning and robotics-based soft computing applications. The book covers various Artificial Intelligence, Machine Learning, and mechanics, a mix of mechanical computational engineering work. The current computing era has a huge market/potential for Machine Learning, robotics, and soft computing techniques and their applications. With this in view, the book shares latest research and cutting-edge applications useful for professionals and researchers in these areas. This book provides the latest research findings in the emerging technologies with special focus on soft computing intelligent techniques and applications in various fields of engineering. Starting from Artificial Intelligence to mechanics, robotics and how technology is helping in management is covered very selectively. We believe that the collection of these research works will be proved helping to give a support edge to many research problems.
  • Добавил: literator
  • Дата: 3-03-2023, 09:26
  • Комментариев: 0
Practical OpenTelemetry: Adopting Open Observability Standards Across Your OrganizationНазвание: Practical OpenTelemetry: Adopting Open Observability Standards Across Your Organization
Автор: Daniel Gomez Blanco
Издательство: Apress
Год: 2023
Страниц: 236
Язык: английский
Формат: pdf
Размер: 10.08 MB

Learn the value that OpenTelemetry can bring to organizations that aim to implement observability best practices, and gain a deeper understanding of how different building blocks interact with each other to bring out-of-the-box, vendor-neutral instrumentation to your stack. With examples in Java, this book shows how to use OpenTelemetry APIs and configure plugins and SDKs to instrument services and produce valuable telemetry data. You’ll learn how to maximize adoption of OpenTelemetry and encourage the change needed in debugging workflows to reduce cognitive load for engineers troubleshooting production workloads. For each type of signal, that is, baggage, traces, metrics, and logs, this book explores their APIs, SDKs, and best practices needed to instrument applications both manually and automatically via instrumentation libraries. Common use cases for these signals are illustrated with examples in Java, providing short code snippets aimed at explaining individual concepts. To manage context within an application, OpenTelemetry provides a cross-signal Context API to manage key-value pairs. Although this depends on the language, context is not normally handled explicitly, that is, developers don’t need to pass a context object around method invocations. For instance, in Java, it is stored in thread-local storage by default. In this case, the API provides a way to attach, detach, and obtain the context for a current execution.
  • Добавил: literator
  • Дата: 2-03-2023, 22:39
  • Комментариев: 0
Numerical Methods with Python: For the SciencesНазвание: Numerical Methods with Python: For the Sciences
Автор: William Miles
Издательство: De Gruyter
Год: 2023
Страниц: 328
Язык: английский
Формат: pdf (true)
Размер: 21.0 MB

Introduces students to appropriate use of computer programming within the scientific disciplines using Python. Discusses several common applications of programming and implementation using real world examples and hands on programming exercises. Students learn how to model situations such as image recognition, medical diagnosis, spread of disease, and others. In order to present the techniques and methodologies, we use the Python programming language. Thus, in addition to learning the numerical methods, students will also learn how to program using Python. It is a powerful language that is available to everyone at no cost (since it is open-sourced). The text begins by discussing some of the fundamental tasks that we must be able to accomplish using the programming language.
  • Добавил: literator
  • Дата: 2-03-2023, 14:39
  • Комментариев: 0
Software Usability UpdatesНазвание: Software Usability Updates
Автор: Laura M. Castro
Издательство: ITexLi
Год: 2023
Страниц: 103
Язык: английский
Формат: pdf (true)
Размер: 10.7 MB

This volume is a collection of high-quality contributions for developers and non-developers alike. Beyond the preliminaries, the book is organized into two other parts: “Designing for Usability” and “Testing for Usability”. The chapters in the second section, “Designing for Usability”, offer valuable insights and practical guidance to take into account during the early stages of product conception and development. On the other hand, the chapters in the third section, “Testing for Usability”, reflect and formalize software usability’s evaluation and validation processes. These two complementary views on the subject make this book a balanced and comprehensive volume, which the reader will undoubtedly find both interesting and useful.