1053 |
1053 |
1054 |
1054 |
1055 \end{frame} |
1055 \end{frame} |
1056 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
1056 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
1057 |
1057 |
|
1058 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
1059 \begin{frame}[c] |
|
1060 \frametitle{Epilogue} |
|
1061 |
|
1062 \footnotesize |
|
1063 \begin{center} |
|
1064 \begin{tabular}{cc} |
|
1065 \begin{tikzpicture} |
|
1066 \begin{axis}[ |
|
1067 title={\small{}Graph: $a^{?\{n\}} \cdot a^{\{n\}}$}, |
|
1068 xlabel={$n$}, |
|
1069 x label style={at={(1.04,0.0)}}, |
|
1070 ylabel={time in secs}, |
|
1071 enlargelimits=false, |
|
1072 xmax=7100000, |
|
1073 ytick={0,5,...,30}, |
|
1074 ymax=33, |
|
1075 %scaled ticks=false, |
|
1076 axis lines=left, |
|
1077 width=5cm, |
|
1078 height=5cm, |
|
1079 legend entries={Scala V3, Scala V4}, |
|
1080 legend pos=north west] |
|
1081 \addplot[black,mark=square*,mark options={fill=white}] table {re3.data}; |
|
1082 \addplot[purple,mark=square*,mark options={fill=white}] table {re4.data}; |
|
1083 \end{axis} |
|
1084 \end{tikzpicture} |
|
1085 & |
|
1086 \begin{tikzpicture} |
|
1087 \begin{axis}[ |
|
1088 title={\small{}Graph: $(a^*)^* \cdot b$}, |
|
1089 xlabel={$n$}, |
|
1090 x label style={at={(1.09,0.0)}}, |
|
1091 ylabel={time in secs}, |
|
1092 enlargelimits=false, |
|
1093 xmax=8100000, |
|
1094 ytick={0,5,...,30}, |
|
1095 ymax=33, |
|
1096 %scaled ticks=false, |
|
1097 axis lines=left, |
|
1098 width=5cm, |
|
1099 height=5cm, |
|
1100 legend entries={Scala V3, Scala V4}, |
|
1101 legend pos=north west] |
|
1102 \addplot[black,mark=square*,mark options={fill=white}] table {re3a.data}; |
|
1103 \addplot[purple,mark=square*,mark options={fill=white}] table {re4a.data}; |
|
1104 \end{axis} |
|
1105 \end{tikzpicture} |
|
1106 \end{tabular} |
|
1107 \end{center} |
|
1108 |
|
1109 \only<2->{\footnotesize |
|
1110 \begin{textblock}{9}(0.5,8) |
|
1111 \begin{bubble}[11.8cm] |
|
1112 \lstinputlisting[numbers=none]{../progs/app52.scala} |
|
1113 \end{bubble} |
|
1114 \end{textblock}} |
|
1115 |
|
1116 |
|
1117 \end{frame} |
|
1118 |
1058 \end{document} |
1119 \end{document} |
1059 |
1120 |
1060 %%% Local Variables: |
1121 %%% Local Variables: |
1061 %%% mode: latex |
1122 %%% mode: latex |
1062 %%% TeX-master: t |
1123 %%% TeX-master: t |