代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/167847/9950118

sh bw_lat.sh

# !/usr/dt/bin/dtksh # !/bin/ksh # set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast
www.eeworm.com/read/444596/7611094

sh bw_lat.sh

# !/usr/dt/bin/dtksh # !/bin/ksh # set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast
www.eeworm.com/read/128880/14273788

sh bw_lat.sh

# !/usr/dt/bin/dtksh # !/bin/ksh # set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast
www.eeworm.com/read/113863/15446336

sh bw_lat.sh

# !/usr/dt/bin/dtksh # !/bin/ksh # set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast
www.eeworm.com/read/100584/15870911

sh bw_lat.sh

# !/usr/dt/bin/dtksh # !/bin/ksh # set -x # Requires a ksh newer than 11/16/88 because it uses floating point # arithmetic and printf. /usr/dt/bin/dtksh on Solaris and Digital Unix # is such a beast
www.eeworm.com/read/131315/5935429

good poundbang.good

average line length is 32.6667
www.eeworm.com/read/383744/8922056

m q2631.m

function y = average(x) % AVERAGE Mean of vector elements. % AVERAGE(X), where X is a vector, is the mean of vector elements. % Non-vector input results in an error. [m,n] = size(x); if (~((m ==
www.eeworm.com/read/183976/9127742

con powerup.con

: 'Powerup ." 06/01/2006 22:22:13" ; : 0_0 &average START.T ^stat1 @! &average_test START.T ^stat1 @! 0 JUMP ; : 0_12 &guocheng START.T ^stat1 @! 0 JUMP ; : 0_14 &Ti
www.eeworm.com/read/183976/9127756

ccd powerup.ccd

: 0_0 &average START.T ^stat1 @! &average_test START.T ^stat1 @! 0 JUMP ; : 0_14 &guocheng START.T ^stat1 @! &TimerConvert START.T ^stat1 @! 0 JUMP ; T: T0 DUM
www.eeworm.com/read/435150/7796575

cpp prog6_01.cpp

/// Program 6.1 Using an array #include #include using std::cout; using std::cin; using std::endl; int main() { int height[10]; // Array of he