单词 | function calls | ||||||
释义 | function calls
例句释义: 函数调用,函式,函式的呼叫 1. Bugs are a part of the daily life of every programmer because even the smallest loops and the tiniest function calls can have bugs in them. bug是每位程序员日常生活的一部分,因为就算是最小的循环和最简单的函数调用之中也会有bug。 www.ibm.com 2. This allows you to have a set of registers which can be counted on to be preserved across function calls. 这就让您有一组寄存器可跨函数调用保留。 www.ibm.com 3. An operating system typically consists of a set of function calls, or software interrupts, and a periodic clock tick. 一个操作系统典型地由一个函数调用集、件中断和定期时钟周期组成。 www.dictall.com 4. The parameter list is for parameters that this function sends to other function calls, not for its own parameters. 参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。 www.ibm.com 5. Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls. 实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。 www.ibm.com 6. However, the backup program did not call the appropriate completion or cleanup API function calls. 备份程序但是,做不调用适当完成或清理API函数调用。 support.microsoft.com 7. pically consists of a set of function calls or software interrupts and a periodic clock tick. 使多任务能够实现的一个软件。一个操作系统典型地由一个函数调用集、软件中断和定期时钟周期组成。 bbs.c114.net 8. Evaluation of properties and implicit function calls can have side effects that affect the state of your program. 属性以及隐式函数调用的计算可能会产生副作用,影响程序的状态。 technet.microsoft.com 9. Deterministic. function calls and service time with the implementation of its certainty. not dependent on the number of tasks. 可确定性。函数调用与服务的执行时间具有其可确定性。不依赖于任务的多少。 goabroad.zhishi.sohu.com 10. Now, as you saw earlier, function calls actually pass their parameters through registers. 现在,正如您之前看到的一样,函数调用实际上是通过寄存器来传递参数的。 www.ibm.com 1. Executes the next line of code but does not follow execution through any function calls. 执行下一行代码,但不继续执行任何函数调用。 msdn2.microsoft.com 2. This stub service would expect a C interface to be defined by the TCS programmer to receive the various function calls. 这个服务期望一个C接口来被TCS程序员来定义并接收各种不同的方法调用。 zhidao.baidu.com 3. Control statements should have one space between the control keyword and opening parenthesis , to distinguish them from function calls. 控制结构应该有一个空格在控制关键字和圆括号之间,以区别函数调用。 dictsearch.appspot.com 4. Execute to next source line in this function, skipping all function calls, like the GDB next command. 执行本函数内下一条源码行,越过(不进入)所有的函数调用,类似GDBnext命令。 wiki.chinaunix.net 5. The output for interop logging consists of the signatures of the interop function calls as they occur at run time, with any error messages. 互操作日志记录的输出包括在运行时进行互操作函数调用时互操作函数调用的签名,还包括任何错误信息。 msdn2.microsoft.com 6. Executes code one statement at a time, following execution into function calls. 在执行进入函数调用后,逐条语句执行代码。 msdn2.microsoft.com 7. People are called "catalyst function" to this kind of chemistry reflection, the material which has a catalyst function calls catalyst. 人们把这种化学反映叫做“催化作用”,具有催化作用的物质叫催化剂。 goabroad.zhishi.sohu.com 8. If the maximum identifier length is too small, certain predefined identifiers will be unresolved as well as certain library function calls . 如果最大标识符长度太小,则将无法解析某些预定义标识符以及某些库函数调用。 www.bing.com 9. Buffer overruns are more easily exploited on machines with calling conventions that store the return address of function calls on the stack. 通过调用约定将函数调用的返回地址存储到堆栈上,可以更容易地在计算机上利用缓冲区溢出。 msdn2.microsoft.com 10. SplitReduceSplitReduceclass, which sets up the metadata using various function calls. 类来使用,这是树立元数据使用各种不同的函数调用。 blog.sina.com.cn 1. Deterministic function calls can be extracted from the WHERE clause to avoid unnecessary table scan. 可以从WHERE子句中提取确定性函数调用,避免不必要的表扫描 www.infoq.com 2. DBG supports back-tracking, shows local variables and parameters being passed to all nested function calls at any point of execution. DBG支持后台跟踪,显示本地变量和在任意的执行点为所有嵌套的函数调用传递参数。 osl.bsw.net.cn 3. Each function node lists all the functions that it called and performance data about those function calls. 每个函数节点都列出它调用的所有函数以及有关这些函数调用的性能数据。 technet.microsoft.com 4. be especially careful about using function calls in assertion statements , because evaluating a function can have unexpected side effects. 在断言语句中使用函数调用时应特别小心,因为计算函数可能会有意外的副作用。 www.ichacha.net 5. Our goal is to create a way of expressing this computation as a series of function calls. 我们的目标是找到一个方法,将这个计算展开为一系列函数调用。 www.bing.com 6. Steps the program to the next source line , stepping into function calls . 单步执行程序到下一源行,并逐过程执行函数调用。 www.bing.com 7. Replaces some function calls with intrinsic or otherwise special forms of the function that help your application run faster. 用有助于应用程序更快运行的内部函数或其他特殊形式的函数替换某些函数调用。 msdn2.microsoft.com 8. Summary and group name fields look like function calls. In fact, they are really shorthand notation for a report field. 摘要和组名字段看起来象函数调用。但是,它们实际上是报表字段的速记写法。 blog.sina.com.cn 9. The exec function calls on Festival in batch mode to do two things: Set up the voice and enunciate the phrase using the specified voice. exec函数以批模式调用Festival来做两件事:设置声音和使用指定的声音说出短语。 www.ibm.com 10. For this reason, excessive function calls in a loop are generally a bad idea. 由于这个原因,在一个循环中使用太多函数调用不是个好主意。 www-128.ibm.com 1. This can be useful when implicit evaluation of properties and implicit function calls is turned off. 当关闭属性的隐式计算和隐式函数调用时,这是很有用的。 msdn2.microsoft.com 2. This makes sense when you think that all of USS itself (including shell command input, and results of system function calls) runs in EBCDIC. 考虑到USS本身(包括shell命令输入和系统函数调用的结果)都采用EBCDIC,所以这是有意义的。 www.ibm.com 3. Cut down the number of function calls whenever possible. Reduced script length by almost 10%. 尽可能得减少了函数的调用。减少了10%的脚本长度。 www.52night.com 4. You could do that by replacing the contents of the opacity variable to a fixed number, before any function calls it, for example. 例如,您可以在任何函数调用opacity变量之前,将其内容替换为一个固定数字。 www.ibm.com 5. Explicit rounding at assignments, typecasts, and function calls may be ignored. 在执行赋值、类型转换和函数调用时的显式舍入可能被忽略。 msdn2.microsoft.com 6. So instead of the system calls, we intercept the function calls that actually get made. 所以没有拦截系统调用,而是转而拦截实际参与的函数调用。 www.ibm.com 7. Operator and the fully qualified name of the method, or due to missing parentheses in function calls. 运算符和方法的完全限定名,或者函数调用中缺少括号,则可能会导致错误。 msdn2.microsoft.com 8. For managed-to-native function calls, this line identifies the managed function that calls the native code. 对于托管到本机函数调用,此行标识调用本机代码的托管函数。 msdn2.microsoft.com 9. Otherwise, set xdebug. max_nesting_level to something nominal to catch runaway sequences of function calls more quickly. 否则,将xdebug.max_nesting_level设为较小的值,这样可以更快速地捕捉失控的函数调用序列。 www.ibm.com 10. Therefore, the speed gained from eliminating function calls may be lost to memory swapping. 因此,通过消除函数调用获得的速度可能都丢在了内存交调中。 www.kuenglish.info 1. The profile result lists all the function calls that took place during the profile. 分析结果列出在分析期间发生的所有函数调用。 www.ibm.com 2. This option speeds function calls, because no frame pointers need to be set up and removed. 此选项可以加快函数调用的速度,因为无需设置和移除任何框架指针。 msdn2.microsoft.com 3. Generates intrinsic functions for appropriate function calls. 为适当的函数调用生成内部函数。 msdn2.microsoft.com 4. Lists all the functions that the specified function calls or references. 列出指定函数调用或引用的所有函数。 msdn2.microsoft.com 5. The Extension class contains the extensionInit method, which initializes extensions and provides services for function calls. Extension类包含extensionInit方法,此方法将初始化扩展并为函数调用提供服务。 www.ibm.com 6. When a function calls itself in a tail-call, the method is even easier. 当函数在尾部调用中调用自己时,方法更为简单。 www.ibm.com 7. Class for applications that require the use of the same transaction across multiple function calls or multiple thread calls. 对于需要跨多个函数调用或多个线程调用使用相同事务的应用程序,您还应该使用。 msdn2.microsoft.com 8. Many times, the native API function calls an entry point in a driver without raising the IRQL . 有些时候,本地API函数不用提升IRQL就调用一个驱动中的入口点。 www.showxiu.com 9. At runtime, these function calls send information on the application's code coverage to a separate tool. 运行时,这些函数调用把应用代码覆盖率的相关信息发送给一个单独的工具。 www.infoq.com 10. The expression is composed of data structures, bound variables (that is, those with a value), mathematical operations and function calls. 表达式由数据结构、绑定的变量(即具有值的变量)、数学操作符和函数调用组成。 www.ibm.com 1. The SCI is a thin layer that provides the means to perform function calls from user space into the kernel. SCI层提供了某些机制执行从用户空间到内核的函数调用。 www.ibm.com 2. A more subtle cause of side effects is the evaluation of properties and other implicit function calls in managed code. 产生副作用的一个更难以捉摸的原因,是在托管代码中计算属性和其他隐式函数调用。 msdn2.microsoft.com 3. Like StackGuard, ssp uses a modified compiler (gcc) to insert a canary in function calls to detect stack overflows. 像StackGuard一样,ssp使用一个修改过的编译器在函数调用中插入一个探测仪以检测堆栈溢出。 www.ibm.com 4. The user can still use regular js scripts and add JavaScript function calls to individual Wicket components. 用户仍然可以使用标准的JS脚本,并为个别Wicket组件添加JavaScript函数调用。 www.infoq.com 5. You can spend a great amount of time integrating XTest library function calls into your application. 您需要花费大量时间将XTest库函数调用集成到您的应用程序中。 www.ibm.com 6. And the update function calls the update method on the given feed if that feed hasn't been updated in the last ten minutes. 如果给定提要在之前的十分钟内没有更新,则update函数在该提要上调用update方法。 www.ibm.com 7. All access and modifications to the data should be through function calls. 所有对数据的访问与修改必须通过函数调用来完成。 www.ibm.com 8. From the programmer's perspective, GDI consists of several hundred function calls and some associated data types, macros, and structures. 从程序员的观点来看,GDI由几百个函数调用和一些相关联的数据类型,宏和结构组成。 www.wangchao.net.cn 9. Sybase Open Client If you use the Sybase Open Client interface, your SQL statements appear in function calls. SybaseOpenClient如果要使用SybaseOpenClient接口,那么您的SQL语句以函数调用形式出现。 www.ianywhere.com 10. Notice in this function how we maintained state through function calls by passing the program forward. 注意在函数中我们是如何通过向前传递程序来保持函数调用过程中的状态的。 www.ibm.com 1. If you use ODBC function calls to send a SQL statement that normally returns records, the records are ignored. 如果使用ODBC函数调用来发送通常返回记录的SQL语句,则将忽略这些记录。 msdn2.microsoft.com 2. ODBC If you are writing directly to the ODBC programming interface, your SQL statements appear in function calls. ODBC如果您直接对ODBC编程接口编写代码,那么您的SQL语句将以函数调用的形式出现。 www.ianywhere.com 3. This Guile function calls a previously defined Scheme function with zero arguments. 这个Guile函数调用之前定义的不带参数的Scheme函数。 www.ibm.com 4. Finally, the Main function calls the Join method on the worker thread object. 最后,Main函数对辅助线程对象调用Join方法。 msdn2.microsoft.com 5. A main function calls the public function func with int arguments of class space. main函数,它调用space类中使用int参数的公共函数func。 www.ibm.com 6. Helpers reduce the amount of presentation code to write by encapsulating large portions of code in simple function calls. 佣工减少代码量来介绍写的大部分代码封装在简单的函数调用。 bluoe.blog.163.com 7. Breaking up long expressions that involve comma operators or function calls. 拆分涉及逗号运算符或函数调用的长表达式。 207.46.16.251 8. Queries are used within PDH function calls to update the counters it manages, thereby obtaining performance data. 查询用在PDH函数调用中更新它管理的计数器,因而获取性能数据。 www.ibm.com 9. Suppresses the creation of frame pointers on the call stack for quicker function calls. 取消在调用堆栈上创建框架指针,以更快地进行函数调用。 msdn2.microsoft.com 10. You can set a registry key to record marshaling of function calls in a log file. 您可以相应地设置注册表项,以便日志文件能够记录函数调用的封送处理。 msdn2.microsoft.com 1. It is more of a functional languages relying on function calls rather than OOP. 它更接近与依赖函数调用的函数式语言,而非面向对象语言 www.infoq.com 2. Inconveniently, virtual functions pose an impediment to inlining, and virtual function calls are more common in Java language than in C . 但是不方便的是,虚方法对内联造成了障碍,而虚函数调用在Java中要比在C 中普遍。 www.ibm.com 3. He can write scripts like this in a snap without knowing he is making Jython function calls. 他可以立刻编写这样的脚本,而没有意识到正在进行Jython函数调用。 www.ibm.com 4. Even when you use Trace. : : . Assert, you might still want to avoid placing function calls inside an Assert statement. 即使在使用Trace.::.Assert时,也需要避免将函数调用放置到Assert语句中。 msdn2.microsoft.com 5. One function calls a helper method that performs the actual request to the server. 一个函数调用帮助器方法,该方法执行对服务器的实际请求。 msdn2.microsoft.com 6. Most languages parse if statements and function calls in basically the same way. 大多数语言都以基本上相同的方法来解析if语句和函数调用。 www.ibm.com 7. Generally, you use methods just like you use subroutines or function calls. 通常,使用方法与使用子例程或使用函数调用一样。 msdn2.microsoft.com 8. Check the number of nested DoEvents function calls, by using the Calls dialog box to view which procedures are active on the stack. 使用Calls对话框查看堆栈中处于活动状态的过程,检查嵌套的DoEvents函数调用的数量。 msdn2.microsoft.com 9. The expressions in the argument list can include function calls. 参数列表中的表达式可包含函数调用。 msdn2.microsoft.com 10. Data is collected only for synchronous function calls. 资料只会针对同步函式呼叫进行收集。 technet.microsoft.com 1. Have one process communicate with another process using the send and receive function calls. 使用send和receive函数调用让一个进程与另一个进程通信。 www.ibm.com 2. It is useful for applications that want to use the same transaction across multiple function calls or multiple thread calls. 此方法十分适合于想要跨多个函数调用或多个线程调用使用相同事务的应用程序。 msdn2.microsoft.com 3. The loadTab function calls the Ajax. Updater to update the content with the specified HTML file. loadTab函数调用Ajax.Updater来用指定的HTML文件更新内容。 www.ibm.com 4. The extension function calls the complete method on the RDF model. 扩展函数调用RDF模型上的complete方法。 www.ibm.com 5. This is how recursive functions keep from trashing the values of the variables in other, active function calls. 这就是递归函数是如何保证其他活动函数调用中的变量值不受影响的。 www.ibm.com 6. Once the arguments are retrieved from the process, the socket function calls the socreate function. 从进程检索参数后,socket函数调用socreate函数。 www.ibm.com 7. Representing the function calls in the stack trace. 类型的数组,表示堆栈跟踪中的函数调用。 msdn2.microsoft.com 8. This can result in performance enhancements when there are a lot of indirect function calls. 当存在大量间接函数调用时,将导致性能增强。 technet.microsoft.com 9. The application gains access to the shared objects by using function calls dlopen, dlsym, and dlclose to the dynamic linking loader. 应用程序通过使用对动态链接装入器的dlopen、dlsym和dlclose函数调用来获取对共享目标文件的访问。 www.ibm.com 10. Changes the default apartment settings when an unmanaged function calls CoInitialize. 在非托管函数调用CoInitialize时更改默认单元设置。 msdn2.microsoft.com 1. Object can be used across function calls and threads. 可以跨函数调用和线程使用。 msdn2.microsoft.com 2. One area that has a major impact is inlining function calls. 一个主要的影响就是内联函数(InliningFunction)调用。 www.infoq.com 3. Party: Sped up tooltip and click function calls. 对工具提示信息问题进行了修改。 www.thewow.cn 4. steps the program one or more instructions , stepping into function calls. 一个或多个指令地单步执行程序,进入并单步执行函数调用。 www.ichacha.net 5. We'll look at the function calls that the services provide and how those serivces fit in the IMS world. 我们将讨论服务提供的函数调用以及这些服务如何适应IMS。 www.ibm.com 6. Steps the program one or more instructions, skipping over function calls. 一个或多个指令地单步执行程序,并跳过函数调用。 msdn2.microsoft.com 7. A DB2 trace captures all traceable internal DB2 function calls and are an invaluable tool to investigate application problems involving DB2. DB2跟踪捕获所有可跟踪的内部DB2函数调用,可以用来诊断涉及DB2的应用程序问题。 www.ibm.com 8. In this article, you learned about the most important TCP function calls that trigger low-level calls to accomplish certain things. 在本文中,您学习了触发低级别调用以完成某些任务的最重要的TCP函数调用。 www.ibm.com 9. For native-to-managed function calls, this line identifies the managed function that is being called from native code. 对于本机到托管函数调用,此行标识当前从本机代码调用的托管函数。 msdn2.microsoft.com 10. One or more DLLs that process ODBC function calls for specific DBMSs. 处理特定DBMS的ODBC函数调用的一个或多个DLL。 msdn2.microsoft.com 1. This sequence of function calls shows you the path to the crash. 这个函数调用序列显示了造成崩溃的代码路径。 www.ibm.com 2. On the other hand, the PrivateAccess function calls assert because there is a very limited number of ways the function can be accessed. 另一方面PrivateAccess函数使用断言是因为只有很有限的几种方式调用该函数。 www.bing.com 3. Read the PHP documentation to learn more about the POSIX regex function calls (see Resources). 要了解关于POSIXregex函数调用的更多信息,请阅读PHP文档(请参阅参考资料)。 www.ibm.com 4. So what we were looking for is first of all is system function calls, because we know what they do. 我们首先要寻找的是系统函数调用,因为我们知道这些函数做什么。 www.ted.com 5. The MFC-provided DllMain function calls InitInstance when your DLL is loaded and it calls ExitInstance before the DLL is unloaded. MFC提供的DllMain函数在DLL被加载时调用InitInstance,并在DLL被卸载之前调用ExitInstance。 msdn2.microsoft.com 6. On the other hand, it is expressible as a Boolean expression if you accept including function calls in the Boolean expression. 但换个角度,假如你答应在布尔表达式中植入包含函数调用,则它就是一个布尔表达式可表述的属性。 dictsearch.appspot.com 7. For example, inlining functions eliminates the overhead of function calls. 例如,内嵌函式可以减轻函式呼叫的额外负荷。 technet.microsoft.com 8. For example, x86 uses calling conventions that store the return address of function calls on the stack. 例如,x86使用调用约定将函数调用的返回地址存储到堆栈上。 msdn2.microsoft.com 9. This section visually presents the sequence of function calls in the Visual Basic Application Model. 本节以图形的方式呈现VisualBasic应用程序模型中的函数调用序列。 msdn2.microsoft.com 10. In Visual Basic 6. 0, parentheses are required around the argument list in Function calls. 在VisualBasic6.0中,括号要将Function调用的参数列表括起来。 msdn2.microsoft.com 1. Hyperlinking within the source code; Imports and function calls in the same module can be navigated via hyperlinks 源代码内部的超链接;同一模块内的导入和函数调用可通过超链接进行导航。 www.ibm.com 2. To avoid such problems, do not place function calls in a 为避免这样的问题,请不要将函数调用放在 msdn2.microsoft.com 3. The several hundred function calls that comprise GDI can be classified in several broad groups 包含GDI的几百个函数调用可以被分类为几个主要的类 126.q876.com 4. Now, break up the conversion process into two function calls 现在,将转换过程分成两个函数调用 www.ibm.com 5. Function calls into any unmanaged library, including common language runtime function calls A verifiable function cannot contain a 对任何非托管库的函数调用,包括公共语言运行库函数调用 msdn2.microsoft.com 6. Identification of obfuscated function calls in binaries 二进制代码中函数混淆调用的识别 ilib.com.cn 7. Simultaneous QueryDosDevice function calls to retrieve all devices may not return the correct results 同时发生的用于检索所有设备的QueryDosDevice函数调用可能不会返回正确结果 support.microsoft.com 8. Both techniques require several things to happen whenever a managed function calls an unmanaged function 托管函数每次调用非托管函数时,这两种技术都要求执行以下几项操作 msdn2.microsoft.com 9. Function Definitions and Function Calls 函数定义和函数调用 www.0470a.net 10. Assume Aliasing Across Function Calls; 仅函数内部不使用别名; tenyear.net 1. Enable property evaluation and other implicit function calls 启用属性求值和其他隐式函数调用 msdn2.microsoft.com 2. When evaluation of properties or implicit function calls is turned off, you can force evaluation by using the 当关闭属性计算或隐式函数调用时,可以使用 msdn2.microsoft.com 3. Loading data through function calls 通过函数调用加载数据 www.ibm.com 4. Here is an alternate way to accomplish the same, if you feel unfamiliar with nested function calls 好吧,如果你不太熟悉嵌套的函数调用,这是另一种写法 www.cnblogs.com 5. Add parenthesis to function calls 在函数调用中添加括号 msdn2.microsoft.com 6. The Embedded GetValue Function Calls the AwRsLibrary Assembly 嵌入式GetValue函数调用AwRsLibrary程序集 msdn2.microsoft.com 7. You might still want to avoid placing function calls inside an 时,也需要避免将函数调用放置到 msdn2.microsoft.com 8. The following example shows how you can make Visual Basic function calls that refer to a field that may be missing 下面的示例说明如何创建引用可能缺失字段的VisualBasic函数调用 technet.microsoft.com |
||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。