Gets the function code used for the current consolidation.
获取用于当前合并的函数代码。
When you are finished modifying the function code, right-click the function name and select Build.
当完成对函数代码的修改时,在函数名上单击右键并选择Build。
If the function code is not dependent on the type of a parameter, the compiler considers the parameter to be generic.
如果函数代码不依赖于参数的类型,则编译器会将参数视为泛型。
The rest of the application's code is replaced by short stubs; their actual function code is transferred lazily in the background or on-demand on first execution.
当这些代码存根被调用到的时候,实际的执行代码就会被按需下载下来(on demand)。有些时候,这些执行代码在运行前,也可能会通过后台被传送下来。
Elapsed Exclusive values include the intervals that were spent directly executing the function code, regardless of whether an operating system event occurred in the interval.
“已用非独占”值包括直接执行函数代码所用的间隔和执行目标函数的子函数所用的间隔。
Elapsed Inclusive values include the intervals that were spent directly executing the function code and the intervals that were spent executing the child functions of the target function.
“已用独占”值包括直接执行函数代码所用的间隔,而不考虑该间隔中是否发生操作系统事件。
This includes samples that are collected during the direct execution of the function code and samples that are collected during the execution of child functions that are called by the target function.
这包括函式程式码直接执行期间收集的样本,以及目标函式呼叫的子函式执行期间收集的样本。
The use of namespaces can help identify what function or utility the code provides, or even help specify its origin.
使用名称空间可以帮助识别代码提供的函数或实用程序,甚至可以帮助指定其来源。
The default option generates code for the inline function in both the header and body files.
默认的选项是在头文件和实体文件中都为内联函数生成代码。
Your goal is to be able to easily use this matrix inverse function in SPL code.
您的目标是能够在SPL代码中轻松使用这个矩阵求逆函数。
One of the biggest problems when integrating this code is that it may not mix very well with existing code; function or class names may clash with what we are using already in our application.
在集成这些代码时,最主要的问题之一就是这些代码可能无法恰当地融合到已有代码中;函数或类名可能与应用程序中已经在使用的内容冲。
By replacing formal function definitions with anonymous functions, you simplify code.
通过用匿名函数来替换正式函数定义,您可简化代码。
This closed scope is the communication that ties the closure to the calling function and the code that defines it.
这个闭合的作用域是将闭包同调用函数和定义它的代码联系起来的纽带。
To see how specific brokers implement this function, view the code in the available in Downloads.
如果您想了解特定的代理是如何实现这个函数的,请查看下载中的代码。
The function switches over the specific code paths that are needed for the different widget types.
这个函数在不同的小部件类型需要在特定代码路径之间切换。
The UML to C++ transformation provides two options for generating code for an inline function.
UML到 C++ 的转换为生成一个内联函数的代码生成提供了两个选项。
But even without those signposts, most beginning programmers would have little trouble understanding the function of the code.
不过即使没有这些路标,大部分的初学者也不会有太大的困难来理解这些代码的功能。
The toolbar is actually a table within the HTML page, and we'll describe the code for each function.
这个工具栏实际上是HTML页面中的一个表,我们将介绍每个函数的代码。
There's also a good case that readability is at least partially a function of how much code you have to read.
这同样也可以很好的证明,要说可读性这回事,最起码也得看看要读完多少代码才能搞明白一个功能。
Listing 1 shows the function selector code.
清单1 .显示了函数选择器代码。
If I mis-design a function in my own code, the only person affected is me, because I am the only caller of the function.
如果我在自己的代码中错误地设计了一个函数,那么影响到的人就只有我自己而已,因为我是这个函数的唯一调用者。
As in the NEW_ORDER transaction, all steps have been collected into one SQL table function to save code path.
就像在NEW_ORDER事务中一样,所有的步骤被收集到一个sql表函数中,以节省代码路径。
An empty function as a placeholder for the code that will actually perform the desired work.
一个空的函数,它作为实际执行所需工作的代码的占位代码。
The server side methods' actual function or code is never exposed to the client side.
服务器端方法的实际函数或代码绝不公开给客户端。
The code in Listing 11 shows this function.
清单11显示了该函数的代码。
We discussed the data binding and function selector code that is required to handle incoming and outgoing JMS messages, as well as the necessary binding properties for the export and import.
我们讨论了处理传入和传出的JMS消息所必需的数据绑定和函数选择器代码,以及导出和导入所需的绑定属性。
The producer PHP code contains the function shown in Listing 2.
制作器 PHP代码包含清单 2 中所示的函数。
You would have to code a different function for each type of item you wanted to swap.
对于每种需要交换的类型来说,都需要定义一个不同的函数。
You would have to code a different function for each type of item you wanted to swap.
对于每种需要交换的类型来说,都需要定义一个不同的函数。
应用推荐