?? makert_rand.m~
字號:
if strcmp(computer,'PCWIN') mex RT_rand.c randlib.c com.c linpack.celse %choose your own compiler flags for gnu -O2 is conservative but it will work... mex RT_rand.c randlib.c com.c linpack.c CFLAGS='$CFLAGS -Wall -O2' %aggressive compilation by Intel ICC compiler on Linux worked as well (30% faster) % Pentium 3 and standard IA32 mex /opt/intel/compiler60/ia32/lib/*.a RT_rand.c randlib.c com.c linpack.c CC='icc' LD='gcc' CFLAGS='-parallel' COPTIMFLAGS='-ip -axK -O3' % Pentium 4 %mex /opt/intel/compiler60/ia32/lib/*.a RT_rand.c randlib.c com.c linpack.c CC='icc' LD='gcc' CFLAGS='-parallel' ... % COPTIMFLAGS='-ip -xW -O3 -align -tpp7'end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -