LottoGAM Forum

!0 e lotto modifichiamo il listato

« Older   Newer »
  Share  
view post Posted on 12/7/2020, 09:20

Supporter

Group:
Member
Posts:
37

Status:


Volevo portare alla vostra attenzione questo listato


sviluppa 30 numeri per il 10 e lotto

sarebbe bello avere 3 lunghette da 10 numeri per poterlo rendere giocabile



Sub Main()
Call ImpostaArchivio10ELotto(01)
'Dim ini,fin,casi,es : ini = DataEstrToIdEstrDL(02,05,2013) : fin = DataEstrToIdEstrDL(02,05,2013) : casi = 00
Dim ini,fin,Casi,nStart,Es : ini = DataEstrToIdEstrDL(02,05,2013) : fin = EstrazioniArchivioDL : Casi = 00: nStart = Timer
For Es = ini To fin : Call Messaggio(Es) : Call AvanzamentoElab(ini,fin,Es)
Dim P01,P02,P03,T11,T12,T13,DS01,DS02,DS03,P04,P05,P06,T21,T22,T23,DS04,DS05,DS06
Call RicercaCondizione(Es,P01,P02,P03,T11,T12,T13,DS01,DS02,DS03,P04,P05,P06,T21,T22,T23,DS04,DS05,DS06,Casi)
Next
Dim nEnd : nEnd = Timer : Call Scrivi("Tempo di elaborazione : " & FormattaSecondi((nEnd + 01) - nStart),True)
End Sub
Function Intestazione(Es,Casi)
Dim sRiga : sRiga = GetInfoEstrazioneDL(Es) : Casi = Casi + 01
Call Scrivi(String(175,"-") & " Caso n° " & Format2(Casi),True) : Call Scrivi(sRiga,True)
Call ScriviEstrazioneDL(Es) : Call Scrivi(String(175,"-"),True)
End Function
Function ScriviRequisiti(aNum01,T11,T12,T13,aNum02,T21,T22,T23)
aNum01 = Array(T11,T12,T13) : aNum02 = Array(T21,T22,T23)
Call Scrivi("Rilevate Uniche 2 Terzine Simmetriche : [ " & StringaNumeri(aNum01,,True) & " ] - [ " & _
StringaNumeri(aNum02,,True) & " ]",True) : Call Scrivi()
End Function
Function ScriviDatiPronostico(Es)
Call Scrivi("Estrazione generatrice del pronostico " & FormattaStringa(Es,"00000") & " [" & _
IndiceAnnualeDL(Es) & " - " & DataEstrazioneDL(Es,,,"/") & "]",True)
End Function
Sub RicercaCondizione(Es,P01,P02,P03,T11,T12,T13,DS01,DS02,DS03,P04,P05,P06,T21,T22,T23,DS04,DS05,DS06,Casi)
Dim QT : QT = 00
For P01 = 01 To 18 : For P02 = P01 + 01 To 19 : For P03 = P02 + 01 To 20
T11 = EstrattoDL(Es,P01) : T12 = EstrattoDL(Es,P02): T13 = EstrattoDL(Es,P03)
DS01 = Distanza(T11,T12) : DS02 = Distanza(T12,T13) : DS03 = Distanza(T13,T11)
If DS01 = 30 And DS02 = 30 And DS03 = 30 Then
QT = QT + 01
For P04 = 01 To 18 : For P05 = P04 + 01 To 19 : For P06 = P05 + 01 To 20
T21 = EstrattoDL(Es,P04) : T22 = EstrattoDL(Es,P05): T23 = EstrattoDL(Es,P06)
DS04 = Distanza(T21,T22) : DS05 = Distanza(T22,T23) : DS06 = Distanza(T23,T21)
If DS04 = 30 And DS05 = 30 And DS05 = 30 Then
If T21 <> T11 And T21 <> T12 And T21 <> T13 And T22 <> T11 And T22 <> T12 And T22 <> T13 And T23 <> T11 And T23 <> T12 And T23 <> T13 Then
QT = QT + 01
If QT = 02 Then
Dim aNum01,aNum02 : Call Intestazione(Es,Casi) : Call ScriviRequisiti(aNum01,T11,T12,T13,aNum02,T21,T22,T23)
ReDim N(30) : Call ScriviDatiPronostico(Es) : Call CalcoloPronostico(N,T11,T12,T13,T21,T22,T23)
Dim Nu,CONTA : Call ContaNumeriinGioco(N,Nu,CONTA) : Call VerificaEsitoNumeri(N,Es)
End If
End If
End If
Next : Next : Next
End If
Next : Next : Next
End Sub
Sub CalcoloPronostico(N,T11,T12,T13,T21,T22,T23)
N(01) = Fuori90(T11 + 00) : N(02) = Fuori90(T11 + 18) : N(03) = Fuori90(T11 + 09) : N(04) = Fuori90(T11 + 45) : N(05) = Fuori90((90 + T11) - 06)
N(06) = Fuori90(T12 + 00) : N(07) = Fuori90(T12 + 18) : N(08) = Fuori90(T12 + 09) : N(09) = Fuori90(T12 + 45) : N(10) = Fuori90((90 + T12) - 06)
N(11) = Fuori90(T13 + 00) : N(12) = Fuori90(T13 + 18) : N(13) = Fuori90(T13 + 09) : N(14) = Fuori90(T13 + 45) : N(15) = Fuori90((90 + T13) - 06)
N(16) = Fuori90(T21 + 00) : N(17) = Fuori90(T21 + 18) : N(18) = Fuori90(T21 + 09) : N(19) = Fuori90(T21 + 45) : N(20) = Fuori90((90 + T21) - 06)
N(21) = Fuori90(T22 + 00) : N(22) = Fuori90(T22 + 18) : N(23) = Fuori90(T22 + 09) : N(24) = Fuori90(T22 + 45) : N(25) = Fuori90((90 + T22) - 06)
N(26) = Fuori90(T23 + 00) : N(27) = Fuori90(T23 + 18) : N(28) = Fuori90(T23 + 09) : N(29) = Fuori90(T23 + 45) : N(30) = Fuori90((90 + T23) - 06)
Call EliminaRipetuti(N)
End Sub
Sub ContaNumeriinGioco(N,NU,CONTA)
CONTA = 00 : NU = Split("00." & StringaNumeri(N,,True),".")
Dim Num : For Num = 01 To UBound(NU) : CONTA = CONTA + 01 : Next
Call Scrivi("G 0001 Numeri in gioco : [ " & Format2(CONTA) & " ] " & StringaNumeri(N,,True),True)
End Sub
Sub VerificaEsitoNumeri(N,Es)
Dim nSorte,klp,nColpi,xlp,SF : nSorte = AMBATA_ : klp = 01 : nColpi = 12 : SF = 00
For xlp = 01 To nColpi : SF = SerieFreqDL(Es + xlp,Es + xlp,N,AMBATA_)
Dim RetEsito,RetColpi,RetEstratti,RetIdEstr
Call VerificaEsitoDL(N,Es + xlp,nSorte,klp,RetEsito,RetColpi,RetEstratti,RetIdEstr)
If RetEsito <> "" Then
Call ColoreTesto(02)
Call Scrivi("V N. [" & FormatSpace(StringaNumeri(N,,True),50) & "] [" & RetEstratti & " ] C. " & _
FormatSpace(xlp,03,True) & " " & FormatSpace(RetEsito,11) & "( " & SF & " ) " & FormattaStringa(Es + xlp,"00000") & " [" & _
IndiceAnnualeDL(Es + xlp) & " - " & DataEstrazioneDL(Es + xlp,,,"/") & "]",True)
Call ColoreTesto(00)
ElseIf RetEsito = "" And RetColpi < klp Then
Call ColoreTesto(00)
Call Scrivi() : Call Scrivi("in corso per altre " & nColpi - xlp + 01 & " estrazioni",True) : Call Scrivi()
Call ColoreTesto(00)
Else
Call ColoreTesto(00)
RetEsito =("Zero punti") : RetEstratti =(".. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..")
Call Scrivi(" N. [" & FormatSpace(StringaNumeri(N,,True),50) & "] [" & RetEstratti & " ] C. " & _
FormatSpace(xlp,03,True) & " " & FormatSpace(RetEsito,11) & "( " & SF & " ) " & FormattaStringa(Es + xlp,"00000") & " [" & _
IndiceAnnualeDL(Es + xlp) & " - " & DataEstrazioneDL(Es + xlp,,,"/") & "]",True)
Call ColoreTesto(00)
End If
If Es + xlp > EstrazioniArchivioDL Then Exit For
Next
If xlp > nColpi Then Call Scrivi("Interrotta per raggiunta durata") : Call Scrivi()
End Sub
Function FormattaSecondi(s)
Dim hh,Mm,Ss : hh = s \ 3600 : Mm =(s Mod 3600) \ 60 : Ss = s -((hh * 3600) +(Mm * 60))
Dim TimeStr : TimeStr = Format2(hh) & ":" & Format2(Mm) & ":" & Format2(Ss)
FormattaSecondi = TimeStr
End Function


Ultima esecuzione
Estrazione generatrice del pronostico 09762 [34 - 19/03/2020]
G 0001 Numeri in gioco : [ 30 ] 04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. .. .. .. .. .. 34 .. .. 52 .. .. .. 73 .. .. 89 .. ] C. 1 Quaterna ( 4 ) 09763 [35 - 21/03/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [08 .. .. .. .. .. 28 .. .. .. .. .. .. 68 .. .. 79 .. .. .. ] C. 2 Quaterna ( 4 ) 09764 [36 - 05/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. 22 .. .. .. .. .. 49 .. 58 .. .. 68 .. .. 73 .. .. 88 ] C. 3 Sestina ( 6 ) 09765 [37 - 07/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. .. 20 .. 22 .. .. 34 .. 49 50 .. .. .. .. .. .. .. ] C. 4 Cinquina ( 5 ) 09766 [38 - 09/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. .. .. .. .. .. .. 44 .. .. .. .. .. 64 .. 82 .. 89 ] C. 5 Quaterna ( 4 ) 09767 [39 - 12/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. 13 .. 22 .. .. 34 35 .. 43 .. 58 .. .. .. .. .. 82 .. ] C. 6 Sette ( 7 ) 09768 [40 - 14/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. 14 .. .. .. .. .. .. 64 .. .. 68 .. .. .. .. 82 .. ] C. 7 Quaterna ( 4 ) 09769 [41 - 16/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. 20 .. 22 29 .. .. 34 .. .. .. 50 59 .. .. .. 80 .. ] C. 8 Sette ( 7 ) 09770 [42 - 19/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. 13 14 20 .. .. 28 35 .. .. .. 49 .. .. 59 .. .. .. 89 ] C. 9 Otto ( 8 ) 09771 [43 - 21/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. .. .. .. .. 28 34 .. .. .. .. 49 .. .. .. 58 .. 74 .. .. ] C. 10 Cinquina ( 5 ) 09772 [44 - 23/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. 13 .. 20 .. 35 44 .. .. 50 58 .. 68 .. .. 73 .. .. 88 .. ] C. 11 Nove ( 9 ) 09773 [45 - 26/05/2020]
V N. [04.05.08.13.14.19.20.22.28.29.34.35.38.43.44.49.50.52.58.59.64.65.68.73.74.79.80.82.88.89] [.. 13 .. .. 19 .. 29 .. .. .. .. 58 .. .. 68 73 .. .. 89 .. ] C. 12 Sette ( 7 ) 09774 [46 - 28/05/2020]
Interrotta per raggiunta durata
 
Top
baloon
view post Posted on 16/7/2020, 18:27




salve
con che criterio vorrebbe le tre decine , ?
esempio i primi 10 ,e cosi via o con altrri criteri?
 
Top
view post Posted on 16/7/2020, 20:27

Supporter

Group:
Member
Posts:
37

Status:


Io farei prima una statistica in base alle posizioni se possibile

Cioè sempre in base alle posizioni il risultato più alto a scendere
 
Top
2 replies since 12/7/2020, 09:20   67 views
  Share