?? mcctest_main.cpp
字號(hào):
//
// MATLAB Compiler: 2.1
// Date: Wed Oct 24 01:07:43 2001
// 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" "mcctest.m"
//
#include "matlab.hpp"
#include "mcctest.hpp"
static mexFunctionTableEntry function_table[1]
= { { "mcctest", mlxMcctest, 0, 0, &_local_function_table_mcctest } };
static _mexcppInitTermTableEntry init_term_table[1]
= { { InitializeModule_mcctest, TerminateModule_mcctest } };
static _mexcpp_information _main_info
= { 1, 1, function_table, 0, NULL, 0, NULL, 1, init_term_table };
//
// The function "main" is a Compiler-generated main wrapper, suitable for
// building a stand-alone application. It calls a library function to perform
// initialization, call the main function, and perform library termination.
//
int main(int argc, const char * * argv) {
return mwMain(argc, argv, mlxMcctest, 0, &_main_info);
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -