Uml Cheat Sheet


Download Uml Cheat Sheet PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Uml Cheat Sheet book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

IEC 61850 Demystified


IEC 61850 Demystified

Author: Herbert Falk

language: en

Publisher: Artech House

Release Date: 2018-12-31


DOWNLOAD





This comprehensive overview of 61850 standard/protocol focuses on implementation, taking the reader through the development and concepts of IEC 61850. This includes the initial work by General Motors (Manufacturing Automation Protocol), EPRI (UCA 1.0 and UCA 2.0), IEEE (TR 1550), and IEC 61850. The standard is a significant piece of many IIoT (industrial internet of things) strategies for substation communication. The book discusses and documents the basic research and theory of guaranteed multicast done for IEC 61850 GOOSE as well as the shift from variable technology to object oriented technology. The layering principles, as well as the structure, of IEC 61850 are discussed in detail as well as the actual communication profiles that have been created to support substation/distribution automation, distributed energy resources, and synchrophasors. Real applications will be discussed as well as the future direction of the standard. The author is a technical co-editor of IEC 61850 standard and a leader in US implementations, having been involved with the technology from its inception.

Head First Object-Oriented Analysis and Design


Head First Object-Oriented Analysis and Design

Author: Brett McLaughlin

language: en

Publisher: "O'Reilly Media, Inc."

Release Date: 2007


DOWNLOAD





Provides information on analyzing, designing, and writing object-oriented software.

Spark GraphX in Action


Spark GraphX in Action

Author: Michael Malak

language: en

Publisher: Simon and Schuster

Release Date: 2016-06-12


DOWNLOAD





Summary Spark GraphX in Action starts out with an overview of Apache Spark and the GraphX graph processing API. This example-based tutorial then teaches you how to configure GraphX and how to use it interactively. Along the way, you'll collect practical techniques for enhancing applications and applying machine learning algorithms to graph data. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology GraphX is a powerful graph processing API for the Apache Spark analytics engine that lets you draw insights from large datasets. GraphX gives you unprecedented speed and capacity for running massively parallel and machine learning algorithms. About the Book Spark GraphX in Action begins with the big picture of what graphs can be used for. This example-based tutorial teaches you how to use GraphX interactively. You'll start with a crystal-clear introduction to building big data graphs from regular data, and then explore the problems and possibilities of implementing graph algorithms and architecting graph processing pipelines. Along the way, you'll collect practical techniques for enhancing applications and applying machine learning algorithms to graph data. What's Inside Understanding graph technology Using the GraphX API Developing algorithms for big graphs Machine learning with graphs Graph visualization About the Reader Readers should be comfortable writing code. Experience with Apache Spark and Scala is not required. About the Authors Michael Malak has worked on Spark applications for Fortune 500 companies since early 2013. Robin East has worked as a consultant to large organizations for over 15 years and is a data scientist at Worldpay. Table of Contents PART 1 SPARK AND GRAPHS Two important technologies: Spark and graphs GraphX quick start Some fundamentals PART 2 CONNECTING VERTICES GraphX Basics Built-in algorithms Other useful graph algorithms Machine learning PART 3 OVER THE ARC The missing algorithms Performance and monitoring Other languages and tools