for loop block 循环分程序
The effect is shown graphically in Figure 3: a traditional program would execute the loop sequentially, whereas the OpenMP implementation creates threads to parallelize the for block.
图3中图形化地显示了其效果:传统的程序将连续地执行循环,而OpenMP实现则创建多个线程,从而并行地执行for块。
The LOOP statement executes a statement block for an unspecified number of iterations.
loop语句不限次数地执行一个语句块。
If C99 lifted "variable declaration at top of block" constraint, why doing so in a "for loop" showing error?
如果C99解除“变量声明块”的约束,为什么这样做在一个“循环”显示错误吗?
应用推荐