释义 |
re·cur·sive AHDrə̇ˈkərsiv,rēˈ-,-ˈkə̄s- 高COCA³⁶²⁸⁴BNC⁴³⁶¹¹iWeb¹⁷⁸⁶³ 基本英英词源搭配记法派生词例句Thesaurus例句 adj.递归的⁷⁷;循环的²³
Adjective: of or relating to a recursion来自 recur,复发,再次发生。引申词义循环的。recursive structure递归结构recursive subroutine递归子程序recursive in递归于left recursive计 左递归recursive routine递归程序recursive computation递归计算recursive macro递归宏功能recursive macros递归宏功能, 递归宏…recursive analysis递归分析recursive estimator递归估计器recursive program递归程序recursive arithmetic递归算术recursive algorithm递归算法recursive filtering递归滤波recursive sequence递归顺序,循环顺序…recursive call递归调入,递归调用…recursive language循环语言recursive programming递归程序设计… 钱博士re回来+curs奔跑+ive形容词后缀,表倾向→会跑回来的⇒递归的,循环的 词根curr-奔跑来自拉丁语,和拉丁词根carr-车同源,常见变体形式cur-。它的过去分词形式为curs-,后面的s是过去分词后缀t的音变。re回来+curs奔跑+ive形容词后缀,表倾向→会跑回来的⇒递归的,循环的。Precursively递归地Precursiveness递归性
形容词100% 用作形容词Because it's arecursiveacronym.因为他是首字递归的。 This process isrecursive, since the search from any node uses a search from one of its children.因为从任意节点出发的查找都要按照同样的方式查找它的一个子树,所以该过程是递归的。adj.returning back 同义词 circular,looping,recurrent,repeatedperiodiciterative,repetitive 反义词 ending,terminatingfinal Finally, for the case of recursive expressions, the parser should simply echo parentheses when it sees them within the expression recursion, as illustrated in Listing21. 最后对于递归表达式的情况,当解析器在表达式递归中看到括号时,就应该简单地进行回送,如清单21中所示。 ibm Is defined in a recursive manner; for example, if an application includes other applications. 以递归的方式进行定义;例如,应用程序包括其他应用程序。 ibm The program then seeds the recursive function with the first item on the list and the remaining list. 然后程序以列表中的第一项及其余部分列表为种子开始递归函数。 ibm This one makes recursive calls by default; therefore, it will also find method declarations in any inner classes. 默认情况下,它将进行递归调用。因此,您也可以在任何一个内部类中发现方法声明。 ibm Consider what would happen with a recursive method, for instance. 例如,考虑在一个递归方法中会发生的事情。 ibm Each class that gets loaded may have other classes that it depends on, so the loading process is recursive. 每个装入的类都可能拥有其它所依赖的类,所以装入过程是递归的。 ibm However, one concern people have with the use of recursive functions is the growth of stack space. 不过,对于递归函数的使用,人们所关心的一个问题是栈空间的增长。 ibm In a recursive CTE, it is simply any query providing a set of rows. 在递归 CTE中,它只是一个普通的提供一组行的查询。 ibm Indeed, many of the technologies described in this report, from business analytics to recursive machine- learning to visualisation software, exist to make data more digestible for humans. 实际上,这份报告描述的很多技术,从经济分析到递归机械学习再到可视化软件,都是为了使数据更利于人们理解。 topsage It allows you to succinctly describe text generated from nested or recursive data. 通过它可以简洁地描述从嵌套或递归数据生成的文本。 ibm It turns out that with these three simple concepts and their recursive application, it is possible for you to model arbitrarily complex software architectures. 这就证明了,你可以通过这三个简单的概念,以及它们的递归应用,对任何复杂的软件架构建模。 ibm Moreover, these extensions were all achieved using the same basic approach: recursive application of the same basic set of concepts at different levels of abstraction. 此外,这些扩展都是通过使用相同的基本方法达到的:即在不同的抽象层面上递归地应用那些相同的基本概念集。 ibm No discussion about WSFL, however, can be complete without touching on one of its core features: recursive composition of business processes. 但是,如果不接触它其中的一个核心功能:商业流程的递归组合,任何关于 WSFL的讨论都不能算完整。 ibm Ordinarily, groups are loaded as you request them by name; in recursive mode, all subgroups of requested groups are also loaded. 通常,当使用名称请求组时会加载组;在递归模式下,所请求组的所有子组也会加载。 ibm Otherwise, you can use the “ recursive” mutex type, which allows the holder of the lock to lock the same mutex multiple times. 另外,您还可以使用“递归”类型的互斥量,这种互斥量允许对同一个互斥量锁定多次。 ibm Since the combination of processor, connection and memory is a machine, the model can be used to describe recursive processes. 鉴于处理 器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。 infoq So how does this tie back in to recursive composition? 那么如何将其绑回到递归组合中呢? ibm The client sends a recursive query to its primary name server. 客户端向其主名称服务器发送递归查询。 ibm The Eiffel Tower looks striking partly because it is a recursive solution, a tower on a tower. 艾菲尔铁塔看起来惊人的部分原因在于它是一个递归的解决方案,塔上之塔。 yeeyan The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward. 当前计算的结果依赖于之前的部分结果,所以,在每次后续递归调用中,我们向前传递那些结果。 ibm This allows for anonymous recursive functions. 这将允许匿名递归函数。 yeeyan This optimization transforms recursive calls into local loops, in order to prevent stack overflows. 这一优化将递归调用转换成本地回路,这样可以防止栈溢出。 infoq This permits one to describe the process simply, but still be able to construct plans of arbitrary complexity by recursive application of the RUP lifecycle. 这样做允许我们简单的描述过程,但是仍然能够通过 RUP生命周期的递归程序,建造十分复杂的计划。 ibm This recursive technique ensures that all of the HTML elements are processed, regardless of how they are nested within each other. 这一递归技术确保所有 HTML元素都能得以处理,不管它们是如何相互嵌套的。 ibm Through simple recursive statements, you can power process lists of symbols and data easily. 通过简单的递归语句,可以轻松地推动处理符号和数据列表。 ibm We have provided two helper classes for resolving names and querying group members in a recursive manner. 我们以递归方式为解析名称和查询群组成员提供了两个帮助器类。 ibm You can develop recursive functions to handle entries, objects within entries, authors, and so on. 您可以开发递归函数来处理项、项中的对象、作者等等。 ibm You can see that the pattern of navigating folders and documents is recursive. 您可以看到,文件夹和文档导航模式是递归的。 ibm Recursive system decomposition and transformation from the abstract to the concrete. 递归的系统分解和从抽象到具体的转换。 ibm |