Call Reference Value的意思|示意

美 / / 英 / /

呼叫参考值,呼叫引用值


Call Reference Value的网络常见释义

呼叫参考值 Call Reference Value(呼叫参考值)字段用于用户和网络之间,用来识别激活的呼叫。在呼叫开始时此字段就被分配,并在呼叫终止之前一直保持在原位置上。

Call Reference Value相关例句

Be sure that you select the Equal Verification Point on the second call and remove the value (because the reference value passed in for the request should be spelled correctly).

请确保您选择了第二个调用上的Equal Verification Point,并且移除了值(因为引用值的请求的拼写都应该正确)。

Modelers should make no assumptions about the location of the data, call-by-value or call-by-reference semantics, nor any implicit concurrency management facilities.

建模器应当既不考虑数据的位置、是值呼叫还是引用呼叫语义,也不考虑任何并发管理工具。

Modelers should make no assumptions about the location of the data, call-by-value, or call-by-reference semantics nor any implicit concurrency management facilities.

建模员不应该假设数据的位置,值访问或者引用语义访问,也不应该假设任何清晰的并发管理设备。

The enable-call-by-reference element is generally used to pass parameters by reference rather than by value, which requires making a copy of the parameters.

enable-call-by-reference 元素通常用于按引用传递参数,而不是按值传递,后者需要对参数做复制。

The copy constructor is called because you call by value not by reference.

复制构造函数是因为你呼叫的价值不是由参考。

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.

笔者系统地分析了函数参数传递中值调用和引用调用以及函数值返回和引用返回的本质,并举例进行了说明。