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

  • Добавил: TRex
  • Дата: 15-09-2022, 10:25
  • Комментариев: 0
Название: Simulink Graphical User Interface (R2022b)
Автор: The MathWorks, Inc
Издательство: The MathWorks, Inc
Год: 2022
Формат: PDF
Страниц: 704
Размер: 10 Mb
Язык: English

Graphical user interfaces (GUIs), also known as apps, provide point-and-click control of your software applications, eliminating the need for others to learn a language or type commands in order to run the application. You can share apps both for use within MATLAB and also as standalone desktop or web apps.
  • Добавил: TRex
  • Дата: 15-09-2022, 10:10
  • Комментариев: 0
Название: MATLAB Spreadsheet Link User’s Guide (R2022b)
Автор: The MathWorks, Inc
Издательство: The MathWorks, Inc
Год: 2022
Формат: PDF
Страниц: 130
Размер: 10 Mb
Язык: English

Spreadsheet Link™ connects Excel® spreadsheet software with the MATLAB® workspace, enabling you to access the MATLAB environment from an Excel spreadsheet. With Spreadsheet Link software, you can exchange data between MATLAB and Excel, taking advantage of the familiar Excel interface while accessing the computational speed and visualization capabilities of MATLAB.
  • Добавил: Igor1977
  • Дата: 15-09-2022, 09:42
  • Комментариев: 0

Название: jаvascript for Impatient Programmers
Автор: Rauschmayer Axel
Издательство: ECMAScript 2022 Edition
Год: 2022
Формат: djvu
Страниц: 375
Размер: 12 mb
Язык: английский

This book makes jаvascript less challenging to learn for newcomers by offering a modern view that is as consistent as possible.
Highlights:
- Get started quickly by initially focusing on modern features.
- Test-driven exercises and quizzes available for most chapters.
- Covers all essential features of jаvascript, up to and including ES2019.
- Optional advanced sections let you dig deeper.
- No prior knowledge of jаvascript is required, but you should know how to program.

  • Добавил: literator
  • Дата: 15-09-2022, 03:14
  • Комментариев: 0
Mastering Financial Pattern Recognition: Finding and Back-Testing Candlestick Patterns with Python (Second Early Release)Название: Mastering Financial Pattern Recognition: Finding and Back-Testing Candlestick Patterns with Python (Second Early Release)
Автор: Sofien Kaabar
Издательство: O’Reilly Media, Inc.
Год: 2022-08-25
Страниц: 366
Язык: английский
Формат: epub (true), mobi
Размер: 10.3 MB

Candlesticks have become a key component of platforms and charting programs for financial trading. With these charts, traders can learn underlying patterns for interpreting price action history and forecasts. This A-Z guide shows portfolio managers, quants, strategists, and analysts how to use Python to recognize, scan, trade, and backtest the profitability of candlestick patterns. Pattern recognition and detection is a skill that is mastered by machines better than humans due to their objectivity and therefore, I have dedicated the first chapters of the book to creating the structure of a candlestick pattern recognition algorithm before moving to the later chapters which dig deep with patterns and strategies. This means that the first skill you will learn is how to automate the data import process in Python.
  • Добавил: TRex
  • Дата: 14-09-2022, 15:47
  • Комментариев: 0
Название: Data Structures and Algorithms in Python
Автор: John Canning, Alan Broder, Robert Lafore
Издательство: Pearson
Год: 2023
Формат: True ePUB
Страниц: 928
Размер: 81,6 Mb
Язык: English

This practical introduction to data structures and algorithms can help every programmer who wants to write more efficient software. Building on Robert Lafore’s legendary Java-based guide, this book helps you understand exactly how data structures and algorithms operate. You’ll learn how to efficiently apply them with the enormously popular Python language and scale your code to handle today’s big data challenges.
  • Добавил: literator
  • Дата: 14-09-2022, 12:53
  • Комментариев: 0
JavaScript: The Comprehensive GuideНазвание: jаvascript: The Comprehensive Guide
Автор: Philip Ackermann
Издательство: Rheinwerk Computing
Год: 2022
Страниц: 982
Язык: английский
Формат: pdf
Размер: 10.5 MB

Begin your jаvascript journey with this comprehensive, hands-on guide. You’ll learn everything there is to know about professional jаvascript programming, from core language concepts to essential client-side tasks. Build dynamic web applications with step-by-step instructions and expand your knowledge by exploring server-side development and mobile development. Work with advanced language features, write clean and efficient code, and much more! Throughout the book, you’ll find useful, hands-on code examples to support your learning. Each of these examples is self-contained, allowing you to learn at your own pace—you can start at the beginning of the book or the middle, and you’ll still be able to follow the exercises.
  • Добавил: literator
  • Дата: 14-09-2022, 01:40
  • Комментариев: 0
Погружение в паттерны проектирования (2021)Название: Погружение в паттерны проектирования (2021)
Автор: Александр Швец
Издательство: Самиздат
Год: 2021 (v2021-2.33)
Страниц: 400
Язык: русский
Формат: pdf
Размер: 28.2 MB

Книга «Погружение в Паттерны Проектирования» описывает 22 классических паттерна проектирования, а также 8 принципов проектирования, на которых они основаны. Каждая глава книги посвящена только одному паттерну. Поэтому книгу можно читать как последовательно, от края до края, так и в произвольном порядке, выбирая только интересные в данный момент паттерны. Паттерны проектирования универсальны. Поэтому все примеры кода в этой книге приведены на псевдокоде, без привязки к конкретному языку программирования.
  • Добавил: literator
  • Дата: 14-09-2022, 01:21
  • Комментариев: 0
Applied Machine Learning and AI for Engineers (Second Early Release)Название: Applied Machine Learning and AI for Engineers: Solve Business Problems That Can’t Be Solved Algorithmically (Second Early Release)
Автор: Jeff Prosise
Издательство: O’Reilly Media, Inc.
Год: 2022-09-12
Страниц: 207
Язык: английский
Формат: epub (true), mobi
Размер: 16.3 MB

Many introductory guides to AI are mathematics books in disguise. This one mostly eschews the math. Instead, author Jeff Prosise helps engineers and software developers build an intuitive understanding of AI to solve business problems. Need to create a system to detect defective parts coming off an assembly line? This practical book teaches you the skills necessary to put AI and Machine Learning (ML) to work at your company. This book contains numerous code samples that you can run to reinforce the concepts presented in each chapter. Most are written in Python and use popular open-source libraries such as Scikit-learn, Keras, and TensorFlow. All are available in a public GitHub repo.
  • Добавил: SCART56
  • Дата: 13-09-2022, 21:53
  • Комментариев: 0

Название: Learning Scala. Practical Functional Programming for the JVM
Автор(ы): Swartz J.
Издательство: O’Reilly
Год: 2015
Страниц: 255
Формат: PDF
Размер: 10 Мб
Язык: English

This book is meant for developers who have worked in object-oriented languages such as Java, Ruby, or Python and are interested in improving their craft by learning Scala. Java developers will recognize the core object-oriented, static typing and generic collections in Scala. However, they may be challenged to switch to Scala’s more expressive and flexible syntax, and the use of immutable data and function literals to solve problems. Ruby and Python developers will be familiar with the use of function literals (aka closures or blocks) to work with collections, but may be challenged with its static, generic-supporting type system.
  • Добавил: literator
  • Дата: 13-09-2022, 19:19
  • Комментариев: 0
System Assurances: Modeling and ManagementНазвание: System Assurances: Modeling and Management (Emerging Methodologies and Applications in Modelling, Identification and Control)
Автор: Prashant Johri, Adarsh Anand, Juri Vain
Издательство: Academic Press/Elsevier
Год: 2022
Страниц: 581
Язык: английский
Формат: pdf (true)
Размер: 22.7 MB

System Assurances: Modeling and Management updates on system assurance and performance methods using advanced analytics and understanding of software reliability growth modeling from today’s debugging team’s point-of-view, along with information on preventive and predictive maintenance and the efficient use of testing resources. The book presents the rapidly growing application areas of systems and software modeling, including intelligent synthetic characters, human-machine interface, menu generators, user acceptance analysis, picture archiving and software systems. At present, many OSS (open source software) are used in many software development organizations. Also, many commercial software have been developed by embedding several OSS components because of standardization, cost reduction, quick delivery, etc. Various methods for software reliability assessment of OSS system have been proposed by several researchers. Moreover, many OSS systems have used the fault tracking systems such as the Bugzilla.