CR:调用引用

“Call Reference”通常缩写为“CR”,这种简写方式在书写和使用时更为高效便捷。该术语广泛应用于计算机和电信领域,尤其在程序调用和接口设计中频繁出现,其中文含义为“调用引用”。

Call Reference具体释义

  • 英文缩写:CR
  • 英语全称:Call Reference
  • 中文意思:调用引用
  • 中文拼音:diào yòng yǐn yòng
  • 相关领域cr 电信

Call Reference的英文发音

例句

  1. And what was that call in reference to?
  2. 你们在电话里说了些什么?
  3. It requires that you never forget to call the reference counting functions.
  4. 要求您永远不要忘记调用引用(CR)计数函数。
  5. Therefore, if call by reference is enabled, it applies to all of the remote interfaces in the application, not only to a subset of them.
  6. 因此,如果启用了按引用传递,则它将应用到应用程序中的所有远程接口,而不只是其中一个子集。
  7. In WebLogic, you can enable call by reference on a bean-by-bean basis, but with WebSphere Application Server, you can enable call by reference at the container level.
  8. 在WebLogic中,您可以逐个bean启用按引用调用,而在WebSphereApplicationServer中,只能在容器级别启用按引用调用。
  9. The article narrates the use of reference and how to use reference to call function in c / c + + language, and differentiates the call by address? call by reference and call by value.
  10. 本文讲述了C/C++语言中引用的含义和如何使用引用进行函数参数传递,并区分了传址调用、引用调用和传值调用在函数参数传递的区别。