ПРОГРАММИРОВАНИЕ » Страница 1397
Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Data Wrangling with JavaScript
/ Комментариев: 0/


Название: Data Wrangling with javascript
Автор: Ashley Davis
Издательство: Manning Publications
Год: 2019
Страниц: 430
Формат: PDF
Размер: 13 Mb
Язык: English

With a growing ecosystem of tools and libraries available, and the flexibility to run on many platforms (web, desktop and mobile), javascript is a terrific all-round environment for all data wrangling needs!
Data Wrangling with javascript teaches readers core data munging techniques in javascript, along with many libraries and tools that will make their data tasks even easier.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Ivor Horton's Beginning Visual C++ 2012
/ Комментариев: 0/


Название: Ivor Horton's Beginning Visual C++ 2012
Автор: Ivor Horton
Издательство: John Wiley & Sons, Inc.
Год: 2012
Формат: PDF
Страниц: 988
Размер: 16,72 МБ
Язык: English

The only book to teach C++ programming with Microsoft Visual Studio!

There's a reason why Ivor Horton's Beginning Visual C++ books dominate the marketplace. Ivor Horton has a loyal following who love his winning approach to teaching programming languages, and in this fully updated new edition, he repeats his successful formula. Offering a comprehensive introduction to both the standard C++ language and to Visual C++, he offers step-by-step programming exercises, examples, and solutions to deftly guide novice programmers through the ins and outs of C++ development.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Recurrent Neural Networks for Short-Term Load Forecasting: An Overview and Comparative Analysis
/ Комментариев: 0/


Название: Recurrent Neural Networks for Short-Term Load Forecasting: An Overview and Comparative Analysis
Автор: Filippo Maria Bianchi, Enrico Maiorino, Michael C. Kampffmeyer, Antonello Rizzi, Robert Jenssen
Издательство: Springer Nature
Год: 2017
ISBN: 978-3-319-70338-1
Формат: PDF
Страниц: 74
Размер: 12,83 МБ
Язык: English

The key component in forecasting demand and consumption of resources in a supply network is an accurate prediction of real-valued time series. Indeed, both service interruptions and resource waste can be reduced with the implementation of an effective forecasting system. Significant research has thus been devoted to the design and development of methodologies for short-term load forecasting over the past decades.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Algorithmics: The Spirit of Computing (3rd Edition)
/ Комментариев: 0/

Название: Algorithmics: The Spirit of Computing (3rd Edition)
Автор: David Harel, Yishai Feldman
Издательство: Addison-Wesley
Год: 2004
Формат: PDF
Страниц: 536
Для сайта: mirlib.ru
Размер: 5 Mb
Язык: English

The best selling 'Algorithmics' presents the most important, concepts, methods and results that are fundamental to the science of computing. It starts by introducing the basic ideas of algorithms, including their structures and methods of data manipulation. It then goes on to demonstrate how to design accurate and efficient algorithms, and discusses their inherent limitations. As the author himself says in the preface to the book; 'This book attempts to present a readable account of some of the most important and basic topics of computer science, stressing the fundamental and robust nature of the science in a form that is virtually independent of the details of specific computers, languages and formalisms'.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Algorithmic Randomness and Complexity
/ Комментариев: 0/

Название: Algorithmic Randomness and Complexity
Автор: Rodney G. Downey, Denis R. Hirschfeldt
Издательство: Springer
Год: 2010
Формат: PDF
Страниц: 855
Для сайта: mirlib.ru
Размер: 5 Mb
Язык: English

Computability and complexity theory are two central areas of research in theoretical computer science. This book provides a systematic, technical development of "algorithmic randomness" and complexity for scientists from diverse fields.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Интерфейс JNI. Руководство по программированию
/ Комментариев: 0/


Название: Интерфейс JNI. Руководство по программированию
Автор: Лиэнг Ш.
Издательство: ДМК Пресс
Год: 2014
Страниц:
ISBN: 978-5-94074-982-0
Формат: PDF
Размер: 11 Мб
Язык: русский

В книге описывается интерфейс Java Native Interface (JNI) – интерфейс взаимодействия языка Java с нативным кодом, написанным на других языках. Она будет полезна программистам на Java, интересующимися вопросами интеграции кода, написанного на C и С++, в Java-приложение; внедрением виртуальной машины Java в С- и С++- приложения; реализация виртуальной машины Java; техническими вопросами организации взаимодействия между различными языками, в том числе имеющими отношение к работе со сборщиком мусора и многопоточности.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Design Patterns in C#: A Hands-on Guide with Real-World Examples
/ Комментариев: 0/

Название: Design Patterns in C#: A Hands-on Guide with Real-World Examples
Автор: Vaskaran Sarcar
Издательство: Apress
ISBN: 1484236394
Год: 2018
Страниц: 465
Язык: английский
Формат: pdf (true), epub
Размер: 25.3 MB

Get hands-on experience with each Gang of Four design pattern using the latest version of C# (Visual Studio Community 2017). For each of the patterns, you’ll see at least one real-world scenario, a coding example, and a complete implementation including output. In the first part of Design Patterns in C#, you will cover the 23 Gang of Four (GoF) design patterns, before moving onto some alternative design patterns, including the Simple Factory Pattern, the Null Object Pattern, and the MVC Pattern. The final part winds up with a conclusion and criticisms of design patterns with chapters on anti-patterns and memory leaks. By working through easy-to-follow examples, you will understand the concepts in depth and have a collection of programs to port over to your own projects.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Machine Learning in Action: A Primer for The Layman, Step by Step Guide for Newbies
/ Комментариев: 0/

Название: Machine Learning in Action: A Primer for The Layman, Step by Step Guide for Newbies
Автор: Alan T. Norman
Издательство: Amazon Digital Services LLC
ASIN: B07F6Z2ZKJ
Год: 2018
Страниц: 54
Язык: английский
Формат: epub, azw3, pdf (conv)
Размер: 10.19 MB

Welcome to the world of machine learning!
Are you looking for a foundational book to get you started with the basic concepts of Machine Learning? My book will explain you the basic concepts in ways that are easy to understand. Once you’ve read this book, you’ll have a solid grasp on the core principles that will make it easier to step to a more advanced book should you want to learn more. Artificial intelligence is poised to change the course of human history, perhaps more than any technology ever. A big part of that revolution is machine learning.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Advanced Malware Analysis
/ Комментариев: 0/

Название: Advanced Malware Analysis
Автор: Christopher C. Elisan
Издательство: McGraw-Hill Education
Год: 2015
Формат: EPUB
Размер: 18 Мб
Язык: английский / English

Advanced Malware Analysis is a critical resource for every information security professional's anti-malware arsenal. The proven troubleshooting techniques will give an edge to information security professionals whose job involves detecting, decoding, and reporting on malware. After explaining malware architecture and how it operates, the book describes how to create and configure a state-of-the-art malware research lab and gather samples for analysis. Then, you’ll learn how to use dozens of malware analysis tools, organize data, and create metrics-rich reports.


Категория: КНИГИ » ПРОГРАММИРОВАНИЕ
Pen Art in Scratch Programming: the art of programming and the programming of art
/ Комментариев: 0/

Название: Pen Art in Scratch Programming: the art of programming and the programming of art
Автор: Abhay Joshi, Sandesh Gaikwad
Издательство: CreateSpace Independent Publishing Platform
Год: 2018
Формат: azw3
Страниц: 216
Размер: 11.8 Mb
Язык: English

Unleash the creative artist in you while enjoying the friendly Scratch programming environment. ** Whether you are a beginner or an expert programmer, you will find turtle programming exciting and challenging. This book explores how the “Pen” feature of Scratch can be used to create interesting designs. Pen programming (aka Turtle programming) provides a visual feedback by providing a clear trace of the sprite’s movements. This is very helpful, especially for those who are new to the world of programming.