首页 > 其他 > 详细

Halcon算子翻译——exit

时间:2017-11-10 17:28:50      阅读:201      评论:0      收藏:0      [点我收藏+]

名称

exit - 终止HDevelop。

用法

exit( : : : )

描述

退出HDevelop。 算子等同于菜单项File - > Quit。 在内部和导出的C ++代码中使用C函数调用exit(0)。

exit terminates HDevelop. The operator is aquivalent to the menu entry File -> Quit. Internally and for exported C++ code the C-function call exit(0) is used.

示例

read_image (Image, fabrik)
intensity (Image, Image, Mean, Deviation)
open_file (intensity.txt, output, FileHandle)
fwrite_string (FileHandle, Mean +   + Deviation)
close_file (FileHandle)
exit ()

结果

退出返回0(o.k.)到HDevelop的调用环境=操作系统。

也可以看看

stop

模块

Foundation

HDevelop例程

exit.hdev Terminate HDevelop after the task is finished

Halcon算子翻译——exit

原文:http://www.cnblogs.com/xhiong/p/7815540.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!