代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/305575/13765501

m ellrad.m

function[ri,rbar,rm]=ellrad(a,b,phi) %ELLRAD Average and instantaneous ellipse radius. % % [RI,RA,RM]=ELLRAD(A,B,PHI) where A and B are the semi-major and % semi-minor axes of a time-varying ell
www.eeworm.com/read/123745/6058143

f rd.f

program rd c...Average-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c...B
www.eeworm.com/read/492509/6415089

f rd.f

program rd c...Average-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c...B
www.eeworm.com/read/484548/6579629

m tics.m

function [GtAvg,RawGt] = tics(imgser,timesize); % July 10, 2003 % David Kolin % Calculates time correlation function given 3D array of image series % Returns ALL g(0,0) values -- doesn't average
www.eeworm.com/read/264792/11301255

c makeavg_en.c

/* * Calculate Average for energy values * * syntax: makeavg_en [] * */ #include #include int main(int argc, char **argv) { FI
www.eeworm.com/read/157220/11729120

c ksvtime.c

#include #include #include #include // average gettimeofday call ~25 us // (for reference, printf was ~4000ms struct timeval tv; struct timezone *
www.eeworm.com/read/154212/11982633

c statistics.c

/*成绩统计 */ char class[20]; /*统计的班级名*/ char subject[20]; /*统计的科目名*/ float average; /*平均分*/ float excelrate; /*优秀率*/ float passrate; /*及格率*/ int sum[Maxsize]; /
www.eeworm.com/read/152916/12074449

f rd.f

program rd c...Average-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c...B
www.eeworm.com/read/253961/12173047

txt student.txt

#include #include #include class stu { char name[20]; double math,chinese,english,average,sum; public: stu() { } stu(char n[20],double ma,double
www.eeworm.com/read/16731/685882

m init_trans.m

function [P] = init_trans (K, av_dur, ns) % function [P] = init_trans (K, av_dur, ns) % % Initialise state transition matrix to specified % average state duration density. The remaining probabilities