If this can be done, then the divide-and-conquer algorithm is a good choice.
如果可以这么做,那么分治算法是个好的选择。
It's a classic divide-and-conquer strategy.
这是一种典型的“分而治之”策略。
The divide-and-conquer pattern is critical for high performance.
分治 (divide-and-conquer)模式对于实现高性能来说是至关重要的。
Divide-and-conquer alignment (DCA) method is one of such programs.
分治对齐方法(DCA)就是这样一个比较好的程序。
Listing 1. Pseudo-code for generic divide-and-conquer parallel algorithms.
清单1.通用divide - and - conquer并行算法的伪代码。
A typical parallel divide-and-conquer algorithm takes the form shown in Listing 1.
典型的并行divide - and - conquer算法的形式如清单1所示。
The second HPC pattern, divide-and-conquer, is also known as highly parallel execution.
第二种HPC模式,即分治模式,也称为高并行执行。
Often, he explains, the best approach is to use a technique known as divide-and-conquer.
他说:“实现并行最好的方法是就采用分治技术”。
Wolves are small, unity but murderous look great; Large herds, divide-and-conquer is wolves.
狼虽小,团结一致却杀气巨大;牛群庞大,却被狼群各个击破。
Recursive is a kind of programming technique which can realize the divide-and-conquer method naturally.
递归是一种自然地实现分而治之解决问题的编程技术。
It deals with the XML on a small scale through a divide-and-conquer approach, rather than a monolithic query.
它采用分而治之的方法在较小的范围内处理XML,而不是单一的查询。
Each of these problems can be easily parallelized using divide-and-conquer, and can be easily represented as fork-join tasks.
其中的每个问题都可以用divide - and - conquer轻松地并行化,并能轻松地表示为fork - join任务。
The divide-and-conquer strategy means continually splitting up and recombining data, as they're passed between different cores.
分治策略需要连续性地分割和重组数据,以使数据能在不同核之间被传送。
To reduce downtime and risk, a divide-and-conquer methodology was applied to migrate WebSphere Commerce from release to release.
为减少停机和风险,从一个版本到另一个版本的WebSphereCommerce迁移采用了分而治之的方法。
He also spotted the "divide-and-conquer" movement where the North was pitted against the South with both sides financed by the same money elite.
他还发现了“分治”运动而被打北南双方由同样的钱精英。
Rather than analyze the entire document every time you enter text, the CDT USES the divide-and-conquer approach provided by the Eclipse text editor API.
CDT并不在每次键入文本时分析整个文档,而是使用由eclipse文本编辑器api提供的分而治之的策略。
Divide-and-conquer is a recursive technique, meaning that it uses some method to split a problem in half, then uses the same method to split those halves in half, and so on.
分治是一种递归算法,就是指利用一种方式把问题一分为二,然后用同样的方法把已分开的问题再一分为二,直到满足最小的解决单元。
Divide-and-conquer algorithms are often useful in sequential environments but can become even more effective in parallel environments because the subproblems can often be solved concurrently.
divide - and - conquer算法也可用于顺序环境中,但是在并行环境中更加有效,因为可以并行处理子问题。
Divide and conquer is an excellent strategy to adopt in this stage.
分而治之是这个阶段能采用的一个优秀策略。
Even if the application is not well-written, it should be possible to employ some form of divide and conquer strategy.
即使应用程序写得不是很好,也应有可能实施某种形式的分而治之的策略。
This approach might be analogous to establishing a stronghold within the code, from which you can launch small sorties of refactoring to divide and conquer the maintainability problems.
这种方法可能与建立代码中的堡垒类似,你可以只执行重构的一小部分,以分割并克服维护性问题。
Let me reiterate the essence of the introduced architectural approach based on the "divide and conquer" principle.
请允许我重申引入的基于“分治处理”原则的结构方法的精髓。
In that case, try to divide and conquer. Break the problem into smaller parts you can more easily tackle.
这时候,试着去分解问题再逐一解决,把难题分解成更小的部分,令你解决起来更容易。
A really nice algorithm. As I said, an example of divide and conquer.
真的很好的一个算法,就如我说的。
分而治之。
This applied the concept of "divide and conquer."
这应用了“分而治之”的概念。
Focus on the parts, not the whole; or, divide and conquer.
将精力集中于部分而非整体;或者说,进行分治处理。
Tackling large legacy code bases: divide and conquer.
追踪大型合理代码基底:分割和克服。
Tackling large legacy code bases: divide and conquer.
追踪大型合理代码基底:分割和克服。
应用推荐