英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

multithreading    
多线程

多线程

multithreading
多(执行)路线(操作);多流(操作) M/T

multithreading
多线

Sharing a single {CPU} between multiple tasks (or
"threads") in a way designed to minimise the time required to
switch threads. This is accomplished by sharing as much as
possible of the program execution environment between the
different threads so that very little state needs to be saved
and restored when changing thread.

Multithreading differs from {multitasking} in that threads
share more of their environment with each other than do tasks
under multitasking. Threads may be distinguished only by the
value of their {program counters} and {stack pointers} while
sharing a single {address space} and set of {global
variables}. There is thus very little protection of one
thread from another, in contrast to multitasking.

Multithreading can thus be used for very fine-grain
multitasking, at the level of a few instructions, and so can
hide {latency} by keeping the processor busy after one thread
issues a long-latency instruction on which subsequent
instructions in that thread depend.

A {light-weight process} is somewhere between a thread and a
full process.

{TL0} is an example of a threaded machine language.
{Dataflow} computation (E.g. {Id} and {SISAL}) is an extreme
form of multithreading.

(1997-12-23)


请选择你想看的字典辞典:
单词字典翻译
multithreading查看 multithreading 在百度字典中的解释百度英翻中〔查看〕
multithreading查看 multithreading 在Google字典中的解释Google英翻中〔查看〕
multithreading查看 multithreading 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Multithreading (computer architecture) - Wikipedia
    In computer architecture, multithreading is the ability of a central processing unit (CPU) (or a single core in a multi-core processor) to provide multiple threads of execution
  • CS110 Lecture 13: Introduction to Multithreading
    We can have concurrency within a single process using threads: independent execution sequences within a single process
  • Multithreading in OS - Different Models - GeeksforGeeks
    Multithreading is a technique where a process is divided into smaller execution units called threads that run concurrently A thread is also called a lightweight process Concurrency or Parallelism within a process is achieved by dividing a process into multiple threads
  • What is multithreading? - TechTarget
    Multithreading is the ability of a program or an operating system to enable more than one user at a time without requiring multiple copies of the program running on the computer
  • Multithreading for Beginners - freeCodeCamp. org
    Multithreading is a crucial concept in computer science that allows for the concurrent execution of two or more threads, enabling more efficient and optimized use of resources
  • Java Multithreading — A Deep Dive in One Article - Medium
    Let’s dive into Multithreading in Java I’ll break this topic into smaller sections, explain the concepts, provide examples, and ask you questions to reinforce your understanding
  • Multithreading | Foundations of Software Engineering | Civil and . . .
    Multithreading extends the concept of multitasking by allowing individual programs to perform several tasks concurrently Each task is referred to as a thread and it represents a separate flow of control Multithreading can be very useful in practical applications
  • Multithreading for Beginners: Step-by-Step - HackerNoon
    Multithreading is essential in modern computing because it enables applications to execute multiple tasks concurrently, enhancing performance and responsiveness This section explores how various programming languages address multithreading, why it's important, and the types of threads they support Why Multithreading is Important
  • Multithreading in Java: Concepts, Examples, and Best Practices
    Multithreading is an important concept in Java that allows a program to do many things at the same time Instead of running tasks one after another, a multithreaded program can run multiple tasks in parallel, making better use of system resources and improving performance
  • What Is Multithreading? - Computer Hope
    Multithreading is an ability of a program or operating system to run several threads of the same program at the same time, maximizing available CPU (Central Processing Unit) resources





中文字典-英文字典  2005-2009