|
|
|
|
|
|
|
| |
|
Название: Эффективная работа: Java 2 Автор: Бишоп Дж. Издательство: Питер Год: 2002 ISBN: 5-318-00741-4 Формат: pdf Страниц: 592 Размер: 73,7 Mb Язык: Русский
Программирование, создание графического пользовательского интерфейса, организация обработки событий, реализация сетевых функций, а также одновременное использование в программе нескольких подпроцессов. Автор предлагает подборку протестированных примеров, в которых рассматриваются пути решения реальных задач. Благодаря детальному описанию алгоритма легко понять код каждой программы. Весьма полезными для читателей окажутся рисунки, на которых демонстрируются результаты выполнения программ. Каждую главу завершает перечень вопросов и задач, которые позволят проверить и закрепить полученные знания. Книга предназначена для начинающих программистов. |
Разместил: oksanavalera 14-09-2019, 15:29 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Программирование на C++. Трюки и эффекты Автор: Чиртик А.А. Издательство: Питер Год: 2010 Страниц: 352 ISBN: 978-5-49807-102-2 Формат: PDF Размер: 13 Мб Язык: русский Серия: Трюки и эффекты
Данная книга о программировании на С++ не имеет аналогов. В ней описаны оригинальные приемы создания программ и использования системных ресурсов. Применена самая эффективная методика обучения — на живых примерах, которые можно сразу же использовать при создании собственных приложений. |
Разместил: MIHAIL62 14-09-2019, 13:36 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Network Science Автор: Albert-Laszlo Barabasi Издательство: Cambridge University Press Год: 2016 Страниц: 912 Язык: английский Формат: True PDF Размер: 95.1 MB
Networks are everywhere, from the internet, to social networks, and the genetic networks that determine our biological existence. Illustrated throughout in full colour, this pioneering textbook, spanning a wide range of topics from physics to computer science, engineering, economics and the social sciences, introduces network science to an interdisciplinary audience. From the origins of the six degrees of separation to explaining why networks are robust to random failures, the author explores how viruses like Ebola and H1N1 spread, and why it is that our friends have more friends than we do. Using numerous real-world examples, this innovatively designed text includes clear delineation between undergraduate and graduate level material. The mathematical formulas and derivations are included within Advanced Topics sections, enabling use at a range of levels. Extensive online resources, including films and software for network analysis, make this a multifaceted companion for anyone with an interest in network science. |
Разместил: Ingvar16 13-09-2019, 21:11 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Python for Bioinformatics, Second Edition Автор: Sebastian Bassi Издательство: CRC Press Год: 2018 Формат: PDF Страниц: 451 Размер: 10.94 МБ Язык: English
In today's data driven biology, programming knowledge is essential in turning ideas into testable hypothesis. Based on the author’s extensive experience, Python for Bioinformatics, Second Edition helps biologists get to grips with the basics of software development. Requiring no prior knowledge of programming-related concepts, the book focuses on the easy-to-use, yet powerful, Python computer language. |
Разместил: ak5812 13-09-2019, 20:47 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Checking Out with the Payment Request API: A Practical Introduction to the HTML5 Payment Request API using Real-world Examples Автор: Alex Libby Издательство: Apress Год: 2019 Формат: True PDF/ePub Страниц: 249 Размер: 10 Mb Язык: English
Quickly create consistent checkouts for use within websites, using the power of the HTML5 Payment Request API. This project-oriented book simplifies the process of creating and manipulating checkouts with the Payment Request API in browsers for websites or online applications, using little more than a text editor or free software. One of the key concerns of any e-commerce company is ensuring customers complete the checkout process successfully, and for them to return. Unfortunately, many checkouts still suffer from a high level of drop-out. The Payment Request API is an open standard being developed by browser vendors to simplify payments for users with a quick and seamless autofill process enabling a broader set of online payment providers to participate in the market. The API is designed to be easy to implement across all supported browsers, and work with any payment type or service provider. |
Разместил: bomboane 13-09-2019, 15:33 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Sequential and Parallel Algorithms and Data Structures: The Basic Toolbox Автор: Peter Sanders, Kurt Mehlhorn Издательство: Springer Год: 2019 Страниц: 516 Язык: английский Формат: pdf (true) Размер: 10.1 MB
Every computer scientist and every professional programmer should know about the basic algorithmic toolbox. Authors address the paradigm shift towards the parallel algorithms required to solve modern performance-critical applications. Includes many examples, pictures, informal explanations, exercises, and implementation notes with efficient implementations in languages such as C++ and Java. |
Разместил: Ingvar16 13-09-2019, 15:18 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Building an Enterprise Chatbot: Work with Protected Enterprise Data Using Open Source Frameworks Автор: Abhishek Singh, Karthik Ramasubramanian, Shrey Shivam Издательство: Apress Год: 2019 Формат: true pdf/epub Страниц: 385 Размер: 11.4 Mb Язык: English
Explore the adoption of chatbots in business by focusing on the design, deployment, and continuous improvement of chatbots in a business, with a single use-case from the banking and insurance sector. This book starts by identifying the business processes in the banking and insurance industry. This involves data collection from sources such as conversations from customer service centers, online chats, emails, and other NLP sources. You’ll then design the solution architecture of the chatbot. Once the architecture is framed, the author goes on to explain natural language understanding (NLU), natural language processing (NLP), and natural language generation (NLG) with examples. In the next sections, you'll design and implement the backend framework of a typical chatbot from scratch. You will also explore some popular open-source chatbot frameworks such as Dialogflow and LUIS. The authors then explain how you can integrate various third-party services and enterprise databases with the custom chatbot framework. In the final section, you'll discuss how to deploy the custom chatbot framework on the AWS cloud. |
Разместил: bomboane 13-09-2019, 11:20 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: C++ Crash Course: A Fast-Paced Introduction Автор: Josh Lospinoso Издательство: No Starch Press Год: 2019 Формат: PDF Страниц: 794 Размер: 10,09 МБ Язык: English
A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries. C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any programmer would be proud of. |
Разместил: ak5812 13-09-2019, 05:49 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Deep Learning from Scratch: Building with Python from First Principles (First Releas) Автор: Seth Weidman Издательство: O'Reilly Media Год: 2019 Формат: true pdf/epub Страниц: 252 Размер: 12.1 Mb Язык: English
With the resurgence of neural networks in the 2010s, deep learning has become essential for machine learning practitioners and even many software engineers. This book provides a comprehensive introduction for data scientists and software engineers with machine learning experience. You’ll start with deep learning basics and move quickly to the details of important advanced architectures, implementing everything from scratch along the way. Author Seth Weidman shows you how neural networks work using a first principles approach. You’ll learn how to apply multilayer neural networks, convolutional neural networks, and recurrent neural networks from the ground up. With a thorough understanding of how neural networks work mathematically, computationally, and conceptually, you’ll be set up for success on all future deep learning projects. |
Разместил: bomboane 13-09-2019, 05:20 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Terraform: Up & Running: Writing Infrastructure as Code, 2nd Edition (First Release) Автор: Yevgeniy Brikman Издательство: O'Reilly Media Год: 2019 Формат: epub/pdf(conv.) Страниц: 368 Размер: 14.6 Mb Язык: English
Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, Azure, and more. This hands-on second edition, expanded and thoroughly updated for Terraform version 0.12 and beyond, shows you the fastest way to get up and running. Gruntwork cofounder Yevgeniy (Jim) Brikman walks you through code examples that demonstrate Terraform’s simple, declarative programming language for deploying and managing infrastructure with a few commands. Veteran sysadmins, DevOps engineers, and novice developers will quickly go from Terraform basics to running a full stack that can support a massive amount of traffic and a large team of developers. |
Разместил: bomboane 13-09-2019, 05:03 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|