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

  • Добавил: harun54
  • Дата: 25-05-2019, 21:40
  • Комментариев: 0
Название: Frontier Computing: Theory, Technologies and Applications FC 2016
Автор: Neil Y. Yen and Jason C Hung
Издательство: Springer
Год: 2017
Формат: PDF
Размер: 31 Мб
Язык: английский / English

This volume contains the proceedings of the 5th International Conference on Frontier Computing (FC 2016), Tokyo, Japan, July 13-15, 2016. This international meeting provided a forum for researchers to share current understanding of recent advances and emergence in information technology, science, and engineering, with themes in the scope of Communication Networks, Business Intelligence and Knowledge Management, Web Intelligence, and any related fields that further the development of information technology.
  • Добавил: harun54
  • Дата: 25-05-2019, 21:07
  • Комментариев: 0
Название: Formal Methods and Software Engineering: 19th International Conference on Formal Engineering Methods, ICFEM 2017
Автор: Zhenhua Duan and Luke Ong
Издательство: Springer
Год: 2017
Формат: PDF
Размер: 21 Мб
Язык: английский / English

This book constitutes the refereed proceedings of the 19th International Conference on Formal Engineering Methods, ICFEM 2017, held in Xi'an, China, in November 2017. The 28 revised full papers presented together with one invited talk and two abstracts of invited talks were carefully reviewed and selected from 80 submissions. The conference focuses on all areas related to formal engineering methods, such as veri?cation and validation, software engineering, formal speci?cation and modeling, software security, and software reliability.
  • Добавил: HERSON
  • Дата: 25-05-2019, 18:40
  • Комментариев: 0
Язык программирования MQL5: Продвинутое использование торговой платформы MetaTrader 5. Издание 2-е, исправленное и дополненноеНазвание: Язык программирования MQL5: Продвинутое использование торговой платформы MetaTrader 5. Издание 2-е, исправленное и дополненное
Автор: Тимур Машнин
Язык: русский
Издательство: Издательские решения
Год: 2019
Страниц: 310 стр. 346 иллюстраций
Формат: pdf
Размер: 25,8 Мб

Разработка индикаторов и советников с использованием языка программирования MQL5 для платформы MetaTrader 5. Второе издание, исправленное и дополненное.
  • Добавил: literator
  • Дата: 25-05-2019, 15:02
  • Комментариев: 0
Название: GraphQL and Android (Final Version)
Автор: Mark L. Murphy
Издательство: CommonsWare, LLC
Год: 2019
Страниц: 263
Язык: английский
Формат: pdf (true), rtf, mobi, epub
Размер: 10.1 MB

GraphQL is a rapidly-ascending alternative to REST for implementing Web services. Developed by Facebook, GraphQL is popular in Web development. And, where Web service development goes, mobile app development — including Android — inevitably follows. This book helps you understand what GraphQL is and how to communicate with a GraphQL server, both in terms of GraphQL specifications and syntax and in terms of Android code for reaching those servers. We start off with a quick spin through making GraphQL requests, using canned tools and custom Android apps.
  • Добавил: literator
  • Дата: 25-05-2019, 12:53
  • Комментариев: 0
Название: Elements Of Kotlin 0.1
Автор: Mark L. Murphy
Издательство: CommonsWare, LLC
Год: 2019
Страниц: 289
Язык: английский
Формат: pdf (true), rtf, mobi, epub
Размер: 10.1 MB

The programming language for the first generation of Android app development was Java.
The programming language that will dominate the second generation of Android app development will be Kotlin.
Kotlin is a powerful language, designed to be concise yet expressive, both for application code and for libraries. However, some of that comes at a cost, as Kotlin has a lot more keywords and specialty features than does Java. A lot of that complexity is only needed by intermediate to advanced Kotlin developers, though.
  • Добавил: literator
  • Дата: 25-05-2019, 12:50
  • Комментариев: 0
Название: Exploring Android 0.4
Автор: Mark L. Murphy
Издательство: CommonsWare, LLC
Год: 2019
Страниц: 145
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.18 MB

Many books — such as The Busy Coder's Guide to Android Development, — present programming topics, showing you how to use different APIs, tools, and so on. This book is different. This book has you build an app from the beginning. Whereas traditional programming guides are focused on breadth and depth, this book is focused on "hands-on", guiding you through the steps to build the app. It provides a bit of details on the underlying concepts, but it relies on other resources — such as The Busy Coder's Guide to Android Development — for the full explanation of those details. Instead, this book provides step-by-step instructions for building the app.
If you are the sort of person who "learns by doing", then this book is for you!
  • Добавил: literator
  • Дата: 25-05-2019, 12:44
  • Комментариев: 0
Название: Machine Learning: A Practical Approach on the Statistical Learning Theory
Автор: Rodrigo Fernandes de Mello, Moacir Antonelli Ponti
Издательство: Springer
Год: 2018
Язык: английский
Формат: pdf (true), epub
Размер: 45.4 MB

This book presents the Statistical Learning Theory in a detailed and easy to understand way, by using practical examples, algorithms and source codes. It can be used as a textbook in graduation or undergraduation courses, for self-learners, or as reference with respect to the main theoretical concepts of Machine Learning. Fundamental concepts of Linear Algebra and Optimization applied to Machine Learning are provided, as well as source codes in R, making the book as self-contained as possible. It starts with an introduction to Machine Learning concepts and algorithms such as the Perceptron, Multilayer Perceptron and the Distance-Weighted Nearest Neighbors with examples, in order to provide the necessary foundation so the reader is able to understand the Bias-Variance Dilemma, which is the central point of the Statistical Learning Theory. Afterwards, we introduce all assumptions and formalize the Statistical Learning Theory, allowing the practical study of different classification algorithms.
  • Добавил: literator
  • Дата: 25-05-2019, 12:34
  • Комментариев: 0
Название: Inside The Python Virtual Machine
Автор: Obi Ike-Nwosu
Издательство: Leanpub
Год: 2018
Страниц: 126
Язык: английский
Формат: pdf (true), djvu
Размер: 10,1 MB

You know how to program in Python but are interested in what goes on under the covers of the interpreter? Well, fasten your seat-belts as this book will take you on a tour of the virtual machine that runs your Python code. It will describe how Python code is compiled and run, how the language itself can be modified and will demystify the...
Inside the Python Virtual Machine provides a guided tour under the covers of the Python interpreter for the curious pythonista. It attempts to show the user what happens from the moment the user executes a piece of Python code to the point when the interpreter returns the result of executing the piece of code. This book will provide the readers with an understanding of the various processes that go into compiling and executing a python program removing most of the mystery surrounding how the python interpreter executes source code.
  • Добавил: alex66
  • Дата: 25-05-2019, 08:31
  • Комментариев: 0

Название: Программирование на Microsoft Visual C++ .NET
Автор: Шеферд Джордж
Издательство: М.: Издательско-торговый дом «Русская Редакция»
Год: 2003
Формат: DJVU
Страниц: 930
Размер: 78,89 МБ
Язык: русский

Эта книга — настоящая «библия» программирования в среде Microsoft Visual C++ .NET с применением библиотеки классов MFC. Она адресована профессионалам, владеющим языком C++ и приступающим к разработке как «классических» 32-разрядных приложений Windows, так и приложений для новой среды .NET, где используются возможности Visual C++ и каркаса Microsoft .NET Framework.
  • Добавил: koticvvik
  • Дата: 25-05-2019, 08:30
  • Комментариев: 0
Название: CASE-технологии: практическая работа в Rational Rose
Автор: Трофимов С.А.
Издательство: М.: Бином-Пресс
Год: 2002
Формат: pdf
Страниц: 271
Размер: 14,2 Mb
Язык: Русский

Эта книга знакомит читателя с таким популярным CASE-средством как Rational Rose. В ней показывается, как при помощи пакета Rational Rose на основе UML- диаграмм создается программная система от замысла до создания исполняемого кода. Повторяя описанные в книге действия, читатель сам пройдет этот путь, целью которого будет создание полноценного приложения.
На каждом шаге в создании проекта подробно описываются возможности этого сложного инструмента для проектирования и создания программного кода системы. Книга открывает пути использования пакета Rational Rose не только для аналитика, но и для программиста, показывая процесс описания поведения объектов и иерархии классов для конкретного приложения.
На примере создания системы управления тепличным хозяйством демонстрируются возможности взаимодействия Microsoft Visual C++ и Rational Rose при создании и реинженеринге программного кода, представлены примеры генерации программного кода по готовым UML диаграммам на языках C++ и Visual Basic.
Подробно описываются возможности создания Web приложений и проектирование баз данных при помощи Rational Rose.