1)OCIOracle调用接口
1.In other words,making use of the similarity between ODBC and the Oracle Call Interface(OCI) of Oracle access database modes,the existing ODBC function is rewritten by using the OCI function,while keeping the ODBC interface function constant.文章提出一种"虚"ODBC(开放式数据库连接)函数的实现方式,即利用ODBC与Oracle OCI(Oracle调用接口)访问数据库模式的相似之处,在保持ODBC接口函数不变的情况下,使用Oracle数据库的OCI函数来改写已有的ODBC函数。
2)Call Interface调用接口
1.A Kind of Oracle Database Call Interface Based on OCI9基于OCI9的Oracle数据库调用接口的实现
英文短句/例句
1.Simulation system adopt HLA frame structure, join federal member in interface standard.该系统采用HLA框架结构,接口规范通过调用接口联接联邦成员。
2.A Kind of Oracle Database Call Interface Based on OCI9基于OCI9的Oracle数据库调用接口的实现
3.CMCI(Cable Modem to CPE Interface)电缆调制解调器至用户屋内设备接口
4.You need the interface at the client side to invoke the EJB.你需要在客户端使用接口来调用EJB.
5.Map all v-table Interfaces to safecall映射所有虚拟桌面接口到安全调用
6.Map only dual Interfaces to safecall仅仅映射双重接口到安全调用
7.The research for the outer calling function in LabView and the interface technique of IMPLabView外部调用及IMP模块接口技术研究
8.Select the modem or adapter this interface will use.选择此接口所要使用的调制解调器或适配器。
9.external modem interface外部调制解调器接口
10.terminal-modem interface终端-调制解调器接口
11.Failed to call initialize on the cluster config initiliaze interface.未能在群集配置初始化接口上调用初始化。
12.A signal sampling interface and processing method applied to ECG monitor一种用于监护仪的心电信号采集接口调理方法
13.Research on Information Organization and Interface Standardization of Commercial Vehicle Dispatch System;商用车辆调度系统信息组织及接口标准化研究
14.A Method of Remote Procedure Call Based on Compilation of Original Interfaces一种基于原始接口编译的远程调用部署方法
15.graphical user interface图形用户接口,[台]图形使用者接口,图形模式使用者接口,[港]图形用户接口,图像操作接口
16.JDBC is a call-level interface that provides dynamic access from Java to SQL.JDBC是一种调用级的接口,提供从Java到SQL的动态存龋
17.Allows clients to pass a site interface into this class which can in turn be used to call back into the client.允许客户端把站点接口传入此类,然后可以用它回调到客户端。
18.This rotator device is still used today for all Takahashi focuser from the2” to4” focusers and all astrographs.该旋转接口至今仍应用于高桥的2”到4”的调焦座以及天文摄影中。
相关短句/例句
Call Interface调用接口
1.A Kind of Oracle Database Call Interface Based on OCI9基于OCI9的Oracle数据库调用接口的实现
3)interface methods接口和调用
4)interface method call(IMC)接口方法调用
1.In the design of North Bridge,the TLM of the Wishbone is made based on the interface method call(IMC) theory of SystemC.以北桥中的总线设计为背景,采用SystemC中接口方法调用的原理,实现了对Wishbone总线的周期精确事物级建模,并给出了具体的实现方法和测试方法,具有一定的通用性。
5)DII动态调用接口
1.Integrating SOAP/XML with CORBA based on DII;在分析XML语言和SOAP消息特点的基础上,提出了采用封装XML表达的数据在SOAP消息中进行传输的解决办法,构建了基于DII(动态调用接口)的SOAP/XML与CORBA的集成模型,并具体讨论了集成模型的实现。
6)database call interface数据库调用接口
延伸阅读
Pro/E中快速调用外部程序当我们在使用proe进行设计时,难免会使用一些外部的应用程序 通常我们都会把proe最小化到桌面后去寻找所需要的次序、或者在Windows的程序组中寻找 这样比较不方便。其实利用proe的mapkey功能就可以解决这个问题,下面以使用计算器为例首先,建立一个bat文件,编辑以下 @echo off REM Start Calculator set C:\WINNT\SYSTEM32 start calc.exe exit 然后在proe中打开Environment > Mapkeys > New如下图的操作保存后就可以在proe中以快捷键F10打开Windows的计算器程序了依次类推可以其他的快捷键打开任意应用程序。
