mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
34 lines
2.7 KiB
TeX
34 lines
2.7 KiB
TeX
\relax
|
|
\providecommand\hyper@newdestlabel[2]{}
|
|
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
|
|
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
|
|
\global\let\oldcontentsline\contentsline
|
|
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
|
|
\global\let\oldnewlabel\newlabel
|
|
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
|
|
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
|
|
\AtEndDocument{\ifx\hyper@anchor\@undefined
|
|
\let\contentsline\oldcontentsline
|
|
\let\newlabel\oldnewlabel
|
|
\fi}
|
|
\fi}
|
|
\global\let\hyper@last\relax
|
|
\gdef\HyperFirstAtBeginDocument#1{#1}
|
|
\providecommand*\HyPL@Entry[1]{}
|
|
\HyPL@Entry{0<</S/D>>}
|
|
\@writefile{toc}{\contentsline {section}{\numberline {1}Description of the used algorithm}{1}{section.1}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Sieve of erastosthenes example for numbers up to 120, prime numbers on the right, darker colors show prime numbers, lighter colors show numbers which were checked while checking whether given number was prime \href {https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes}{SOURCE} }}{2}{figure.1}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {2}Functional description of the application}{2}{section.2}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Example of full program use }}{3}{figure.2}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.1}Input data format}{3}{subsection.2.1}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.2}Output text on console}{3}{subsection.2.2}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.3}Format of output data}{3}{subsection.2.3}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {2.4}Description of designed code structure}{4}{subsection.2.4}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces Flowchart of code flow }}{4}{figure.3}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {section}{\numberline {3}Tests}{5}{section.3}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Source of reference values}{5}{subsection.3.1}\protected@file@percent }
|
|
\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Correctness of results}{5}{subsection.3.2}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {4}{\ignorespaces Test results for up to 100 numbers}}{5}{figure.4}\protected@file@percent }
|
|
\@writefile{lof}{\contentsline {figure}{\numberline {5}{\ignorespaces Test results for up to 100000 numbers}}{6}{figure.5}\protected@file@percent }
|
|
\gdef \@abspage@last{6}
|