thread?threads网页版入口
大家好,thread相信很多的网友都不是很明白,包括threads网页版入口也是一样,不过没有关系,接下来就来为大家分享关于thread和threads网页版入口的一些知识点,大家可以关注收藏,免得下次来找不到哦,下面我们开始吧!
请问thread到底是什么意思
thread意思是线、线索、(互联网留言板上帖子的)系列相关信息、螺纹、穿行、曲折穿过、蜿蜒。
thread:
英 [θred]美 [θrɛd]
1、(棉、毛、丝等的)线
a robe embroidered with gold thread
用金线绣的长袍
2、线索;脉络;思绪;思路;贯穿的主线
A common thread runs through these discussions.
这些讨论都贯穿着一条共同的主线。
3、线状物;细细的一条
A thread of light emerged from the keyhole.
从锁眼里透出一丝光亮。
4、(互联网留言板上帖子的)系列相关信息,链式消息
There are a lot of thread on the internet
网址上有很多这类的信息。
5、螺纹
The screw threads will be able to get a good grip.
螺纹能牢牢地咬合卡紧。
6、穿行;曲折穿过;蜿蜒
Slowly she threaded her way back through the moving mass of bodies...
她从人流中慢慢地挤了回来。
扩展资料
表示线索的同义词:
一、clue
英 [klu:]美 [klu]
n.线索;提示;(帮助警方破案的)线索;(纵横填字谜、游戏或问题的)提示词语
The police think the videotape may hold some vital clues to the identity of the killer.
警方认为那盘录像带可能录有能确认凶手身份的一些重要线索。
二、clew
英 [klu:]美 [klu:]
n.(解决问题的)线索,线团
vt.绕成线球,提示
What was the clew that would set everything straight again?
要抓住了什么线索才能把一切弄得井井有条?
thread是什么意思
thread: [θred ]
n.线,纤维,思路,线索
v.穿线于,穿过,成线
词形变化:
名词:threader动词过去式:threaded过去分词:threaded现在分词:threading第三人称单数:threads
例句与用法:
1. I'm afraid I've lost the thread of your argument.
我恐怕没有抓住你的论据的思路。
2. The little girl threaded the shells together and wore them round her neck.
小女孩把贝壳穿成一串,戴在脖子上。
3. The thread's gone.
螺纹都给磨光了。
4. The girl tied the ends of the thread.
这女孩把线的两端结起来。
5. He passed me a coil of thread.
他递给我一卷线。
6. I need one more spool of thread before finishing the embroidery.
再来一轴线我就可以完成这幅刺绣了。
7. The thread seems to match the cloth.
这线和这布似乎很相称。
8. How many spools of thread did you use?
你用了几轴线?
Thread的线程概念
一般来说,我们把正在计算机中执行的程序叫做“进程”(process),而不将其称为“程序”(program)。所谓“线程”(Thread),是“进程”中某个单一顺序的控制流。新兴的操作系统,如Mac、Windows 9x、Windows NT等,大多采用多线程的概念,把线程视为基本执行单位。线程也是C++11标准、Java语言、Python语言中的相当重要的组成部分之一。
甚至最简单的Applet也是由多个线程来完成的。在Java中,任何一个Applet的paint()和update()方法都是由AWT(Abstract Window Toolkit)绘图与事件处理线程调用的,而Applet主要的里程碑方法——init(),start(),stop()和destory()——是由执行该Applet的应用调用的。
单线程的概念没有什么新的地方,真正有趣的是在一个程序中同时使用多个线程来完成不同的任务。某些地方用轻量进程(lightweight process)来代替线程,线程与真正进程的相似性在于它们都是单一顺序控制流。然而线程被认为轻量是由于它运行于整个程序的上下文内,能使用整个程序共有的资源和程序环境。
作为单一顺序控制流,在运行的程序内线程必须拥有一些资源作为必要的开销。例如,必须有执行堆栈和程序计数器。在线程内执行的代码只在它的上下文中起作用,因此某些地方用“执行上下文”来代替“线程”。
thread和threads网页版入口的问题分享结束啦,以上的文章解决了您的问题吗?欢迎您下次再来哦!