说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 外部函数调用
1)  External Function Call
外部函数调用
1.
By use of Windows API and PowerBuilder s external function call,the realized methods are presented.
针对PowerBuilder基本图形功能和多媒体功能不够完善的情况,笔者介绍了对其进行图形功能和多媒体功能扩展的思想,并利用Windows的API和PowerBuilder的外部函数调用等功能,给出了在PowerBuilder中实现常用图形功能和多媒体功能的具体方法。
2)  external function reference
外部函数引用
3)  external function
外部函数
1.
The method of using external functions to play background music in making multimedia CAI works;
多媒体CAI课件制作中使用外部函数播放背景音乐的方法
2.
PowerBuilder) and a PB s external function with the dog parameter of the user s product.
讨论了采用加密狗来保护软件版权的一种技术,论述了利用可视化的高级语言开发工具(PowerBuilder)及其外部函数读取加密狗参数来实现这项技术的原理、方法及程序实现。
3.
PowerBuilder) and a PB s external function with the disk parameter of the user s com.
讨论了采用电子注册器来保护软件版权的一种技术,论述了利用可视化的高级语言开发工具(PowerBuilder)及其外部函数读取硬盘参数来实现这项技术的原理、方法及程序实现。
4)  external call
外部调用
5)  function call
函数调用
1.
Starting from the excitation mechanism of function call,the author discusses the process of recursive call 、whether or not to realize recursive and how to program with recursive technique.
本文从函数调用机制出发 ,深入讨论了递归的调用过程、递归能否实现及如何使用递归技术编程等问
2.
This paper discuss the differences and relationship between system call and function call.
介绍了LINUX系统调用和函数调用的区别及联系 ,一般地系统调用与函数调用在形式上并没有什么区别 ,但是系统调用与函数在执行效率、所完成的功能和可移植性方面却有很大的区别 ,函数库中的函数尤其是与输入输出有关的函数 ,大多数必须通过LINUX的系统调用来完
6)  function transfer
函数调用
1.
Application of main memory in function transfer of C language programming;
内存概念在C语言函数调用中的应用
2.
In computer advanced language programming teaching,recursive algorithm is more complicated and difficult to grasp,from the process of function transfer,different action region of form parameters and local variables,and the methods of induction thinking can help students further master the orderliness of designing recursive algorithm,so as to achieve good teaching effect.
在计算机高级语言程序设计教学中,递归算法比较复杂和难以掌握,从函数调用的过程、形参和局部变量的不同作用域、归纳思维的方法来理解递归算法,可以帮助学生进一步掌握设计递归算法的规律,以达到良好的教学效果。
补充资料: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的计算器程序了


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

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