progtlt - видео - все видео

Новые видео из канала RuTube на сегодня - 20 April 2026 г.

progtlt
  21.03.2026
progtlt
  20.03.2026
progtlt
  17.03.2026
progtlt
  14.02.2026
progtlt
  17.01.2026
progtlt
  01.01.2026
progtlt
  25.04.2025

Видео на тему: progtlt - видео


C# simulation of objects. https://github.com/tltrus/PHYSICSC# algorithm https://github.com/tltrus/PARTICLESFind global maximum by Genetic algorithm C#. https://github.com/tltrus/MATH-FIND-MINC# App with interpolation methods. Based on: "Chapter 7: Interpolation (from Book Numerical Methods, Algorithms and Tools in C# / Waldemar Dos Passos" https://github.com/tltrus/MATHC# Bee colony algorithm for Travelling salesman problem (TSP) solving. Based on article: https://learn.microsoft.com/en-us/archive/msdn-magazine/2011/april/msdn-magazine-natural-algorithms-use-bee-colony-algorithms-to-solve-impossible-problems https://github.com/tltrus/TRAVELLING-SALESMAN-PROBLEMC# Ant colony algorithm for Travelling salesman problem (TSP) solving. Based on article: Microsoft "Test Run - Ant Colony Optimization" https://github.com/tltrus/TRAVELLING-SALESMAN-PROBLEMC# WPF desktop application for interacting with AI models through the OpenRouter API. https://github.com/tltrus/AI-OpenRouter-APIClientA feature-rich .NET client for interacting with ABB industrial robots through the Robot Web Services (RWS) REST API. This library provides easy-to-use methods for controlling and monitoring ABB robot controllers, supporting real-time operations and event-driven programming. https://github.com/tltrus/ABB-WEBSOCKET-CONSOLEDesktop application for generating, playing, and editing musical melodies using text-based note notation. Built with C# WPF, it combines a simple piano keyboard interface with Markov chain-based melody generation. https://github.com/tltrus/MARKOV-CHAINA simple C# application for running a video file at a specified time. Uses WPF with the MVVM pattern. Github: /tltrus/VIDEO-SCHEDULEExperiment with AI for Virtual welding line optimization. AI DeepSeek + C# App generation. https://github.com/tltrus/AI-LINE-OPTIMIZATIONC# app/ Hierarchical Navigable Small World (HNSW) - layered data structure for searching for nearest neighbors. https://github.com/tltrus/MATH-GRAPHRobot's joints control by C# app and ABB EGM option. C# WPF project with MVVM. Robot system: RW6.16. https://github.com/tltrus/ABB-EGM-JOINTRobot TCP control by C# app and ABB EGM option. C# WPF project with MVVM. Robot system: RW6.16. https://github.com/tltrus/ABB-EGM-TCPABB Externally Guided Motion (EGM). Data reading from ABB virtual controller with C# application. https://github.com/tltrus/ABB-EGMC# application with simple sorting algorithm. Robots perform random movements in a given area. Each individual robot can perform the following two actions: pick up the found object and drop the item in the current location if it is free. https://github.com/tltrus/SWARM-ROBOTICSC# app with NSW (Navigable Small World). NSW is a graph-based algorithm that finds approximate nearest neighbor. https://github.com/tltrus/MATH-GRAPHC# app with steering behavior. Based on: "Coding Challenge #69: Evolutionary Steering Behaviors" https://thecodingtrain.com/CodingChallenges/069.1-steering-evolution.html https://github.com/tltrus/MOVING-BEHAVIORS