Control structure
概述
参考:
Control structure(控制结构) 有的时候也称为 Control flow(控制流),在计算机科学中是指,执行或评估命令时程序的各个语句、指令、函数的调用顺序。对显式控制流的强调将命令式编程与声明式编程区分开来。
选择
if else
switch case
循环
Loop(循环)
Recurise(递归)
Iterative(迭代)
Traversal(遍历)
结构化的非局部控制流
异常处理
延续
异步
协程
Coroutines(协程)
反馈
此页是否对你有帮助?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.