If a program will always jump from one point to another , isn ' t there some way to reorganize the code so the flow of control is not so jumpy 若程序总是从一个地方跳到另一个地方,还有什么办法能识别代码的流程呢?
Exceptions are a means of breaking out of the normal flow of control of a code block in order to handle errors or other exceptional conditions 异常就是为了处理出错或者处理其它意外情况而中断代码块的正常控制流。
Activity diagrams show the flow of control from one activity to the next , and use - case diagrams illustrate elements outside the system 动作图表显示从一个动作到下一个动作的控制流,使用案例图表说明系统外面的组成部分。
Occurs when the acquisition and freeing of a resource are split across method boundaries , allowing for certain flows of control that do not free the resource as they should 资源的获取和释放按方法边界一分为二,允许某些控制流不释放它们本该释放的资源时发生。
Along the way , i also discuss some details of bytecode operation i haven t dealt with in prior articles , particularly in the areas of method calls and flow of control 同时,我也会讨论字节码操作的一些细节,这是我以前的文章中没有涉及到的,特别是在调用方法和控制流领域。
In programming , instructions which determine conditional jumps are often refer red to as control instruction , and the time sequence of execution of instruction s is called the flow of control 在程序设计中,确定条件转移的指令通常称作控制指令,而指令执行的时间序列叫控制流。
With the increase of cash flow of controlling shareholders , agency costs of debt financing decreases , which testifies the " incentive effects " of controlling shareholders 研究结果认为,控股股东的存在加大了债权人与股东之间的信息不对称程度、提高了负债融资的代理成本,并导致企业过早投资。
This traps a number of common error conditions such as syntax errors or arithmetic overflow and diverts the flow of control to a special error - handling routine youve written 这可以为很多常见的错误条件(例如语法错误或算术上溢)设陷,并将控制流转移到您自己编写的一个专门的错误处理例程。
The normal flow of control is shown with solid lines , whereas dashed lines show alternate flows depending on whether a component requests a page redisplay or validation or conversion errors occur 正常的处理流程通过实线标识,虚线表示一些诸如刷新显示、验证错误、转换错误等特殊情况的可选的处理流程。
This bug occurs when the acquisition and freeing of a resource are split across method boundaries , allowing for certain flows of control that do not free the resource as they should , either by leaking them or by freeing them too early 当资源的获取和释放按方法边界一分为二,允许某些控制流不释放它们本该释放的资源,其表现形式为泄漏或过早地释放它们时,这种错误发生。