说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 方法调用
1)  method invocation
方法调用
2)  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中对象的层次结构、引用方式、对象属性的设置以及对象的调用方法作了分析论述,这对程序中代码段的正确书写与执行均有着十分重要的作用。
3)  Method call tree
方法调用树
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)  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实现远程方法调用
6)  remote method invocation
远程方法调用
1.
Using remote method invocation (RMI) and a distributed object-oriented technique, this paper presents a systematic approach to developing a manufacturing execution system (MES) framework, which is open, modularized, distributed, configurable, interoperable and maintainable.
采用面向分布式对象的远程方法调用(RMI)技术,提出了一种开发开放式、模块化、分布式、可配置、可集成和可维护的制造执行系统(MES)框架的系统方法。
2.
In this method, task has been not only migrated from heavy load computer to light load computer, but also operated on light load computer based on object serialization, multi-thread and remote method invocation of Java.
该方法基于Java的对象序列化机制、多线程机制、远程方法调用(remotemethodinvocation,RMI)技术,实现了将重载机上的任务迁移至轻载机上执行。
3.
In this paper,four key issues are discussed,which are distributed algorithm analysis and design,Java remote method invocation system,multithreading synchronization and load-balancing.
针对标准Hough变换存储空间需求高、计算量大的缺陷,提出了一种用分布式并行计算实现Hough变换的方法,对分布式算法的分析与设计、Java远程方法调用、多线程同步、负载均衡等关键问题进行了讨论。
补充资料: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的计算器程序了


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

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