Vtome.ru - электронная библиотека

  • Добавил: kotmatros255
  • Дата: 1-08-2020, 08:02
  • Комментариев: 0
Название: Факты и заблуждения профессионального программирования
Автор: Роберт Гласс
Издательство: Символ-Плюс
Год: 2007
ISBN: 978-5-93286-092-2
Формат: pdf
Страниц: 233
Размер: 12,3 Mb
Язык: Русский

Автор, имеющий огромный опыт работы в индустрии ПО, посвятил свой труд ее фактам, мифам и недоразумениям, представив 55 фактов и 10 заблуждений, относящихся к менеджменту, жизненному циклу, качеству, исследованиям и образованию в сфере разработки ПО.
  • Добавил: Igor1977
  • Дата: 31-07-2020, 16:59
  • Комментариев: 0

Название: Разработка программных комплексов на языке jаvascript
Автор: Солодушкин С.И., Юманова И.Ф.
Издательство: Екатеринбург: Уральский федеральный университет
Год: 2020
Формат: pdf
Страниц: 132
Размер: 17 mb
Язык: Русский

Рассматриваются вопросы практического использования языка jаvascript для разработки веб‑сервисов. Основное внимание уделяется подробному разбору сложных теоретических вопросов прототипного наследования, политик безопасности. В качестве средств разработки используются платформа Node.js и фреймворк Express.
  • Добавил: umkaS
  • Дата: 31-07-2020, 16:43
  • Комментариев: 0
Название: Искусство программирования на Ассемблере. Лекции и упражнения
Автор: Надежда Григорьевна Голубь
Издательство: ДиаСофтЮП
Год: 2002
Страниц: 656
Формат: djvu
Размер: 19 мб
Язык: русский

В книге дано описание основных элементов языка Ассемблера семейства IBM PC: системы счисления, машинное представление данных и команд, основы 16- и 32-разрядного программирования, программирование сопроцессора, ввод-вывод информации в DOS и Windows, использование макросредств.
  • Добавил: literator
  • Дата: 31-07-2020, 14:36
  • Комментариев: 0
Design and Analysis of Computer AlgorithmsНазвание: Design and Analysis of Computer Algorithms
Автор: Smartest Library
Издательство: Smartest Library
Год: 2020
Страниц: 393
Язык: английский
Формат: pdf, epub
Размер: 10.1 MB

This lecture note discusses the approaches to designing optimization algorithms, including dynamic programming and greedy algorithms, graph algorithms, minimum spanning trees, shortest paths, and network flows. Also it briefly discusses algorithmic problems arising from geometric settings, that is, computational geometry. What is an algorithm? Our text defines an algorithm to be any well-defined computational procedure that takes some values as input and produces some values as output. Like a cooking recipe, an algorithm provides a step-by-step method for solving a computational problem. Unlike programs, algorithms are not dependent on a particular programming language, machine, system, or compiler.
  • Добавил: TRex
  • Дата: 31-07-2020, 10:19
  • Комментариев: 0
Название: Learn R: As a Language
Автор: Pedro J. Aphalo
Издательство: Chapman and Hall/CRC
Год: 2020
Формат: PDF, EPUB
Страниц: 364
Размер: 19,6 Mb
Язык: English

Learning a computer language like R can be either frustrating, fun, or boring. Having fun requires challenges that wake up the learner’s curiosity but also provide an emotional reward on overcoming them. This book is designed so that it includes smaller and bigger challenges, in what I call playgrounds, in the hope that all readers will enjoy their path to R fluency. Fluency in the use of a language is a skill that is acquired through practice and exploration. Although rarely mentioned separately, fluency in a computer programming language involves both writing and reading.
  • Добавил: TRex
  • Дата: 31-07-2020, 10:08
  • Комментариев: 0
Название: The Power of Python (Power of Coding)
Автор: Rachel Keranen
Издательство: Cavendish Square
Год: 2018
Формат: EPUB
Страниц: 112
Размер: 10 Mb
Язык: English

Though Python takes its name from the comical British television series Monty Python's Flying Circus, the coding language is seriously powerful. Guido van Rossum, the programmer who wrote Python, was motivated to create a coding language that is intuitive and easy to understand. This book traces how van Rossum achieved his goal and how both novice programmers and experts use Python to create apps like Instagram and Pinterest and to achieve other objectives.
  • Добавил: alex66
  • Дата: 31-07-2020, 07:55
  • Комментариев: 4
JavaScript для чайников
Название: jаvascript для чайников
Автор: Минник, Крис, Холланд, Ева
Издательство: М.: ООО "И.Д. Вильямс"
Год: 2017
Формат: PDF
Страниц: 320
Размер: 104,94 МБ
Язык: русский

jаvascript — ключевой инструмент создания современных сайтов, и благодаря данному руководству, ориентированному на новичков, вы сможете изучить язык в короткие сроки и с минимумом усилий. Узнайте, какова структура языка, как правильно записывать его инструкции, как применять CSS, работать с онлайн-графикой и подключать программные интерфейсы HTML5. Все темы можно закрепить практическими упражнениями.
  • Добавил: literator
  • Дата: 30-07-2020, 19:57
  • Комментариев: 0
Python Crash Course: Python Machine Learning. Find out how you can use it for faster coding. Discover algorithms and strategy analysis for financeНазвание: Python Crash Course: Python Machine Learning. Find out how you can use it for faster coding. Discover algorithms and strategy analysis for finance
Автор: Jason Scratch
Издательство: Independently published
Год: 2020
Страниц: 109
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

Do you want to learn the basics of Python and its machine? If yes, then this is the right book for you! Python is among the top programming languages that universities and industries prefer to teach and use, respectively. The charm of Python is hidden in the fact that it has extensive applications in a wide range of fields. Most people hate Python because of its use in building artificial intelligence models. Python is very easy to read and learn. You can easily read source codes for different programs that are created by other programmers. But no matter how easy it is on the outside to read and learn, it needs, like all the other programming languages, dedicated practice. You will have to get to the Python editor and practice all codes. In the beginning, you can take the code and paste it in the editor to see the results. In the second phase, you can make minor edits to the code and see the results. In the third phase, you will be able to completely reshape a program and see how it runs in the Python shell.
  • Добавил: SCART56
  • Дата: 30-07-2020, 10:54
  • Комментариев: 0

Название: Введение в геометрическое программирование (2-е изд.)
Автор: Бухвалова В.В., Рогульская А.С.
Издательство: М.: НОУ "Интуит"
Год: 2016
Страниц: 116
Формат: PDF
Размер: 10.2 Мб
Язык: русский

Основным объектом исследования в настоящем курсе являются оптимизационные задачи, в которых целевая функция и функции ограничений являются позиномами, – задачи геометрического программирования (ГП). Приведены примеры таких задач, возникающие на практике.
  • Добавил: buratino
  • Дата: 30-07-2020, 09:45
  • Комментариев: 0
Название: Learn Coding Basics for Kids, Young Adults and People That Are Young at Heart, With Python: Python Computer Programming Made Easy!
Автор: Jack Stanley, Erik Gross
Издательство: Prosper Consulting Inc., The Tech Academy
Год: 2020
Формат: epub/azw3/pdf(conv.)
Страниц: 139
Размер: 10 Mb
Язык: English

Learn coding basics in hours with this Python book for absolute beginners. Though it was written for children, it's the perfect computer programming educational text for teenagers and adults as well. Written by the Co-Founders of The Tech Academy.