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

📄 g_test1.cpp

📁 使用VC与MATLAB混合编程实现了一路波形信号的FFT变换
💻 CPP
字号:
  #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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -