• When used as the type for a table, the table is known as a typed table (Listing 3).

    用作类型时,该表认为是一个类型化表(清单3)。

    youdao

  • Use with weak typed variables to cast them as another type.

    用于类型变量它们强制转换另一种类型

    youdao

  • REFERENCE, in turn, is a system type that is the data type of the object identifier column of any typed table.

    反过来REFERENCE一个系统类型任何类型化对象标识符的数据类型。

    youdao

  • As we described in the previous section, a statically typed language binds the type to a variable for the lifetime of that variable.

    正如我们前面章节所描述的,静态类型语言一个变量生命周期内都会绑定一个类型

    youdao

  • In contrast dynamically typed languages bind the type to the actual value referenced by a variable, meaning that the type of a variable can change along with the value it references.

    相反动态类型语言则是根据变量引用绑定类型,这意味着变量的类型可以随着引用的值改变而改变

    youdao

  • The language is strongly typed, meaning you can do allowed operations only on a given instance of a type.

    语言类型这意味着只能类型的某个实例上完成允许操作

    youdao

  • Thus, a partner is really eventually just a typed service reference, where the typing comes from the service link type and the roles.

    这样伙伴实际上最后就是一个类型服务引用而已,类型信息来自服务链接类型角色

    youdao

  • As rows in a table (a typed table) whose columns are defined by the attributes of the structured type.

    对于(类型化表)中的,其中根据结构化类型的属性定义的。

    youdao

  • Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.

    数值初始值设定项现在支持类型引用,这样大大减少代码

    youdao

  • Finally, we need implicitly typed variables, so that we can assign the query to a variable without having to declare its type explicitly.

    最后我们需要使用隐式类型化变量这样可以变量分配查询不必显式声明类型

    youdao

  • Arrays are typed, and so you know exactly what variable type is going to be needed for each item in the array.

    数组类型化所以需要清楚知道数组每个项目变量类型什么。

    youdao

  • The approach is appropriate for declared type systems and has existed since RPCs, and we find it commonly in modern statically typed languages, namely theinterfaceconstruct.

    这种方法适合声明类型系统自从RPC时代就存在而且我们发现现代静态类型语言中非常普遍接口(interface)’结构

    youdao

  • The type details are stored during runtime for checking and to safeguard the system, making ActionScript 3 strongly typed.

    运行时存储类型细节用来进行检查保护系统,因此ActionScript3是强类型的。

    youdao

  • The key difference between this instance and one created using static data APIs is that the instance type is commonj.sdo.DataObject and not a typed interface representing the data object.

    实例静态数据api创建的实例主要区别在于,实例类型为commonj .sdo . DataObject不是表示数据对象的类型接口

    youdao

  • Lua variables are not strongly typed; you can check the type of a value, but there is nothing preventing a variable's type from changing over time.

    Lua变量不是类型;虽然可以检查类型但是无法阻止一个变量类型随着时间改变。

    youdao

  • Because Groovy is a dynamically typed language, defs do not require any type declarations for parameters, nor do defs require a return statement.

    因为Groovy动态类型语言,所以def需要参数任何类型声明,def不需要return语句

    youdao

  • Scala is statically typed: Scala is equipped with an expressive type system that enforces statically that abstractions are used in a safe and coherent manner.

    Scala静态类型的:scala配备套富有表现力类型系统,该抽象概念安全一致的方式使用

    youdao

  • Haskell is statically typed, so once you assign a variable to a value, the variable always holds the same type.

    Haskell静态类型化的,所以一旦变量分配,那么变量会一直维持相同的类型。

    youdao

  • Scheme is a dynamically typed language; therefore, the type of a variable is not generally known until run time.

    Scheme一种动态类型语言因此变量类型通常只有到了运行知道。

    youdao

  • This means that JBoss ESB messages are not strongly typed and care should be used when implementing access to the message (type conversion).

    意味着JBossESB消息不是类型的,在访问消息需要注意(类型转换)。

    youdao

  • A value from the input document typed as xs: untypedAtomic is limited to the same four values; all other values are type errors.

    输入文档xsuntypedatomic类型也只能四个其他都会出现类型错误

    youdao

  • Now comes the real kicker: Python is a dynamically typed language, so you don't have to declare a variable's type.

    问题关键Python一种动态类型化语言所以无需声明变量类型

    youdao

  • There are three types of seasonal influenza – A, B and C. Type A influenza viruses are further typed into subtypes according to different kinds and combinations of virus surface proteins.

    三种类型季节性流感——甲型、乙型丙型。根据病毒表面蛋白不同种类结合情况,甲型流感病毒进一步分类亚型

    youdao

  • Take the difference in minutes between the two dates and divide by the number of words you typed (which is output by the middle command) to get the average number of words per minute you type.

    计算两个日期之间差(分钟为单位),然后使用输入单词(中间命令输出)除以这个值,得到平均分钟输入的单词数。

    youdao

  • Dynamically typed languages do not have a compiler that can catch certain kinds of errors, including relatively common type errors and some misspellings.

    动态类型语言没有捕捉某些错误(包括相对常见输入错误一些拼写错误)的编译器。

    youdao

  • For example, when you type a string the drop down is populated with a list of popular search terms, all of which begin with the string typed by the user (as shown in Figure 1).

    例如具有显示最流行搜索搜索框输入字符时,最开始显示的用户输入过的字符(如图1所示)。

    youdao

  • Also, typed-in text has its limits: changing the font type, size or color of one word changes all words in the text box.

    输入文本限制改变一个单词字体大小颜色时,文本中的所有文字都会同样改变

    youdao

  • For dynamically typed languages, the tests must cover possible type errors, too.

    对于动态语言来说测试必须覆盖可能的类型错误

    youdao

  • On a related subject, it's very common for the build process after you've typed make to take longer than your short-term memory can remind you to type make install when it finishes.

    对应主题中对于搭建过程来说经常出现的,已经决定更长时间而不是短暂记忆可以记住的那么短的时间来完成你的安装

    youdao

  • Being loosely typed, each element can contain any primitive type or object.

    由于类型松散,每个元素都能包含任何基本类型对象

    youdao

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

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

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