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



Реклама


Теория кодов, исправляющих ошибкиНазвание: Теория кодов, исправляющих ошибки
Автор: Мак-Вильямс Ф.Дж., Слоэн Н.Дж.А.
Издательство: М.: Связь
Год: 1979
Формат: djvu
Страниц: 745
Размер: 10,4 Mb
Язык: Русский

Авторы книги - американские ученые, крупнейшие специалисты по теории помехоустойчивого кодирования. Две части оригинального издания выходят в русском переводе в одной книге. Рассматривается алгебраическая теория кодирования. Освещаются традиционные вопросы и самые последние результаты кодирования. Большое внимание уделяется комбинаторным аспектам теории кодирования. Предназначена для научных работников, занимающихся теорией кодирования.
Разместил: oksanavalera 25-09-2020, 19:54 | Комментарии: 0 | Подробнее
Самоучитель Visual C++ 6. Визуальная среда программированияНазвание: Самоучитель Visual C++ 6. Визуальная среда программирования
Автор: Николай Секунов
Издательство: БХВ-Петербург
Год: 2003
ISBN: 5-8206-0055-X
Формат: pdf
Страниц: 962
Размер: 64,8 Mb
Язык: Русский

Книга посвящена методам объектно - ориентированного программирования для 32 - разрядных операционных систем Windows. Рассмотрен широкий круг вопросов создания приложений: консольного, диалогового, и многооконного. Тексты соответствующих примеров, которые можно найти на прилагаемой к данной книге дискете, помогут пользователю, не имеющему опыта работы в среде Visual C++, за короткий срок создать собственное работоспособное приложение.
Разместил: oksanavalera 25-09-2020, 05:51 | Комментарии: 0 | Подробнее

Название: Integer Programming, Second Edition
Автор: Laurence A. Wolsey
Издательство: Wiley
Год: 2021
Формат: PDF
Страниц: 361
Размер: 12,84 МБ
Язык: English

The revised second edition of Integer Programming explains in clear and simple terms how to construct custom-made algorithms or use existing commercial software to obtain optimal or near-optimal solutions for a variety of real-world problems. The second edition also includes information on the remarkable progress in the development of mixed integer programming solvers in the 22 years since the first edition of the book appeared.
Разместил: ak5812 24-09-2020, 21:04 | Комментарии: 0 | Подробнее

Название: C Programming Patterns
Автор: Mohmad Yakub
Издательство: Independently published
Год: 2019
Формат: PDF
Страниц: 397
Размер: 10,35 МБ
Язык: English

How can I improve my coding skills? This book has a unique approach, specially crafted for non-programmers/beginners. A sure way to become confident programmer is to master the technique of logic building skills. Solve pattern-based problems because it will improve the visualization of logic. After some level of practice, your mind will work like a mini-debugger where you could able to visualize the flow of data.
If a problem asked in the interview or anywhere else, then we should able to get the logic correctly in a single chance, instead of guessing logic. This book is specially put in an easy way to be suitable for any age group and to fill the much-needed gap.
Разместил: ak5812 24-09-2020, 19:39 | Комментарии: 0 | Подробнее

Название: Designing with the Mind in Mind: Simple Guide to Understanding User Interface Design Guidelines, Third Edition
Автор: Jeff Johnson
Издательство: Elsevier
Год: 2021
Формат: PDF
Страниц: 289
Размер: 32,18 МБ
Язык: English

User interface (UI) design rules and guidelines, developed by early HCI gurus and recognized throughout the field, were based on cognitive psychology (study of mental processes such as problem solving, memory, and language), and early practitioners were well informed of its tenets. But today practitioners with backgrounds in cognitive psychology are a minority, as user interface designers and developers enter the field from a wide array of disciplines.
Разместил: ak5812 24-09-2020, 19:03 | Комментарии: 0 | Подробнее
Название: Design Patterns in C#: A Hands-on Guide with Real-world Examples 2nd Edition
Автор: Vaskaran Sarcar
Издательство: Apress
Год: 2020
Формат: PDF, EPUB
Страниц: 644
Размер: 20 Mb
Язык: English

Get hands-on experience with each Gang of Four (GoF) design pattern using C#. For each of the patterns, you will see at least one real-world scenario, a coding example, and a complete implementation including output. In addition to GoF patterns, you will learn additional design patterns which are common and equally important.

In this second edition, you will go through the design patterns and their implementation in Visual Studio 2019 and C# 8. Common patterns in asynchronous programming are covered, including the TAP pattern and APM pattern. You will learn via easy-to-follow examples and understand the concepts in depth. With these updated patterns, you will have a collection of programs to port over to your own projects.
Разместил: vitvikvas 24-09-2020, 18:53 | Комментарии: 0 | Подробнее
Название: BPF для мониторинга Linux
Автор: Калавера Д., Фонтана Л
Издательство: Питер
Год: 2021
Формат: PDF, EPUB
Страниц: 208
Размер: 10 Mb
Язык: Русский

Виртуальная машина BPF — один из важнейших компонентов ядра Linux. Её грамотное применение позволит системным инженерам находить сбои и решать даже самые сложные проблемы.Вы научитесь создавать программы, отслеживающие и модифицирующие поведение ядра, сможете безопасно внедрять код для наблюдения событий в ядре и многое другое.Дэвид Калавера и Лоренцо Фонтана помогут вам раскрыть возможности BPF. Расширьте свои знания об оптимизации производительности, сетях, безопасности. - Используйте BPF для отслеживания и модификации поведения ядра Linux.- Внедряйте код для безопасного мониторинга событий в ядре — без необходимости перекомпилировать ядро или перезагружать систему.- Пользуйтесь удобными примерами кода на C, Go или Python.- Управляйте ситуацией, владея жизненным циклом программы BFP
Разместил: vitvikvas 24-09-2020, 13:09 | Комментарии: 0 | Подробнее
Название: Math for Programmers: 3D graphics, machine learning, and simulations with Python (MEAP Version 11)
Автор: Paul Orland
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 698
Размер: 48.8 Mb
Язык: English

To score a job in data science, machine learning, computer graphics, and cryptography, you need to bring strong math skills to the party. Math for Programmers teaches the math you need for these hot careers, concentrating on what you need to know as a developer. Filled with lots of helpful graphics and more than 200 exercises and mini-projects, this book unlocks the door to interesting–and lucrative!–careers in some of today’s hottest programming fields.
Разместил: bomboane 24-09-2020, 09:38 | Комментарии: 0 | Подробнее
Название: Quantum Computing for Developers: A Java-based introduction (MEAP Version 9)
Автор: Johan Vos
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub
Страниц: 246
Размер: 24.5 Mb
Язык: English

Quantum computing is on the horizon, ready to impact everything from scientific research to encryption and security. But you don’t need a physics degree to get started in quantum computing. Quantum Computing for Developers shows you how to leverage your existing Java skills into writing your first quantum software so you’re ready for the revolution.
Разместил: bomboane 24-09-2020, 09:27 | Комментарии: 0 | Подробнее
Название: Chaos Engineering: Crash test your applications (MEAP Version 5)
Автор: Mikolaj Pawlikowski
Издательство: Manning Publications
Год: 2020
Формат: true pdf/epub/mobi
Страниц: 254
Размер: 10.5 Mb
Язык: English

Auto engineers test the safety of a car by intentionally crashing it and carefully observing the results. Chaos engineering applies the same principles to software systems. In Chaos Engineering: Crash test your applications, you’ll learn to run your applications and infrastructure through a series of tests that simulate real-life failures. You’ll maximize the benefits of chaos engineering by learning to think like a chaos engineer, and how to design the proper experiments to ensure the reliability of your software. With examples that cover a whole spectrum of software, you’ll be ready to run an intensive testing regime on anything from a simple WordPress site to a massive distributed system running on Kubernetes.
Разместил: bomboane 24-09-2020, 09:21 | Комментарии: 0 | Подробнее
 MyMirKnig.ru  ©2019     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности