当前位置: 首页> 翻译助手> 正文

callee是什么意思 callee的中文翻译、读音、例句

  • 作者: 用户投稿
  • 2022-07-13 10:17:44
  • 230

callee是什么意思 callee的中文翻译、读音、例句

英文单词'callee'通常用于编程领域,表示一个被调用的函数。具体解释见下:

中文翻译:被调用函数

读音:[kæli]

例句:

1. The callee function receives the arguments passed from the caller function.

被调用函数从主调函数接收传递的参数。

2. In this code, the caller function p two arguments to the callee function.

在这段代码中,主调函数向被调用函数传递了两个参数。

callee通常被翻译为"〈美〉受访问者、接电话者"的意思,其次还有"被呼唤人"的意思,单词读音音标为[kɒ:'li:],在英语中以名词出现较多,在《大课标百科词典》中,共找到21个与callee相关的句子。

Callee的翻译

1.〈美〉受访问者

例句:The callee must take the necessary precautions to ensure that the buffer is not overrun. (被调用方必须采取必要措施确保缓冲区不溢出。)

2.接电话者

例句:For a callee function, the number of objects that were allocated by the instances of this function that were called by the current function. (对于被调用方函数,为此函数中由当前函数调用的实例所分配的对象数。)

3.被呼唤人

例句:For a callee function, the time that was spent in instances of this function that were generated by calls from the current function. (对于被调用方函数,为此函数由当前函数中的调用生成的实例所用的时间。)

4.被召者、被呼唤人

例句:Callee: This isn't the number you're trying to reach. Please recheck it. (翻译:这不是你要打的电话号码,请再查一下好吗。)

例句

1. For a callee function, the time that was spent in instances of this function that were generated by calls from the current function. (翻译:对于被调用方函数,为此函数由当前函数中的调用生成的实例所用的时间。)

2. Callee: This isn't the number you're trying to reach. Please recheck it. (翻译:这不是你要打的电话号码,请再查一下好吗。)

3. The caller and callee must agree on the size of the buffer. (翻译:调用方和被调用方必须就缓冲区的大小达成一致。)

4. The callee must take the necessary precautions to ensure that the buffer is not overrun. (翻译:被调用方必须采取必要措施确保缓冲区不溢出。)

5. For a callee function, the number of exclusive samples of this function that were collected when the current function called this function. (翻译:对于被调用方函数,为当前函数调用此函数时收集的此函数的独占样本数。)

我会尽力回答这个问题,希望能帮到您。

1. 定义 - callee是计算机科学中一种术语,是指被调用的函数、方法或程序,由调用者(caller)调用。

2. 来源 - callee一词来自于英语中的call(调用)的被动形式,即“被调用”的意思。

3. 使用场景 - callee通常用于程序设计中,特别是在面向对象编程中,如Java、C++、Python等编程语言中。

4. 相关术语 - callee通常与caller(调用者)一同出现,两个术语相互对应,用于说明程序调用关系。

5. 例句:

- The callee function is responsible for processing the input data and returning the output to the caller function.(被调用的函数负责处理输入数据并将输出返回给调用者函数。)

- The caller function p arguments to the callee function in order to execute specific tasks.(调用者函数传递参数给被调用函数以执行特定任务。)

- In object-oriented programming, an object can call its own methods as well as the methods of other objects, which become the callees.(在面向对象编程中,一个对象可以调用自己的方法以及其他对象的方法,这些方法成为被调用者。)

- The callee subroutine may need to return some data to the caller subroutine in order to continue the execution of the program.(被调用的子程序可能需要将一些数据返回给调用的子程序,以便继续执行程序。)

- In the event of an exception, the caller method will pass control to the appropriate callee method to handle the error.(在异常情况下,调用者方法将把控制权传递给适当的被调用者方法来处理错误。)

 
 
  • 3457人参与,13条评论