• And the code over here says, OK gee, if I'm in the base case do something.

    如果属于基础事件进行一些操作,而不是,所以往下看这儿。

    youdao

  • The base case (what to do if the function's parameter is zero) is much easier.

    基线条件函数参数零时作处理)十分简单。

    youdao

  • We call that a base case. It's basically the simplest possible solution to the problem.

    我们一个基础案例这个问题简单的解决方案。

    youdao

  • If you have this so-called base case, can we actually get to a definitive answer eventually?

    如果有了这个所谓的基本条件,那我们最终得到一个明确答案吗?

    youdao

  • This serves as a useful base case, similar to a base Visitor class in the classic Visitor pattern.

    作为一种有用的基本用例类似经典访问者模式中的基本Visitor

    youdao

  • I am using the urban snow scene that I posted a few months back as the base case for this tutorial.

    现在几个以前发表的一张雪景来开始我的教程。

    youdao

  • It presents the base case for this agro-chemical complex, which has been used for the current case study.

    报告介绍了这种情况下农业基础化学综合体已经当前案例研究使用

    youdao

  • Bilateral tensions should ease ahead of the mid-term elections in the US - This is our base case scenario.

    双边关系紧张应该美国中期选举之前减轻——我们基本的共识。

    youdao

  • This program won't always hit the first base case because it won't always have the string being searched for.

    这个程序不是能达到第一基线条件,因为不是总会拥有正在搜索字符串

    youdao

  • The only way to go about exploring the template is to define a recursive version of the same along with a base case.

    探索模板惟一方法定义同样版本以及基本案例

    youdao

  • A recursion that doesn't have a base case, or never reaches it. Eventually, an infinite recursion causes a runtime error.

    无穷归:一个没有基准条件的递归,或者永远无法达到基准条件的递归。一般无穷递归总会引起运行错误。

    youdao

  • "I can say that our base case is certainly not a recession," IMF First Deputy Managing Director John Lipsky told CNBC television.

    可以说我们基本情况肯定不是衰退”,国际货币基金组织第一总裁约翰·利普斯基是这样告诉CNBC电视台

    youdao

  • Recursively, a word is reducible if any of its children are reducible. As a base case, you can consider the empty string reducible.

    只要单词孩子可以缩减,那这个单词本身就亏缩减。可以认为字符串可以缩减的,这样作为一个基准条件。

    youdao

  • Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.

    注意我们递归程序非常类似,定义包括一个基线条件 ——这里NULL指针

    youdao

  • Notice how like our recursive programs, the definition of a linked list also contains a base casein this case, the NULL pointer.

    注意我们递归程序非常类似,定义包括一个基线条件——这里NULL指针

    youdao

  • We calibrate this model to base case data and when we remove migration restrictions all wage and most income inequality disappears.

    我们基本事件数据标准化这个模型我们把人口流动限制去掉之后,所有工资大部分收入不平等消失了

    youdao

  • However, we can be certain that if the program doesn't hit the first base case it will at least hit the second one when it gets to the end of the list.

    不过我们可以断言如果程序不能达到第一基线条件,那么到达列表末尾至少能达到第二基线条件。

    youdao

  • Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.

    由于NULL指针结束一个所以我们可以使用 NULL 指针条件作为基于链表很多归程序的基线条件。

    youdao

  • However, since the base case doesn't call any other functions, you don't need to load the link register from the stack frame — the value is still there.

    由于基线条件并不调用任何其他函数所以无需堆栈框架加载链接寄存器——在原处。

    youdao

  • For Strategy 4, the base case is a program that takes command line parameters and USES files and databases as specified in the command line parameters.

    策略4而言基本例子一个可接受命令参数程序根据命令行参数指定的内容使用文件数据库

    youdao

  • The fourth part is the base case in front of Governance in China, pointed out that "rogue software" and resolve the difficulties encountered in thought.

    第四部分前面分析案例基点上指出我国当前治理流氓软件”所遇到困境解决思路

    youdao

  • The computation results of the summer-peak base case of a practical 2243 nodes transmission system demonstrates that this method is feasible and effective.

    某2243个节点系统夏季峰荷运行方式下3个双边合同进行了实例计算验证方法可行性有效性。

    youdao

  • The IMF's 'base case' is that American and European banks will shed some $10 trillion of assets, equivalent to 14.5% of their stock of bank credit in 2009.

    国际货币基金组织(“范例”?)预计美国欧洲银行流失约10万亿资产相当于他们09年14.5%的银行信贷股份

    youdao

  • For Strategy 3, the base case study is a program that takes command line parameters and USES files and databases as specified in the command line parameters.

    策略3而言,基本案例分析一个可输入命令参数程序然后,这个程序会使用命令行参数中指定文件数据库

    youdao

  • The adverse scenario for card losses envisaged in American banks’ stress tests, a cumulative two-year loss rate of 22.5%, looks increasingly like the base case to others.

    已经美国银行业压力测试中得到显示的信用卡损失已将两年损失率累积到22.5%,这一不利状况看起来越来越像是其它情形基点

    youdao

  • OK, and you can see that this thing ought to unwrap, it's going to keep extending out those multiplications until gets down to the base case, going to collapse them all together.

    可以看到这种方法,是怎么解决的,他一层层的乘法展开一直最底层,然后他们一起乘起来。

    youdao

  • The first base case handles nonintegers; the second handles negative integers. In both cases, the program prints an error message and returns None to indicate that something went wrong.

    第一基准条件用来处理整数第二个用来处理整数。小数或者负数参数的时候,函数就会输出错误信息返回调用出来表明出错了。

    youdao

  • In one case, a CLI test application accessed DB2 base tables, and in the other case, the same application accessed nicknames pointing to the same tables.

    第一种情况下,一个CLI测试应用程序访问DB 2基本,在第二种情况下,这个应用程序访问指向相同表的昵称

    youdao

  • In one case, a CLI test application accessed DB2 base tables, and in the other case, the same application accessed nicknames pointing to the same tables.

    第一种情况下,一个CLI测试应用程序访问DB 2基本,在第二种情况下,这个应用程序访问指向相同表的昵称

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定