说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 调用约定
1)  calling convention
调用约定
1.
Finally,how Fortran DLL is imported in Visual C++,Visual Basic ,Delphi,and how calling convention,naming convention and argument passing consistently reconciled between Fortran and Visual C++,Visual Basic as well as Delphi,are discussed respectively.
论述了 32位Fortran与VisualC + +、VisualBasic、Delphi混合编程的基础和实现途径 ,给出了建造Fortran动态链接库的一些技术细节 ,探讨了VisualC + +、VisualBasic、Delphi如何导入Fortran动态链接库 ,如何与Fortran在调用约定、命名约定、参数传递上保持一
2.
A thorough discussion is carried out,what the specification of Win32 API is,how calling conventions in Visual Fortran are adjusted,how to patch up differences of string,multi-dimension array and derived type arguments in Fortran 90/95 from equivalents in Win32 API,etc.
对此进行较为系统的探讨,Win32 API事实上的标准是如何要求的,如何调整Visual Fortran的调用约定,如何消除Fortran 90/95的字符串、多维数组及派生类型与Win32 API中的对应实体的差异等,并用典型示例加以说明。
2)  C calling convention
C 调用约定
3)  calling convention of function
函数调用约定
4)  convention of linguistic usage;linguistic convention
语用约定
5)  Call definition
调用定义
6)  qualified call
限定调用
补充资料: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的计算器程序了


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

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