码迷,mamicode.com
首页 > 其他好文 > 详细

IDL创建进度条

时间:2014-11-03 12:50:38      阅读:687      评论:0      收藏:0      [点我收藏+]

标签:style   ar   使用   for   sp   数据   on   art   bs   

IDL 处理大数据时使用进度条方便查看程序运行进度。

 

wtlb = widget_base(xsize=400,ysize=400,title=‘进度条‘)

widget_control,wtlb,/realize

;初始化进度条

process = idlitwdprogressbar(group_leader=wtlb,time=0,title=‘ART运行中....‘)
;开始

idlitwdprogressbar_setvalue,process,0

for i=0,n-1 do begin

;主程序

.....

;

wait,2

idlitwdprogressbar_setvalue,process,g ;跟新进度条状态

endfor

IDL创建进度条

标签:style   ar   使用   for   sp   数据   on   art   bs   

原文地址:http://www.cnblogs.com/haizhupan/p/4070910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!