1) call by reference

引用调用
1.
The paper makes in-depth analysis about essence of call by values and call by references, return by value and return by reference, also explains these through some examples.
笔者系统地分析了函数参数传递中值调用和引用调用以及函数值返回和引用返回的本质,并举例进行了说明。
2.
The paper introduces the concept of reference and the application of the transfer function of call by reference in the different functions,expounds the design thought that the reference parameter replaces the pointer parameter transfer in C++.
文章通过对引用的概述和引用调用在不同函数中传递数据功能的应用,进一步说明c++主张用引用参数传递取代指针参数传递方式的设计思想。
2) intra-class def-use pair

类内引用-调用对
3) invoke
[英][ɪn'vəʊk] [美][ɪn'vok]

调用;引用;请求;引起,产生
4) quote
[英][kwəʊt] [美][kwot]

引用
1.
Combined with examples,it represents the comprehensions to reference,quote and copy.

结合实例阐述了对参考、引用和复制这三个词汇的理解,在此基础上,结合当今国内建筑创作领域中存在的问题,批评了当代建筑师对于建筑创作的态度的认识错误,表达了对建筑师走出误区的期待,并对建筑创作的手法进行了探索。
2.
The application of OLE technology and the quote of OLE object in VFP are presented in this paper.
介绍了在VFP中OLE技术的应用与OLE对象引用的方
3.
It s the main reason which made difference between the Shuowenjiezi Li Shan quoted and our′s today.
征引《说文解字》是李善注解《昭明文选》的重要方式,但一个词的普遍意义(即词典意义)与特殊意义(即语境意义)常常产生矛盾,因此,李善在引用《说文解字》时通过有意识地节引、改动、隐括、补充等方式对其做了不同程度的改造,以适应注解的需要。
5) reference
[英]['refrəns] [美]['rɛfrəns]

引用
1.
A topological space structure of component sets is proposed on the basis of component and reference formalization, and a new method based on topological dynamical systems is used to study the formal semantics with parallel recursive reference of components.
在组件和引用形式模型的基础上给出了组件集的拓扑空间结构,从而在组件并行递归引用形式语义的研究中引入一种新的基于拓扑动力系统的观点和方法,将其指称对象的存在性归结于一个动力系统的吸引子和泛函不动点,同时将引用过程描述为系统的轨迹。
2.
This paper tentatively analyzes the realization mechanism of a reference type variable in C,and compares reference and pointer so as to deepen the comprehension of reference.
为准确理解C语言引用的本质,对C语言引用型变理的实现机制进行了初步探讨。
6) quotation
[英][kwəʊ'teɪʃn] [美][kwo'teʃən]

引用
1.
Analysis of quotation system of object-oriented programming (OOP) language-C~(++);

面向对象程序设计C~(++)语言引用机制的剖析
2.
The principles that establish figures of speech - To distingu ish between the quotation and the variations of idioms;
辞格的比较、分析和确定──从引用和仿拟的区别说起
补充资料: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的计算器程序了
依次类推可以其他的快捷键打开任意应用程序。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条