首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴靳国臣的代码贴全部
#include"engine.h"
#include<iostream>
#include<string>
using namespace std;
void main()
{
engine *ep=NULL;
if(ep==NULL)
{if(!(ep=engOpen("\0")))
   
{std::cout<<"Fail to start MATLAB engine!"<<std::endl;
      exit(1);
......................
阅读全部 | 2014年11月21日 19:03
1
靳国臣