标签:fwrite func exit and int 使用 write evel 示例
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
exit.hdev Terminate HDevelop after the task is finished
标签:fwrite func exit and int 使用 write evel 示例
原文地址:http://www.cnblogs.com/xhiong/p/7815540.html