Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CSC305 Summer Lecture 08

CSC305 Summer Lecture 08

Individual Software Design and Development
Multi-Threading
(202508)

Avatar for Javier Gonzalez-Sanchez

Javier Gonzalez-Sanchez PRO

August 11, 2025
Tweet

More Decks by Javier Gonzalez-Sanchez

Other Decks in Programming

Transcript

  1. Dr. Javier Gonzalez-Sanchez [email protected] www.javiergs.info o ffi ce: 14 -227

    CSC 305 Individual Software Design and Development | Summer Version Lecture 08. Multi-Threading
  2. Lab

  3. •Can we draw the last 10 dots only? • Can

    we make darker the newest dot and light-gray (white) the oldest one? • Connect all the dots with a line, but instead of following the order in which they were clicked, connect them based on the shortest distance between each dot. •A dot can be added with a click AND automatically every 10 seconds a new one is added.
  4. CSC 305 Individual Software Design and Development Javier Gonzalez-Sanchez, Ph.D.

    [email protected] Summer 2025 Copyright. These slides can only be used as study material for the class CSC305 at Cal Poly. They cannot be distributed or used for another purpose.