摘要:
#include <stdio.h> #include <stdlib.h> #include <NIDAQmx.h> #define DAQmxErrChk(functionCall) if( DAQmxFailed(error=(functionCall)) ) goto Error; else 阅读全文
posted @ 2022-05-16 10:45
手磨咖啡
阅读(109)
评论(0)
推荐(0)
摘要:
#include <stdio.h> #include <NIDAQmx.h> #define DAQmxErrChk(functionCall) if( DAQmxFailed(error=(functionCall)) ) goto Error; else int main(void) { in 阅读全文
posted @ 2022-05-16 10:44
手磨咖啡
阅读(292)
评论(0)
推荐(0)
摘要:
错误: C2360 “position”的初始化操作由“case”标签跳过 原因:case里面定义变量要用{}括起来,我定义了int position所以出现问题 阅读全文
posted @ 2022-05-16 10:28
手磨咖啡
阅读(487)
评论(0)
推荐(0)

浙公网安备 33010602011771号