makecdf.m
来自「雷达仿真的第三方工具箱」· M 代码 · 共 9 行
M
9 行
if strcmp(computer,'PCWIN') mex RT_cdf.c ipmpar.c dcdflib.celse %choose your own compiler flags for gnu -O2 is conservative but it will work... mex RT_cdf.c ipmpar.c dcdflib.c CFLAGS='$CFLAGS -Wall -O2' %aggressive compilation by Intel ICC compiler on Linux worked as well (30% faster) %Pentium 3 and other IA32 chips mex /opt/intel/compiler60/ia32/lib/*.a RT_cdf.c ipmpar.c dcdflib.c CC='icc' LD='gcc' CFLAGS='-parallel' COPTIMFLAGS='-ip -axK -O3'end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?