中英
multitask
/ ˌmʌltiˈtɑːsk /
/ ˌmʌltiˈtæsk /
  • 简明
  • 柯林斯
  • vt.使多任务化
  • n.[计] 多任务
  • 网络释义
  • 专业释义
  • 1

    [计] 多任务

    ...:1吹枕边风。2它是奉献给喋喋不休者的一项伟大发明,计算机会一句不漏地耐心地聆听并记录他的话,而且最妙的还在于它决不还嘴。多任务(Multitask):生长在望子成龙家庭中的孩子们必须承担的责任和义务——学 电脑类 解决cpu散热的方案1、对电脑室内墙面及地面做防水处理(防止...

  • 2

     多工

    · Linux 是多人多工的环境,请问何谓多工(Multitask)与多人(Multiuser):

  • 3

     多工处理

    多工处理2(Multitask 2)是一款益智小游戏,又叫多任务2。游戏中,玩家需要保持平衡木的水平状态从而不让小球掉下来,保持平衡的时间越长得分越高;一定时...

  • 4

    [计] 多重任务

    ... multi-tap多插头插座 转接插座 multitask多重任务 multitaskdisksystem多任务磁盘系统 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    "Regardless of discipline, employers are looking for individuals with the ability to multitask," says Fay.
    “不管什么学科,雇主都在寻找能够做多种任务的人。” Fay 说。
  • 2
    Women seem to be able to multitask better than men.
    女性似乎比男性更擅长同时做数件事情。
    《牛津词典》
  • 3
    Imagine you are pouring your heat out to someone and they are just busy on their phone, and if you ask for their attention you get the response—I can multitask.
    想象一下,你正向某人吐露心声,而他们正忙着打电话,如果你要求他们注意,你会得到这样的答复——我可以一心多用。
查看更多
  • 词源
1

multitask:

multi- +‎ task

FROM: wiktionary
2

multitask:多任务

multi-,许多,多个,task,任务。

  • 百科
  • Multitask

    In computing, multitasking is a method where multiple tasks (also known as processes) are performed during the same period of time – they are executed concurrently (in overlapping time periods, new tasks starting before others have ended) instead of sequentially (one completing before the next starts). The tasks share common processing resources, such as a CPU and main memory.Multitasking does not necessarily mean that multiple tasks are executing at exactly the same instant. In other words, multitasking does not imply parallelism, but it does mean that more than one task can be part-way through execution at the same time, and more than one task is advancing over a given period of time.In the case of a computer with a single CPU, only one task is said to be running at any point in time, meaning that the CPU is actively executing instructions for that task. Multitasking solves the problem by scheduling which task may be the one running at any given time, and when another waiting task gets a turn. The act of reassigning a CPU from one task to another one is called a context switch. When context switches occur frequently enough, the illusion of parallelism is achieved.Even on computers with more than one CPU (called multiprocessor machines) or more than one core in a given CPU (called multicore machines), where more than one task can be executed at a given instant (one per CPU or core), multitasking allows many more tasks to be run than there are CPUs. The term "multitasking" has become an international term, as the same word is used in many other languages such as German, Italian, Dutch, Danish and Norwegian.Operating systems may adopt one of many different scheduling strategies, which generally fall into the following categories:[citation needed]

查看更多