idl

  • abbr.日界线
  • 网络接口定义语言(Interface Definition Language);中密度脂蛋白(Intermediate Density Lipoprotein);接口描述语言(Interface Description Language)

idlidl

idl

接口定义语言(Interface Definition Language)

接口定义语言 (idl) 文件,描述接口特定于您的对象。Polygon.rgs 此注册表脚本包含注册的程序的 DLL 信息。

中密度脂蛋白(Intermediate Density Lipoprotein)

除上述四类脂蛋白外,还有中密度脂蛋白IDL),它是VLDL在血浆中的代谢物,其组成及密度介于VLDL及LDL之间,密度为1…

接口描述语言(Interface Description Language)

的定义采用接口描述语言(IDL)来描述,API的实现采用分布式的Corba中间件技术。 Parlay组织研究开放的接口部分,并不关心 …

1
With all that out of the way, you should understand that an OMG IDL char is an 8-bit quantity that can represent a character in two ways. 解决了所有问题后,您应该知道OMGIDLchar是一个8位变量,可以用两种方法表示一个字符。
2
Keep in mind that this was not written by me -- it was generated by the IDL-to-Java compiler that came with Orbacus -- jidl. 请记住这不是由我编写的--它是由Orbacus附带的IDL-到-Java编译器jidl生成的。
3
The challenge for the OMG IDL developers was to create a set of array types that would easily map to the language implementations. OMGIDL开发者面临的挑战是创建一组数组类型,它可以轻易地被映射到实现语言中。
4
For each programming language used there must be a mapping that will easily translate the IDL concepts that have been defined. 对于使用的每一种编程语言来说,都需要有一种映射来方便的转换已定义的IDL概念。
5
The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL. 这个分布式程序的作者只需调用并提供在IDL中规定的例行服务器过程。
6
To see a module that exercises all the basic types, check out the motheridl. idl example. 要浏览练习所有这些基本类型的module,请访问motheridl.idl的例子。
7
This may or may not be true with OMG IDL depending upon the language mapping for your implementation language. 对于OMGIDL,也许是这样,也许不是,这取决于其所映射到的实现语言。
8
To see the result of changes to IDL attributes, you must stop debugging and rebuild your application. 若要查看对IDL特性更改的结果,必须停止调试并重新生成应用程序。
9
An IDL user exception is similar to a structure in that the exception can contain any amount of error information of the types you choose. IDL用户异常类似于一个结构,在这个结构中,异常可以包含所选类型的任意多错误信息。
10
The CORBA specification states that this file must extend IDLEntity and have the same name as the IDL interface name. CORBA规范指出这个文件必须扩展IDLEntity,并且与IDL接口同名。
11
Also, as event processing is not used in the adapter, you can use IDL as the transport mechanism for the adapter. 还有,既然在适配器中没有使用时间处理,您就可以使用IDL作为适配器的传输机制。
12
If the model is not corrected, transformation may not be complete, or the generated IDLs might be incomplete. 如果模型不正确的话,转换过程可能不能被完成,或者不能生成IDL文件。
13
The IDL-to-Java mapping defines holder classes for all the IDL basic types as well as a specific format for user-defined types. IDL到Java的映射为所有的IDL基本类型定义了holder类,它同时也作为用户定义类型的标准格式。
14
When we run the IDL-to-Java compiler, the generated Java files will be placed into a subdirectory with the name calcsimpl. 运行IDL-to-Java编译器时,生成的Java文件将会存到名为calcsimpl的子目录中。
15
To a certain degree, then, IDL interfaces correspond to class definitions, and CORBA objects correspond to class instances. 因而在某种程度上,IDL接口对应于类定义,CORBA对象对应于类实例。
16
Because this adapter is operating in a synchronous mode and there is no event processing, the selected transport is IDL. 由于这个适配器是在同步模式才进行操作的,且没有事件处理,所以选择IDL传输。
17
Additionally there is implemented a IDL lexer, which allows to use the preprocessor library as the lexing component of a IDL oriented tool. 此外还实现了一个IDLlexer,允许将预处理器库用作某个面向IDL的工具的lexing组件。
18
The contents of an entire OMG IDL file, along with any files brought in through preprocessor directives, form a naming scope. 整个OMGIDL内容和通过预处理器伪指令传入的所有文件共同组成了命名作用域。
19
If transformation executed successfully, the generated IDL should look similar to the file shown in Figure 13. 如果转换执行的顺利的话,生成的IDL文件应当类似于图13中所示的那样。
20
Transformation will generate module definition corresponding to this package within the NamingAuthority. idl file. 转换过程将在NamingAuthority.idl文件中生成相应于这个包的模块定义。
21
Specifies the name of the. Idl file created by the MIDL compiler. 指定MIDL编译器所创建的.idl文件的名称。
22
One of the primary considerations in mapping IDL to Java elements is consistency. 将IDL映射为Java元素的一个基本思想是一致性。
23
By specifying a path, you affect only the location of an. Idl file; all other files are placed in the project directory. 指定路径仅影响.idl文件的位置;所有其他文件都放在项目目录中。
24
An OMG IDL enumeration is a way of attaching names to numbers, thereby giving more meaning to anyone reading the code. OMGIDL枚举是将名称附加到数字的一种方法,从而读取代码的人就可以了解到更多的含义。
25
IDL (. idl) files, which define COM interfaces and type libraries, do not display in diagrams unless they are compiled to native C++ code. 定义COM介面和型别程式库的IDL(.idl)档案只有在图表已编译为原生C++程式码时,才能够显示图表。
26
Use this page of the Add Property Wizard to specify any interface definition language ( IDL ) settings for the property . 使用“添加属性向导”的该页为属性指定任何接口定义语言(IDL)设置。
27
IDL allows you to create exceptions to indicate your error conditions. IDL允许创建异常来指出错误条件。
28
Now when you run the CORBA transformation again, you will be asked to check out the IDL file(s) to regenerate them as shown in Figure 16. 至此,当您再一次运行CORBA转换时,您将会被提示检验IDL文件来重新生成它们,如图16所示。
29
Two new files (an. Idl file and an. Rgs file, used to register the server) are added. 添加两个新文件(.idl文件和.rgs文件,用于注册服务器)。
30
An important piece of the IDL-to-Java mapping is a zip file containing PIDL, native types and ORB portability interfaces. IDL到Java映射中重要的一项就是包含PIDL,本地类型和ORB可移植接口的压缩文件。