乔姆斯基认为,这种更深层属性的关键,可能是十分简单且人类独有的「递归」(recursive)计算能力。
可能理解它的最佳途径是接触一个实际的例子,我们需要一个递归函数。
递归CTE定义至少必须包含两个CTE查询定义,一个定位点成员和一个递归成员。
此外,所有这些都是递归的:一个系统集合完全也可以是一个系统。
基线条件是递归程序的最底层位置,在此位置时没有必要再进行操作,可以直接返回一个结果。
在建模过程分析了矩阵间的递推关系,利用这些关系进行矩阵计算,提高计算效率。
在需要分解以确定原子级系统元素时,此方法的递归性质让分解尽可能多次的发生。
所显示的文件也可以被递归,如果子目录中的文件的文件夹也有在清单中显示。
此类设计所产生的问题与单个递归过程所产生的问题相同,但更难检测和调试。
鉴于处理器、连接器和内存的组合就是一台机器,因此这个模型能够用于描述递归流程。
像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
如果仔细观察print_report_i,您会发现在函数中递归调用之后没有再进一步发生任何事情。
介绍了递归模型的一般形式、归程序的执行过程及递归程序设计。
探索模板的惟一方法是定义同样的递归版本以及基本案例。
卡尔曼滤波(KF)是一种基于最小二乘法原理的线性估计递归(推)算法。
公用表表达式(CTE)具有一个重要的优点,那就是能够引用其自身,从而创建递归CTE。
递归不断重复直到最后一个问题回答完毕,页面显示出答题结果的时候。
用列表手算和用FORTRAN语言进行程序设计以及所得到的计算结果表明:此法具有计算简便、递推快速和更为直观的特点。
这种递归查询的模式对于名称服务器而言是可选的,并且名称服务器可以设置禁止客户端使用递归查询模式。
这个是编译原理课程的其中一个小实验,就是用递归子程序法实现表达式的运算。
为此我创建了一个小型的递归便利函数来遍历gnosis.xml.objectify对象中的所有节点。
递归表是作为查询中的WITH子句的结果构建的公用表表达式。
我收集到的Kelty’s的讲话中有一个非常有趣的词语就是“递归公众”。
从空间复杂度看,该算法不是最优,但相对于递归算法节省了大量的空间。
不要将这个函数属性应用到分析函数上,这样会导致无限递归分析循环和大量的无用数据。
简而言之,容器组件模式可以描述容器包含容器的递归概念。
recursive规定该属性包含可计算的对象的dn值。
1·The result of the present computation depended on the partial results before it, so in each successive recursive call, we pass those results forward.
当前计算的结果依赖于之前的部分结果,所以,在每次后续递归调用中,我们向前传递那些结果。
2·This one makes recursive calls by default; therefore, it will also find method declarations in any inner classes.
默认情况下,它将进行递归调用。因此,您也可以在任何一个内部类中发现方法声明。
3·Recursive system decomposition and transformation from the abstract to the concrete.
递归的系统分解和从抽象到具体的转换。
4·However, one concern people have with the use of recursive functions is the growth of stack space.
不过,对于递归函数的使用,人们所关心的一个问题是栈空间的增长。
5·Consider what would happen with a recursive method, for instance.
例如,考虑在一个递归方法中会发生的事情。
1·In the next section, I'll do just this as part of a recursive generic decoding method.
在下一节,我将做此工作作为递推泛型解码方法的一部分。
2·Now I'll use those methods to build a recursive processor to interpret generics. Listing 8 gives the code for this purpose
现在我将用这些方法构建一个解释泛型的递推处理程序。
3·Keeping the zeros and poles of the PID unchanged, an adaptive PID controller is presented using the proposed recursive algorithm in the closed-loop system.
在确保PID零极点不变的基础上,将开环递推整定算法引入到闭环系统中,提出了自适应pid控制算法。
4·In order to minimize the influence of all kinds of random errors on balance precision, an improved recursive algorithm was also proposed.
为了尽可能减小各种随机误差对平衡精度的影响,还提出了递推改进算法。
5·The holographic optical elements with good image quality can be obtained with the recursive technique.
用递推制作方法可制作出像质优良的全息光学元件。
1·She is either the man's motivity of struggling or the man's heart-backing and recursive harbor.
她是男人奋斗的动力,是男人心灵的依靠,是男人回归的港弯。
2·So the methods of aesthetic education of design are outdoing and recursive interactivity.
设计审美教育方法是超越与回归的双向互动。
3·It is recursive portal, be still transition swims for the net company?
是回归门户, 还是转型为网游公司?。
4·By using recursive analysis and gray systems GM (1, 1) theory, the development tendency of staff of Wenzhou Normal College is forecasted.
运用回归分析和灰色系统GM(1,1)理论,对温州师范学院教师队伍发展趋势进行组合预测。
5·According to the theory of demand direction, this paper USES econometric method to set up Qingdao economic growth model, and has revised the model with the method of mountain range recursive.
根据需求导向理论,应用计量经济方法,建立了青岛经济增长模型,并用岭回归的方法对模型进行了修正。
1·Yes, the acronym is essentially recursive.
没错,这个缩写实际上是循环的。
2·PNG stands for Portable Network Graphics (or, depending on whom you ask, the recursive "PNG-Not-GIF").
PNG表示可移植的网络图象(或,看你问谁,循环的“PNG -不是- GIF”)。
3·Usually errors are defined in the interfaces module, but since it would cause a recursive import between the interfaces and fields module, we define it here.
通常错误被定义在接口模块里,但是由于在接口和域模块之间导入会引起循环,因此我们把它定义在这儿。
4·That is, the recursive property captures the ability of language to generate more constituents to a sentence and enables speakers to repeat syntactic constituents within the same sentence.
这就是说,循环性体现了语言中的句子能够有更多的成分,并且使说话者能够在同一个句子中重复一些句法成分。
5·The process involves the recursive application of wide range of thinking skills and language abilities.
这个过程包括一系列思考技巧和语言能力的循环应用。