parallelizable
adj. [数] 可平行的
2026-03-22 00:52 浏览次数 22
adj. [数] 可平行的
parallelizable flow可平行流
almost parallelizable manifold[数]
stably parallelizable[数]
parallelizable variety可平行廖
parallelizable manifoldIn mathematics, a differentiable manifold \scriptstyle M of dimension n is called parallelizable if there exist smooth vector fields
Parallelizable Stack可并行堆栈
parallelizable identification可并行识别
almost parallelizable[数]
mark any test [parallelizable] and it will be permitted to run in parallel with other parallelizable tests in the same fixture.
只要给测试用例(test)加上[parallelizable]属性,这个测试用例就可以和同一个测试套件(fixture)中其他拥有该属性的测试用例并行运行。
this usually implies that independent work can be completed on sections of the data, which is typically a good indicator for acceleration in a parallelizable application.
这通常意味着独立的工作可以在数据段中完成的,它通常是一个好的在一个并行化的加速应用指标。
ocb is a parallelizable block-cipher mode of operation that simultaneously provides privacy and authenticity.
ocb模式是可并行处理的分组加密模式,在加密的同时还提供了鑒别服务。
previously, we thought a problem in term of time, but now, we think a whole problem made up of many parallelizable son problems.
以前我们考虑问题是按时间的顺序来考虑,而现在我们却要把整个问题看作由多个可并行的子问题组成。
one of them, the parallelizable non-interactive scheme is more efficient, and remains the property of non-interaction. the other can achieve the optimal resilience.
其中并行不交互的鲁棒多项相乘的分布式乘法计算方案效率较高,且保持了不交互特性,而另一种方案却能达到最优弹性。
this paper defines and analyzes a fully deterministic parallelizable block-cipher mode of operation for message authentication — dpmac (deterministic parallelizable message authentication code).
分组密码广泛应用于各类密码算法,如加密算法和消息认证码(mac)。
joint transform correlator (jtc) is now widely used in the field of target recognition due to its high speed, highly parallelizable and programmable characteristics.
凭借高速性并行性和灵活性可编程性等优点,联合变换相关器在目标识别领域具有广泛的应用前景。
low-density parity-check(ldpc)codes have received intensive research for their capacity-approaching performance and highly parallelizable decoder architecture.
低密度奇偶校验(ldpc)码由于具有接近香农限的性能和高速并行的译码结构而成为研究热点。
recently, low-density parity-check (ldpc) codes have attracted much attention because of their excellent error correcting performance and highly parallelizable decoding scheme.
低密度同位元检查码是一种线性方块码。其在大部分的资料传输环境上或储存器通道上都可以贴近省农限制。
the fork-join approach offers a portable means of expressing a parallelizable algorithm without knowing in advance how much parallelism the target system will offer.
fork-join方法提供了一种表示可并行化算法的简单方式,而不用提前了解目标系统将提供多大程度的并行性。
also note that just because a test or fixture is marked parallelizable does not mean it will run in parallel with other tests in particular.
特别需要注意的是,仅仅为测试用例或测试套件添加[parallelizable]属性,并不意味着它一定会和其他的测试并行运行。
on the aspect of chip architecture, considering the factors such as parallelizable of hardware, utilization of memory and chip area, we embodied 9 scan engines on chip to realize the multi-scan.
在芯片的架构方面,考虑到硬件的可并行性,存储器资源的利用率以及芯片面积等诸多因素,我们在片内集成了9个扫描匹配引擎,来实现多线程并行扫描。
suppose 1/n of the total time taken by a program is in a part that can not be parallelized, and the rest (1-1/n) is in the parallelizable part (see figure 3).
假设一个程序所花费的时间中有1/n是不能并行处理的,那么剩余的 (1-1/n)就是可以并行处理的部分(请参看图3)。
for sorting and searching problems, the fork-join library gives you an even easier means of expressing parallelizable operations on data sets: the parallelarray classes.
对于排序和搜索问题,fork-join库提供了一种表示可以并行化的数据集操作的非常简单的途径:parallelarray类。