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

  • Добавил: umkaS
  • Дата: 27-07-2019, 09:13
  • Комментариев: 0
Название: Стандарты программирования на C++. 101 правило и рекомендация
Автор: Саттер Г., Александреску А.
Издательство: М.: Вильямс
Год: 2005
Cтраниц: 210
Формат: pdf
Размер: 13 мб
Язык: русский

В книге представлен сконцентрированный лучший опыт программистов на C++, обобщенный двумя экспертами мирового класса. Начинающий программист найдет в ней простые и понятные рекомендации для ежедневного использования, подкрепленные примерами их конкретного применения на практике. Опытные программисты найдут в ней советы и новые рекомендации, которые можно сразу же принять на вооружение. Программисты-профессионалы могут использовать эту книгу как основу для разработки собственных стандартов кодирования, как для себя лично, так и для группы, которой они руководят.
  • Добавил: kotmatros255
  • Дата: 27-07-2019, 07:41
  • Комментариев: 0
Название: OpenGL Graphics Through Applications
Автор: Robert Whitrow
Издательство: Springer
Год: 2010
ISBN: 978-1-84800-022-3
Формат: pdf
Страниц: 347
Размер: 12,2 Mb
Язык: English

OpenGL Graphics Through Applications is a practical introduction to Computer Graphics with an emphasis on understanding through practice. Throughout the book, theory is followed by implementation using C / C++ and complete programs are provided on the Springer website. A procedural approach has been taken to algorithmic development while taking an object oriented approach when building artefacts from simple objects.
The book covers a range of topics including: (1) image processing, (2) artefact construction, (3) introductory animation, (4) texturing, (5) curves surfaces and patterns. Robert Whitrow has taught computing courses from first year undergraduate to postgraduate MSc at a range of different institutions.
  • Добавил: buratino
  • Дата: 27-07-2019, 01:35
  • Комментариев: 0
Название: Python for R Users: A Data Science Approach
Автор: Ajay Ohri
Издательство: Wiley
Год: 2017
Формат: True PDF/ePub
Страниц: 358
Размер: 41.7 Mb
Язык: English

The definitive guide for statisticians and data scientists who understand the advantages of becoming proficient in both R and Python
The first book of its kind, Python for R Users: A Data Science Approach makes it easy for R programmers to code in Python and Python users to program in R. Short on theory and long on actionable analytics, it provides readers with a detailed comparative introduction and overview of both languages and features concise tutorials with command-by-command translations—complete with sample code—of R to Python and Python to R.
  • Добавил: literator
  • Дата: 26-07-2019, 20:38
  • Комментариев: 0
Название: iOS 13 Programming Fundamentals with Swift (Early Release)
Автор: Matt Neuburg
Издательство: O’Reilly Media, Inc.
Год: 2019
Страниц: 1000
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

Move into iOS development by getting a firm grasp of its fundamentals, including the Xcode 10 IDE, Cocoa Touch, and the latest version of Apple’s acclaimed programming language, Swift 5. With this thoroughly updated guide, you’ll learn the Swift language, understand Apple’s Xcode development tools, and discover the Cocoa framework.
  • Добавил: buratino
  • Дата: 26-07-2019, 16:07
  • Комментариев: 0
Название: Ethereum For Dummies (For Dummies (Computer/Tech))
Автор: Michael G. Solomon
Издательство: For Dummies
Год: 2019
Формат: True PDF
Страниц: 274
Размер: 10.8 Mb
Язык: English

Dive into a secure future
Professionals look to Ethereum as a blockchain-based platform to develop safe applications and conduct secure transactions. It takes a knowledgeable guiding hand to understand how Ethereum works and what it does — and Ethereum For Dummies provides that guidance. Written by one of the leading voices in the blockchain community and best selling author of Blockchain For Dummies, this book demystifies the workings of Ethereum and shows how it can enhance security, transactions, and investments.
  • Добавил: literator
  • Дата: 26-07-2019, 16:02
  • Комментариев: 0
Название: Blockchain For Dummies, 2nd Edition
Автор: Tiana Laurence
Издательство: John Wiley & Sons, Inc.
ISBN: 1119555019
Год: 2019
Страниц: 259
Язык: английский
Формат: epub, pdf (true)
Размер: 14.8 MB

Unravel the mysteries of blockchains.
Blockchain technologies are disrupting some of the world’s biggest industries. Blockchain For Dummies provides a fast way to catch up with the essentials of this quickly evolving tech. Written by an author involved in founding and analyzing blockchain solutions, this book serves to help those who need to understand what a blockchain can do (and can't do). This revised edition walks you through how a blockchainsecurely records data across independent networks. It offers a tour of some of the world’s best-known blockchains, including those that power Bitcoin and other cryptocurrencies. It also provides a glance at how blockchain solutions are affecting the worlds of finance, supply chain management, insurance, and governments.
  • Добавил: literator
  • Дата: 26-07-2019, 15:56
  • Комментариев: 0
Название: Probabilistic Data Structures and Algorithms for Big Data Applications
Автор: Andrii Gakhov
Издательство: Books on Demand GmbH
ISBN: 3748190484
Год: 2019
Страниц: 202
Язык: английский
Формат: pdf (true), djvu
Размер: 22.2 MB

A technical book about popular space-efficient data structures and fast algorithms that are extremely useful in modern Big Data applications. The purpose of this book is to introduce technology practitioners, including software architects and developers, as well as technology decision makers to probabilistic data structures and algorithms. Reading this book, you will get a theoretical and practical understanding of probabilistic data structures and learn about their common uses.
  • Добавил: literator
  • Дата: 26-07-2019, 15:49
  • Комментариев: 0
Название: Java: The Complete Reference, 11th Edition
Автор: Mr Kotiyana
Издательство: Mr Kotiyana Publishing
ASIN: B07QNS273M
Год: 2019
Страниц: 359
Язык: английский
Формат: epub, azw3, pdf (conv)
Размер: 11.5 MB

Fully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Mr kotiyana covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined and numerous examples demonstrate Java in action. Of course, the very important module system is discussed in detail.
  • Добавил: literator
  • Дата: 26-07-2019, 15:37
  • Комментариев: 0
Название: Monolith to Microservices: Evolutionary Patterns to Transform Your Monolith (Second Early Release)
Автор: Sam Newman
Издательство: O'Reilly Media
ISBN: 1492047848
Год: 2019
Страниц: 146
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.1 MB

How do you detangle a monolithic system and migrate it to a microservices architecture? How do you do it while maintaining business-as-usual? As a companion to Sam Newman’s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture. With many illustrative examples, insightful migration patterns, and a bevy of practical advice to transition your monolith enterprise into a microservice operation, this practical guide covers multiple scenarios and strategies for a successful migration, from initial planning all the way through application and database decomposition. You’ll learn several tried and tested patterns and techniques that you can use as you migrate your existing architecture.
  • Добавил: literator
  • Дата: 26-07-2019, 14:31
  • Комментариев: 0
Название: Data, Engineering and Applications: Volume 2
Автор: Rajesh Kumar Shukla, Jitendra Agrawal
Издательство: Springer
ISBN: 9811363501
Год: 2019
Страниц: 331
Язык: английский
Формат: pdf (true)
Размер: 12.3 MB

This book presents a compilation of current trends, technologies, and challenges in connection with Big Data. Many fields of science and engineering are data-driven, or generate huge amounts of data that are ripe for the picking. There are now more sources of data than ever before, and more means of capturing data. At the same time, the sheer volume and complexity of the data have sparked new developments, where many Big Data problems require new solutions. Given its scope, the book offers a valuable reference guide for all graduate students, researchers, and scientists interested in exploring the potential of Big Data applications.