...)是设计并行算法最自然朴素的方法,将一个计算任务 分解成若干个规模大致相等的子任务而并行求解;分治法(Divide and Conquer) 是求解大型问题的一种策略,是将一个大而难的问题,逐次化为一些小规模 可求解的子问题而递归求解;流水线法(Pipelining)是一...
基于843个网页-相关网页
②分而治之(Divide and Conquer):其主要思想是将父进程的工作负载分成若干个较小的子块并且将它们分派给一些子进程,然后这些子进程并行计算产生部分结果,再把它...
基于794个网页-相关网页
它也是严寒 分治(Divide and Conquer)是递归法度设计傍边,一种很是首要的算法设计思路。哄骗它我们可以设计出很多高效的算法,例如排序、查找、大数乘积、矩阵乘法以...
基于152个网页-相关网页
因此,采用分而制之(Divide and Conquer)s 算法进行并行是一个非常自然的想法。有两 种具体实现方法,第一种(方法A)是由Master 从数据文件中提取出原始数据,分配给各Sla...
基于112个网页-相关网页
Divide-and-conquer algorithms 分而治之算法
divide-and-conquer algorithm 分治算法
pipelined divide and conquer 管道传输分治法
divide-and-conquer strategy [科技] 分治策略
divide and conquer strategy 分治策略 ; 分而治之的策略
Divide and Conquer Parallel 分治并行
divide and conquer principle 分治的策略
divide-and-conquer attack 分割攻击
Divide and Conquer In 第四十二篇
In this method,according to the principle of divide and conquer,the original classification problem is divided into several small sub-problems. After that,the training procedure is separated into two cascade phases.
该方法按照分而治之的思想将原分类问题分解成若干子问题,将训练样本的筛选过程分解成级联的2个层次。
参考来源 - 基于支持向量的分层并行筛选训练样本方法 in C·2,447,543篇论文数据,部分数据来源于NoteExpress
以上来源于: WordNet
分而治之。
This applied the concept of "divide and conquer."
这应用了“分而治之”的概念。
Tackling large legacy code bases: divide and conquer.
追踪大型合理代码基底:分割和克服。
And that's because that is a version of a divide and conquer algorithm.
这个想法非常重要,因为这就是分而治之算法的一个版本。
How do we take a complex program, again, divide and conquer, I feel like a 1-trick pony, I keep repeating the same thing over and over again.
同样的先分解再逐个击破,我就像只会一个把戏的小马,我不断重复相同的事情。
So if I try to apply the same logic, well how can I divide and conquer this problem.
如果我想要用同样的逻辑,那么怎样划分,并解决这个问题呢?
应用推荐