子程序英语怎么说
本文为您带来子程序的英文翻译,包括子程序用英语怎么说,子程序用英语怎么说,子程序的英语造句,子程序的
本文为您带来子程序的英文翻译,包括子程序用英语怎么说,子程序用英语怎么说,子程序的英语造句,子程序的英文原声例句,子程序的相关英语短语等内容。
子程序的英文翻译,子程序的英语怎么说?
n.subroutine ; subprogram
misc.functional element program
子程序的英语网络释义
通常,当一个 Python 函数调用子程序(subroutine)时,这个子程序将一直持有控制权,只有当子程序结束(返回或者抛出异常)后,控制权才还给调用者: >>> def foo(): ..
子程序(subprogram):存储在数据库中的存储过程、函数等。当在数据库上建立好后可以在其它程序中调用它们。
... subroutine subprogram 子程序 ; 次例程次程序 subprogram types 次程序型式 relocatable subprogram 浮动辅程序 ...
...oulomb 理论),进行同样的安全系数计 算,得到动安全系数曲线,将两者进行对比,两者 完全重合,说明开发的材料 子程序 ( UMAT )是正 确的。
子程序的汉英大词典
子程序
- {自} subprogram; functional element program; subroutine
- 短语:
- 子程序包 subroutine package;
- 子程序带 subroutine tape;
- 子程序调用 subroutine call;
- 子程序分析程序 subroutine analyzer;
- 子程序化 subroutinization;
- 子程序使用说明书 description of subroutine;
- 子程序语句 subprogram statement
子程序的英语短语
进入子程序bash
开型子程序[计]open subroutine;[计]open subprogram;direct insert routine
闭型子程序[计]closed subroutine;[计]linked subroutine;[计]closed subprogram;closed sub routine
子程序调用[计]subroutine call;CALL;[计]subprogram call;CALUFNC
库存子程序[计]library subroutine
动态子程序dynamic routine;dynamicsubroutine;[计]dynamic subroutine
除法子程序[计]division subroutine;dividing subroutine
电子程序指南EPG
检验子程序[计]check subroutine;checking subroutine
子程序的英文例句
想象一下可以修改子程序的返回值!
Imagine being able to modify the return value of your subroutine!
它也用编好的子程序计算对数和三角。
It was also programmed with subroutines for logarithms and trigonometry.
子程序、引用和数据结构。
Subroutines, references, and data structures.
子程序的其余部分实现简单的震动检测算法。
The remainder of the subroutine is the implementation of the simple shake-detection algorithm.
这与调用所有其它子程序的“主例程”类似。
This is analogous to a "main routine" which invokes all other subroutines.
子程序有两种形式——过程或函数。
Subprograms occur in one of two forms — procedures or functions.
清单5 . matchwords子程序。
Listing 5. matchWords subroutine.
本文使用的示例程序是一个投骰子程序。
The sample program used for this article is a die-rolling program.
让我们来看一看这个子程序并了解一下其工作原理。
Let's take a look at the subroutine and describe how it works.
设置了子程序后,我们将快速转入简短的主程序逻辑。
With our subroutines set up, we move quickly into the short main program logic.
这种模式通常用于全局变量访问、分支以及子程序调用。
This mode is often used for global variable access, branching, and subroutine calls.
自从分支到子程序时代以来,现在有什么已经被改变了?
Now what has changed since the branch to subroutine-era?
Figure5显示了例子程序的输出结果。
Figure 5 shows the output from the sample application.
子程序是在一段程序中可以被重用的部分,就像活字那样。
A subroutine is a part of a program that can be re-used, just like movable type.
程序员喜欢使用那些很好地进行了优化,容易使用的子程序。
Programmers like well-optimized, atomic subroutines that are ready to use.
stack区域用于子程序返回地址,也用于存储自动数据。
The stack region is used for subroutine return addresses, as well as to store automatic data.
Pie模块的标绘子程序期望获得一批数组(标签和数据值)。
The plot subroutine of the GD::Pie module expects an array of arrays (labels and data values).
如果有一个或多个星号,子程序将继续执行处理来创建正则表达式。
If one or more asterisks are present, the subroutine will continue its processing to create the regular expressions.
这样做使增加互斥代码时只需要在一个子程序中进行改动。
This way, the change to add mutex code only has to happen in one place.
controller子程序也包含同客户端软件交互的用户接口。
The Controller subprogram also contains the user interface to interact with the client software.
如果等于该值的话,则存储子程序的第一行和最后一行代码,以及行号。
If it does, the first and last line, and the number of lines can be stored for the subprogram.
这些大脑将作为一个新的外来品种提供一个“人类策略数据库”的子程序。
These brains would then provide a "human strategy database" of subroutines for seeding new aliens.
接下来,我将介绍另外的一个子程序:创建动态GUI元素。
Next, I'll talk about the other sub-process, creating dynamic GUI elements.
本文使用一个标准化部件名称的示例,使用一家制造公司的部件名称子程序。
This article USES an example of standardizing part names using the part name subroutine for a manufacturing company.
一个可以通过网络存取的掷骰子程序在许多方面适合作为示例程序。
A network-accessible die roller has many features that make it suitable as a demonstration program.
子程序这章主要针对新的语法(原型和属性),以及左值属性(5.6.0)。
The subroutines chapter covers new syntax (prototypes and attributes), plus the brand new lvalue attribute (as of 5.6.0).
Figure2是我将在整个文章引用的例子程序的一个屏幕快照。
Figure 2 shows a screenshot of the sample application that I will be referring to throughout this article.
pthread_create()子程序使用线程参数返回新的线程ID。
The pthread_create() subroutine returns the new thread ID using a thread argument.
使用程序图来从源成员的选择中为子程序、程序和程序访问创建一个可视化访问图。
Generates a visual call graph for subroutine, procedure, and program calls from a selection of source members by using the Application Diagram.
使用程序图来从源成员的选择中为子程序、程序和程序访问创建一个可视化访问图。
Generates a visual call graph for subroutine, procedure, and program calls from a selection of source members by using the Application Diagram.
子程序的原声例句
nano Well, anytime you run a program at the command line, like nano, you've almost always been putting one or more words nano hello cGCC helloc after that program's name; nano hello dot C, GCC hello dot C, and any number of MKDIR for make directory, and then peace at one or similar.
好的,任何时候在命令行中运行一个程序,就像,你几乎总是用1个或多个单词,在程序名的后面,许多的建立一个新的子目录,然后恢复平静。
子程序的网络释义
子程序 【注音】:zǐ chéng xù 在计算机科学中,子程序(英语:Subroutine, procedure, function, routine, method, subprogram, callable unit),是一个大型程序中的某部份代码,由一个或多个语句块组成。它负责完成某项特定任务,而且相较于其他代码,具备相对的独立性。 一般会有输入参数并有返回值,提供对过程的封装和细节的隐藏。这些代码通常被集成为软件库。 函数在面向过程的语言中已经出现。是结构(Struct)和类(Class)的前身。本身就是对具有相关性语句的归类和对某过程的抽象。
以上关于子程序的英语翻译来自英汉大词典,希望对您学习子程序的英语有帮助。