会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
王丽松
博客园
首页
新随笔
联系
订阅
管理
2017年12月21日
LabWindows/CVI第一章:基本规则
摘要: 一、 #include<stdio.h> //头文件,#号是预处理指令,standard input output header的缩写。 void main() //主函数 { printf("Hello\n"); //print format的缩写,前加Tab键空出4个格。 return(0);
阅读全文
posted @ 2017-12-21 10:03 王丽松
阅读(813)
评论(0)
推荐(0)
编辑
公告