maindet.hpp
来自「该程序为MATLAB对CDMA系统个部分的仿真」· HPP 代码 · 共 26 行
HPP
26 行
//
// MATLAB Compiler: 2.2
// Date: Tue Jun 25 12:44:31 2002
// 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" "-p" "-W" "main" "-L"
// "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "maindet" "mat_feat"
// "my_det"
//
#ifndef __maindet_hpp
#define __maindet_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_maindet();
extern void TerminateModule_maindet();
extern _mexLocalFunctionTable _local_function_table_maindet;
extern void maindet();
#ifdef __cplusplus
extern "C"
#endif
void mlxMaindet(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?