|
 |
|
 |
|
|
 |
|  |
|
Название: Практическое введение в машинную графику Автор: Энджел Й. Издательство: Радио и связь Год: 1984 Формат: pdf Страниц: 138 Размер: 60 Mb Язык: Русский
Книга представляет собой вводный курс машинной графики, позволяющий научить "строить" двухмерные и трехмерные изображения, проводить их преобразование, компоновать группы объектов. Содержит большое число задач, примеров и текстов программ, составляющих достаточный начальный пакет прикладных программ машинной графики. Все программы написаны на языке Фортран-IV. Для широкого круга пользователей ЭВМ. Может быть использовано как учебное пособие по курсу машинной графики. |
Разместил: oksanavalera 24-07-2019, 17:46 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Hello! Python Автор: Anthony S. Briggs Издательство: Manning Publications Год: 2012 ISBN: 978-1-93518-208-5 Формат: pdf, fb2, epub Страниц: 426 Размер: 28,1 Mb Язык: English
Hello! Python fully covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately. Programmers love Python because it’s fast and efficient. Shouldn’t learning Python be just the same? Hello! Python starts quickly and simply, with a line of Python code. You’ll learn the basics the right way—by writing your own programs. Along the way, you’ll get a gentle introduction to more advanced concepts and new programming styles. No experience with Python needed. Exposure to another programming language is helpful but not required. |
Разместил: oksanavalera 24-07-2019, 16:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Принципы программирования в машинной графике Автор: Аммерал Л. Издательство: Сол Систем Год: 1992 ISBN: 5-85316-001-X Формат: pdf Страниц: 224 Размер: 55,5 Mb Язык: Русский
Практическое введение в машинную графику. Рассматриваются вопросы аналитической и проективной геометрии и программирования в машинной графике, задачи формирования В-сплайна, перспективных проекций и удаления невидимых линий. Алгоритмы доведены до "готовых к работе" графических программ на языке Си. В приложении дается краткий обзор элементов языка Си. Для широкого круга читателей, применяющих персональные компьютеры IBM PC или совместимые с ними для работы с графической информацией. |
Разместил: oksanavalera 24-07-2019, 16:40 | Комментарии: 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:52 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Программирование на языке LUA Автор: Роберту Иерузалимски Издательство: ДМК Пресс Год: 2014 Страниц: 382 Формат: PDF Размер: 76 Mb Язык: Русский
Книга посвящена одному из самых популярных встраиваемых языков – Lua. Этот язык используется во многих играх и большом количестве различных приложений. Он сочетает небольшой объем занимаемый памяти, высокое быстродействие, простоту использования и большую гибкость. Книга рассматривает практически все аспекты использования Lua, начиная с основ языка и заканчивая тонкостями расширения языка и взаимодействия с С. Важной особенностью книги является огромный спектр охватываемых тем – практически все, что может понадобиться при использовании Lua. |
Разместил: MIHAIL62 24-07-2019, 09:34 | Комментарии: 4 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 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:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 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:04 | Комментарии: 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:03 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Beginning EJB in Java EE 8: Building Applications with Enterprise JavaBeans, Third Edition Автор: Jonathan Wetherbee, Massimo Nardone, Chirag Rathod, Raghu Kodali Издательство: Apress ISBN: 148423572X Год: 2018 Страниц: 669 Язык: английский Формат: pdf (true), epub Размер: 35.7 MB
Build powerful back-end business logic and complex Enterprise JavaBeans (EJB)-based applications using Java EE 8, Eclipse Enterprise for Java (EE4J), Web Tools Project (WTP), and the Microprofile platform. Targeted at Java and Java EE developers, with or without prior EJB experience, this book is packed with practical insights, strategy tips, and code examples. As each chapter unfolds, you'll see how you can apply the new EJB spec to your own applications through specific examples. |
Разместил: bomboane 24-07-2019, 09:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Java EE 8 Recipes: A Problem-Solution Approach, Second Edition Автор: Josh Juneau Издательство: Apress ISBN: 1484235932 Год: 2018 Страниц: 792 Язык: английский Формат: pdf (true), epub Размер: 18.7 MB
Quickly find solutions to dozens of common programming problems with the Java Enterprise Edition Platform for small business web applications, enterprise database applications, and microservices solutions. Content is presented in the popular problem-solution format. Look up the programming problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! Java EE 8 Recipes provides you with effective and proven solutions that can be used to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. |
Разместил: bomboane 24-07-2019, 09:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|