3 projects tagged "Windows"
RC Flyers Toolkit Box is a handy toolbox for R/C pilots. It helps you manage batteries, flights, charge cycles, and check lists. It helps you keep track of which of your batteries are charged, where and when you have been flying last, how much went in your battery compared to the last cycle, what you have to pack to take with you, and which parts you have to check before flying. For rotary wing users, there is a pinion calculator that quickly gives you an idea about the RPM to be expected.
TSPSG is intended to generate and solve "travelling salesman problem" (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using the Branch and Bound method to solve a particular task.