Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Sub Main()
Scrivi "Spia - migliori ambate sortite" & Chr(10)
Scrivi "" & Chr(10)
Dim n(90,04),ru(01),ru1(01),nu(01),nn1(02),num(1)
ee = CInt(InputBox("Quante estrazioni vuoi esaminare ?",,1000))
If ee = "" Then Exit Sub
nn = CInt(InputBox("Quale distanza spia ?",,15))
If nn = "" Then Exit Sub
cl = CInt(InputBox("Quanti colpi ?",,9))
If cl = "" Then Exit Sub
r1 = CInt(InputBox(" Quale Ruota 1 Bari, 2 Cagliari, ecc.?",,1))
If r1 = "" Then Exit Sub
am = CInt(InputBox(" Quante ambate vuoi visualizzare da 1 a 90?",,90))
If am = "" Then Exit Sub
fin = EstrazioneFin
ini = fin - ee
casi = 0
For es = ini To fin
For p1 = 01 To 04
For p2 = p1 + 01 To 05
a = Estratto(es,r1,p1):b = Estratto(es,r1,p2)
If Distanza(a,b) = nn Then
casi = casi + 1
nn1(01) = a:nn1(02) = b
ru(01) = r1
If SerieFreqTurbo(es,es,nn1,ru,2) = 01 Then
ess = es + cl
If ess > fin Then ess = fin
co = 00
For i = 01 To 90
co = co + 01
n(co,01) = co
n(co,02) = i
nu(01) = i
ru1(01) = r1
fr = SerieFreqTurbo(es + 01,ess,nu,ru1,01)
If fr > 0 Then fr = 1
n(co,03) = n(co,03) + fr
Next
End If
End If
Next
Next
Next
Scrivi
ColoreTesto 1
Scrivi " Migliori ambate dopo distanza spia " & Format2(nn) & " ruota di " & NomeRuota(r1) & Chr(10)
ColoreTesto 0
Scrivi " Dal " & DataEstrazione(ini) & " al " & DataEstrazione(fin) & Chr(10)
Scrivi " N° Presenze Ruota di ---- " & NomeRuota(r1) & Chr(10)
OrdinaMatrice n,- 01,3
For w = 01 To am
num(1) = n(w,02)
If VerificaEsito(num,ru1,fin + 1,1,,,,retcolpi) = True Then
esit = retcolpi & "°"
Else
esit = "negativo"
End If
Scrivi " " & Format2(n(w,02)) & " . . . " & FormatSpace(n(w,03),3,1) & " su " & casi & " casi esito = " & esit,04,01
Next
End Sub