控制流英文解释翻译、控制流的近义词、反义词、例句
英语翻译:
【计】 control flow
相关词条:
1.controlstream 2.controlledflow分词翻译:
控制的英语翻译:
control; dominate; desist; grasp; hold; manage; master; predominate; reinrule
【计】 C; control; controls; dominance; gated; gating; governing
【医】 control; dirigation; encraty
【经】 check; command; control; controlling; cost control; dominantion
monitoring; regulate; rig
流的英语翻译:
flow; stream; current; stream of water; class; wandering【计】 stream
【化】 flow coating(process); stream
【医】 current; flow; flumen; flumina; rheo-; stream
网络扩展解释
控制流
控制流(英文:Control flow)指的是程序执行时代码的执行顺序。控制流的本质是确定下一条指令的执行位置。
拼音
Kòngzhì liú
英语解释翻译
Control flow refers to the order in which code is executed during a program's runtime. The essence of control flow is determining the next instruction to execute.
英文读音
kən'troʊl fləʊ
英文的用法
Control flow is a fundamental concept in computer science and programming. It is used to describe the sequence of instructions executed by a program, and it is essential for building complex algorithms and applications.
英文例句
- Control flow statements, such as if-else and loops, allow programs to make decisions and repeat actions based on conditions.
- The control flow of this algorithm can be improved by applying dynamic programming techniques.
英文近义词
- Flow of control
- Execution order
- Program flow
英文反义词
- Unstructured control flow
- Random order
- Non-deterministic execution
英文单词常用度
根据 Google Ngram Viewer 的数据,自 1970 年以来,“control flow” 这个词组的使用频率逐渐上升,现在已经成为一个常见的计算机科学术语。