单词 | runtime library |
释义 | 例句释义: 运行时程序库,运行时库,运行库,运行时动态连接库 1. A runtime library has no opportunity to analyze a program and structure the query evaluations in an optimal manner. 运行时库没有机会分析程序并以最优的方式构建查询计算。 www.ibm.com 2. Retroweaver consists of two logical components: a bytecode enhancer and a runtime library. Retroweaver包含两个逻辑组件:一个字节码增强器和一个运行时库。 www.ibm.com 3. Stub files act as an interface between the application and the RPC runtime library during a remote procedure call. stub文件在远程过程调用期间作为应用程序和RPC运行时库之间的接口。 www.ibm.com 4. We would like olap4j to be considered a standard part of the Java runtime library like JDBC. 我们希望olap4j能像JDBC那样被看作是Java运行时库的标准部分。 www.infoq.com 5. The standard C runtime library is not a paragon of good library design. C语言标准运行时库的设计不是很优秀。 dongxi.net 6. The RPC runtime library provides a standard set of runtime routines to support the RPC applications. RPC运行时库提供一套标准的运行时例程来支持RPC应用程序。 www.ibm.com 7. During the server RPC application initialization, it registers the interface with RPC runtime library. 服务器RPC应用程序初始化期间它会向RPC运行时库注册接口。 www.ibm.com 8. A preprocessor translates these statements into calls to a runtime library. 预处理器将这些语句翻译为对运行时库的调用。 www.ianywhere.com 9. In some programming languages, certain reusable programs or "routines" are built and packaged as a "runtime library" . 在有些编程语言中,可生成某些可复用的程序(即例程),并把它们包装成“运行时间程序库”。 www2.ccw.com.cn 10. Groovy Eclipse comes with an embedded Groovy runtime library that is split off as its own Eclipse plugin (or in OSGi parlance, bundle). GroovyEclipse包含一个内嵌的Groovy运行时库,它本身是一个独立的Eclipseplugin(或者按OSGi的说法,一个bundle)。 www.infoq.com 1. Both the C Runtime Library and the Standard C Library can be linked to statically or dynamically, depending on the application's needs. 根据应用程序的客观需要,它可以静态活动态的链接到C运行时程序库和标准C 程序库。 www.cnblogs.com 2. The release information includes runtime library, run path, release, product ID and product option. 版本信息包括运行时库、运行路径、版本、产品ID和产品选项。 www.ibm.com 3. The client object files along with the client stub file is linked with the RPC runtime library to generate the client executable. 客户机对象文件和客户机stub文件与RPC运行时库链接,生成客户机可执行程序。 www.ibm.com 4. With dynamic linking, you can update just one C runtime library, and correct the internationalization of all seventy-nine applications. 有了动态链接,您就可以只更新一个C运行时库,然后修正所有79个应用程序的共同问题。 www.ibm.com 5. The compiler will insert this command to avoid importing each and every routine from the runtime library. 为了避免每次都要从运行时库中导入所有例程,编译器将插入这条命令。 topic.csdn.net 6. A new Eclipse plugin providing a Tuscany runtime Library and Tuscany launcher in Eclipse environment. 新的Eclipse插件以提供Eclipse环境下的Tuscany运行库与Tuscany加载器 www.infoq.com 7. On top of the OS API functions, software vendors implement the C Runtime Library (CRT). 基于操作系统的API函数,软件厂商实现了C运行时程序库(CRT)。 www.cnblogs.com 8. On top of the Windows API, there is the C Runtime Library, which encapsulates and hides the Operating System differences. 处于WindowsAPI之上的则是C的动态运行库,它对操作系统进行了封装,并隐藏了不同的操作系统之间的差异。 www.cnblogs.com 9. Note that using this facility only gives you a subset of the runtime library functions. 注意,在使用这个特性时,只能使用一部分运行时库函数。 www.ibm.com 10. Disable passing additional runtime library search paths. 禁用在搜索路径中传递其他运行库。 lv2.php.net 1. The linker's ability to build a table of safe exception handlers depends on the application using the C runtime library. 链接器能否生成安全异常处理程序表取决于使用C运行库的应用程序。 technet.microsoft.com 2. First, an XPath is passed to the runtime library as a string. 首先,XPath以字符串的形式传递到运行时库。 www.ibm.com 3. Pure Java solution The UltraLite runtime library for the Static Java API is a pure Java application. 纯Java解决方案StaticJavaAPI的UltraLite运行时库是纯Java应用程序。 www.ianywhere.com 4. The runtime library must parse and evaluate an XPath expression at runtime. 运行时库必须在运行时解析并计算XPath表达式。 www.ibm.com 5. The actual replacement classes are included in the runtime library so that they're available when you execute the modified code. 实际的替换类包含在运行时库中,以便在您执行修改过的代码时它们是可用的。 www.ibm.com 6. Microsoft also added versions to their CRT (C runtime library) that operate on DBCS strings. 微软还在它的CRT(Cruntimelibrary)中增加了操作DBCS字符串的版本。 xjchilli.blog.163.com 7. The second important component that RPC introduced is the RPC runtime library. RPC引入的第二个重要组件是远程过程调用运行时库(RPCruntimelibrary)。 www.ibm.com 8. The library -lmwmclmcrrt is used to specify the name of the MATLAB runtime library (libmwmclmcrrt. so). 库-lmwmclmcrrt用于指定MATLAB运行库的名称(libmwmclmcrrt.so)。 www.ibm.com 9. The client and server stubs communicate using the RPC runtime library. 客户机和服务器stub使用RPC运行时库通信。 www.ibm.com 10. For UltraLite clients, the UltraLite runtime library or the UltraLite component includes the required synchronization stream functions. 对于UltraLite客户端,UltraLite运行时库(即UltraLite组件)包括必需的同步流函数。 www.ianywhere.com 1. You will do well to statically link your runtime library. 你所作的是尽量处理好静态连接库。 bbs.pediy.com 2. Make sure your runtime library is set, and you have the full path in your manifest file. 确保设置了运行时库,manifest文件中有完整路径。 www-128.ibm.com 3. One of the most common complaints about Visual Basic is its dependence on a runtime library. 很多人对VisualBasic最大的一个抱怨就是它对运行时库的依赖。 www.infoq.com 4. Runtime Library for Supporting Software Fault-Tolerant Technique in the Application Layer 支持应用软件容错的实时运行库技术 ilib.cn 5. Specify Notes. jar as a required runtime library 指定Notes.jar为必需的运行时库 www.ibm.com 6. Choosing how to link the runtime library 选择链接运行时库的方式 www.ianywhere.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。