• Term used to describe function scope and the scopes nested inside a function.

    用于描述函数作用函数嵌套作用术语

    youdao

  • The "closure" can be viewed as a temporary object that exists in the function scope.

    闭包可以看成是在function scope中的一个临时对象

    youdao

  • The macro is typically used at function scope inside template functions, when the template arguments need checking.

    模板函数函数域中使用这个模板参数需要检查时,宏的使用具有代表性的。

    youdao

  • This is also make sense since the object was passed by value and its data will not be needed outside the function scope.

    似乎合理因为我们进行的传递在超出函数的作用范围后,我们需要变量。

    youdao

  • Suggestion: before the interview for you to try to interview the position, function scope has the certain knowledge and understanding.

    建议面试尽量面试的工作职务职能范围一定认识了解

    youdao

  • To be responsible for the comprehensive coordination of Three Simultaneities safety facility requirements for construction projects according to function scope.

    按照职责范围负责综合协调建设项目安全设施同时”工作。

    youdao

  • Consider outside business partners that provide or request some sort of business function key to your business. In that case, the scope of the service is defined for you.

    考虑这样一种情况一些外部合作伙伴提供请求某种企业来说非常关键功能那么这也就为您确定服务范围

    youdao

  • You can use static assertions in global scope and inside namespaces, function bodies, or class declarations.

    可以全局范围以及名称空间函数声明内使用静态断言

    youdao

  • A closure "closes around" these references, so the function invocation can safely refer to the variables even when the variables have gone out of scope!

    一个闭包封闭这些引用所以函数调用可以安全引用这些变量即使它们已经超出了函数作用域

    youdao

  • We may need to augment their behavior to match what we want the function to do, but we also want to redefine the function with another name to avoid further cluttering the scope.

    我们需要增强它们行为使函数符合我们的期望但是我们需要使用另一个名字重新定义函数,从而避免进一步混淆范围。

    youdao

  • Individual files at any scope in the application EAR can be added, deleted, or updated via update function.

    可以通过更新功能应用程序EAR任何范围单个文件进行添加删除更新操作。

    youdao

  • With function arguments, the parameters passed must be in stack scope.

    带有函数参数参数传递必须堆栈范围内进行

    youdao

  • These are more practical than using the function boundaries which may provide too much, or too little, scope.

    使用函数边界实用,函数边界提供范围可能太小

    youdao

  • Using closures serves the same purpose in this situation as it would outside of a class: to contain a specific function to be bound within a small scope.

    这种情况下使用包与在外部使用闭包实现目的相同包含范围内绑定的特定函数

    youdao

  • The Context Diagram also represents the scope of the particular function or the overall system.

    内容图表代表了特定功能总体系统范围

    youdao

  • This closed scope is the communication that ties the closure to the calling function and the code that defines it.

    这个闭合作用域闭包调用函数定义代码联系起来的纽带

    youdao

  • One could also foresee custom iterators being created and used entirely within the scope of a function.

    人们可以预先自定义一些迭代器,在函数整个作用域创建使用

    youdao

  • The functions themselves only exist in the scope of the variable of which they are defined, so when that variable goes out of scope, so does the function.

    函数本身存在定义函数变量范围内,因此该变量超出范围时,函数也超出范围。

    youdao

  • Decide which elements of SOA technology or SOA function are your priorities to implement (see Identifying the immediate scope of concern).

    决定SOA技术SOA功能哪些元素应该优先实现(请参阅确定所涉及直接范围)。

    youdao

  • Watch the variables being used in a function. If you notice a function using an out-of-scope variable more than once, store it in a local variable and use that instead.

    仔细检查函数所有使用变量如果一个变量不是当前作用域定义的,而且使用不止一次那么我们就应该把这个变量保存局部变量中,而使用这个局部变量来进行读写操作。

    youdao

  • First, check for Web workers by looking for the worker function in the global scope (window).

    首先通过全局范围(视窗)中查找worker函数检测Webworker

    youdao

  • A Groovy Closure is an anonymous function that can access its enclosing scope, can be called repeatedly at will, and be passed around as it were data.

    Groovy闭包匿名函数访问包含它的范围,可随意被重复调用当作数据到处传递

    youdao

  • You can use Boost static assertions in a class, function, or namespace scope; you can also use them with templates.

    可以函数命名空间范围中使用Boost静态断言可以模板一起使用它们

    youdao

  • Because tally is a local variable within the function, it is created anew with each call and falls out of scope and is destroyed automatically when each call returns.

    由于tally函数本地变量将在每次调用重新创建清空范围并且每个调用被返回自动销毁

    youdao

  • The calculator makes use of the local statement to declare x as a local variable that is available only within the scope of the mycalc function.

    这个计算器利用local语句x声明局部变量只能mycalc函数范围使用。

    youdao

  • Because the inner function holds a reference to the outer function's variables, the scope object with property a will not be garbage collected.

    由于内部函数持有外部函数变量引用,所以这个属性a范围对象不会垃圾收集

    youdao

  • That is, a closure is an anonymous function that, when created, attaches to itself the value of variables from the scope of the code that created the function.

    就是说closure是个匿名函数,在其创建,将来自创建函数代码范围内变量附加它本身

    youdao

  • Mode field specifies the scope of tracing, that is, global for all users on the system or user for users who have tracing enabled by the Administration API task function.

    模式(mode)指定跟踪范围针对系统所有用户还是只针对通过AdministrationAPItask函数启用跟踪的用户

    youdao

  • Before it complains and compilation fails, the compiler checks to see if there are any implicit functions in scope that would allow it to convert the function to an OnClickListener.

    报错出现编译失败之前,编译将检查是否存在函数允许函数转换为OnClickListener。

    youdao

  • Each function object has an internal property called [[scope]] that is initialized with information about the scope in which the function was created.

    每个函数对象都有一个叫做[[scope]]内部属性这个内部属性包含创建函数时的作用域信息

    youdao

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

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

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