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

📄 gpcvc.cpp

📁 广义预测控制的COM接口程序 VBheVC可调用 实现联合编程
💻 CPP
字号:
//
// MATLAB Compiler: 3.0
// Date: Sat Jun 16 16:54:19 2007
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
// "array_indexing:on" "-O" "optimize_conditionals:on" "-M" "-silentsetup" "-d"
// "D:/VC/matlab/gpc/src" "-v" "-B" "cppsglcom:gpcVC,gpcVC,1.0" "-B"
// "csglcom:gpcVC,gpcVC,1.0" "-B" "sgl" "-m" "-W" "main" "-L" "C" "-t" "-T"
// "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg" "libmwsglm.mlib" "-t" "-W"
// "comhg:gpcVC,gpcVC,1.0" "-T" "link:lib" "-h" "libmmfile.mlib" "-i" "-L"
// "cpp" "-g" "-G" "-A" "debugline:on" "-O" "none" "-O"
// "fold_scalar_mxarrays:off" "-O" "fold_non_scalar_mxarrays:off" "-O"
// "optimize_integer_for_loops:off" "-O" "array_indexing:off" "-O"
// "optimize_conditionals:off" "-O" "speculate:off" "-i"
// "D:/matlab/work/GPC/GPC/gpc_step.m" 
//
#include "libmatlb.hpp"
#include "libsglinit.hpp"
#include "gpc_step.hpp"
#include "xlabel.hpp"
#include "libmmfile.hpp"
#include "libmwsglm.hpp"

extern _mexcpp_information _lib_info;

static mexFunctionTableEntry function_table[2]
  = { { "gpc_step", mlxGpc_step, 7, 3, &_local_function_table_gpc_step },
      { "xlabel", mlxXlabel, -2, 1, &_local_function_table_xlabel } };

static _mexcppInitTermTableEntry init_term_table[4]
  = { { libmmfileInitialize, libmmfileTerminate },
      { libmwsglmInitialize, libmwsglmTerminate },
      { InitializeModule_gpc_step, TerminateModule_gpc_step },
      { InitializeModule_xlabel, TerminateModule_xlabel } };

static mwLibhgInit _lib_init = mwLibhgInit("gpcVC", &_lib_info);

_mexcpp_information _lib_info
  = { 1, 2, function_table, 0, NULL, 0, NULL, 4, init_term_table };

⌨️ 快捷键说明

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