?? makeinvcdf.m
字號:
if strcmp(computer,'PCWIN') mex RT_invcdf.c ipmpar.c dcdflib.celse %choose your own compiler flags for gnu -O2 is conservative but it will work... mex RT_invcdf.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 IA-32 chips mex /opt/intel/compiler60/ia32/lib/*.a RT_invcdf.c ipmpar.c dcdflib.c CC='icc' LD='gcc' CFLAGS='-parallel' COPTIMFLAGS='-ip -axK -O3'end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -