简体   繁体   English

单线程和多线程

[英]single thread and multiple thread

Would anyone know a way of explaining or could you direct me to some material regarding single Thread and multiple thread? 谁会知道一种解释的方式,或者您可以指导我学习一些有关单线程和多线程的材料吗? I don't understand them at all. 我一点都不明白。 Every explanation I read is in very complicated English. 我读的每一个解释都是用非常复杂的英语。

I want to understand them completely. 我想完全理解它们。 Either a really good article / book / website etc where this is explained well would be well appreciated. 很好的文章/书/网站等都可以很好地解释这一点,将不胜感激。

Threads are the smallest sequences of programmed instructions that can be managed independently. 线程是可以独立管理的已编程指令的最小序列。

Multithreading uses multiple threads of the same process to reduce algorithm runtime. 多线程使用同一进程的多个线程来减少算法运行时间。 Threads of the same process run in the same memory space. 同一进程的线程在同一内存空间中运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM