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



Реклама


Distributed computing. Principles, algorithms, and systems
Название: Distributed computing. Principles, algorithms, and systems
Автор: Mukesh Singhal, Ajay D. Kshemkalyani
Издательство: Cambridge University Press
Год: 2008
Формат: pdf
Страниц: 748
Размер: 10 Mb
Язык: English

Designing distributed computing systems is a complex process requiring a solid understanding of the design problems and the theoretical and practical aspects of their solutions. This comprehensive textbook covers the fundamental principles and models underlying the theory, algorithms and systems aspects of distributed computing. Broad and detailed coverage of the theory is balanced with practical systems-related issues such as mutual exclusion, deadlock detection, authentication, and failure recovery. Algorithms are carefully selected, lucidly presented, and described without complex proofs.
Разместил: Bookworm 25-01-2021, 18:39 | Комментарии: 0 | Подробнее
Название: Алгебра и геометрия с примерами на Python
Автор: Борзунов С.В., Кургалин С.Д.
Издательство: Лань
Год: 2020
Формат: PDF
Страниц: 444
Размер: 10 Mb
Язык: Русский

Учебное пособие является современным введением в линейную алгебру и аналитическую геометрию для студентов естественно-научных факультетов вузов. Базовые алгоритмы алгебры и геометрии представлены на языке программирования Python.
Помимо разделов, традиционно включаемых в указанные курсы, дается теоретический материал и методы решения практических задач по теории эллиптических кривых, применяемой в криптографии, а также по основам квантовых вычислений.
Разместил: vitvikvas 25-01-2021, 18:38 | Комментарии: 0 | Подробнее
Название: Designing BSD Rootkits. An Introduction to kernel hacking
Автор: Joseph Kong
Издательство: No Starch Press
Год: 2007
Формат: PDF
Страниц: 164
Размер: 10 Mb
Язык: English

Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process.
Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD.
Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application
Разместил: vitvikvas 25-01-2021, 17:23 | Комментарии: 0 | Подробнее
Искусственный интеллект. Справочник. Книга 1. Системы общения и экспертные системы
Название: Искусственный интеллект. Справочник. Книга 1. Системы общения и экспертные системы
Автор: Попов Э.В. (ред.)
Издательство: Радио и связь
Год: 1990
Формат: djvu
Страниц: 463
Размер: 10 Mb
Язык: Русский

Приводится классификация интеллектуальных систем по их структуре и решаемым задачам. Описываются особенности систем общения и экспертных систем, получивших наиболее широкое распространение на практике. Рассматривается состояние развития систем общения (естественно-языковых, систем речевого общения, обработки визуальной информации, машинного перевода), экспертных систем и инструментальных систем для их создания.
Разместил: Bookworm 24-01-2021, 20:07 | Комментарии: 0 | Подробнее
Handbook of algorithms and data structures. In Pascal and C
Название: Handbook of algorithms and data structures. In Pascal and C
Автор: Gaston Gonnet, Ricardo Baeza-Yates, Gaston H. Gonnet, R. Baeza-Yates
Издательство: Addison-Wesley
Год: 1991
Формат: pdf
Страниц: 433
Размер: 10 Mb
Язык: English

This second edition brings together many useful algorithms and their associated data structures in a single, handy reference, featuring a new section on text manipulation algorithms and expanded coverage of arithmetical algorithms. Each algorithm is coded in both C and Pascal.
Разместил: Bookworm 24-01-2021, 20:02 | Комментарии: 0 | Подробнее
Python Bookcamp: Exercises and ProjectsНазвание: Python Bookcamp: Exercises and Projects
Автор: Vaskaran Sarcar
Издательство: Independently published
Год: 2021
Страниц: 360
Язык: английский
Формат: pdf, azw3, epub
Размер: 12.1 MB

Python Bookcamp: Exercises and Projects is a beginner's book. It is a quick programming guide to the Python programming language. The best way of learning is by doing exercises and projects. Therefore, this book follows the boot camp approach. It enables you to make interesting programs in no time. The world is changing, and we keep extra features developing, but the core concepts are evergreen. We build all additional features on top of those. If you have a sound foundation, you can adopt the upcoming features quickly. You also understand the reason behibrnd those changes. So, the book focuses on core topics in-depth, but it does not cover “A-Z” in Python at the same time.
Разместил: Ingvar16 24-01-2021, 15:53 | Комментарии: 0 | Подробнее
Название: Computing with Basic: Problem Solving With Structure and Style (Revised Edition)
Автор: S. S. Alam, S. K. Sen
Издательство: New Central Book Agency P Ld
Год: 2020
Формат: PDF
Страниц: 227
Размер: 20.3 Mb
Язык: English

This book introduces basic progamming, Language and solving.
Разместил: bomboane 24-01-2021, 13:45 | Комментарии: 0 | Подробнее
More programming pearls. Confessions of a coder
Название: More programming pearls. Confessions of a coder
Автор: Jon Bentley
Издательство: Addison-Wesley
Год: 1988
Формат: pdf
Страниц: 204
Размер: 10 Mb
Язык: English

What do topics ranging from organic chemistry to Napoleon's campaigns have to do with computer programming? This collection of essays demonstrates the many varied aspects of programming, showing how programming can be both a fun and elegant science. Some of the essays cover programming techniques, like how profilers can provide insight into the dynamic behavior of programs, and methods for making data files self-describing. These techniques deal with real programs and they are realistically illustrated, using the C and Awk languages.
Разместил: Bookworm 24-01-2021, 13:40 | Комментарии: 0 | Подробнее
Making use of Python
Название: Making use of Python
Автор: Rashi Gupta
Издательство: Wiley
Год: 2002
Формат: pdf
Страниц: 416
Размер: 10 Mb
Язык: English

Python is a multipurpose development language that can be used on virtually every platform. It offers built-in support for critical development steps including data structures, dynamic typing, and dynamic building. It can be used in lieu of Java or C++, and Python scripts can be developed in a fraction of the time it takes to program and debug higher-level languages.
Разместил: Bookworm 24-01-2021, 13:40 | Комментарии: 0 | Подробнее
Algorithmic Geometry
Название: Algorithmic Geometry
Автор: Jean-Daniel Boissonnat, Mariette Yvinec, Herve Bronniman
Издательство: Cambridge University Press
Год: 2001
Формат: pdf
Страниц: 272
Размер: 10 Mb
Язык: English

The design and analysis of geometric algorithms has seen remarkable growth in recent years, due to their application in computer vision, graphics, medical imaging, and CAD. Geometric algorithms are built on three pillars: geometric data structures, algorithmic data structuring techniques and results from combinatorial geometry. This comprehensive presents a coherent and systematic treatment of the foundations and gives simple, practical algorithmic solutions to problems. An accessible approach to the subject, Algorithmic Geometry is an ideal guide for instructors or for beginning graduate courses in computational geometry.
Разместил: Bookworm 24-01-2021, 13:40 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности