Search found 31 matches: frequency

Return to advanced search

Re: Read API data one by one or in block

... or if it is difficult to identify individual records, it may be more efficient to retrieve and process the data one record at a time. The frequency of updates: If the data is being updated frequently, then it may be more efficient to retrieve and process the data one record at a time in ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: start at the end and go back in an array

... .or. ; a[ nPos2 ] == numero .or. ; a[ nPos3 ] == numero .or. ; a[ nPos4 ] == numero .or. ; a[ nPos5 ] == numero , ncount++, ) } ) it result the frequency number not the delay !!!!
by Silvio.Falconi
Mon May 30, 2022 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: start at the end and go back in an array

the frequency run ok Function freq( aData, numero, nWheel )   local nCount   := 0   local nPos1,nPos2,nPos3,nPos4,nPos5      nPos1 := ( nWheel - 1 ) * 5 + 3    ...
by Silvio.Falconi
Mon May 30, 2022 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: calculate the frequency of a number

Silvio, Can you show your code? LG Otto Do you saw the code ? LG ? It is not here to discuss how to do the calculation because finding the frequency of a number is quickly done. this is one of last draws https://i.postimg.cc/ZRhVp32t/h.jpg the frequency is calculated by counting ...
by Silvio.Falconi
Fri May 27, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: calculate the frequency of a number

Silvio,
Can you show your code?
LG
Otto
by Otto
Fri May 27, 2022 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: calculate the frequency of a number

James Bott wrote:Read the database once while copying all the data into a multidimensional array.

Then calculate the frequency using the array.



I made it but the time is big
by Silvio.Falconi
Fri May 27, 2022 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: Help with ascan

... If I make number:= 34 cFilter := "oDbf:Ba1=" +number oDbf:setFilter(cFilter) nFreq:= oDbf:keycount() It immediately gives me the frequency value in fast mode for 1 number Is it possible that if I do a search for 90 numbers it will take a long time?
by Silvio.Falconi
Fri May 13, 2022 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with ascan
Replies: 16
Views: 915

Re: calculate the frequency of a number

Read the database once while copying all the data into a multidimensional array. Then calculate the frequency using the array. that is in practice how should I do? if I asked in the forum it means that I don't know how to do it I cannot use ascan() on all fields because ...
by Silvio.Falconi
Wed May 11, 2022 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

Re: calculate the frequency of a number

Read the database once while copying all the data into a multidimensional array.

Then calculate the frequency using the array.
by James Bott
Wed May 11, 2022 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

calculate the frequency of a number

I have to calculate the frequency of a number that is, I'll explain I have these ninety numbers https://i.postimg.cc/fyMTTWFQ/box.png For each number I must calculate the frequency that is, how many times this number is ...
by Silvio.Falconi
Tue May 10, 2022 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the frequency of a number
Replies: 6
Views: 446

OT If you do not want to use google maps .. look at this

... the latitude and longitude in addition to some icons and a lot of other information that it deserves to appear. The .XML file is updated with a frequency of 30 seconds therefore if it is a follow-up you should update the XML also to refresh them If Mr. Antonio allows to publish the use and use ...
by Busmatic_wpb
Sun Jan 13, 2019 3:55 am
 
Forum: Utilities / Utilidades
Topic: OT If you do not want to use google maps .. look at this
Replies: 6
Views: 1630

Mis programas FW hablan

... : show icon in system tray -ln <integer> : select line from text file by using of line number -fr <integer> : output audio sampling frequency in kHz (from 8 to 48) -bt <integer> : output audio bit depth (8 or 16) -ch <integer> : output audio channel mode (1 or 2) -?, ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2807

Re: hb_xrealloc can't reallocate memory

... Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/garbage.c + added new PRG function HB_GCSETAUTO( [nNewVal] ) - nPrevVal which allows to set the frequency of automatic GC activation. nNewVal is number of GC items (in thousands). If total number of new GC items allocated from last GC pass exceed ...
by Carlos Mora
Wed Sep 02, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7226

Re: ADO RDD xHarbour

James, In adordd we cant control commit frequency, as far as I know, with :addnew method. As soon as we move or add new record the previous its auto committed because ado auto calls :update(). Being other rdd than ado in source area the loop ...
by AHF
Wed Aug 12, 2015 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446342
Next

Return to advanced search