|
|
|
|
|
|
|
| |
|
Название: Язык ассемблера для процессоров Intel. Assembly Language for Intel-Based Computers. 4-е издание Автор: Кип Р. Ирвин Издательство: М.: Вильямс Год: 2005 Формат: djvu Страниц: 892 ISBN: 5-8459-0779-9 Размер: 39,40 Мб Язык: Русский
Автор использовал эту книгу при изложении базовых курсов как по информатике и управлению информационными системами, так и при преподавании инженерных дисциплин. |
Разместил: nng78 23-10-2016, 07:52 | Комментарии: 1 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Programming Elixir 1.3: Functional |> Concurrent |> Pragmatic |> Fun Автор: Dave Thomas Издательство: Pragmatic Bookshelf Год: 2016 Страниц: 350 Формат: PDF Размер: 10 Mb Язык: English
Explore functional programming without the academic overtones (tell me about monads just one more time). Create concurrent applications, but get them right without all the locking and consistency headaches. Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir's pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interested for the long haul. Maybe the time is right for the Next Big Thing. Maybe it's Elixir. This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.3. |
Разместил: bhaer 22-10-2016, 20:50 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Thoughtful Machine Learning Автор: Matthew Kirk Издательство: O'Reilly Media Год: 2015 Страниц: 234 Формат: PDF Размер: 11 Mb Язык: English
Learn how to apply test-driven development (TDD) to machine-learning algorithms—and catch mistakes that could sink your analysis. In this practical guide, author Matthew Kirk takes you through the principles of TDD and machine learning, and shows you how to apply TDD to several machine-learning algorithms, including Naive Bayesian classifiers and Neural Networks. Machine-learning algorithms often have tests baked in, but they can’t account for human errors in coding. Rather than blindly rely on machine-learning results as many researchers have, you can mitigate the risk of errors with TDD and write clean, stable machine-learning code. If you’re familiar with Ruby 2.1, you’re ready to start. |
Разместил: bomboane 22-10-2016, 12:03 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Автор: Cameron Newham Название: Learning the bash Shell: Unix Shell Programming, 3rd Edition Издательство: O'Reilly Media Год: 2005 ISBN: 9780596009656 Серия: In a Nutshell Язык: English Формат: pdf Размер: 21,8 mb Страниц: 354
O'Reilly's bestselling book on Linux's bash shell. |
Разместил: daromir 22-10-2016, 11:01 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Data Structures and Algorithms with Python Автор: Kent D. Lee, Steve Hubbard Издательство: Springer Год: 2015 Страниц: 363 Формат: PDF Размер: 12 Mb Язык: English
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be computed efficiently so that the programmer can make informed judgements about the algorithms they use. |
Разместил: bhaer 21-10-2016, 16:31 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Machine Learning in Complex Networks Автор: Liang Zhao, Thiago Christiano Silva Издательство: Springer Год: 2016 Страниц: 331 Формат: PDF Размер: 10 Mb Язык: English
This book presents the features and advantages offered by complex networks in the machine learning domain. In the first part, an overview on complex networks and network-based machine learning is presented, offering necessary background material. In the second part, we describe in details some specific techniques based on complex networks for supervised, non-supervised, and semi-supervised learning. Particularly, a stochastic particle competition technique for both non-supervised and semi-supervised learning using a stochastic nonlinear dynamical system is described in details. Moreover, an analytical analysis is supplied, which enables one to predict the behavior of the proposed technique. In addition, data reliability issues are explored in semi-supervised learning. Such matter has practical importance and is not often found in the literature. With the goal of validating these techniques for solving real problems, simulations on broadly accepted databases are conducted. Still in this book, we present a hybrid supervised classification technique that combines both low and high orders of learning. |
Разместил: bhaer 21-10-2016, 16:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Learning Perl: Making Easy Things Easy and Hard Things Possible, 7th Edition Автор: Randal L. Schwartz, brian d foy, Tom Phoenix Издательство: O'Reilly Год: 2016 Страниц: 394 Формат: PDF Размер: 11 Mb Язык: English
If you’re just getting started with Perl, this is the book you want—whether you’re a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this bestseller closely follows the popular introductory Perl course taught by the authors since 1991. This seventh edition covers recent changes to the language up to version 5.24. Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up to 128 lines long—roughly the size of 90% of the Perl programs in use today. Each chapter includes exercises to help you practice what you’ve just learned. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer. |
Разместил: bhaer 20-10-2016, 10:44 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Python The Complete Manual, 2nd Edition Автор: Aaron Asadi Издательство: Imagine Publishing Ltd Год: 2016 Страниц: 133 Формат: PDF Размер: 13 Mb Язык: English
Python is a versatile language and its rise in popularity is certainly no surprise. Its similarity to everyday language has made it a perfect companion for the Raspberry Pi, which is often a first step into practical programming. But don’t be fooled by its beginner-friendly credentials – Python has plenty of more advanced functions. In this new edition you will learn how to program in Python, discover amazing projects to improve your understanding, and find ways to use Python to enhance your experience of computing. You’ll also create a variety of fun projects! |
Разместил: bhaer 20-10-2016, 08:52 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Практикум программирования на Turbo Pascal. Задачи, алгоритмы и решения Автор: Зеленяк О.П. Издательство: ДМК-Пресс, ДиаСофтЮП Год: 2007 Страниц: 311 ISBN: 5-93772-187-X, 5-94074-355-2 Формат: PDF Размер: 14 Мб Язык: русский
В книге содержится более 200 задач по программированию в среде Turbo Pascal, снабженных решениями. В начале каждой главы дается соответствующий справочный материал. Внутри глав задачи расположены в порядке возрастания трудности. Большое внимание уделено графическим построениям. Последняя глава содержит задачи олимпиад различного уровня по информатике. |
Разместил: MIHAIL62 19-10-2016, 20:41 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: The Busy Coder’s Guide to Android Development. Version 8.0 Автор: Murphy M.L. Издательство: CommonsWare Год: 2016 Страниц: 4041 Формат: pdf Размер: 74 mb Качество: отличное Язык: английский
Do you want current information about how to develop Android apps? This book covers the latest Android Studio version and the latest version of Android, plus all the information you need to get your apps working on older devices. |
Разместил: АлександрШе 19-10-2016, 20:19 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|