06:44
1,0×
00:00/06:44
537,2 тыс смотрели · 4 года назад
2.3. Defining a point in the coordinate space
— This chapter is devoted to the definition of a point in the coordinate space. Any living being exists in a three-dimensional reality, which requires a being to be able to navigate in space, define its position relative to the environment, and position of the environment relative to itself. The coordinate space is not a form of the space of values, but it largely imitates the space of values. — The definition of a point in the coordinate space is the distance AB between two points A and B in units of length...
325 читали · 3 года назад
Python Django и OSRM: маршрут на интерактивной онлайн-карте
Источник: Nuances of Programming Написание небольших, но функциональных приложений  —  это интересный и полезный способ научиться чему-то новому в области разработки программного обеспечения. В руководстве рассмотрим веб-приложение на Django, объединяющее картографию с маршрутизацией: создадим веб-сайт с отображением кратчайшего маршрута между двумя точками, выбираемыми пользователем через щелчки мышью или тапы по интерактивной онлайн-карте. Содержание: 1. Схема веб-приложения Приблизительная схема...