• The library is not required to check the value of the index. Using an index that is out of range is undefined and usually results in a serious run-time error.

    标准要求检查索引所用索引下标越界是没有定义的,这样往往会导致严重运行时错误。

    youdao

  • A simple example is shown in Listing 1, declaring a hash consisting of 6 attributes: a string, an integer, a Boolean, an undefined attribute, another hash, and a function.

    清单1显示简单例子它声明了一个包含6属性hash:一个字符串整数、一个布尔值、一个未定义属性另一个hash一个函数。

    youdao

  • A sort of undefined longing crept upon them.

    莫名渴望上了他们的心头。

    youdao

  • The undefined background also shows how Cecilia Beaux was influenced by the French Impressionists, who believed, like Beaux, in a personal rather than conventional approach to their subject matter.

    这个不确定背景显示了塞西莉亚·波克斯如何受到法国印象派画家的影响的,他们和波克斯一样赞同个人非传统方法处理主题对象。

    youdao

  • They hold only one piece of data: a string, a number, the undefined value, a reference to another variable.

    保存数据字符串、一个数字定义的以及另一个变量的引用

    youdao

  • When a combination is not possible or not yet implemented, the row in the data pool is excluded and the test action is undefined.

    一个合并可能或者没有被实现时,数据中的行将会排斥,并且测试活动未定义的。

    youdao

  • What's really interesting about the Victorians is that it was all so undefined, which is a kind of freedom.

    维多利亚时代真正有趣的一点一切没有下定义所以某种程度的自由

    youdao

  • So Dr Penrose found himself speculating one day about how a universe in which all particles had lost their mass through some as-yet-undefined process might look.

    因此罗斯博士想象存在宇宙中的所有粒子某种目前不明确的方式失去质量,宇宙会是什么样子。

    youdao

  • It works correctly with undefined values as well, whereas with warnings turned on, a regular expression match on an undefined value will print a warning.

    函数正确地处理未定义尽管警告打开时,常规表达式匹配未定义的时会输出警告信息。

    youdao

  • "Late is a relative term, because we don't consider it late, because our time line is undefined," he said.

    只是相对而言我们并不认为晚。因为我们并没有明确时间限制,”说道

    youdao

  • To be sure, thinkers - diplomats, scholars, writers - say the Russian blitz into Georgia represents a new world, but what kind of new world is undefined.

    可以确信思想家们——外交家们学者们作家们——认为俄国闪电进入格鲁吉亚代表一个新世界诞生,但是那种类型的新世界不确定。

    youdao

  • A placeholder link is a link with an initially undefined target.

    占位链接就是开始时定义目标的链接。

    youdao

  • Both countries are moving into a new and somewhat undefined future and need to work on whether they can define it in a parallel way.

    国都正在朝着全新尚无定论的未来前进,能否一种平行的方式界定未来?值得双方努力

    youdao

  • Instead of checking for a default compound value, you can also catch the access to an undefined variable. E.g.

    不用检查默认复合可以捕获定义变量访问

    youdao

  • A violation of the rules of this specification; results are undefined.

    破坏规范规则结果不确定的。

    youdao

  • If a value clause is not specified, the initial value of the item is undefined.

    如果没有指定value子句表示没有定义该项初始

    youdao

  • Note also how it USES averbose option, how every option has a shortcut, and how the detailed printout of a search result shows undefined strings as (undefined) instead of just omitting them.

    注意如何使用——verbose选项每个选项快捷方式以及搜索结果详细输出如何将未定义字符串表示(UNDEFINED),而不是仅仅忽略它们

    youdao

  • In addition, because Perl is looking for a true value, it also ignores undefined values without complaining about them. So we can rewrite the above into a single line.

    另外由于Perl正在寻找一个因此可以忽略定义而不会抱怨这些值尚未定义。

    youdao

  • The MQe_Script commands used in this section are provided as a full script later in this document along with any undefined variables.

    部分使用 MQe_Script命令以及未经定义的变量将在本文后面作为完整脚本提供

    youdao

  • If a portlet is undefined, such as 10 in the Rank column (Figure 15), you will not be able to input a mapping to that portlet in the ClearQuest profile mapping.

    如果个入口没有定义,比如Rank栏目中的10(15),不能输入一个映射ClearQues t概要文件映射中的中的入口。

    youdao

  • All data in a CouchDB database is stored in a document, and each document can be made up of an undefined number of fields.

    CouchDB数据库中的所有数据储存一个文档中,并且每个文档可以定义字段组成。

    youdao

  • spu_promote((unsigned int)5, 1) creates a vector of unsigned ints with 5 in the second element (element 1), and the remaining elements undefined.

    spu_promote((unsignedint)5,1)创建了一个 unsignedint 类型向量,其中第二个元素(元素 1) 5,其他元素尚未定义

    youdao

  • Undefined population elements get a weight of zero so they won't be picked by the sample function that chooses the most likely cell for a particular grid position.

    未定义种群元素权重为0所以特定网格位置选择可能细胞sample函数不会选择它。

    youdao

  • The initialization of x_with_y() with a fallback (object,object) pattern is not necessary if you simply want undefined cases to raise an exception.

    如果只想在遇到未定义的情况时抛出异常,那么就没必要使用落后的 (object,object)模式 x_with_y()进行初始化。

    youdao

  • If you look at the Debug Messages pane, the answer is spelled out: The variable $multipler is undefined because it's a typo. It should be $multiplier.

    如果一下DebugMessages面板答案清楚了:变量 $multipler未定义的,因为一个拼写错误应该 $multiplier

    youdao

  • Now, you can fake some of this and get it to work, but it is typically a bad idea because one minor slip and you can introduce undefined behavior.

    现在可以伪造一些方面工作通常主意因为,你可以引入未定义行为

    youdao

  • Now, you can fake some of this and get it to work, but it is typically a bad idea because one minor slip and you can introduce undefined behavior.

    现在可以伪造一些方面工作通常主意因为,你可以引入未定义行为

    youdao

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

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

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