⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample6_1.c

📁 Labwindows/CVI方面的例子程序实在太少了
💻 C
字号:
#include <cvirte.h>    /* Needed if linking in external compiler; harmless otherwise */#include "Mylib.h"int status;int main (int argc, char *argv[]){	int hasoldfile;	char file[260];	if (InitCVIRTE (0, argv, 0) == 0)    /* Needed if linking in external compiler; harmless otherwise */		return -1;    /* out of memory */		//	status=SetLogo("", &hasoldfile);    	SetStartProgram1("dfgadfg",file);		return 0;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -