1) caller
[英]['kɔ:lə(r)] [美]['kɔlɚ]
调用者
1.
By analyzing the characteristics of call and return for function in IA-64 architecture,we know that the work could be done not only in the caller s position,but also in the callee s position.
分析IA-64体系结构在函数调用和返回方面的特性得知,用户函数返回类型恢复不是只能从调用者的角度进行分析,还可从被调用者的角度进行分析。
2) callee
[英][kɔ:'li:] [美][kɔld]
被调用者
1.
By analyzing the characteristics of call and return for function in IA-64 architecture,we know that the work could be done not only in the caller s position,but also in the callee s position.
分析IA-64体系结构在函数调用和返回方面的特性得知,用户函数返回类型恢复不是只能从调用者的角度进行分析,还可从被调用者的角度进行分析。
3) pacesetter
[英]['peɪssetə(r)] [美]['pes'sɛtɚ]
步调调整者
4) coordinator
[英][kəu'ɔ:dineitə] [美][ko'ɔrdṇ,etɚ]
协调者
1.
A trust management model for coordinator in P2P MMOG
一种P2P MMOG中协调者节点的信誉管理模型
2.
In the special times of cultural revolution,Zhou Enlai s political role can be defined as coordinator.
在"文革"的特殊年代,周恩来的政治角色可以定义为协调者。
3.
According to the author, it should be researcher, learner, instructer, participator, coordinator as well as psychotherapist.
研究性学习期望教师的角色发生根本性变革,教师应成为研究性学习的研究者和学习者、指导者和参与者、人际关系协调者和心理治疗工作者。
5) reader investigation
读者调查
1.
Importance of reader investigation for sci-tech periodicals;
科技期刊读者调查的作用
2.
Establishment of reader investigation feedback system in libraries and its perfection
建立健全图书馆的读者调查与反馈机制
补充资料: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的计算器程序了
依次类推可以其他的快捷键打开任意应用程序。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条