P31 multi-threading multi-threading P32 multiprocessing multi-core P33 tkinter

P31 multi-threading multi-threading

Run in batches at the same time to save computing time

P32 multiprocessing multi-core

The tasks are evenly distributed to each core, and each core has separate computing space and computing power.

Multi-core can completely avoid the disadvantages of multi-threading

P33 tkinter window

Specific GUI interface, image window

Guess you like

Origin blog.csdn.net/kchenlyee/article/details/127912935