Array initializers may also be used inline for calling functions.
数组初始值设定项也可以在调用函数中内联使用。
Browsers pass events by calling functions that were registered in advance.
浏览器通过调用预先注册的函数来传递事件。
Another example is that it's not explained how types are coerced when calling functions on host objects. For example, when you do.
另一个例子,在调用宿主对象的函数时,如何进行类型强制转换,这也是没有规定的。
The key to coding XSLT is to think in terms of pattern matching rather than calling functions. Two key questions must be answered.
编写XSLT考虑的重点是模式匹配,而不是函数调用。
Finally, because the exception is passed back up the stack of calling functions, you can handle errors at any place you choose.
最后,因为异常被传回一直到主调函数的栈,你可以在(被调用函数)的任何地方捕获错误。
This makes it much harder to manipulate the return address, but it doesn't defend against buffer overflow attacks that change the data of calling functions.
这样使得操纵返回地址困难多了,但它不会阻止改变调用函数的数据的缓冲区溢出攻击。
Every thread in an application requires memory to hold its stack (the area of memory used to hold local variables and maintain state when calling functions).
应用程序中的每个线程都需要内存来保存它的栈(用于在调用函数时保存本地变量和维持状态的内存区)。
In the top-down model, high-level components at the top of the food chain bark orders to lower-level components by calling functions like DoThis and DoThat to perform various tasks.
在自顶向下的模型中,在顶部的高级部分对低级的实现各种不同任务的函数——如DoThis, DoThat进行食物链式的调用。
Because the new functionality requires calling native functions on every OS, that's a seemingly difficult position to be in.
因为新功能要求调用每个操作系统的本机函数,所以这显然处在一个很艰难的位置上。
It is important to remember to specify the calling convention for all exported functions.
对于所有的导出函数记住它们调用协定是重要的。
Of course, those functions don't have any implementations yet, so calling them will just throw an exception.
当然,那些函数也没有任何实现,所以调用它们将只抛出异常。
When the synchronization object is used in one of the wait functions, the wait function blocks the calling thread until the state of the synchronized object is set to signaled.
当在一个等待函数中使用同步对象时,等待函数就会阻塞调用线程,直到同步对象的状态被设置为有信号为止。
Lines 126 to 146 react to user actions, calling the add, find, and close functions, as appropriate.
第126到146行通过适当调用“添加”、“查找”和“关闭”函数来对用户操作作出反应。
Listing 9 demonstrates how to do this by explicitly calling the respective functions.
清单9演示了如何通过显式地调用这两个函数来进行验证。
Then, when the linker is setting up references to functions, it compares the TOC of the current function to the TOC of the function it's calling.
然后,当链接器设置对函数的引用时,就会将当前函数的TOC 与所调用的函数的 TOC 进行比较。
In the functional version, I extracted the pure functions (ones that have no side-effects) into their own class, calling them by supplying parameter values.
在函数式版本中,我提取了纯函数(即没有副作用的函数)并将其放入它们各自的类中,通过提供参数值来调用它们。
In particular, many functions which had *at() variants were implemented by calling the corresponding *at() function with AT_FDCWD as the dirfd parameter.
特别是,许多具有 *at()变体的功能都是通过调用相应的 *at()函数(使用 AT_FDCWD作为dirfd参数)来实现的。
These functions iterate the client list, calling the appropriate event handler for each client. In code, it looks like this.
这些函数遍历客户机对象列表,为每个客户机调用相应的事件处理器。
It expects an argument named event, takes three actions by calling three utility functions, and then returns Pause as the name of the next state.
它需要一个名为event的参数,通过调用三个实用程序函数来执行三个操作,然后返回Pause作为下一个状态的名称。
The unittest framework will cycle through the test functions, calling setUp, the test function, then tearDown for each test function.
unittest框架会在测试函数之间循环往复,先调用setUp、再测试函数、然后清除(tearDown)测试函数。
The effects of calling the admin( ) and task( ) functions with the same argument list are equivalent, but their return values, which indicate the result of the operation, have different data types.
用相同的参数列表调用admin( )和task( )函数的效果是相同的,但是它们返回的表示操作结果的值有不同的数据类型。
The Android software is squarely aimed at the smartphone segment of the handset market which adds sophisticated functions to the basic calling and texting capabilities of most phones.
Android软件意在攻取智能手机市场。 智能手机的出现,为原本只能打电话和发短信的手机赋予了许多复杂的功能。
Behind the scenes, libevent is handling the network sockets, identifying which clients need to be serviced, and calling the corresponding functions in each case.
在幕后,libevent处理网络套接字,识别需要服务的客户端,分别调用对应的函数。
I start by creating two functions and calling them when the script is hit via a browser. The diagnostic Groovlet is defined in Listing 6.
我首先创建两个函数,并在浏览器连接脚本时调用它们。
The server-side message receiver functions as a proxy for the client, calling the actual user-defined service method.
服务器端消息接收者可作为客户端的代理,调用实际的用户定义的服务方法。
Two functions calling Time lib causing error, workaround possible?
两个函数调用时产生误差的方法库,可能吗?
Two functions calling Time lib causing error, workaround possible?
两个函数调用时产生误差的方法库,可能吗?
应用推荐