代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/463115/7187388

sta harve.sta

ROM used: 662 (16%) 2048 (50%) including unused fragments 1 Average locations per line 3 Average locations per statement RAM used: 37 (19%) at main() level
www.eeworm.com/read/463000/7190786

m mvalue.m

% Program 2-1 % % calculate average % % Programmed by H.Harada % function outdata = mvalue(indata) %****************** variables ************************* % indata : Input data %*
www.eeworm.com/read/461326/7229197

txt 班级成绩管理系统.txt

#include #include #include #include struct studentnode {int studentnumber;/*学号*/ char name[10];/*姓名*/ float chinese;/*语文成绩*/ float Eng
www.eeworm.com/read/461326/7229198

c 信管070219号王金龙.c

#include #include #include #include struct studentnode {int studentnumber;/*学号*/ char name[10];/*姓名*/ float chinese;/*语文成绩*/ float Eng
www.eeworm.com/read/461264/7230414

pro avg.pro

FUNCTION AVG,ARRAY,DIMENSION, NAN = NAN, DOUBLE = DOUBLE ;+ ; NAME: ; AVG ; PURPOSE: ; Return the average value of an array, or 1 dimension of an array ; EXPLANATION: ; Calculate the
www.eeworm.com/read/457902/7315741

c flexmemb.c

// flexmemb.c -- flexible array member #include #include struct flex { int count; double average; double scores[]; // flexible array member }; void sho
www.eeworm.com/read/457360/7327078

afl breadth thrust.afl

//------------------------------------------------------------------------------ // // Formula Name: Breadth Thrust // Author/Uploader: Tomasz Janeczko // E-mail: tj@amibroker.com
www.eeworm.com/read/456533/7345873

cpp cingolf.cpp

// cingolf.cpp -- non-numeric input skipped #include const int Max = 5; int main() { using namespace std; // get data int golf[Max]; cout
www.eeworm.com/read/456533/7345923

cpp block.cpp

// block.cpp -- use a block statement #include int main() { using namespace std; cout
www.eeworm.com/read/456533/7346170

cpp cingolf.cpp

// cingolf.cpp -- non-numeric input skipped #include const int Max = 5; int main() { using namespace std; // get data int golf[Max]; cout