Автор: Christiansen Tom Название: Programming Perl ISBN: 0596004923 ISBN-13(EAN): 9780596004927 Издательство: Wiley Рейтинг: Цена: 50680.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: When it comes to learning Perl, programmers consider this book to be the undisputed bible.The 4th edition has been thoroughly updated for version 5.14, with details on regular expressions, support for UNICODE, threads, and many other features.
Автор: Solem Jan Erik Название: Programming Computer Vision with Python: Techniques and Libraries for Imaging and Retrieving Information ISBN: 1449316549 ISBN-13(EAN): 9781449316549 Издательство: Wiley Рейтинг: Цена: 50680.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: If you want a basic understanding of computer vision`s underlying theory and algorithms, this hands-on introduction is the ideal place to start. Programming Computer Vision with Python teaches computer vision in broad terms that won`t bog you down in theory. Instead, you`ll find this book to be inspiring and motivating.
Автор: Gonzalez, Javier Fernandez Название: Mastering concurrency programming with java 9 - ISBN: 1785887947 ISBN-13(EAN): 9781785887949 Издательство: Неизвестно Цена: 67430.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Master the principles to make applications robust, scalable and responsiveAbout This Book* Implement concurrent applications using the Java 9 Concurrency API and its new components* Improve the performance of your applications and process more data at the same time, taking advantage of all of your resources* Construct real-world examples related to machine learning, data mining, natural language processing, and moreWho This Book Is ForThis book is for competent Java developers who have basic understanding of concurrency, but knowledge of effective implementation of concurrent programs or usage of streams for making processes more efficient is not requiredWhat You Will Learn* Master the principles that every concurrent application must follow* See how to parallelize a sequential algorithm to obtain better performance without data inconsistencies and deadlocks* Get the most from the Java Concurrency API components* Separate the thread management from the rest of the application with the Executor component* Execute phased-based tasks in an efficient way with the Phaser components* Solve problems using a parallelized version of the divide and conquer paradigm with the Fork / Join framework* Find out how to use parallel Streams and Reactive Streams* Implement the "map and reduce" and "map and collect" programming models* Control the concurrent data structures and synchronization mechanisms provided by the Java Concurrency API* Implement efficient solutions for some actual problems such as data mining, machine learning, and moreIn DetailConcurrency programming allows several large tasks to be divided into smaller sub-tasks, which are further processed as individual tasks that run in parallel. Java 9 includes a comprehensive API with lots of ready-to-use components for easily implementing powerful concurrency applications, but with high flexibility so you can adapt these components to your needs. The book starts with a full description of the design principles of concurrent applications and explains how to parallelize a sequential algorithm.
You will then be introduced to Threads and Runnables, which are an integral part of Java 9's concurrency API. You will see how to use all the components of the Java concurrency API, from the basics to the most advanced techniques, and will implement them in powerful real-world concurrency applications. The book ends with a detailed description of the tools and techniques you can use to test a concurrent Java application, along with a brief insight into other concurrency mechanisms in JVM.
Style and approachThis is a complete guide that implements real-world examples of algorithms related to machine learning, data mining, and natural language processing in client/server environments. All the examples are explained using a step-by-step approach.
Автор: Elliott Eric Название: Programming with JavaScript ISBN: 1491950293 ISBN-13(EAN): 9781491950296 Издательство: Wiley Рейтинг: Цена: 33780.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Take advantage of JavaScript`s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that`s easier - yes, easier - to work with as your code base grows.
Автор: McKellar Jessica Название: Twisted Network Programming Essentials ISBN: 1449326110 ISBN-13(EAN): 9781449326111 Издательство: Wiley Рейтинг: Цена: 33780.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Get started with Twisted, the event-driven networking framework written in Python. With this introductory guide, you`ll learn the key concepts and design patterns to build event-driven client and server applications for many popular networking protocols. You`ll also learn the tools to build new protocols using Twisted`s primitives.
Автор: Rhodes Brandon Название: Foundations of Python Network Programming ISBN: 1430258543 ISBN-13(EAN): 9781430258544 Издательство: Springer Рейтинг: Цена: 35360.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Introduction to Client/Server Networking
UDP
TCP
Socket Names and DNS
Network Data and Network Errors
TLS and SSL
Server Architecture
Caches, Message Queues, and Map-Reduce
HTTP
Screen Scraping
Web Applications
E-mail Composition and Decoding
SMTP
POP
IMAP
Other technologies: Telnet, SSH, and FTP
RPC
System Administration
Автор: Braun Название: Object-oriented Programming in SIMOTION Fundamentals, Program Examples and Software Concepts according to IEC 61131-3 ISBN: 3895784567 ISBN-13(EAN): 9783895784569 Издательство: Wiley Рейтинг: Цена: 40070.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Addressing students, mechanical engineers, technicians and experienced automation engineers, the book will assist to understand and to use OOP in accordance with IEC 61131-3. In a step-by-step process, example programs show how to design a ready-to-use machine module.
Автор: Bankes Tim Название: Exam Ref 70-483: Programming in C# ISBN: 0735676828 ISBN-13(EAN): 9780735676824 Издательство: Неизвестно Рейтинг: Цена: 36770.00 T Наличие на складе: Невозможна поставка. Описание: Prepare for Microsoft Exam 70-483 - and help demonstrate your real-world mastery of programming in C#. Designed for experienced software developers ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the Microsoft Specialist level.
Автор: Capriolo Edward Название: Programming Hive ISBN: 1449319335 ISBN-13(EAN): 9781449319335 Издательство: Wiley Цена: 33780.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Need to move a relational database application to Hadoop? This comprehensive guide introduces you to Apache Hive, Hadoop s data warehouse infrastructure. You ll quickly learn how to use Hive s SQL dialect HiveQL to summarize, query, and analyze large datasets stored in Hadoop s distributed filesystem.
This example-driven guide shows you how to set up and configure Hive in your environment, provides a detailed overview of Hadoop and MapReduce, and demonstrates how Hive works within the Hadoop ecosystem. You ll also find real-world case studies that describe how companies have used Hive to solve unique problems involving petabytes of data.Use Hive to create, alter, and drop databases, tables, views, functions, and indexesCustomize data formats and storage options, from files to external databasesLoad and extract data from tables and use queries, grouping, filtering, joining, and other conventional query methodsGain best practices for creating user defined functions (UDFs)Learn Hive patterns you should use and anti-patterns you should avoidIntegrate Hive with other data processing programsUse storage handlers for NoSQL databases and other datastoresLearn the pros and cons of running Hive on Amazon s Elastic MapReduce"
Автор: Nurkiewicz Tomasz, Christensen Ben Название: Reactive Programming with Rxjava: Creating Asynchronous, Event-Based Applications ISBN: 1491931655 ISBN-13(EAN): 9781491931653 Издательство: Wiley Рейтинг: Цена: 38010.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz