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

📄 xlmagic.hpp

📁 氧化铝生产种分过程粒度预测
💻 HPP
字号:
//
// MATLAB Compiler: 3.0
// Date: Fri Feb 15 16:14:46 2008
// 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:/precipitation model/20080204/xlmagic/src" "-B"
// "cppexcel:xlmagic,xlmagic,1.0" "-B" "cexcel:xlmagic,xlmagic,1.0" "-t" "-W"
// "excel:xlmagic,xlmagic,1.0" "-T" "link:lib" "-h" "libmmfile.mlib" "-b" "-i"
// "-L" "cpp" "-b" "-i" "D:/precipitation model/20080204/xlmagic/mymagic.m" 
//
#ifndef __xlmagic_hpp
#define __xlmagic_hpp 1

#include "libmatlb.hpp"

extern void InitializeModule_xlmagic();
extern void TerminateModule_xlmagic();
extern mwArray mymagic(mwArray x = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxMymagic(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);

#endif

⌨️ 快捷键说明

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