?? makert_rand.m
字號(hào):
%Makefile for RT_rand - WARNING THIS LIBRARY IS ONLY SINGLE PRECISION - NOT RECOMMENDEDmex RT_rand.c randlib.c com.c linpack.cif 0 %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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -