Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Advances in Computational Intelligence Techniques
Автор: Shruti Jain, Meenakshi Sood
Издательство: Springer
Серия: Algorithms for Intelligent Systems
Год: 2020
Страниц: 271
Язык: английский
Формат: pdf (true)
Размер: 12.3 MB

Discusses the latest soft computing techniques and their applications in various engineering fields. Covers recent research on Artificial Intelligence, computer vision, data mining, and optimization techniques, including their applications in numerous domains. This book highlights recent advances in computational intelligence for signal processing, computing, imaging, artificial intelligence, and their applications. It offers support for researchers involved in designing decision support systems to promote the societal acceptance of ambient intelligence, and presents the latest research on diverse topics in intelligence technologies with the goal of advancing knowledge and applications in this rapidly evolving field.
Разместил: Ingvar16 29-02-2020, 05:46 | Комментарии: 0 | Подробнее

Название: Testing Java Microservices: Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito
Автор: Alex Soto Bueno
Издательство: Manning Publications
Год: 2018
Страниц: 296
Формат: PDF
Размер: 10 Mb
Язык: English

Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.
Разместил: bomboane 28-02-2020, 22:17 | Комментарии: 0 | Подробнее
Название: Ruby Wizardry: An Introduction to Programming for Kids
Автор: Eric Weinstein
Издательство: No Starch Press
ISBN: 1593275668
Год: 2014
Страниц: 352
Язык: английский
Формат: pdf (true), epub
Размер: 11.72 MB

The Ruby programming language is perfect for beginners: easy to learn, powerful, and fun to use! But wouldn't it be more fun if you were learning with the help of some wizards and dragons? Ruby Wizardry is a playful, illustrated tale that will teach you how to program in Ruby by taking you on a fantastical journey. As you follow the adventures of young heroes Ruben and Scarlet, you’ll learn real programming skills, like how to:
• Use fundamental concepts like variables, symbols, arrays, and strings
• Work with Ruby hashes to create a programmable breakfast menu...
Разместил: Ingvar16 28-02-2020, 22:12 | Комментарии: 0 | Подробнее
Название: Testing Vue.js Applications
Автор: Edd Yerburgh
Издательство: Manning Publications
Год: 2018
Страниц: 272
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 13.7 MB

With Testing Vue.js Applications, you'll discover effective testing methods for Vue applications. You'll enjoy author Edd Yerburgh's engaging style and fun real-world examples as you learn to use the Jest framework to run tests for a Hacker News application built with Vue, Vuex, and Vue Router. This comprehensive guide teaches the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
Разместил: Ingvar16 28-02-2020, 21:41 | Комментарии: 0 | Подробнее
Название: Redux in Action
Автор: Marc Garreau, Will Faurot
Издательство: Manning Publications
Год: 2018
Страниц: 312
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 15.6 MB

With Redux in Action, you'll discover how to integrate Redux into your React application and development environment. With the insights you glean from the experience of authors Marc Garreau and Will Faurot, you'll be more than confident in your ability to solve your state management woes with Redux and focus on developing the apps you need! With Redux, you manage the state of a web application in a single, simple object, practically eliminating most state-related bugs. Centralizing state with Redux makes it possible to quickly start saved user sessions, maintain a reliable state history, and smoothly transfer state between UIs. Plus, the Redux state container is fully programmable and integrates cleanly with React and other popular frameworks.
Разместил: Ingvar16 28-02-2020, 21:14 | Комментарии: 0 | Подробнее
Название: Multimedia Security Using Chaotic Maps: Principles and Methodologies
Автор: Khalid M. Hosny
Издательство: Springer
Год: 2020
Страниц: 271
Язык: английский
Формат: pdf (true)
Размер: 20.5 MB

This comprehensive book is primarily intended for researchers, engineers, mathematicians and computer security specialists who are interested in multimedia security, steganography, encryption, and related research fields. It is also a valuable reference resource for postgraduate and senior undergraduate students who are studying multimedia, multimedia security, and information security, as well as for professionals in the IT industry.
Разместил: Ingvar16 28-02-2020, 20:17 | Комментарии: 0 | Подробнее
Название: Vue.js in Action
Автор: Erik Hanchett, Benjamin Listwon
Издательство: Manning Publications
Год: 2018
Страниц: 306
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 20.6 MB

Vue.js is a front-end framework that builds on many of the reactive UI ideas introduced in React.js.
Vue.js in Action teaches readers to build fast, flowing web UI with the Vue.js framework. As they move through the book, readers put their skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface!
Разместил: Ingvar16 28-02-2020, 19:09 | Комментарии: 0 | Подробнее
Название: Optimization for Robot Modelling with MATLAB
Автор: Hazim Nasir Ghafil, K?roly Jarmai
Издательство: Springer
Год: 2020
Формат: True PDF
Страниц: 220
Размер: 12 Mb
Язык: English

This book addresses optimization in robotics, in terms of both the configuration space and the metal structure of the robot arm itself; and discusses, describes and builds different types of heuristics and algorithms in MATLAB.
In addition, the book includes a wealth of examples and exercises. In particular, it enables the reader to write a MATLAB code for all the related problems in robotics.
Разместил: bomboane 28-02-2020, 18:28 | Комментарии: 0 | Подробнее
Название: JUnit in Action, Thirrd Edition (MEAP)
Автор: Catalin Tudose, Petar Tahchiev, Felipe Leme, Vincent Massol, and Gary Gregory
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 534
Размер: 24.7 Mb
Язык: English

JUnit in Action, Third Edition is a fully revised guide to unit testing Java applications with the latest version of JUnit. It’s full of hands-on techniques for solving real-world testing problems, such as using mocks for testing isolation, automating your testing, and test-driven development. You’ll also get to grips with more than just testing tools, thanks author Cătălin Tudose’s testing strategy pyramid, which lays out how to break your testing down into different layers — from unit testing right through to system and acceptance testing. Practical examples demonstrate each new JUnit 5 feature, such as new architecture, as well as nested tests, tagged tests, dynamic tests, and dependency injection.
Разместил: bomboane 28-02-2020, 18:07 | Комментарии: 0 | Подробнее
Название: Spark in Action, Second Edition (MEAP)
Автор: Jean-Georges Perrin
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 605
Размер: 26.9 Mb
Язык: English

Spark in Action, Second Edition is an entirely new book that teaches you everything you need to create end-to-end analytics pipelines in Spark. Rewritten from the ground up with lots of helpful graphics, you’ll learn the roles of DAGs and dataframes, the advantages of “lazy evaluation”, and ingestion from files, databases, and streams.
By working through carefully-designed Java-based examples, you’ll delve into Spark SQL, interface with Python, and cache and checkpoint your data. Along the way, you’ll learn to interact with common enterprise data technologies like HDFS and file formats like Parquet, ORC, and Avro.
Разместил: bomboane 28-02-2020, 17:59 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности