What is the translation of " NEW THREAD " in Chinese?

[njuː θred]
[njuː θred]
一个新的线程
新线程
一个新的门槛

Examples of using New thread in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
This a new thread.
这是一个新的门槛.
Startin order to start the new thread.
Start()方法来启动一个新的线程
It's a new thread.
这是一个新的门槛.
A new thread is not created for each application domain.
不为每个应用程序域创建新线程
This is a new thread.
这是一个新的门槛.
This program, like our first one, creates a new thread.
如同第一个程序,这个程序创建一个新线程
Start a new thread the same way.
开始重新开始新的一条相同的切口。
Write back, start a new thread!
站在新的起点,续写新的华章!!
Where is the"New Thread" button mentioned above?
上面提到的“新主题”按钮在哪里??
Schedulers. newThread(): Creates a new thread.
Schedulers.newThread():创建新线程
New: A new thread begins its life cycle in the new state.
New:一个新的线程开始在新的状态的生命周期。
That's one new thread.
这是一个新的门槛.
In the above code,you can see that we're spawning a new thread.
在上面的代码中,可以看到我们正在产生一个新的线程
Below is an example that creates a new thread and starts it running:.
下面的例子是创建一个新的线程并启动它运行:.
The extending class must override run()method which is the entry point of new thread.
扩展类必须重写run()方法,这是切入点的新线程
Schedulers. newThread(): Creates a new thread for each unit of work.
Schedulers.newThread():为每个工作单元创建一个新的线程;.
The extending class must override the run() method,which is the entry point for the new thread.
扩展类必须重写run()方法,这是切入点的新线程
Likewise, when finishing a new thread it is recommended to finish without being noticed.
同样,在完成新线程时,建议完成而不会被注意到。
You will define the code that constitutes the new thread inside run() method.
定义构成新线程run()方法的代码内部。
To create a new thread, your program will either extend Thread or implement the Runnableinterface.
为创建一个新的线程,你的程序必须扩展Thread或实现Runnable接口。
The function pthread_create(3) is used to create a new thread of execution.
函数pthread_create()负责创建一条新线程
To create a new thread, your program will either implement the Runnable interface or extend Thread..
为创建一个新的线程,你的程序必须扩展Thread或实现Runnable接口。
This reuse enables applications to avoid the cost of creating a new thread for each task.
通过这种重复使用,应用程序可以避免产生为每个任务创建新线程的开销。
Before starting a new thread you have to specify the code to be executed by this thread, often called the task.
在开始一个新的线程之前,你必须指定由这个线程执行的代码,通常称为task。
At first, this seems to work fine, because it creates a new thread to handle the network operation.
最初这看起来能很好的运行,因为它创建了一个新的线程来处理网络操作。
The very first thing we will have to do is create thebackground task which will be run on the new thread.
我们需要做的第一件事是将要在新线程上运行的后台处理程序。
Each request gets a new thread and the various I/O operations block inside that thread until the request is fully handled.
每个请求都会得到一个新的线程,并在该线程内部阻塞各种I/O操作,直到请求处理完成。
Both processes and threads provide an execution environment, but creating a new thread requires fewer resources than creating a new process.
进程和线程都提供了一个执行环境,但创建一个新的线程比创建一个新的进程需要的资源要少。
After the new thread is created, it will not start running until you call its start() method, which is declared within Thread..
创建新线程后,它不会启动运行,直到调用它的start()方法,它是内线程声明。
When you create a new thread, you must specify an entry-point function(or an entry-point method in the case of Cocoa threads) for that thread..
当你创建一个新的线程,你必须指定该线程的入口点函数(或Cocoa线程时候为入口点方法)。
Results: 47, Time: 0.0324

Word-for-word translation

Top dictionary queries

English - Chinese