首先,考虑如何递归地计算lcs。
First, think about how you might compute an LCS recursively. Let.
这两步递归地以深度优先的方式重复。
软件架构可以递归地使用。
不存在指定是否要递归地计算子组的方法。
There is no way to specify whether subgroups are evaluated recursively or not.
如可用,则递归地继续该对象的属性计算。
If available, the attribute evaluation for this object continues recursively.
如果找到子树,递归地调用其本身,见清单18。
If a subtree is found, the method calls itself recursively, as shown in Listing 18.
在某些情况下,您可以递归地使用首选数据源模式。
In some situations, you can use the Preferred Data Source Pattern recursively.
ls- R可以递归地列出层次结构中的内容。
它递归地遍历一组目录,在这个过程中应用样式表。
It recursively walks through a set of directories, applying the style sheet as it goes along.
该模板针对某张照片递归地浏览评论(遍历评论)。
This template browses comments recursively for an image (threading down).
如果是目录,并且不是“。”,则递归地遍历该目录。
If it is and it is not '. ', it traverses recursively into the directory.
从最大的对象开始,让工具递归地查找要转换的元素。
Start with the largest object and let the tool recursively find elements to convert.
此算法递归地重复,直到所有新解析的子组不再包含子组。
This algorithm repeats recursively until all newly resolved subgroups contain no further subgroups.
此算法递归地重复,直到所有新解析的子组不再包含子组。
This algorithm repeats recursively until all newly resolved subgroups have no further subgroups.
但是t被递归地传递给count,和前面的示例一样。
But t is recursively passed to count again, just as with the earlier example.
可以通过两种方式(递归地或非递归地)的其中一种来请求锁。
A lock can be acquired in one of two ways, recursively or non-recursively.
接下来,它对每个文件应用样式,然后为子目录递归地调用自身。
Next it styles every file and recursively calls itself for subdirectories.
在处理一个节点时,该模板递归地调用自身,以便处理该节点的孩子。
When processing a node, the template recursively calls itself to process the children of the node.
Scheme还支持递归地解决问题,这是解决许多问题的普通方法。
Scheme also supports solving problems recursively, which is a natural way to solve many problems.
然后将根目录递归地绑定挂载在 /user/$user/ 下面。
The root directory is then recursively bind-mounted under /user/$user/.
目前的实现提供一个服务,可以递归地调用TCS来建立其自己的事务。
The current implementation provides for a service to recursively call the TCS to set up its own transaction.
如果找到一个子元素,那么这个方法就使用这个子元素,递归地调用它本身。
If an element child is found, the method recursively calls itself with the child element.
recur sive (- r)选项让rsync递归地复制所有目录。
The — recursive (-r) option makes rsync copy all directories recursively.
你也可以从更高层递归地调用这些打包了的交互活动,类似于宏调用(图4)。
You can invoke these packaged interactions recursively from within higher-level interactions analogous to macro invocations (Figure 4).
最后,这些设置都可以递归地应用,这意味着它们将应用于目标挂载之下的所有挂载。
Finally, any of these can be applied recursively, meaning that they will apply to every mount under the target mount.
它也不是一个直观的过程;当我们指挥别人做事的时候,我们极少会递归地指挥他们。
It's also not an intuitive process; when we give instructions to other people, we rarely direct them recursively.
getelementsbytagname递归地遍历文档,返回所有匹配的节点。
The problem is that getElementsByTagName recursively traverses the document, returning all matching nodes.
通过将大型、复杂的系统划分为小型的构成部分并集中于每个部分,可以递归地使用体系结构。
Architecture can be used recursively by dividing a large, complex system into small constituent parts and focusing on each part.
可利用另一个Python库函数,os.walk,递归地构建每个目录中文件的清单。
You'll use another Python library function, os.walk, to recursively build a list of files in each directory.
bzradd.命令递归地把“点”目录(当前目录)的内容添加到存储库管理的文件清单中。
The BZR add. Command recursively adds the contents of "dot" (the current directory) to the manifest of files the repository manages.
应用推荐