Learning the bash Shell: Unix Shell Programming, 3rd Edition

Автор: daromir от 22-10-2016, 11:01, Коментариев: 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.
 

Интеллектуализация ЭВМ

Автор: polyanskiy от 22-10-2016, 07:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Интеллектуализация ЭВМ
Автор: Е. С. Кузин, А. И. Ройтман, И. Б. Фоминых, Г. К. Хахалин. Ред. Ю. М. Смирнов
Название: Интеллектуализация ЭВМ. Перспективы развития вычислительной техники, выпуск 2
Издательство: М:, Высшая школа
Год: 1989
Страниц: 159
Формат: DJVU
Размер: 2 МБ

В пособии рассматриваются основные направления создания средств интеллектуализации ЭВМ, характерные для вычислительных машин пятого поколения. Описываются средства представления и хранения знаний в ЭВМ, средства автоматического и автоматизированного решения задач, средства общения пользователя и вычислительной системы, обеспечивающие естественные для человека способы представления сообщений, экспертные системы.
 

Data Structures and Algorithms with Python

Автор: bhaer от 21-10-2016, 16:31, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Data Structures and Algorithms with Python
Название: 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.
 

Machine Learning in Complex Networks

Автор: bhaer от 21-10-2016, 16:30, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Machine Learning in Complex Networks
Название: 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.
 

Learning Perl, 7th Edition

Автор: bhaer от 20-10-2016, 10:44, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Learning Perl, 7th Edition
Название: 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.
 

Python The Complete Manual, 2nd Edition

Автор: bhaer от 20-10-2016, 08:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Python The Complete Manual, 2nd Edition
Название: 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!
 

Практикум программирования на Turbo Pascal. Задачи, алгоритмы и решения

Автор: SCART56 от 19-10-2016, 20:41, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Практикум программирования на Turbo Pascal. Задачи, алгоритмы и решения
Название: Практикум программирования на Turbo Pascal. Задачи, алгоритмы и решения
Автор: Зеленяк О.П.
Издательство: ДМК-Пресс, ДиаСофтЮП
Год: 2007
Страниц: 311
ISBN: 5-93772-187-X, 5-94074-355-2
Формат: PDF
Размер: 14 Мб
Язык: русский

В книге содержится более 200 задач по программированию в среде Turbo Pascal, снабженных решениями. В начале каждой главы дается соответствующий справочный материал. Внутри глав задачи расположены в порядке возрастания трудности. Большое внимание уделено графическим построениям. Последняя глава содержит задачи олимпиад различного уровня по информатике.
 

The Busy Coder’s Guide to Android Development. Version 8.0

Автор: АлександрШе от 19-10-2016, 20:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

The Busy Coder’s Guide to Android Development. Version 8.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.
 

LINUX и UNIX: программирование в shell. Руководство разработчика

Автор: daromir от 19-10-2016, 16:14, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

LINUX и UNIX: программирование в shell. Руководство разработчика
Автор: Тейнсли Д.
Название: LINUX и UNIX: программирование в shell. Руководство разработчика
Издательство: К.: Издательская группа BHV
Год: 2001
ISBN: 5-7315-0114-9
Язык: Русский
Формат: pdf
Размер: 14,6 mb
Страниц: 464

Данная книга является практическим руководством по программированию интерпретатора Bourne shell — стандартного командного интерпретатора в UNIX, полностью совместимого с интерпретатором BASH shell в Linux.
 

From Bash to Z Shell: Conquering the Command Line

Автор: buratino от 19-10-2016, 11:38, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Автор: Oliver Kiddle and Peter Stephenson
Название: From Bash to Z Shell: Conquering the Command Line
Издательство: Apress
Год: 2004
ISBN: 978-1590593769
Язык: English
Формат: pdf
Размер: 14,4 mb
Страниц: 472

The book covers shell programming, but is unique in its thorough coverage of using shells interactively--a powerful and time-saving alternative to windows and a mouse. This strong author team has written an immediately useful book, packed with examples and suggestions that users of Unix, Linux, Mac OS X and Microsoft Windows can readily apply.