语言选择:
免费网上英汉字典|3Dict

control flow

资料来源 : Free On-Line Dictionary of Computing

control flow
     
         (Or "flow of control") The sequence of execution
        of instructions in a program.  This is determined at run time
        by the input data and by the {control structures} (e.g. "if"
        statements) used in the program.
     
        Not to be confused with "{flow control}".
     
        (1997-09-14)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z