会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
侠梦千年
首页
联系
管理
2016年7月8日
halcon 常用运算符
摘要: 1.Assign算子:assign(Input, Result),对变量以及表达式或数组赋值 assign(sin(x) + cos(y), u) which is displayed in the program window as: 程序窗等价为 u := sin(x) + cos(y) Tup
阅读全文
posted @ 2016-07-08 16:21 侠梦千年
阅读(2230)
评论(0)
推荐(0)
编辑