You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Report/Report.tex
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ \section{Specifica del Problema}
61
61
\section{Analisi del Problema}
62
62
\subsection{Dati di Ingresso del Problema}
63
63
Per ciascuna delle quattro operazioni, i dati d'ingresso del problema sono rappresentati da due rilevamenti satellitari in formato di coordinata unica nella quale la latitudine e la longitudine sono rappresentate in formato D.M.G internazionale. \\
64
-
Esempio di rilevamento accettato: N 40 45 36.000 - E 073 59 2.400.
64
+
Esempio di rilevamento accettato: N 40 45 36.000 - E 073 59 02.400.
65
65
66
66
\subsection{Dati di Uscita del Problema}
67
67
Per ogni inserimento di una coppia di rilevamenti nel formato prima specificato i dati d'uscita del problema, rispettivamente alle ultime tre operazioni descritte all'interno della sezione di specifica del problema, sono: il risultato della conversione delle coordinate del primo rilevamento inserito dal formato D.M.G internazionale a quello decimale, il risultato della conversione delle coordinate del secondo rilevamento inserito dal formato D.M.G internazionale a quello decimale, il risultato del calcolo della distanza compresa tra i due rilevamenti inseriti, il risultato del calcolo dell'angolo di rotta diretto che unisce i due rilevamenti, il risultato del calcolo dell'angolo di rotta inverso che unisce i due rilevamenti.
@@ -921,7 +921,7 @@ \section{Testing del Programma}
921
921
\subsection*{Test Haskell 1}
922
922
\begin{spverbatim}
923
923
Detections Properties Calculator V1.0
924
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
924
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
925
925
Insert the First Detection...
926
926
43 54 16.000 E 012 54 30.000
927
927
Insert the Second Detection...
@@ -936,7 +936,7 @@ \subsection*{Test Haskell 1}
936
936
\subsection*{Test Haskell 2}
937
937
\begin{spverbatim}
938
938
Detections Properties Calculator V1.0
939
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
939
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
940
940
Insert the First Detection...
941
941
N 43 54 16.000 - E 012 54 30
942
942
Insert the Second Detection...
@@ -951,7 +951,7 @@ \subsection*{Test Haskell 2}
951
951
\subsection*{Test Haskell 3}
952
952
\begin{spverbatim}
953
953
Detections Properties Calculator V1.0
954
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
954
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
955
955
Insert the First Detection...
956
956
T 43 54 16.000 - E 012 54 30.000
957
957
Insert the Second Detection...
@@ -966,7 +966,7 @@ \subsection*{Test Haskell 3}
966
966
\subsection*{Test Haskell 4}
967
967
\begin{spverbatim}
968
968
Detections Properties Calculator V1.0
969
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
969
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
970
970
Insert the First Detection...
971
971
N 43 54 16.000 - T 012 54 30.000
972
972
Insert the Second Detection...
@@ -981,7 +981,7 @@ \subsection*{Test Haskell 4}
981
981
\subsection*{Test Haskell 5}
982
982
\begin{spverbatim}
983
983
Detections Properties Calculator V1.0
984
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
984
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
985
985
Insert the First Detection...
986
986
E 43 54 16.000 - N 012 54 30.000
987
987
Insert the Second Detection...
@@ -996,7 +996,7 @@ \subsection*{Test Haskell 5}
996
996
\subsection*{Test Haskell 6}
997
997
\begin{spverbatim}
998
998
Detections Properties Calculator V1.0
999
-
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 2.400
999
+
Warning: The Detections must be in D.M.G format and inserted into the program like: N 40 45 36.000 - E 073 59 02.400
0 commit comments