multiple adj. 1.多重的;复合的,复式的,多数的,多样的。 2.倍数的,倍。 3.【电学】并联的;多路的,复接的。 4.【植物;植物学】聚花的。 a man of multiple interests 兴趣广博的人。 n. 1.【数学】倍数。 2.【电学】并联;多路系统。 3.相联成组。 4.成批生产的艺术品〔画、雕塑、工艺品等〕。 common multiple 公倍数。 least common multiple 最小公倍数。
process n. 1.进行,经过;过程,历程;作用。 2. 处置,方法,步骤;加工处理,工艺程序,工序;制作法。 3.【摄影】照相制版法;照相版图片;三原色印刷。 4.【法律】诉讼程序;法律手续;被告传票,传票。 5.【解剖学】(动植物机体的)突起,隆起,突。 the process of growth 生长过程。 a mental [psychological] process 心理作用。 labour-consuming process 重体力劳动。 film process 影片加工。 offset process 胶印法。 legal process 法律手续。 vermiform process 【解剖学】阑尾,蚓突。 in process 进行着 (changes in process 正在发生的变化)。 in process of time 随着时间的推移;逐渐地。 in (the) process of 在…的过程中 (in process of construction 正在建筑中)。 serve a process on 对…发出传票。 adj. 1.经过特殊加工的;(用化学方法等)处理过的。 2.照相制版的;三色版的。 3.(电影镜头等)有幻觉效应的。 vt. 1.加工;处理,办理;初步分类;储藏(腌肉等);(用化学方法)处置(废物等)。 2.用照相版影印。 3.对…提起诉讼;用传票传审。 a processing tax 〔美国〕 (农产品)加工税。 a processing plant 炼油厂,石油加工厂。 vi. 〔口语〕排队走,列队行进 〔procession 之略〕。
Multiple processing instructions can appear , which can be useful with cascading style sheets , but most browsers use the first supported style sheet and ignore the rest 可以出现多个处理指令,这对于层叠样式表可能很有用,但是大多数浏览器使用第一个支持的样式页,忽略其他样式页。
The third important distinction of unix was that it provided individual users with the ability to run multiple processes concurrently and to connect these processes into pipelines of commands Unix的第三个重要的差别是它提供给个人用户并行地运行多个进程的能力,并且可以将这些进程连接到命令管道中。
While fork allows you to create multiple processes , it also creates the following communication problem : how to get multiple processes , each with their own independent memory space , to communicate 是易失型的(调用者保存)寄存器,如果需要的话,在调用子例程之前必须先保存它们并在返回之后恢复它们。
In this case , the stdll is more complex , providing for pkcs 11 object and session management and allowing the interoperation of multiple processes or threads as the pkcs 11 specification requires 在这种情况下, stdll要复杂的多,提供pkcs # 11对象和会话管理以及pkcs # 11规范要求的允许多进程或线程的互操作。
Contemporary operating systems support the concurrent execution of multiple processes , each containing one or more protection and resource allocation within a separate hardware - protected address space 当代经营的系统支持多个过程的并行执行,各包含一个或更多保护和资源分配在一个分开的硬件被保护的地址空间之内。
Based on genetic algorithms , a new scheduling algorithm with multiple process plans and no set up time is proposed , and the algorithm is compared with another scheduling algorithm proposed by nasr and elsayed 给出了基于遗传算法的无辅助加工时间多工艺加工计划调度算法,通过与国外学者提出的算法相比较,证明了该算法的正确性和优越性。
Native images are windows pe files , so a single copy of a . dll file can be shared by multiple processes ; by contrast , native code produced by the jit compiler is stored in private memory and cannot be shared 本机映像为windows pe文件,因此一个. dll文件的单个副本可由多个进程共享;而jit编译器生成的本机代码存储在私有内存中,并且不可共享。
At the time , only operating systems running on large and expensive machines had the ability to run multiple processes , and the number of concurrent processes usually was controlled tightly by a system administrator 在那个时候,只有运行在巨大的而且昂贵的机器上的操作系统才有运行多个进程的能力,并且并发进程的数量通常由一个系统管理员紧紧地控制着。
Some improvements are made to enhance the generic algorithm ' s stability self adaptability and optimization efficiency . based on the ttg model , the co - synthesis method can map parallel task graphs to multiple processing unlts 本文提出了基于改进遗传算法解决软硬件协同综合问题的新方法,基于ttg模型,该方法能够实现多并发任务流在多处理单元结构上的映射。
If multiple processes are used , there are multiple methods of ipc that can be used to communicate between the processes and perhaps to update the code and data of the new process to be like the parent , if the functionality that 分支出自身的多个副本的unix应用程序可以在win32中修正,或者使用多进程,或者使用包含多个线程的单进程。如果使用多进程,则有多种ipc方法可用来在各个进程之间通信(如果需要