• If you look at the separations between consecutive colors, these are the level curves of a function that tells you the temperature at a given point.

    如果你们观察连续颜色之间分色那些就是函数等高线,它们告诉在某一个定点温度

    youdao

  • Functional languages get their name from the concept that programs should behave like mathematical functions; in other words, given a set of inputs, a function should always return the same output.

    函数语言名称源于这样概念程序行为应该数学函数一样;换话说,给定输入函数始终返回相同的输出。

    youdao

  • Yet a new study suggests that even if the jaws and teeth of fossilised creatures look as if they are built to function in a given way, it does not mean that they actually did so.

    但是新的研究提出了这样一种可能性:虽然生物化石颌骨牙齿看起来似乎按照事先设计好的方式发挥功能但是这并不代表他们实际如此

    youdao

  • So I wrote a filter function that, given a node, determines whether it starts an XML island. Listing 2 shows the code.

    于是编写了过滤器函数判断给定节点是否启动了XML清单2显示了代码。

    youdao

  • Listing 6 creates a scalar function that extracts a given XML element from an input document and shows how this function can be invoked in a simple SQL query to return the name of a given customer.

    清单6创建标量函数,它输入文档提取一个特定xml元素。然后,一个简单SQL查询中调用函数,从而返回给定的客户姓名

    youdao

  • We want to write a function that given a function to compute the sum of a sequence, gives us the next function to compute the sum of a sequence.

    我们编写个返回另一个函数函数,用返回函数计算序列求和

    youdao

  • You can represent the transition function as a two dimensional matrix, dtran, that returns the next state given an XML node.

    可以转换函数表示矩阵dtran ,它会返回给定XML 节点一个状态

    youdao

  • For example, Listing 3 creates a function in the ZipMap class that looks up the name of a city given its ZIP code (error and exception-handling code are ommitted for brevity).

    例如清单3ZipMap创建了一个函数,通过给定ZIP代码查找城市名称为了简便起见,省略了错误异常处理)。

    youdao

  • In this code, the main thing that can go wrong is that the ST_Transform function cannot compute a proper point value in projected coordinates from the given latitude and longitude.

    代码中,可能导致出错主要情况ST _ Transform函数无法给定纬度经度计算出投影坐标中的正确

    youdao

  • Another small support function simply parses out index values if they are given within a (pseudo -) XPath. I will not bother reproducing that here.

    另一个小型支持函数仅仅从()xpath表达式解析索引这里不再重复了。

    youdao

  • To make it easier on yourself, first create a helper function called build_answers that, when given a database handle and a poll ID, outputs the XML for all the answers to that poll (see Listing 4).

    为了简单起见,首先创建名为build_answers的helper函数给定一个数据库句柄调查ID后,该函数会输出调查所有答案XML(参见清单4)。

    youdao

  • Given the 4gl function that is to be deployed as a Web service, W4GL automatically generates the required skeletons, headers, and wrapper files that are required.

    对于部署Web服务4gl函数W4GL会自动地生成所需骨架包装器文件

    youdao

  • The function that I am integrating is x times delta where density will be given to me maybe as a function of x and y.

    被积函数x*δ,密度可能xy一个函数给出

    youdao

  • Next, we need an evaluation function that will take the AST and evaluate it to a numerical value. This is pretty straightforward to write, given the power of pattern matching.

    接下来我们需要一个函数将会获取AST出它数字值。

    youdao

  • One query tool, the referrers function, displays all the referrers that refer to an object of a given type. Here's the query to find all the referrers to File objects.

    一种查询工具referrers函数显示引用指定类型对象所有引用。

    youdao

  • In an ideal world, where specifications contain no optionality or ambiguity, a profile would be just a list of specs that compose together to achieve a given function.

    理想情况下,规范没有可选性多义性概要应该实现给定功能组合到一起规范列表

    youdao

  • The fields or objects that the team was uncertain about were often central to the function of a given device.

    团队无法确定字段对象常常对于了解给定设备功能关键

    youdao

  • Using this editor, testers can record the test steps that must be executed to validate a given function of the application.

    使用这种编辑器测试可以记录必须执行验证给定程序有效性测试步骤

    youdao

  • All the women in the study were given a standard test that measures cognitive function by assessing items such as memory, reasoning and spatial functions.

    所有参与研究女性都会拿到一份标准测试卷,通过诸如记忆推理空间功能等等项目来测试她们的认知能力。

    youdao

  • I should say that is for a function of two variables to try to decide whether a given critical point is a minimum, a maximum or a saddle point.

    这种办法并不普遍,只能用于函数判断极小极大值点还是点。

    youdao

  • When you are given a piece of data in the statement of a problem, you have to figure out whether that is part of a function to be integrated or whether that is part of the region of integration.

    题目给出了积分条件,必须清楚,什么积分的函数,什么是积分区域

    youdao

  • The submitTag function outputs a button that submits the specified instance data to a given URL.

    submittag函数输出了一个按钮,用于将指定实例数据提交给定的URL

    youdao

  • The XMLExists function instructs DB2 to determine if a given XML document contains a client address that includes a specific city and state.

    XMLExists函数指示DB2确定一个给定XML文档是否包含其中包含特定城市州的客户地址

    youdao

  • When invoked with the new operator, the constructor function creates what is known as a prototype for an object; that is, it creates a template from which to build objects of the given kind.

    调用new操作符时,构造函数就为对象创建个所谓的原型(prototype);也就是说创建了一个模板(template),从中构建给定类型的对象

    youdao

  • The only special character that has given me a problem is the ampersand, so I have restricted my translation to that one character rather than use a shotgun htmlentities() function approach.

    惟一带来问题一个特殊字符 and符号所以只需处理该字符没有采用htmlentities()函数方式

    youdao

  • The get_user function connects to the database that contains the users table and retrieves the ID for a given user.

    get_user函数连接包含用户数据库检索给定用户ID

    youdao

  • Interpolationsolves the following problem: given the value of some unknown function at a number of points, what value does that function have at some other point between the given points?

    插值解决以下问题鉴于价值一些未知函数若干要点没有什么价值功能已经在一些其他之间的了点数

    youdao

  • Interpolationsolves the following problem: given the value of some unknown function at a number of points, what value does that function have at some other point between the given points?

    插值解决以下问题鉴于价值一些未知函数若干要点没有什么价值功能已经在一些其他之间的了点数

    youdao

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

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

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