程序流 meaning in English
program flow
program stream (ps)
ps program stream
Examples
- Imports need to be executed first to simplify the program flow
要简化程序流,必须首先执行导入。 - To send a keystroke to a class and immediately continue with the flow of your program , use
若要发送一个键击给某个类并立即继续程序流,请使用 - When the callback method is finished , program flow returns to the parser , and the process repeats again
当回调方法结束时,程序流将返回到分析器,分析过程将再次重复。 - Fortunately , using a generator is much less work than understanding all the conceptual issues of program flow and state
幸运的是,使用生成器比理解程序流和状态的所有概念性问题容易得多。 - Exceptions can cause performance to suffer significantly , so you should avoid using them as a way to control normal program flow
异常会大大地降低性能,所以您应该避免将它们用作控制正常程序流的方式。