【机器视觉】 exit算子
发布日期:2021-06-29 20:52:53 浏览次数:3 分类:技术文章

本文共 646 字,大约阅读时间需要 2 分钟。

00. 目录

文章目录

01. 概述

exit - 退出HDevelop。

02. 签名

exit( : : : )

03. 描述

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

原文描述

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

04. 注意

05. 参数

06. 结果

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

HDevelop例程

exit.hdev Terminate HDevelop after the task is finished。

程序示例

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

07. 附录

7.1 机器视觉博客汇总

网址:

转载地址:https://dengjin.blog.csdn.net/article/details/117946448 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:【机器视觉】 export_def算子
下一篇:【机器视觉】 executable_expression算子

发表评论

最新留言

留言是一种美德,欢迎回访!
[***.207.175.100]2024年04月12日 13时18分23秒