~~NOCACHE~~ ~~NOTOC~~ {{ :building1cropalpha.png?128|}} == Lectures == Friday, 12:40-15:50, Computer Lab == Lecture videos (MP4) == /*Automatically generated English subtitles are available for some videos. Watch or download them using the "subs" link next to the original video. */ | 1.\_ | [[ https://web.microsoftstream.com/video/2193a440-a653-4151-97e4-8d8380793926?linkonly | Makefiles ]] | | | 2.\_ | [[ https://web.microsoftstream.com/video/2d599be1-3ffc-4dda-ac59-bf4f819610c3?linkonly | Libraries ]] | | | 3.\_ | [[ https://web.microsoftstream.com/video/f9e89bc5-67fc-41b4-bfcf-ee8f0d8f7f3b?linkonly | Arrays ]] | | /* | {{ :class:ip3:ip3-03b.mp4?linkonly | Arrays (exercise) }} | |*/ | 4.\_ | {{ :class:ip3:ip3-04.mp4?linkonly | Objects }} | | | 5.\_ | {{ :class:ip3:ip3-05.mp4?linkonly | Vectors, matrices }} | | | 6.\_ | {{ :class:ip3:ip3-06-1.mp4?linkonly | Node-based structures }} | | | 7.\_ | {{ :class:ip3:ip3-06-2.mp4?linkonly | Sorting }} | | | 8.\_ | {{ :class:ip3:ip3-06-3.mp4?linkonly | Searching }} | | | 9.\_ | {{ :class:ip3:ip3-07-1.mp4?linkonly | Queues }} | | | 10.\_ | {{ :class:ip3:ip3-07-2.mp4?linkonly | Dictionaries }} | | | 11.\_ | {{ :class:ip3:ip3-07-3.mp4?linkonly | Encoding }} | | | 12.\_ | {{ :class:ip3:ip3-07-4.mp4?linkonly | Error detection }} | | | 13.\_ | {{ :class:ip3:ip3-07-5.mp4?linkonly | Networking }} | | | 14.\_ | {{ :class:ip3:ip3-08-1.mp4?linkonly | Polling and events }} | | | 15.\_ | {{ :class:ip3:ip3-09-1.mp4?linkonly | Concurrency }} | | == Slides (PDF) == - {{ ::class:ip3:ip3-01.pdf | Makefiles }} - {{ ::class:ip3:ip3-02.pdf | Libraries }} - {{ ::class:ip3:ip3-03.pdf | Arrays }} - {{ ::class:ip3:ip3-04.pdf | Objects }} - {{ ::class:ip3:ip3-05.pdf | Vectors, matrices }} - {{ ::class:ip3:ip3-06.pdf | Node-based structures }} - {{ ::class:ip3:ip3-07.pdf | Sorting }} - {{ ::class:ip3:ip3-08.pdf | Searching }} - {{ ::class:ip3:ip3-09.pdf | Queues }} - {{ ::class:ip3:ip3-10.pdf | Dictionaries }} - {{ ::class:ip3:ip3-11.pdf | Coding and compression }} - {{ ::class:ip3:ip3-12.pdf | Error detection }} - {{ ::class:ip3:ip3-13.pdf | Network communication }} - {{ ::class:ip3:ip3-14.pdf | Polling and events }} - {{ ::class:ip3:ip3-15.pdf | Threads and synchronisation }} == Exercises (PDF) == - {{ ::class:ip3:quiz-01.pdf | Makefiles }} - {{ ::class:ip3:quiz-02.pdf | Libraries }} - {{ ::class:ip3:quiz-03.pdf | Arrays }} - {{ ::class:ip3:quiz-04.pdf | Objects }} - {{ ::class:ip3:quiz-05.pdf | Vectors, matrices }} - {{ ::class:ip3:quiz-06.pdf | Node-based structures }} - {{ ::class:ip3:quiz-07.pdf | Sorting }} - {{ ::class:ip3:quiz-08.pdf | Searching }} - {{ ::class:ip3:quiz-09.pdf | Queues }} - {{ ::class:ip3:quiz-10.pdf | Dictionaries }} - {{ ::class:ip3:quiz-11.pdf | Coding and compression }} - {{ ::class:ip3:quiz-12.pdf | Error detection }} - {{ ::class:ip3:quiz-13.pdf | Network communication }} - {{ ::class:ip3:quiz-14.pdf | Polling and events }} - {{ ::class:ip3:quiz-15.pdf | Threads and synchronisation }} /***************************** == Programs == Simple CPU simulator (week 10) * {{ https://kuas.org/~piumarta/cm/cpusim.html | in-browser (Javascript) }} * {{ ::class:ip3:cpusim.c | C program }} First word printer (week 11) * {{ ::class:ip3:loops.py | loops.py }} using loops * {{ ::class:ip3:fsm.py | fsm.py }} state machine * {{ ::class:ip3:table.py | table.py }} transition table Word counter (week 11) * {{ ::class:ip3:ans-wc.py | wc.py }} transition table State machine multiplier (week 12) * {{ ::class:ip3:ans-multiply-fsm.py | multiply-fsm.py }} Recursive-descent parsing (week 15) * {{ ::class:ip3:parse-eg1.py | parse-eg1.py }} recognition * {{ ::class:ip3:parse-eg2.py | parse-eg2.py }} with semantic value * {{ ::class:ip3:parse-eg3.py | parse-eg3.py }} expressions and AST Parsing workshop (additional) * {{ ::class:ip3:w15.tar.gz | w15.tar.gz }} workshop software *****************************/ ====== Information Processing 3 ====== The slides used in the lectures are available on the left. /*** These should be reviewed before coming to the indicated class. ***/ Unedited videos of classes are posted below. /*** Class summaries are posted below with PDF files for assigned reading, details of homework assignments, and instructions for any oral presentation that must be made. ***/ === Week 1 - Automation: make and Makefiles === | {{ https://web.microsoftstream.com/video/2193a440-a653-4151-97e4-8d8380793926 | Video }} | /*| {{ :class:ip3:ip3-01.mp4 | Video }} |*/ === Week 2 - Libraries === | {{ https://web.microsoftstream.com/video/2d599be1-3ffc-4dda-ac59-bf4f819610c3 | Video }} | /*| {{ :class:ip3:ip3-02.mp4 | Video }} |*/ === Week 3 - Arrays === | {{ https://web.microsoftstream.com/video/f9e89bc5-67fc-41b4-bfcf-ee8f0d8f7f3b | Video }} | /*| {{ :class:ip3:ip3-03a.mp4 | Video }} | {{ :class:ip3:ip3-03b.mp4 | Video }} |*/ === Week 4 - Objects === === Week 5 - Vectors, matrices === === Week 6 - Node-based structures === === Week 7 - Sorting === === Week 8 - Searching === === Week 9 - Queues === === Week 10 - Dictionaries === === Week 11 - Coding and compression === === Week 12 - Error detection === === Week 13 - Network communication === === Week 14 - Polling and events === === Week 15 - Threads and synchronisation ===