• The people who I see function well are not the ones with the biggest motors, but the ones with the most efficient ones.

    看来,能做好事情的不是‘马力最大的’,而是效率最高的。

    youdao

  • Since this is something we can all identify with, I think it will help us see the relationship between the function of a structure and its style or form.

    既然我们认同东西认为帮助我们看到一个结构功能风格形式之间关系

    youdao

  • As these are note built-in functions, you have to specify the module and function name (see Listing 21).

    因为这些内置函数所以必须指定模块函数(参见清单21)。

    youdao

  • As you can see, the suspended function activation records "stack up", and then, when each function returns, it gets taken off of the stack.

    正如可以看到的一样,起的函数活动记录“压入堆栈”,然后每个函数返回时堆栈中弹出。

    youdao

  • If you're adding a new function, try it out first in a sandbox-preferably completely outside the rest of the application-to see it behave as a single function.

    如果添加一项功能可以首先在沙箱里(完全脱离了应用程序其余部分)进行测试,查看作为单个函数的行为

    youdao

  • This function first checks to see if the venue has already been stored locally by querying for it.

    函数先是通过查询这个场所查证这个场所是否已经存储在本地

    youdao

  • As you will see shortly, the function returns the item price, name, some meta data, and stock information.

    很快就可以看到函数返回产品价格某些数据库存信息

    youdao

  • Users can use the function to see new ways search results are linked, such as through timelines or a "Wonder Wheel," which displays visual relationships between search terms.

    用户可以使用这个功能看到搜索结果新的关联方式比如可以通过时间表或者大转盘”,这样可以可视化显示搜索之间关系

    youdao

  • As you can see, each time a function calls another function, its own values and state are suspended while the next function invocation occurs.

    正如可以看到的一样,每次函数调用另外一个函数时,下一次发生调用时,自己的状态都会挂起。

    youdao

  • To see how specific brokers implement this function, view the code in the available in Downloads.

    如果您了解特定代理是如何实现这个函数的,请查看下载中的代码

    youdao

  • Others are implanting electrodes in monkeys' brains to see if directly stimulating visual areas might allow even people with no eye function to see.

    还有的研究将电极植入猴子大脑里检验直接刺激视觉区域是否可以没有眼睛功能看到东西

    youdao

  • He is working with his colleagues to see how the protein's platelet-causing function can be blocked.

    同事们正竭尽全力,寻求良方阻止蛋白质凝结血小板功能

    youdao

  • You need to trace user input through existing code to see if the application behaves securely, instead of wrapping every variable you see in a validation function.

    需要通过现有代码跟踪用户输入不能验证函数包装看到每个变量

    youdao

  • This function checks to see if geolocation is supported on the browser.

    函数检查浏览器是否支持地理定位

    youdao

  • Looking at the definition of this function, you'll see how to load XML data from the database.

    查看这个函数定义弄清如何数据库加载XML数据

    youdao

  • When adding the backward and forward button handlers, you will also see that this function is called to update the page from the event IDs we have been saving to the history stack.

    添加后退前进按钮处理程序时调用函数,根据保存历史堆栈中的事件ID更新页面

    youdao

  • As you can see, the above function has been developed in such a way that the function name and parameters are identical, which means that you could start using the SPARQL version straightaway.

    正如以上函数开发使用函数作为参数,意味着可以开始直接使用SPARQL版本。

    youdao

  • As you can see, this function simply wraps the links with a SPAN element identified with a class attribute.

    可以看到这个函数仅仅SPAN元素包围链接,并用一个class属性标识它

    youdao

  • As you can see, a function in Python basically consists of wrapper code indicating that a series of Python statements will be reused.

    Python中,函数基本组成部分是包装器代码指明重用的一系列python语句

    youdao

  • Now, in ESC mode, type: call L1 : You should immediately see the offending function (s) listed.

    现在ESC模式输入callL1应该会立即看到正在处理函数

    youdao

  • Looking at NLJOIN (8), which represents the entire function you see a three way ordered join.

    我们一下NLJOIN(8),表示整个函数,从中可以看到一个三种方法排序连接

    youdao

  • As you can see, the syscall function includes as its first argument the index of the system call table to use.

    正如syscall函数使用系统调用表中使用索引作为第一个参数

    youdao

  • The pre-condition and post-condition methods can also see the values passed as function arguments (args).

    前置条件后置条件方法可以看到作为函数参数args传递

    youdao

  • The submitDemoForm() function (see Listing 17) is called when the form's button is clicked.

    单击表单按钮时会调用 submitDemoForm()函数清单17)。

    youdao

  • So putting back that prototype allows me to compile this, because I'm saying proactively to the compiler hey, you're going to see a function called increment.

    那个原型原处使能够编译因为提前编译器打了招呼,看到一个叫做increment的函数

    youdao

  • Again, Firefox makes it hard to see these random values. I had to insert debugging statements into the padding function to see what was going on.

    因为Firefox我们很难看到这些随机数不得不填充函数中加入一些调试语句才能看到发生事情

    youdao

  • These rules are encoded in the update function (see Listing 5), which iterates through the 2-d space to determine how states transition per the defined rules.

    这些规则的代码可以update函数(参见清单5)内找到迭代2- d空间决定根据已定义规则,状态如何转换

    youdao

  • When it's not, the user is after a normal web page, so you display the page using the generateHTML function (see Listing 3).

    如果不是用户想要一个正常web页面这样可以使用generateHTML函数(请参考清单3显示页面。

    youdao

  • You also emit the string to the console using the println function (see the bottom left of Figure 5).

    可以使用println函数字符串发到控制台(参见5左下角)。

    youdao

  • You can use the JSON.parse function that the JSON libraries provide (see Resources) in place of the standard eval function.

    可以使用json提供的JSON .parse函数(参见参考资料)来取代标准eval函数。

    youdao

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

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

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