Go to the first, previous, next, last section, table of contents.


timer

timer(interval,expr,val)
:: 制限時間つきで計算を実行する.
return
結果
interval
制限時間 (秒)
expr
計算する式
val
タイマによる中断時の戻り値
[0] load("cyclic");
1
[10] timer(10,dp_gr_main(cyclic(7),[c0,c1,c2,c3,c4,c5,c6],1,1,0),0);
interval timer expired (VTALRM)
0
[11] 


Go to the first, previous, next, last section, table of contents.