- 1、本文档共4页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Halcon保留字和函数
?保留字
abs acos and asin assign atan atan2 band bnot bor break bxor catch ceil chr chrt comment continue cos cosh cumul deg deviation else elseif endfor endif endtry endwhile environment exit exp export_def fabs false find floor fmod for gen_tuple_const global H_MSG_FAIL H_MSG_FALSE H_MSG_TRUE H_MSG_VOID if ifelse insert int inverse is_number ldexp log log10 lsh max max2 mean median min min2 not number or ord ords pow rad rand real regexp_match regexp_replace regexp_select regexp_test remove repeat return round rsh select_rank sgn sin sinh sort sort_index split sqrt stop strchr strlen strrchr strrstr strstr subset sum tan tanh throw true try uniq until while xor
Tuple 为笛卡尔积Functionality HDevelop Operation HALCON operator Concatenation连接 [t1,t2] tuple_concat number of elements元素个数 |t| tuple_length select tuple element选择元素 t[i] tuple_select select tuple slice选择部分元素 t[i1:i2] tuple_select_range select elements选择元素 subset(t,i) tuple_select remove tuple elements清除元素 remove(t,i) tuple_remove lookup tuple values查找元素 find(t1,t2) tuple_find unify tuple elements去掉连续重复元素 uniq(t) tuple_uniq tuple creation创建数组 gen_tuple_const(i1,i2) tuple_gen_const Division除 a1 / a2 tuple_div Multiplication乘 a1 * a2 tuple_mult Modulo取模 a1 % a2 tuple_mod Addition加 a1 + a2 tuple_add Subtraction减 a1 - a2 tuple_sub Negation求负数 -a tuple_neg left shift左移 lsh(i1,i2) tuple_lsh right shift右移 rsh(i1,i2) tuple_rsh bitwise and按位与 i1 band i2 tuple_band bitwise xor按位异或 i1 bxor i2 tuple_bxor bitwise o按位或 i1 bor i2 tuple_bor bitwise complement按位求补
i + bnot i = -1 bnot i tuple_bnot string conversion转换字符串 v$s tuple_string string concatenation连接字符串 v1 + v2 tuple_concat search character搜索字符 strchr(s1,s2) tuple_strchr search character (reverse)向后搜索字符 strrchr(s1,s2) tuple_strrchr Search string搜索字符串 strst
文档评论(0)