What is the translation of " 调用代码 " in English?

Examples of using 调用代码 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
这意味着调用代码不必传递它的值。
This means that the calling code does not have to pass a value for it.
函数可以将一个值返回到调用代码中作为结果。
A function can return a value back into the calling code as the result.
它们经常增加调用代码的清晰度,以向后兼容方式给函数增加新特性的功能。
They often increase the clarity of calling code, and give functions the ability to grow new features in a backwards compatible way.
你能选择用POJOs或localEJBs来实现业务接口,却不会影响调用代码
You can choose to implement business interfaces as POJOs orlocal EJBs without affecting calling code.
Python有一个'with'语句,它封装了块的执行,在块的入口和出口调用代码
Python has a'with' statement that wraps the execution of a block, calling code on the entrance and exit from the block.
Google提供了较为完善的二维码生成接口,调用API接口很简单,以下是调用代码:.
Google offers a more comprehensive two-dimensional code generation interface, call the API interface is very simple,the following is the calling code.
当执行到达时,函数停止,并将值返回给调用代码(分配给上述result)。
When the execution reaches it, the function stops,and the value is returned to the calling code(assigned to result above).
细胞也可以调用代码,这将在本指南的后面解释。
Cells may also invoke Codes, which will be explained later in this guide.
无服务器功能是事件驱动的,这意味着只有在请求触发时才会调用代码
Serverless functions are event-driven, meaning the code is invoked only when triggered by a request.
在其他情况下,您可以通过按Ctrl+1来调用代码自动完成功能。
In other cases, you can invoke code completion by using Ctrl+1.
找不到调用代码
Can't find code reference.
这使得调用代码可以进行优化。
This conversion code can be optimized.
让我们在Objective-C中调用代码
We fully support coding in Objective-C.
我们将编写一个小的C程序以调用代码,它可以让我们的工作更容易一点。
We will write a little C program to call our code, which should make our life a bit easier.
第二,同步代码调用asyncvoid方法。
The second is when the synchronous code calls an async void method.
可以从现有的JavaScript代码调用TypeScript代码。
TypeScript code can be called from an existing JavaScript code..
Clojure完全支持调用Java代码,反之亦然。
Clojure supports the efficient calling of Java code from Clojure and vice versa.
Reactor事先并不知道调用我们代码的哪个函数.
The reactor can't know in advance which part of our code needs to be called.
下列是您可能决定从C/C++代码调用Java代码的典型情况:.
The following aretypical situations where you might decide to call Java code from C/C++ code:.
开发一个应用程序来调用生成代码中的函数/方法,.
Develop an application to call functions/methods within the generated code.
函数可以向调用它的代码返回值。
Functions can return values to the code that calls them.
由于COM组件不在CLR内运行,所以它们无法直接调用管理代码组件。
Because COM components don't operate within the CLR, they are unable to call managed code components directly.
每一个JavaScript引擎都提供了一种从脚本调用本地代码的方法。
Every JavaScript engine provides a way to call native code from scripts.
例如,同位体实现可以使用此设施来避免从系统线程调用用户代码
For instance,peer implementations can use this facility to avoid making calls into user code from a system thread.
函数与那些定义在JavaScript以及能够调用JavaScript代码的语言中的函数类似等。
Functions are similar to those defined in JavaScript, and the language can call JavaScript code.
举例来说,程序员可以写一些代码调用一些重用的代码,如printf()。
For example, a programmer might write some code that called some reusable code such as printf().
Swift调用C代码的能力让我们可以很容易地使用大量已经存在的C的代码库。
Swift's ability to call into C code allows us to take advantage of the abundance of existing C libraries.
从Rust调用C代码与从C++调用C代码一样高效。
Calling C code from Rust is designed to be as efficient as calling C code from C++.
Function,函数,是一个可以被其他代码或其自身调用的代码片段,或者是一个指向该函数的变量。
A function is a code snippet that can be called by other code or by itself, or a variable that refers to the function.
事实上也没有合理的方式来恢复调用方的代码:调用方的程序员需要修复其代码
In fact, there's no reasonable way for calling code to recover; the calling programmers need to fix the code.
Results: 457, Time: 0.0163

Word-for-word translation

Top dictionary queries

Chinese - English