recursively
美
英 
例句
Depth-first walking means that the processor visits all the children of a given node recursively until it has processed the entire document.
深度优先遍历意味着,处理器递归访问某一给定节点的所有子代,直到处理了整个文档为止。
Otherwise, by default, all the children of the version control folder are recursively mapped to the local workspace.
否则,在默认情况下,版本控制文件夹的所有子级都将以递归方式映射到本地工作区。
When processing a node, the template recursively calls itself to process the children of the node.
在处理一个节点时,该模板递归地调用自身,以便处理该节点的孩子。
It recursively walks through a set of directories, applying the style sheet as it goes along.
它递归地遍历一组目录,在这个过程中应用样式表。
The current implementation provides for a service to recursively call the TCS to set up its own transaction.
目前的实现提供一个服务,可以递归地调用TCS来建立其自己的事务。
When examined recursively, the method has no unassigned generic parameters.
当递归检查时,该方法没有未分配的泛型参数。
If the object is a type or class object, the list contains the names of its attributes, and recursively of the attributes of its bases.
如果是类型或类对象,列表将会包含它们的属性名称并且递归地包含基类(型)的属性。
A lock can be acquired in one of two ways, recursively or non-recursively.
可以通过两种方式(递归地或非递归地)的其中一种来请求锁。
This algorithm repeats recursively until all newly resolved subgroups have no further subgroups.
此算法递归地重复,直到所有新解析的子组不再包含子组。
With the non-linear and non-Gaussian merits, Particle Filtering (PF) is applied to reckon the road shape and vehicle state recursively.
利用非线性、非高斯等优点,使用了粒子滤波方法对连续图像序列中道路形状以及车辆的状态进行回归估计。
The answer instead is to recursively re-apply a use case-based approach to the innards of your current context.
相反地,答案是递归地在当前语境中,基于用例步骤重新应用。
Definitions in mathematics are often given recursively. For instance, the fibonacci sequence is defined recursively.
在数学定义中,递归是十分常见的,如fibonacci数列(斐波那契数列)。
To a degree, these concepts could already be found in the UML 1 definition of collaborations, except that they were not applied recursively.
从某种程度上来说,这些概念在UML1中对于协作的定义里可以找到,只可惜它们不能用于递归。
Assignment is defined recursively depending on the form of the target (list).
依赖于目标(序列)的形式,赋值被递归地定义。
If an element child is found, the method recursively calls itself with the child element.
如果找到一个子元素,那么这个方法就使用这个子元素,递归地调用它本身。
Indicates whether the relationship should be traversed recursively by default.
指示默认情况下是否应对关系进行递归遍历。
Files and directories can be recursively copied to another location, either locally or from a remote server.
文件和目录可以递归复制至另一位置,要么本地复制,要么从远程服务器复制。
Method inserts the nodes into the tree recursively, prepending managers as it moves up the hierarchy.
方法递归地将节点插入到树中,在层次中向上移动时不断预设经理。
But t is recursively passed to count again, just as with the earlier example.
但是t被递归地传递给count,和前面的示例一样。
The program recursively traverses through all the USB hubs on the USB system and locates all the USB devices connected to the host computer.
这个程序递归地遍历USB系统上的所有USBhub并找出连接到主机计算机上的所有USB设备。
Then, the JSF framework traverses the tree recursively, updating the state of the components.
然后,JSF框架递归式地遍历组件树,更新组件状态。
If two items to be compared are themselves sequences of the same type, the lexicographical comparison is carried out recursively.
如果两个元素本身就是同样类型的序列,就递归字典序比较。
Sp_droppublication recursively drops all articles associated with a publication and then drops the publication itself.
sp_droppublication以递归方式删除所有与发布相关联的项目,然后删除发布本身。
Then, all directories under this root path are recursively scanned for media files whose tags are read and stored in a database.
此后,会以递归方式从该路径下的所有目录中扫描媒体文件。媒体文件的标签将被读取和储存在数据库中。
RED searches and deletes empty directories recursively below a given start folder and shows the result in a well arranged tree.
红搜查和递归低于特定启动文件夹删除空目录,并显示在安排好树的结果。
If a function is called recursively, the stack may be quickly exhausted.
堆栈如果函数调用递归,可能是快速耗尽。
Recursively updates the associated control and each of its child controls in the design host at design time.
在设计时以递归方式更新设计宿主中的相关控件及其各个子控件。
A location path can recursively contain expressions used to filter sets of nodes.
位置路径可以以递归方式包含表达式,用来筛选节点集。
This can be used to allow a quick exit to deeply nested, recursively called functions.
这可以使一个嵌套很深,被递归调用的函数很快退出。
Which non-recursively returns the concatenated values of the text contained in a node.
它非递归地返回包含在节点中的连续文本值。
Location paths can recursively contain expressions that are used to filter sets of nodes.
定位路径可以递归地包含用于过滤节点或集合的表达式。
We will consider recursively finding the most probable sequence of hidden states given an observation sequence and a HMM.
我们将考虑使用递归的方法来找到最有可能的隐状态序列(给定HMM和观察序列)。
The following example iterates over the node tree recursively, and displays information about Element and Text nodes.
下面的示例以递归方式循环访问节点树,并显示有关Element和Text节点的信息。
This template browses comments recursively for an image (threading down).
该模板针对某张照片递归地浏览评论(遍历评论)。
However, the tempNode variable will be used to recursively move up the navigation structure.
但是,将使用tempNode变量在导航结构中递归上移。
Procedures may call themselves recursively without explicit declaration.
函数可能不用显式的声明就可递归地调用自己。
The bzr add . command recursively adds the contents of "dot" (the current directory) to the manifest of files the repository manages.
bzradd.命令递归地把“点”目录(当前目录)的内容添加到存储库管理的文件清单中。
In addition, we have to work through our MySQL results recursively, removing illegal characters and building our XML document bit by bit.
此外,我们必须递归处理MySQL结果,删除非法字符以及逐位构建我们的XML文档。
Deletion of a target list recursively deletes each target, from left to right.
一个目标表的递归删除操作会从左到右地删除其中的每个对象地。
Then, the predicates from the merged operation will be recursively pushed down through the JOIN and UNION ALL operations.
然后,通过JOIN和UNIONALL操作递归地下推合并的操作中的谓词。