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

📄 exm110633_1_mainhg.c

📁 该程序为MATLAB对CDMA系统个部分的仿真
💻 C
字号:
/*
 * MATLAB Compiler: 2.2
 * Date: Tue Jun 25 10:53:59 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" "-B" "sgl" "-m" "-W"
 * "main" "-L" "C" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
 * "libmwsglm.mlib" "exm110633_1" 
 */

#ifndef MLF_V2
#define MLF_V2 1
#endif

#include "libmatlb.h"
#include "libsgl.h"
#include "exm110633_1.h"
#include "comet3.h"
#include "shading.h"
#include "shg.h"
#include "sphere.h"
#include "surf.h"
#include "libmmfile.h"

static mexFunctionTableEntry function_table[6]
  = { { "exm110633_1", mlxExm110633_1, 0, 0,
        &_local_function_table_exm110633_1 },
      { "comet3", mlxComet3, 4, 0, &_local_function_table_comet3 },
      { "shading", mlxShading, 2, 0, &_local_function_table_shading },
      { "shg", mlxShg, 0, 0, &_local_function_table_shg },
      { "sphere", mlxSphere, 1, 3, &_local_function_table_sphere },
      { "surf", mlxSurf, -1, 1, &_local_function_table_surf } };

static _mexInitTermTableEntry init_term_table[7]
  = { { libmmfileInitialize, libmmfileTerminate },
      { InitializeModule_exm110633_1, TerminateModule_exm110633_1 },
      { InitializeModule_comet3, TerminateModule_comet3 },
      { InitializeModule_shading, TerminateModule_shading },
      { InitializeModule_shg, TerminateModule_shg },
      { InitializeModule_sphere, TerminateModule_sphere },
      { InitializeModule_surf, TerminateModule_surf } };

static _mex_information _main_info
  = { 1, 6, function_table, 0, NULL, 0, NULL, 7, 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 mclMainhg(argc, argv, mlxExm110633_1, 0, &_main_info);
}

⌨️ 快捷键说明

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