g_test1.cpp

来自「使用VC与MATLAB混合编程实现了一路波形信号的FFT变换」· C++ 代码 · 共 23 行

CPP
23
字号
  #include "matlib.h"
  #pragma hdrstop
  
  #include "test1.h"
  
  unsigned int mlibpr=mt_set_MT(0); // 1 if program is multithreaded, 0 otherwise.
  
  
  int main() {
    begin_scope
    
    initM(MATCOM_VERSION);
    
    #include "test1.cpp"
    
    exitM();
    return 0;
    end_scope
  }
  
  
  

⌨️ 快捷键说明

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