说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 调用方
1)  caller [英]['kɔ:lə(r)]  [美]['kɔlɚ]
调用方
2)  method invocation
方法调用
3)  invocation method
调用方法
1.
This paper deals with object hierarchical structure,cite mode,set-up of attribute and invocation method in Visual Foxpro,which is of great impor-tance to the writing and execution of the code segments.
面向对象程序设计中的对象引用,必须指明相应的层次关系,就Visual Foxpro中对象的层次结构、引用方式、对象属性的设置以及对象的调用方法作了分析论述,这对程序中代码段的正确书写与执行均有着十分重要的作用。
4)  Method call tree
方法调用树
5)  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总线的周期精确事物级建模,并给出了具体的实现方法和测试方法,具有一定的通用性。
6)  RMI
远程方法调用
1.
Development of Distributed Computing Application System based on RMI;
基于远程方法调用开发分布计算系统
2.
Java remote method invocation(RMI) is one of approaches to develop distributed system,but in practice too many repeated remote method invocations may affect the performance of application.
Java中的远程方法调用是实现分布式系统的主要技术之一,但在实际应用中,过多重复的远程方法调用会影响程序性能。
3.
With the research of architecture and mechanism of Remote Method Invocation,gives an means to develop system with Java RMI in an example.
对Java远程方法调用的体系结构与调用机制进行研究,通过一个实例给出利用Java RMI实现远程方法调用。
补充资料: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的计算器程序了


依次类推可以其他的快捷键打开任意应用程序。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条