Give each base case its own class.
为每个基本例给出一个自己的类。
The stopping point is called the base case.
停止的位置称为 基线条件(base case)。
First, there's what McKinsey calls the base case.
首先,是麦肯锡所谓的基本愿景。
So that's why that base case rule was so important.
这就是为什么基本条件是如此重要。
Grexit has become the base case for many economists.
希腊退欧“已经成为经济学家们的基本预期。”
The second question I want to ask is what's the base case?
第二个问题是什么是基础条件?
The base case is whenever S1 or S2 is a zero-length string.
(基线条件(base case)是S1或S2为长度为零的字符串的情形。
The base case is still that the current soft patch is temporary.
基本理由就是现在经济不景气这一困难时期只是暂时的。
If the list is empty, then that's a base case (returning "false").
如果列表为空,则那也是基线条件(返回“false”)。
And the code over here says, OK gee, if I'm in the base case do something.
如果我属于基础事件就进行一些操作,而我不是,所以往下看这儿。
In the code above, the base case is built in the subdirectory for-loop.
在上面的代码,基本情况是建立在对子目录循环。
At that point we're in the base case and we can unwrap this computation.
在这一步我们就是属于基础事件了,也就是说我们可以打开这个计算了。
If the current node has the string, that's a base case (returning "true").
如果当前节点拥有那个字符串,则那就是基线条件(返回“true”)。
And if there is a base case, check whether you are guaranteed to reach it.
如果存在了基准条件,检查一下一定要确保能使之成立。
The base case (what to do if the function's parameter is zero) is much easier.
基线条件(当函数参数为零时作何处理)十分简单。
The report takes a base case with no significant changes in the policy environment.
报告提出一种中方案情形,假设政策环境没有发生重大变化。
We call that a base case. It's basically the simplest possible solution to the problem.
我们说这是一个基础案例,这是这个问题最简单的解决方案。
If you have this so-called base case, can we actually get to a definitive answer eventually?
如果有了这个所谓的基本条件,那我们最终,能得到一个明确的答案吗?
This serves as a useful base case, similar to a base Visitor class in the classic Visitor pattern.
这将作为一种有用的基本用例,类似于经典访问者模式中的基本Visitor类。
I am using the urban snow scene that I posted a few months back as the base case for this tutorial.
我现在将以我几个月以前发表的一张雪景为例来开始我的教程。
It presents the base case for this agro-chemical complex, which has been used for the current case study.
报告介绍了这种情况下农业基础化学综合体,它已经为当前的案例研究使用。
Bilateral tensions should ease ahead of the mid-term elections in the US - This is our base case scenario.
双边关系的紧张应该在美国中期选举之前减轻——这是我们基本的共识。
This program won't always hit the first base case because it won't always have the string being searched for.
这个程序不是总能达到第一个基线条件,因为不是总会拥有正在搜索的字符串。
The only way to go about exploring the template is to define a recursive version of the same along with a base case.
探索模板的惟一方法是定义同样的递归版本以及基本案例。
A recursion that doesn't have a base case, or never reaches it. Eventually, an infinite recursion causes a runtime error.
无穷递归:一个没有基准条件的递归,或者永远无法达到基准条件的递归。一般无穷递归总会引起运行错误。
"I can say that our base case is certainly not a recession," IMF First Deputy Managing Director John Lipsky told CNBC television.
“我可以说,我们的基本情况肯定不是衰退”,国际货币基金组织第一副总裁约翰·利普斯基是这样告诉CNBC电视台。
Recursively, a word is reducible if any of its children are reducible. As a base case, you can consider the empty string reducible.
只要一个单词的孩子还可以缩减,那这个单词本身就亏缩减。你可以认为空字符串是可以缩减的,这样来作为一个基准条件。
Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.
注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件 ——在这里是NULL指针。
Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.
注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件 ——在这里是NULL指针。
应用推荐