?? ex0802.hpp
字號:
//
// MATLAB Compiler: 2.2
// Date: Wed Oct 08 15:47:05 2003
// 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" "Ex0802.m"
//
#ifndef __Ex0802_hpp
#define __Ex0802_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_Ex0802();
extern void TerminateModule_Ex0802();
extern _mexLocalFunctionTable _local_function_table_Ex0802;
extern void Ex0802();
#ifdef __cplusplus
extern "C"
#endif
void mlxEx0802(int nlhs, mxArray * plhs[], int nrhs, mxArray * prhs[]);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -