域模型是一个可以序列化为XML的嵌套对象的递归数据结构。
The domain model is a recursive data structure of nested objects that can be serialized as XML.
Lisp编译器或解释器能够将特定形式的递归翻译为迭代,从而允许以一种更为简单明快的方式来使用递归数据结构(如树结构)。
The Lisp compiler or interpreter can translate certain forms of recursion to iteration, allowing a simpler, cleaner way to work with recursive data structures, such as trees.
它是由递归下行复合数据结构引起的,这种下行方式有时在一次递归调用中要下行多级。
It is caused by recursively descending a composite data structure in such a way that, sometimes, more than one step in the descent is taken in a single recursive call.
另外一项差异在于,在zippers版本内部使用的是数据结构的线性尾递归遍历,而非递归遍历。
Another difference is that, internally, the zipper version USES a linear tail-recursive traversal of the data structure instead of a recursive traversal.
所有的程序员都熟悉这些算法,包括递归、层次数据结构和多线程等。
All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading.
所有的程序员都熟悉这些算法,包括递归、层次数据结构和多线程等。
All programmers are fluent in these algorithms, including such things as recursion, hierarchical data structures, and multithreading.
应用推荐