网站首页  词典首页

请输入您要查询的英文单词:

 

单词 single-thread
释义

single-thread

美 
英 
  • adj.〔机〕单头螺纹的
  • n.单螺纹的
  • 网络单线程;只有;单执行绪
adj.
1.
〔机〕单头螺纹的
n.
1.
单螺纹的

例句

释义:
1.
This keyword makes it extremely easy to mark sections of code or entire methods that should only be run by a single thread at a time.
这个关键字使用方便,既可以标一段代码,也可以标整个方法,表示所标区域在同一时间只能有一个进程在访问。
www.bing.com
2.
It's easy to see what to do with a single thread: exit when the user says to quit.
对于单线程程序来说,我们很容易知道是如何终止的:当用户退出时程序就退出了。
www.ibm.com
3.
Automatic reset events are usually used to provide exclusive access to a resource for a single thread at a time.
自动重置事件通常用来一次为一个线程提供对资源的独占访问。
msdn2.microsoft.com
4.
There will be other moments when you will suddenly remember and, once again, feel as if your whole life is hanging by a single thread.
也会有那样的时刻—你会突然想起自己的疾病,并且再一次感觉到你的全部生活系于一种单一的威胁。
pro.yeeyan.com
5.
Compass: A thread safe instance used to open Compass Sessions for single thread usage.
Compass:为单线程使用,创建线程安全的实例来打开CompassSeesion。
www.infoq.com
6.
Mutex objects are synchronization objects that can be owned by only a single thread at a time.
Mutex对象是一次只能为一个线程所拥有的同步对象。
msdn2.microsoft.com
7.
Each process is started with a single thread, often called the primary thread, but can create additional threads from any of its threads.
每个进程由一个通常称之为主线程的线程开始,但也能从它任意子线程中创建额外的线程。
www.cnblogs.com
8.
From the standpoint of a single thread, a new node is created whose next pointer points to the top of the stack.
从单一线程的角度来看,创建了一个新节点,它的next指针指向堆栈的顶部。
www.ibm.com
9.
This situation is equivalent to having acquired the lock: when there is only a single thread, all object accesses are safe.
这种情况等同于已经获取了锁:只有一个线程的时候,所有的对象访问都是安全的。
blog.chinaunix.net
10.
As I mentioned earlier, a single thread of tasks will be the scalability bottleneck of the system.
我之前说过,单线程的任务会成为系统可扩展性的瓶颈。
blog.163.com
1.
This post-phase action can be used to perform actions by a single thread while all other threads are still blocked.
在所有其他线程仍被阻塞时,单个线程可以使用此后期阶段操作来执行操作。
technet.microsoft.com
2.
Typically, the synchronizing object marshals a method call into a single thread.
通常,同步对象将方法调用封送到单个线程内。
msdn2.microsoft.com
3.
However, if you can arrange that the value is only ever written from a single thread, then you can ignore the first condition.
然而,如果将值调整为只从单个线程写入,那么可以忽略第一个条件。
www.ibm.com
4.
The Clipboard class can only be used in threads set to single thread apartment (STA) mode.
Clipboard类只能用于设置为单线程单元(STA)模式的线程中。
msdn2.microsoft.com
5.
Each process starts with a single thread, which is known as the primary thread.
每个进程启动时都具有一个线程,该线程称为主线程。
technet.microsoft.com
6.
However, the test program contains only a single thread, and therefore is guaranteed never to experience contention.
然而,该测试程序只包含一个线程,因而显然不存在竞争。
www-128.ibm.com
7.
Because only a single thread is used for all these benchmarks, case 1 ought to be slightly faster.
因为所有基准测试都只使用一个线程,所以第一种情况应该会稍微快些。
www.ibm.com
8.
The previous example demonstrated the limitations of applications that run only a single thread of execution.
上面的示例演示了只运行单个执行线程的应用程序的限制。
msdn2.microsoft.com
9.
To merge separate execution paths into a single thread again.
可以重新将单独的执行路径合并为一个线程。
msdn2.microsoft.com
10.
Method guarantees that only a single thread can execute the enclosed code with the locked object.
方法获取的锁将保证只有一个线程可以使用锁定对象执行所包含的代码。
msdn2.microsoft.com
1.
Only a single thread is used for all these benchmarks; the synchronized classes are under no thread contention.
所有基准测试都只使用一个线程;同步的类不涉及线程争用。
www.ibm.com
2.
Constrain concurrency or single-thread requests through the large message server.
通过大消息服务器限制并发性或单线程请求。
www.ibm.com
3.
Runs in a single thread; each connection is checked for new data, and the data is delivered to the relevant protocol object.
运行在单个线程内,这一点是需要明白的;该服务器会针对新数据检查每一个连接,并将数据传递给相关的协议对象。
www-128.ibm.com
4.
Iterate through the array index to view properties for a single thread.
循环访问数组索引以查看单个线程的属性。
msdn2.microsoft.com
5.
It compares single thread, system thread pool under different tusks and the time consumption described in the essay, in details.
对于不同任务数量下单线程、系统线程池、与本文设计的线程池的耗时作了详细比较。
blog.163.com
6.
That clock speed improvement allows single thread software to simply make record benchmarks again and again and again.
时钟速度进步允许单一线软件只是一次又一次而且再一次创下记录基点。
www.kuenglish.info
7.
Compare this with active objects which allow non preemptive multi-tasking within a single thread.
把这个与活动对象比较,活动对象允许在一个线程中实现非强占式的多任务调度。
www.soft6.com
8.
If one starts pulling at a single thread, the whole cloth is in danger of unraveling.
若有人拉起其中的一条线,整件衣服就会落入解体的危险里。
blog.sina.com.cn
9.
Represents a base class for a coded Web test that uses a single thread per Web test iteration.
表示编码的Web测试的基类,该测试在每个Web测试迭代中使用单个线程。
msdn2.microsoft.com
10.
Third, P2P content distribution strategy is implemented. Single thread mode leads to high network throughput and efficient disk access.
第三,实现高效的P2P内容分发策略,在单线程模型下进行高效的网络交互和磁盘访问。
www.fabiao.net
1.
To use a thread pool rather than a single thread to run the asynchronous requests.
使用一个线程池,而不是使用单个线程来运行异步请求。
www-128.ibm.com
2.
This allows the server to manage multiple clients with a single thread.
这使得服务器可以用单个线程管理多个客户机。
www-128.ibm.com
3.
Each process is started with a single thread, its primary thread.
每个进程在启动时都只有单个线程,即它的主线程。
msdn2.microsoft.com
4.
When enabled, the hardware can dynamically switch between a single thread and SMT on dedicated partitions.
当启用时,硬件可以在专用分区上的单个线程和SMT之间进行动态切换。
www.ibm.com
5.
single thread, silk thread and tear film complex series of lines and nets, ribbons, Cai Sheng, clothes line and other products.
单丝线,复丝线和撕裂膜线等系列以及网,丝带,彩绳,晾衣绳等产品。
baike.baidu.com
6.
The IBM WebSphere MQ MDB implementation uses a single thread to dispatch incoming messages from the input queue.
IBMWebSphereMQMDB实现使用单线程来分派输入队列中的传入消息。
www.ibm.com
7.
handmade lace made by looping and knotting a single thread on a small shuttle.
用一根线在一个小梭子上圈结起来的手工花边。
www.jukuu.com
8.
You can use this method when waiting on a single thread synchronization object.
当等待单一线程同步对象时,可以使用此方法。
www.ibm.com
9.
For example, concentrating or multiplexing multiple connections on a single thread allows for a reduction in the number of overall threads.
例如,将多个连接分插或集中到一个线程上,可以减少总线程数。
www.ibm.com
10.
It's very difficult to keep two problems straight and who's working on what in a single thread.
这是非常难以保持连续两个问题,谁的工作在一个单独的线程。
translate.google.cn
1.
Having a single thread pool could cause significant lock contention.
使用单独一个线程池可能会导致严重的锁争用。
www.ibm.com
2.
single thread pulled loose , and the entire scarf started to ravel .
只要一根线被扯松了,那么整条围巾也就开始散线了。
www.bing.com
3.
Must occur on a single thread or fiber, with the same logical stack.
所有调用都必须在具有相同逻辑堆栈的单线程或单纤程上发生。
msdn2.microsoft.com
4.
JavaScript engines only have a single thread, forcing asynchronous events to queue waiting for execution.
JavaScript引擎只有一个线程,这使得异步事件必需列队等待执行。
www.bing.com
5.
For strong sewing use double, not single thread.
要缝得结实,用双线,别用单线。
www.wzhz.net
6.
Deadlocks can also happen within a single thread.
死锁也会发生在单独的线程中。
www.ibm.com
7.
A single thread pool can therefore be used by multiple applications.
因此,单个线程池可以由多个应用程序使用。
www.ibm.com
8.
Batch application developers write code that is thread-safe and executes on a single thread.
批处理应用程序开发人员可以编写线程安全的、且在单个线程中执行的代码。
www.ibm.com
9.
In addition to the Hadoop, a lot of Java implementation of MPI can also help to parallel single thread of tasks to scale to many nodes.
除了Hadoop,很多MPI的Java实现也可以用来将单线程的任务水平的扩展到多个节点上并行运行。
blog.163.com
10.
In SQL Server 2005 Enterprise Edition, mirror servers on computers with fewer than five CPUs also use only a single thread.
在SQLServer2005EnterpriseEdition中,当作为镜像服务器的计算机的CPU不到五个时,也只使用单线程。
technet.microsoft.com
1.
In SQL Server Standard Edition, the mirror server always uses a single thread to roll forward the database.
在SQLServerStandardEdition中,镜像服务器始终使用单个线程来前滚数据库。
technet.microsoft.com
2.
Often times they behave unintuitively because of the single thread which they are in.
通常它们的表现行为并不是那么地直观,而这是因为它们都处在一个单一线程中。
www.bing.com
3.
A single thread can not make a cord, nor single tree a forest.
单线不成线,独木不成林。
www.yourblog.org
4.
NS2 simulator only supports single thread processing, but it can not perform multi threads.
NS2模拟器只支持单线程的处理,无法执行多线程。
www.waiwenfanyi.com
5.
If you know you are going to build up a string in a single thread, use
如果知道要在单线程中构建字符串,就使用
www-128.ibm.com
6.
Regardless of whether or not you use AsyncTask, always remember these two rules about the single thread model
无论您是否使用AsyncTask,,都要记住单线程模型的两个规则
www.cnblogs.com
7.
Net weight of thread Single thread strength Lea strength
纱线净重纱线强力绞纱强力
wenku.baidu.com
8.
To signal a single thread, use the
若要向单个线程发出信号,请使用
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/27 10:05:25