more hw baby, also that python code is 👌

master
Chris Nutter 2020-09-11 22:58:43 -07:00
parent 09327b855f
commit a372835ce7
10 changed files with 32 additions and 4 deletions

0
cpsc315/hw1.tex Normal file
View File

View File

@ -0,0 +1,21 @@
\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\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\@writefile{toc}{\contentsline {section}{\numberline {1}FSM Recap}{3}{section.1}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {2}Chapter 2.2 - Deterministic FSM}{4}{section.2}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3}Chapter 2.3 - Non-Deterministic FSM (NFSM)}{5}{section.3}\protected@file@percent }

View File

@ -1,4 +1,4 @@
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux) (preloaded format=pdflatex 2020.9.8) 10 SEP 2020 21:35
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux) (preloaded format=pdflatex 2020.9.8) 10 SEP 2020 22:38
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
@ -452,7 +452,7 @@ Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 83.
Here is how much of TeX's memory you used:
5284 strings out of 480478
81535 string characters out of 5905960
341280 words of memory out of 5000000
341287 words of memory out of 5000000
21217 multiletter control sequences out of 15000+600000
536389 words of font info for 37 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
@ -465,7 +465,7 @@ mr12.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/cm/cmr17.pfb></usr/
share/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texmf-di
st/fonts/type1/public/cm-super/sfrm0700.pfb></usr/share/texmf-dist/fonts/type1/
public/cm-super/sfrm1000.pfb>
Output written on lecture-09102020.pdf (7 pages, 2090206 bytes).
Output written on lecture-09102020.pdf (7 pages, 2090999 bytes).
PDF statistics:
108 PDF objects out of 1000 (max. 8388607)
74 compressed objects within 1 object stream

View File

@ -0,0 +1,3 @@
\BOOKMARK [1][-]{section.1}{FSM Recap}{}% 1
\BOOKMARK [1][-]{section.2}{Chapter 2.2 - Deterministic FSM}{}% 2
\BOOKMARK [1][-]{section.3}{Chapter 2.3 - Non-Deterministic FSM \(NFSM\)}{}% 3

Binary file not shown.

View File

@ -9,7 +9,7 @@
\renewcommand{\absleftindent}{}
\renewcommand{\absparindent}{}
\title{CPSC 362 Lecture}
\title{CPSC 362 Lecture - poof}
\author{Chris Nutter\thanks{Dedicated to @QuesoGrande}}
% --> Kachow

View File

@ -0,0 +1,3 @@
\contentsline {section}{\numberline {1}FSM Recap}{3}{section.1}%
\contentsline {section}{\numberline {2}Chapter 2.2 - Deterministic FSM}{4}{section.2}%
\contentsline {section}{\numberline {3}Chapter 2.3 - Non-Deterministic FSM (NFSM)}{5}{section.3}%

1
cpsc362/hw1/hello.py Normal file
View File

@ -0,0 +1 @@
print("hello world")

0
cpsc362/hw1/hw1.tex Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB