123_com.cpp
来自「实用化工计算机模拟-Matlab在化学工程中的应用源代码」· C++ 代码 · 共 15 行
CPP
15 行
#include "123_com.hpp"
#include "matlab.hpp"
IMCLEvent* g_pEvent = NULL;
extern _mexcpp_information _lib_info;
static CMCLLibInfoCPP g_LibInfo(&_lib_info);
IMCLLibInfo* g_pLibInfo = &g_LibInfo;
HRESULT __stdcall C123::xodes() {
return( CallComFcn( mlxXodes, 0, 0, 0 ) );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?