科学网

 找回密码
  注册
Motion Control with LabView
陆宇振 2018-4-3 05:54
References: https://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Error-VISA-Hex-0xBFFF001E-The-specified-state-of-the-attribute/td-p/2983055 https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019SVxSAM http://www.elecfans.com/dianzichangshi/20170823540954.htm ...
1484 次阅读|没有评论
Bitwise operations: a case study
陆宇振 2018-2-28 00:47
Bitwise operators are those strange looking operators that may look hard to understand... but not any more! Example : unsigned char dataIn = {0,0,1,0,1,0,0,1}; //unsigned int status = 0; unsigned char status = 0; int main() { for (int i=0; i4; i++) { &n ...
1455 次阅读|没有评论

本页有 8 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-17 01:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部