LitMy.ru - литература в один клик

  • Добавил: Semka
  • Дата: 26-03-2018, 20:17
  • Комментариев: 0

Название: C++ Succinctly
Автор: Michael McLaughlin
Издательство: Syncfusion Inc.
Год: 2012
Формат: pdf
Страниц: 127
Размер: 2.1 mb
Язык: english

C++ Succinctly was written to help professional C# developers learn modern C++ programming. The aim of this book is to leverage your existing C# knowledge in order to expand your skills.
  • Добавил: Semka
  • Дата: 26-03-2018, 20:16
  • Комментариев: 0
F# Succinctly
Название: F# Succinctly
Автор: Robert Pickering
Издательство: Syncfusion Inc.
Год: 2012
Формат: pdf
Страниц: 102
Размер: 1.8 mb
Язык: ednglish

Syncfusion and functional programming enthusiast Robert Pickering bring you F# Succinctly, your quick-start guide to the F# programming language. Starting with the classic "Hello World" program and the basics of identifiers, recursion, and operators, and working through to graphics, simulations, and interactive forms, this book is the ideal first step to becoming a fluent F# programmer.
  • Добавил: daromir
  • Дата: 26-03-2018, 09:42
  • Комментариев: 0

Автор: Toby Weston
Название: Learn Scala for Java Developers
Издательство: CreateSpace Independent Publishing Platform
Год: 2015
ISBN: 1508734178
Язык: English
Формат: pdf
Размер: 10,8 mb
Страниц: 282

Learn Scala for Java Developers is for Java developers looking to transition to programming Scala.
  • Добавил: daromir
  • Дата: 26-03-2018, 07:28
  • Комментариев: 0
Название: Programmierung in Python: Ein kompakter Einstieg f?r die Praxis
Автор: Ralph Steyer
Издательство: Springer
Год: 2018
ISBN: 9783658207052
Формат: epub, pdf
Страниц: 257
Размер: 13,7 mb
Язык: Deutsch

Dieses Buch ist ein idealer Einstieg in die Programmierung mit Python. Ausf?hrlich erl?utert der Autor die elementaren Grundlagen, die n?tig sind, um mit dieser Sprache Programme zu erstellen und zu pflegen.
  • Добавил: daromir
  • Дата: 26-03-2018, 07:17
  • Комментариев: 0
Название: Parallel Processing and Applied Mathematics 12th International Conference, PPAM 2017, Lublin, Poland, September 10-13, 2017, Revised Selected Papers, Part II
Автор: Roman Wyrzykowski, Jack Dongarra
Издательство: Springer
Год: 2018
ISBN: 9783319780535
Серия: Lecture Notes in Computer Science (Book 10778)
Формат: pdf
Страниц: 488
Размер: 30,2 mb
Язык: English

The Parallel Processing and Applied Mathematics 12th International Conference constitutes revised selected papers from the 12th International Conference on Parallel Processing and Applied Mathematics, PPAM 2017, held in Lublin, Poland, in September 2017.
  • Добавил: Semka
  • Дата: 25-03-2018, 22:29
  • Комментариев: 0

Название: R Succinctly
Автор: Barton Poulson
Издательство: Syncfusion, Inc.
Год: 2014
Формат: pdf
Страниц: 128
Размер: 3.9 mb
Язык: english

Begin developing your mastery of the powerful R programming language. Become comfortable with the R environment and learn how to find ways for R to fulfill your data needs.
  • Добавил: Semka
  • Дата: 25-03-2018, 22:27
  • Комментариев: 0
Aurelia Succinctly
Название: Aurelia Succinctly
Автор: Matthew Duffield
Издательство: Syncfusion, Inc.
Год: 2018
Формат: pdf
Страниц: 102
Размер: 2.7 mb
Язык: english

Aurelia is a relatively new, open-source javascript library/framework that simplifies the creation of web-based applications. You can code Aurelia applications using a lot of the same semantics and separation of concerns that you enjoy when developing in Java or C#.
  • Добавил: Semka
  • Дата: 25-03-2018, 20:21
  • Комментариев: 0

Название: Data Structures Succinctly Part 1
Автор: Robert Horvick
Издательство: Syncfusion Inc.
Год: 2012
Формат: pdf
Страниц: 111
Размер: 1.8 mb
Язык: english

Data Structures Succinctly Part 1 is your first step to a better understanding of the different types of data structures, how they behave, and how to interact with them. Starting with simple linked lists and arrays, and then moving to more complex structures like binary search trees and sets, author Robert Horvick explains what each structure's methods and classes are and the algorithms behind them.
  • Добавил: Semka
  • Дата: 25-03-2018, 20:20
  • Комментариев: 0

Название: Unit Testing Succinctly
Автор: Marc Clifton
Издательство: Syncfusion Inc.
Год: 2013
Формат: pdf
Страниц: 128
Размер: 2.2 mb
Язык: english

Unit testing can be a valuable part of any development cycle, but it can easily cause more problems than it prevents if used incorrectly. With Unit Testing Succinctly by Marc Clifton, you'll learn what you need to know to leverage unit testing and minimize the number of bugs introduced in development.
  • Добавил: Semka
  • Дата: 25-03-2018, 20:20
  • Комментариев: 0

Название: Imperative to Functional Programming Succinctly
Автор: Marc Clifton
Издательство: Syncfusion Inc.
Год: 2014
Формат: pdf
Страниц: 101
Размер: 1.9 mb
Язык: english

Functional programming is fundamentally different from imperative programming. As such, it provides a unique approach to solving problems—one that requires developers to transform how they think about software design and implementation.