Search found 98 matches: distance

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

... in a Dialog. I'm preparing a dashboard for the Arduino Microcontroler controling a 7 servo robotarm with many other sensors for heat, ear, distance etc, and at this moment i'm looking in FW samples for controls that could give nice graphics, gauges, buttons, etc... These i've found so far..... ...
by Marc Venken
Tue Feb 20, 2024 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 17
Views: 499

Re: Distancia de Levenshtein

... The function returns a numeric value indicating the similarity of two character strings. Description The function calculates the Levenshtein distance which indicates the similarity of two character strings. The algorithm weighs Delete, Insert and Replace operations required to transform <cString1> ...
by nageswaragunupudi
Wed Jul 19, 2023 6:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Distancia de Levenshtein
Replies: 5
Views: 291

Re: Problem Xbrowser Border

I'm not sure that all these options can be added to the xBrowse class


a border with any pensize
optional round corners
glowing effect
transparent level
any border distance


Image

bet regards
Uwe :D
by ukoenig
Tue Mar 07, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 993

Re: chatGPT writes and executes Harbour code !!!

I need a function calc the cyclometric distance between 3 numbers , the number must b from 1 to 90 , on array of 3 element and the distance must be equal to nvalore for esample 1 this to create the array FUNCTION distanza_ciclometrica(nvalore)  ...
by Silvio.Falconi
Wed Dec 21, 2022 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2726

Re: chatGPT writes and executes Harbour code !!!

... aTmp, { i, j, k } )        ENDIF      NEXT    NEXT  NEXT  RETURN aTmp instead these last two functions do not run well, mathematical distance and cyclometric distance I couldn't get these functions fixed mathematical distance FUNCTION distanza_matematica(nvalore) local aTmp ...
by Silvio.Falconi
Mon Dec 19, 2022 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2726

Re: chatGPT writes and executes Harbour code !!!

... from 1 to 90, without repetition, in an array formed by three numbers, which respect 4 possibilities i.e. the cyclometric sum, the cyclometric distance, the mathematical sum and the mathematical distance and that the user can select one of the 4 possibilities and the value of the sum or of ...
by Silvio.Falconi
Wed Dec 14, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2726

Re: chatGPT writes and executes Harbour code !!!

... combines 90 numbers, without repetition, in an array of three numbers, which respect 4 possibilities i.e. the cyclometric sum, the cyclometric distance, the mathematical sum and the mathematical distance and which can the user select one of the 4 possibilities? Result FUNCTION Main()  ...
by Silvio.Falconi
Tue Dec 13, 2022 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2726

Re: cyclometric circle

... up to 90. https://i.postimg.cc/jqhPpc8D/Cerchio-Ciclometrico.gif The fundamental notions of cyclometrics, essential to know, are: distance, sum, midpoint and the related specific glossary. As it is easy to understand, by joining two or more points on the circumference we obtain ...
by Silvio.Falconi
Tue Dec 06, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: intercept repeated values in an array

... I speak of three numbers because in the Italian lottery three numbers are equal to three the calculations are: 1) cyclometric sum 2) cyclometric distance 3) math addition 4) mathematical distance for the cyclometric sum it is always necessary to subtract 90 if the sum exceeds 90 The cyclometric ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 283

Re: cyclometric circle

... the class I'm going to memorize the graph points where the numbers are positioned, that is the positions where to draw the shapes when I call the Distance_multiple () method it needs the positions of the circle I did not understand why it does not find them this does not happen in the large circle ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: cyclometric circle

I insert a Paint before of distance_multiple() method oCiclo:Paint() oCiclo:Distance_Multiple(val(num1),val(num2),val(num3),val(num4),val(num5),nColor,oCiclo:apos) https://i.postimg.cc/2S1JYLbd/ciclometric.gif Now How I can to refill the area with transparent color ? https://i...
by Silvio.Falconi
Fri Jul 29, 2022 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: cyclometric circle

Another problem
If I created 11 object of my class and I wish show le lines then not run ok because on Paint method the class created the ::apos positions array , so when I call method distance_Multiple() not found ::apos I not understood why

while If I make only one Obj run ok
by Silvio.Falconi
Thu Jul 14, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: cyclometric circle

... ? as I do to sort the numbers (from column 2 to column 6), be careful I don't have to change the browse, but when I call it function oCicloMetric:Distance_Multiple(aNumeri) p.s. I set the possiblity to show on/off the numbers on big cicle the Source #include "fivewin.ch"#include "constant.ch"// ...
by Silvio.Falconi
Wed Jul 13, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: cyclometric circle

latest release with distance It does not write well the distance between two numbers, i.e. the calculation is correct but the number must be printed near the line between the two numbers and in the middle of the drawn line as U can ...
by Silvio.Falconi
Tue Jul 12, 2022 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963

Re: cyclometric circle

I tried with multiple positions directly but not run ok ACTION oCicloMetric:Distance_MU(11,40,45,54,68) https://i.postimg.cc/CL22ztxb/bbbbbb.png METHOD Distance_MU(num1,num2,num3,num4,num5)  CLASS  TCyclometric   local  aNumpos := ::apos   ...
by Silvio.Falconi
Tue Jul 12, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2963
Next

Return to advanced search