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



Реклама


Visual C++ 6 и MFC. Энциклопедия пользователяНазвание: Visual C++ 6 и MFC. Энциклопедия пользователя
Автор: Коллектив авторов
Жанр: Учебное пособие
Издательство: ДиаСофт
Год: 2000
Страниц: 716
Язык: Русский
Формат: pdf
Размер: 69,49 Mb

Книга известных специалистов в области разработки сложных программных систем посвящена использованию одной из наиболее полнофункциональных библиотек для Visual C++ 6 - Microsoft Foundation Classes.
Разместил: rogas86 25-07-2019, 15:14 | Комментарии: 0 | Подробнее
Название: Many-Core Computing: Hardware and software (Computing and Networks)
Автор: Bashir M. Al-Hashimi (Editor), Geoff V. Merrett (Editor)
Издательство: The Institution of Engineering and Technology
Год: 2019
Формат: True PDF
Страниц: 600
Размер: 11.6 Mb
Язык: English

Computing has moved away from a focus on performance-centric serial computation, instead towards energy-efficient parallel computation. This provides continued performance increases without increasing clock frequencies, and overcomes the thermal and power limitations of the dark-silicon era. As the number of parallel cores increases, we transition into the many-core computing era. There is considerable interest in developing methods, tools, architectures and applications to support many-core computing.
Разместил: bomboane 25-07-2019, 09:08 | Комментарии: 0 | Подробнее
Название: C++ Concurrency in Action
Автор: Anthony Williams
Издательство: Manning Publications
Год: 2012
ISBN: 978-1-933-98877-1
Формат: pdf
Страниц: 530
Размер: 12,8 Mb
Язык: Русский

C++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls.
Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve.
Written for C++ programmers who are new to concurrency and others who may have written multithreaded code using other languages, APIs, or platforms.
Разместил: oksanavalera 25-07-2019, 05:31 | Комментарии: 0 | Подробнее
Название: Python and AWS Cookbook
Автор: Mitch Python_and_AWS_Cookbook
Издательство: O'Reilly Media
Год: 2011
ISBN: 978-1-449-30544-4
Формат: pdf
Страниц: 74
Размер: 10,8 Mb
Язык: English

If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author’s boto library.
You’ll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build cloud applications. Each recipes includes a code solution you can use immediately, along with a discussion of why and how the recipes works. You also get detailed advice for using boto with AWS and other cloud services.
Разместил: oksanavalera 25-07-2019, 05:14 | Комментарии: 0 | Подробнее
Название: Microinteractions: Full Color Edition: Designing with Details
Автор: Dan Saffer
Издательство: O'Reilly Media
Год: 2013
Формат: PDF
Размер: 25 Мб
Язык: английский / English

It’s the little things that turn a good digital product into a great one. With this full color practical book, you’ll learn how to design effective microinteractions: the small details that exist inside and around features. How can users change a setting? How do they turn on mute, or know they have a new email message?
Разместил: black 24-07-2019, 22:53 | Комментарии: 0 | Подробнее
Название: Programming Kubernetes: Developing Cloud-Native Applications First Edition
Автор: Michael Hausenblas, Stefan Schimanski
Издательство: O'Reilly Media
Год: 2019
Формат: epub/mobi/pdf(conv.)
Страниц: 272
Размер: 10.4 Mb
Язык: English

If you’re looking to develop native applications in Kubernetes, this is your guide. Developers and AppOps administrators will learn how to build Kubernetes-native applications that interact directly with the API server to query or update the state of resources. AWS developer advocate Michael Hausenblas and Red Hat principal software engineer Stefan Schimanski explain the characteristics of these apps and show you how to program Kubernetes to build them.
You’ll explore the basic building blocks of Kubernetes, including the client-go API library and custom resources. All you need to get started is a rudimentary understanding of development and system administration tools and practices, such as package management, the Go programming language, and Git.
Разместил: bomboane 24-07-2019, 12:53 | Комментарии: 0 | Подробнее

Название: Программирование на языке LUA
Автор: Роберту Иерузалимски
Издательство: ДМК Пресс
Год: 2014
Страниц: 382
Формат: PDF
Размер: 78 Mb
Язык: Русский

Книга посвящена одному из самых популярных встраиваемых языков – Lua. Этот язык используется во многих играх и большом количестве различных приложений. Он сочетает небольшой объем занимаемый памяти, высокое быстродействие, простоту использования и большую гибкость. Книга рас­сматривает практически все аспекты использования Lua, начиная с основ языка и заканчивая тонкостями расширения языка и взаимодействия с С. Важной особенностью книги является огромный спектр охватываемых тем – практически все, что может понадобиться при использовании Lua.
Разместил: MIHAIL62 24-07-2019, 09:26 | Комментарии: 2 | Подробнее
Propeller Programming: Using Assembler, Spin, and CНазвание: Propeller Programming: Using Assembler, Spin, and C
Автор: Sridhar Anandakrishnan
Издательство: Apress
ISBN: 1484233530
Год: 2018
Страниц: 307
Язык: английский
Формат: pdf, epub
Размер: 10.2 MB

Learn to program the propeller in Spin and C and how to map the Propeller Assembler language (PASM) from other high-level languages you might know. The overall task you will pursue in the book is to implement a Delta Compression algorithm: first in Spin, then in PASM, then in C. Along the way, you'll review Test Driven Development, a powerful technique for validating code, and conclude with a chapter on hardware manipulations. The book's main goal is to help you extend the capabilities of the Propeller processor by using the Assembler language.
Разместил: bomboane 24-07-2019, 09:25 | Комментарии: 0 | Подробнее
Flask Web Development: Developing Web Applications with Python, 2nd EditionНазвание: Flask Web Development: Developing Web Applications with Python, 2nd Edition
Автор: Miguel Grinberg
Издательство: O’Reilly Media
ISBN: 1491991739
Год: 2018
Страниц: 316
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Take full creative control of your web applications with Flask, the Python-based microframework. With the second edition of this hands-on book, you’ll learn the framework from the ground up by developing, step-by-step, a real-world project created by author Miguel Grinberg. This refreshed edition accounts for important technology changes that have occurred in the past three years. You’ll learn the framework’s core functionality, as well as how to extend applications with advanced web techniques such as database migration and web service communication. The first part of each chapter provides you with reference and background for the topic in question, while the second part guides you though a hands-on implementation of the topic.
Разместил: bomboane 24-07-2019, 09:23 | Комментарии: 0 | Подробнее
Название: Data Science Fundamentals for Python and MongoDB
Автор: David Paper
Издательство: Apress
Год: 2018
Страниц: 230
Язык: английский
Формат: pdf (true), epub
Размер: 10.3 MB

Build the foundational data science skills necessary to work with and better understand complex data science algorithms. This example-driven book provides complete Python coding examples to complement and clarify data science concepts, and enrich the learning experience. Coding examples include visualizations whenever appropriate. The book is a necessary precursor to applying and implementing machine learning algorithms.
Разместил: bomboane 24-07-2019, 09:23 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности