Posted on Leave a comment

Cluster analysis

Cluster analysis

Posted on Leave a comment

Geometry, graph

Graph as easy

Геометрия данных 1. Симплексы и графы

Геометрия данных 2. Ди- и би-координаты точек и векторов

Геометрия данных 3. Скалярное произведение векторов

Геометрия данных 4. Пространство графа

Геометрия данных 5. Преобразование базиса


Распознавание и представление графов. Часть 1

Часть 2: Поиск на графах

Часть 3: Поиск оптимального пути на графе

10 Графовых алгоритмов
[https://nuancesprog.ru/p/10260/]

Continue reading Geometry, graph

Posted on Leave a comment

Top 10 Reasons to be a Delphi Developer

Top 10 Reasons to be a Delphi Developer

  1. It is a combination of programming language and Software Development Kit (SDK), which allows application development for desktop, mobile, consoles, and web.
  2. It is a simple programming language with clear syntax.
  3. Code written in Delphi, is easily readable; for example, you can concatenate strings using the “+” sign rather than any function.
  4. Documentation of Delphi is well-organized to help you give a quick start.
  5. Comes with an Integrated IDE, which allows you to easily develop GUI using drag & drop, addition of event handlers, and many other features.
  6. Supports real-time testing, making it easier and faster to find and fix issues.
  7. Supports Rapid Application Development (RAD) with features, such as an application framework and visual window layout designer.
  8. Supports client-server architecture and SQL databases.
  9. Supports complete Windows API.
  10. Allows creating components for easy integration in the IDE.