bannerbanner

программирование

Карманный гайд для веб-автоматизаторов Browser Automation Studio
3
Полноценный гайд по Browser Automation Studio расскажет о всех азах применения функций, модулей, схем автоматических сценариев, а также о технических нюансах экнш-блоков.
Полноценный гайд по Browser Automation Studio расскажет о всех азах применения функций, модулей, схем автоматических сценариев, а также о технических нюансах экнш-блоков.
Квантовые вычисления
5
В учебном пособии рассмотрены базовые методы квантовых вычислений, дополненные контрольными вопросами и задачами широкого спектра сложности как для проведения занятий в аудиториях, так и для самостоятельного решения. Оптимальное сочетание теории и пр…
В учебном пособии рассмотрены базовые методы квантовых вычислений, дополненные контрольными вопросами и задачами широкого спектра сложности как для проведения занятий в аудиториях, так и для самостоятельного решения. Оптимальное сочетание теории и пр…
Python для юных программистов
4
Книга написана на основе опыта обучения программированию на языке Python в кружке юных программистов и протестирована на детях 7–12 лет. Материал рассчитан на самостоятельное, без помощи взрослых, изучение основ Python школьниками 2–5-х классов, имею…
Книга написана на основе опыта обучения программированию на языке Python в кружке юных программистов и протестирована на детях 7–12 лет. Материал рассчитан на самостоятельное, без помощи взрослых, изучение основ Python школьниками 2–5-х классов, имею…
Машинное обучение. Паттерны проектирования. Подготовка данных, создание моделей, внедрение в производство
3
Приводимые в книге паттерны проектирования отражают лучшие практические подходы к решению типичных задач машинного обучения. Указанные паттерны, реализованные в программном коде, сконцентрировали опыт сотен экспертов в простые и легкодоступные советы…
Приводимые в книге паттерны проектирования отражают лучшие практические подходы к решению типичных задач машинного обучения. Указанные паттерны, реализованные в программном коде, сконцентрировали опыт сотен экспертов в простые и легкодоступные советы…
Математика на Python. Часть I. Элементы линейной алгебры и аналитической геометрии
5
Дисциплина «Компьютерный практикум» является обязательной дисциплиной базовой части профессионального цикла ООП по направлению 38.03.01 «Экономика» всех профилей (модуль математики и информатики Б.1.1.2.3.). Изучение данной дисциплины нацелено на фор…
Дисциплина «Компьютерный практикум» является обязательной дисциплиной базовой части профессионального цикла ООП по направлению 38.03.01 «Экономика» всех профилей (модуль математики и информатики Б.1.1.2.3.). Изучение данной дисциплины нацелено на фор…
Одномерные дискретные распределения
5
Приводится ряд общих сведений из математического анализа и теории вероятностных распределений, а также необходимые алгоритмы компьютерной генерации одномерных дискретных случайных величин. Вводятся важные общие классы одномерных дискретных величин, в…
Приводится ряд общих сведений из математического анализа и теории вероятностных распределений, а также необходимые алгоритмы компьютерной генерации одномерных дискретных случайных величин. Вводятся важные общие классы одномерных дискретных величин, в…
OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide. Exam 1Z0-808
5
Full coverage of functional programming and all OCA Java Programmer exam objectives OCA, Oracle Certified Associate Java SE 8 Programmer I Study Guide, Exam 1Z0-808 is a comprehensive study guide for those taking the Oracle Certified Associate Java S…
Full coverage of functional programming and all OCA Java Programmer exam objectives OCA, Oracle Certified Associate Java SE 8 Programmer I Study Guide, Exam 1Z0-808 is a comprehensive study guide for those taking the Oracle Certified Associate Java S…
Reliable JavaScript. How to Code Safely in the World's Most Dangerous Language
5
Create more robust applications with a test-first approach to JavaScript Reliable JavaScript, How to Code Safely in the World's Most Dangerous Language demonstrates how to create test-driven development for large-scale JavaScript applications that wi…
Create more robust applications with a test-first approach to JavaScript Reliable JavaScript, How to Code Safely in the World's Most Dangerous Language demonstrates how to create test-driven development for large-scale JavaScript applications that wi…
OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide. Exam 1Z0-809
5
Complete, trusted preparation for the Java Programmer II exam OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide is your comprehensive companion for preparing for Exam 1Z0-809 as well as upgrade Exam 1Z0-810 and Exam 1Z0-813. With…
Complete, trusted preparation for the Java Programmer II exam OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide is your comprehensive companion for preparing for Exam 1Z0-809 as well as upgrade Exam 1Z0-810 and Exam 1Z0-813. With…
Professional NFC Application Development for Android
4
A practical guide to developing and deploying Near Field Communication (NFC) applications There has been little practical guidance available on NFC programming, until now. If you're a programmer or developer, get this unique and detailed book and sta…
A practical guide to developing and deploying Near Field Communication (NFC) applications There has been little practical guidance available on NFC programming, until now. If you're a programmer or developer, get this unique and detailed book and sta…
Beginning Java Programming. The Object-Oriented Approach
4
A comprehensive Java guide, with samples, exercises, case studies, and step-by-step instruction Beginning Java Programming: The Object Oriented Approach is a straightforward resource for getting started with one of the world's most enduringly popular…
A comprehensive Java guide, with samples, exercises, case studies, and step-by-step instruction Beginning Java Programming: The Object Oriented Approach is a straightforward resource for getting started with one of the world's most enduringly popular…
Introducing Autodesk Maya 2015. Autodesk Official Press
5
Learn Autodesk Maya from an award-winning insider Best-selling author, visual effects supervisor, and technical educator Dariush Derakhshani brings you a newly-updated, step-by-step guide to the most popular and complex 3D application on the market, …
Learn Autodesk Maya from an award-winning insider Best-selling author, visual effects supervisor, and technical educator Dariush Derakhshani brings you a newly-updated, step-by-step guide to the most popular and complex 3D application on the market, …
Testing Python. Applying Unit Testing, TDD, BDD and Acceptance Testing
4
Fundamental testing methodologies applied to the popular Python language Testing Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in t…
Fundamental testing methodologies applied to the popular Python language Testing Python; Applying Unit Testing, TDD, BDD and Acceptance Testing is the most comprehensive book available on testing for one of the top software programming languages in t…
SAS Data Analytic Development. Dimensions of Software Quality
5
Design quality SAS software and evaluate SAS software quality SAS Data Analytic Development is the developer’s compendium for writing better-performing software and the manager’s guide to building comprehensive software performance requirements. The …
Design quality SAS software and evaluate SAS software quality SAS Data Analytic Development is the developer’s compendium for writing better-performing software and the manager’s guide to building comprehensive software performance requirements. The …
Professional XMPP Programming with JavaScript and jQuery
3
Create real-time, highly interactive apps quickly with the powerful XMPP protocol XMPP is a robust protocol used for a wide range of applications, including instant messaging, multi-user chat, voice and video conferencing, collaborative spaces, real-…
Create real-time, highly interactive apps quickly with the powerful XMPP protocol XMPP is a robust protocol used for a wide range of applications, including instant messaging, multi-user chat, voice and video conferencing, collaborative spaces, real-…
Professional Application Lifecycle Management with Visual Studio 2012
4
The authoritative and timely guide to ALM from Microsoft insiders and MVPs Focused on the latest release of Visual Studio, this edition shows you how to use the Application Lifecycle Management (ALM) capabilities of Visual Studio 2012 to streamline s…
The authoritative and timely guide to ALM from Microsoft insiders and MVPs Focused on the latest release of Visual Studio, this edition shows you how to use the Application Lifecycle Management (ALM) capabilities of Visual Studio 2012 to streamline s…
Professional Test Driven Development with C#. Developing Real World Applications with TDD
4
Hands-on guidance to creating great test-driven development practice Test-driven development (TDD) practice helps developers recognize a well-designed application, and encourages writing a test before writing the functionality that needs to be implem…
Hands-on guidance to creating great test-driven development practice Test-driven development (TDD) practice helps developers recognize a well-designed application, and encourages writing a test before writing the functionality that needs to be implem…
Professional Visual Basic 2012 and .NET 4.5 Programming
3
Explore Visual Basic 2012 and .NET 4.5 with this fully updated resource After a quick review of the of introductory topics of Visual Basic 2012 and .NET 4.5, this book moves quickly into advanced topics such as data access with ADO.NET, security, ASP…
Explore Visual Basic 2012 and .NET 4.5 with this fully updated resource After a quick review of the of introductory topics of Visual Basic 2012 and .NET 4.5, this book moves quickly into advanced topics such as data access with ADO.NET, security, ASP…
World of Warcraft Programming. A Guide and Reference for Creating WoW Addons
5
The #1 bestselling programming book is back with updated and expanded coverage of the newest release of WoW! World of Warcraft (WoW) is currently the world's largest massively multiplayer online role-playing game. The newest release, «Wrath of the Li…
The #1 bestselling programming book is back with updated and expanded coverage of the newest release of WoW! World of Warcraft (WoW) is currently the world's largest massively multiplayer online role-playing game. The newest release, «Wrath of the Li…
Professional Augmented Reality Browsers for Smartphones. Programming for junaio, Layar and Wikitude
5
Create amazing mobile augmented reality apps with junaio, Layar, and Wikitude! Professional Augmented Reality Browsers for Smartphones guides you through creating your own augmented reality apps for the iPhone, Android, Symbian, and bada platforms, f…
Create amazing mobile augmented reality apps with junaio, Layar, and Wikitude! Professional Augmented Reality Browsers for Smartphones guides you through creating your own augmented reality apps for the iPhone, Android, Symbian, and bada platforms, f…

Популярные авторы