1) interrupt call
中断调用
1.
Control over external equipments can be realized by using BIOS sub-program in Assembly Language; and C Language, due to its use of lower resources, also can realize the interrupt call over BIOS and DOS by using related library functions in C Language.
利用汇编语言调用BIOS子程序可以实现对外部设备的控制,而C语言也经常使用到系统的低级资源,同样可以通过相关库函数实现对BIOS及DOS的中断调用。
2) BIOS interrupt function calling
BIOS中断调用
3) DOS interrupt call
DOS中断调用
4) supervisor call interruption
管理程序调用命令中断
5) supervisor call interruption;supervisor call interrupt
管理程序调用中断
6) growth interruption modulation
调制中断
1.
GaN layers have been deposited on (0001) sapphire substrates using radio frequency molecular beam epitaxy by In-protected growth interruption modulation.
使用分子束外延方法,采用In束流保护下的调制中断生长技术,在(0001)蓝宝石衬底上生长GaN薄膜。
补充资料: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的计算器程序了
依次类推可以其他的快捷键打开任意应用程序。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条