|
|
|
|
|
|
|
| |
|
Название: Introducing Bootstrap 4 Автор: Jorg Krause Издательство: Apress Год: 2017 Страниц: 211 Формат: PDF Размер: 11 Mb Язык: English
This book teaches you how to use the front end CSS framework Bootstrap 4 - the newest version. CSS frameworks give front end developers the capability to create responsible or adaptive web designs that overcome the various variations of modern browsers. Bootstrap is the leading CSS framework and gives developers a unique way to create responsive web sites. You will learn how to use all the components of Bootstrap 4 with easy-to-follow instructions and example code snippets. You'll understand how to use Bootstrap 4 for typography, forms, and modules. You'll understand how to structure your page and your code to be optimally efficient. |
Разместил: bhaer 16-12-2016, 12:02 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Essentials of Excel, Excel VBA, SAS and Minitab for Statistical and Financial Analyses Автор: Lee C.-F. Издательство: Springer Год: 2016 Формат: pdf Страниц: 1043 Размер: 69 mb Язык: английский
This introductory textbook for business statistics teaches statistical analysis and research methods via business case studies and financial data using Excel, MINITAB, and SAS. Every chapter in this textbook engages the reader with data of individual stock, stock indices, options, and futures. One studies and uses statistics to learn how to study, analyze, and understand a data set of particular interest. Some of the more popular statistical programs that have been developed to use statistical and computational methods to analyze data sets are SAS, SPSS, and MINITAB. Of those, we look at MINITAB and SAS in this textbook. One of the main reasons to use MINITAB is that it is the easiest to use among the popular statistical programs. We look at SAS because it is the leading statistical package used in industry. We also utilize the much less costly and ubiquitous Microsoft Excel to do statistical analysis, as the benefits of Excel have become widely recognized in the academic world and its analytical capabilities extend to about 90 percent of statistical analysis done in the business world. We demonstrate much of our statistical analysis using Excel and double check the analysis and outcomes using MINITAB and SAS – also helpful in some analytical methods not possible or practical to do in Excel.
|
Разместил: na5ballov 15-12-2016, 20:29 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Java Illuminated: An Active Learning Approach, 4th Edition Автор: Julie Anderson, Herv? J. Franceschi Издательство: Jones & Bartlett Learning Год: 2014 Страниц: 1240 Формат: PDF, EPUB Размер: 48, 27 Mb Язык: English
Each new print copy includes Navigate 2 Advantage Access that unlocks a comprehensive and interactive eBook, student practice activities and assessments, a full suite of instructor resources, and learning analytics reporting tools. Fully revised and updated to reflect the most recent features in Java 7 and Java 8, Java Illuminated, Fourth Edition is one of the most interactive and user-friendly texts available. Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes. Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest. This Fourth Edition now includes techniques for producing graphical output and animations using both applets and graphical applications. Packed with real-world applications and student activities, Java Illuminated, Fourth Edition, will draw students in to the world of programming. |
Разместил: bhaer 15-12-2016, 20:06 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Инструменты безопасности с открытым исходным кодом (2-е изд.) Автор: Хаулет Тони Издательство: М.: НОУ "Интуит" Год: 2016 Страниц: 565 ISBN: 978-5-94774-629-7 Формат: PDF Размер: 57.2 Мб Язык: русский
Программное обеспечение с открытыми исходными текстами составляет неотъемлемую часть Интернет, так что можно смело утверждать, что Интернет в своем нынешнем виде не существовал бы без него. Интернет не развивался бы столь быстро и динамично без таких программ с открытыми исходными текстами, как BIND, которая управляет доменной системой имен, как Sendmail, которая обеспечивает работу большинства серверов электронной почты, как INN, работающая на многих серверах телеконференций, как Major Domo, которая обслуживает многие тысячи списков почтовой рассылки в Интернет и, конечно, без популярного Web-сервера Apache. |
Разместил: MIHAIL62 15-12-2016, 19:55 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Learning OpenCV 3: Computer Vision in C++ with the OpenCV Library Автор: Adrian Kaehler Издательство: O'Reilly Год: 2016 Страниц: 575 Формат: PDF, EPUB Размер: 34 Mb Язык: English
Learning OpenCV 3.0 puts you in the middle of the expanding field of computer vision. Written by the creators of the free open source OpenCV library, this book introduces you to computer vision and demonstrates how you can quickly build applications that enable computers to “see” and make decisions based on that data. It’s thoroughly updated to cover new features and changes in OpenCV 3.0. Computer vision is everywhere—in security systems, manufacturing inspection systems, medical image analysis, Unmanned Aerial Vehicles, and more. It stitches Google maps and Google Earth together, checks the pixels on LCD screens, and makes sure the stitches in your shirt are sewn properly. OpenCV provides an easy-to-use computer vision framework and a comprehensive library with more than 500 functions that can run vision code in real time. |
Разместил: bhaer 15-12-2016, 13:01 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Elements of Programming Interviews in Java: The Insiders' Guide, 2nd Edition Автор: Adnan Aziz, Tsung-Hsien Lee, Amit Prakash Издательство: CreateSpace Independent Publishing Platform Год: 2016 Страниц: 542 Формат: PDF Размер: 10 Mb Язык: English
EPI is your comprehensive guide to interviewing for software development roles. The core of EPI is a collection of over 250 problems with detailed solutions. The problems are representative of interview questions asked at leading software companies. The problems are illustrated with 200 figures, 300 tested programs, and 150 additional variants. The book begins with a summary of the nontechnical aspects of interviewing, such as strategies for a great interview, common mistakes, perspectives from the other side of the table, tips on negotiating the best offer, and a guide to the best ways to use EPI. We also provide a summary of data structures, algorithms, and problem solving patterns. Coding problems are presented through a series of chapters on basic and advanced data structures, searching, sorting, algorithm design principles, and concurrency. Each chapter stars with a brief introduction, a case study, top tips, and a review of the most important library methods. This is followed by a broad and thought-provoking set of problems. |
Разместил: bhaer 15-12-2016, 12:50 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: R for Data Science Автор: Hadley Wickham Издательство: O'Reilly Год: 2016 Страниц: 250 Формат: PDF, EPUB Размер: 30 Mb Язык: English
What exactly is data science? With this book, you’ll gain a clear understanding of this discipline for discovering natural laws in the structure of data. Along the way, you’ll learn how to use the versatile R programming language for data analysis. Whenever you measure the same thing twice, you get two results—as long as you measure precisely enough. This phenomenon creates uncertainty and opportunity. Author Garrett Grolemund, Master Instructor at RStudio, shows you how data science can help you work with the uncertainty and capture the opportunities. |
Разместил: bhaer 15-12-2016, 12:48 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Spark: Big Data Cluster Computing in Production Автор: Brennon York, Ema Orhian, Ilya Ganelin, Kai Sasaki Издательство: Wiley Год: 2016 Страниц: 216 Формат: PDF Размер: 10 Mb Язык: English
Production-targeted Spark guidance with real-world use cases Spark: Big Data Cluster Computing in Production goes beyond general Spark overviews to provide targeted guidance toward using lightning-fast big-data clustering in production. Written by an expert team well-known in the big data community, this book walks you through the challenges in moving from proof-of-concept or demo Spark applications to live Spark in production. Real use cases provide deep insight into common problems, limitations, challenges, and opportunities, while expert tips and tricks help you get the most out of Spark performance. Coverage includes Spark SQL, Tachyon, Kerberos, ML Lib, YARN, and Mesos, with clear, actionable guidance on resource scheduling, db connectors, streaming, security, and much more. |
Разместил: bhaer 15-12-2016, 12:16 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Введение в UML (2-е изд.) Автор: Бабич А.В. Издательство: М.: НОУ "Интуит" Год: 2016 Страниц: 209 ISBN: 978-5-94774-878-9 Формат: PDF Размер: 21 Мб Язык: русский
Курс поможет составить представление о UML, убедиться в его простоте и полезности, поверить в свои способности к UML-моделированию, наметить направления дальнейшего совершенствования своих знаний. |
Разместил: MIHAIL62 15-12-2016, 04:05 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Автор: Robert Lafore Название: Sams Teach Yourself Data Structures and Algorithms in 24 Hours Издательство: Sams Год: 1999 ISBN: 978-0672316333 Серия: Sams Teach Yourself...in 24 Hours Язык: English Формат: pdf Размер: 15,1 mb Страниц: 523
Sams Teach Yourself Data Structures and Algorithms in 24 Hours presents data structures and algorithms in an easy-to-read, easy-to-understand style, allowing you to grasp the concepts quickly and apply the knowledge to your programs. The very popular C++ programming language is used for examples and code samples.
|
Разместил: daromir 14-12-2016, 21:11 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|