代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/243727/12920597
cpp student.cpp
//*******************************************
//*******************************************
//************ ************
//************ STUDENT SYSTEM ************
//**********
www.eeworm.com/read/243372/12944283
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int tes
www.eeworm.com/read/243372/12945148
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int test_
www.eeworm.com/read/329607/12945806
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int test_
www.eeworm.com/read/243241/12952968
sta tstrs485.sta
ROM used: 1620 (40%)
2048 (50%) including unused fragments
1 Average locations per line
3 Average locations per statement
RAM used: 115 (60%) at main() level
www.eeworm.com/read/329487/12953042
c 03.c
#include"stdio.h"
void main()
{float score,average=0;
int n=0;
scanf("%f",&score);
if(score=0);
goto loop;
average/=n;
www.eeworm.com/read/329487/12953087
c 10.c
#include
void main()
{int num1,num2,num3;
float average;
printf("please input three numbers:");
scanf("%d,%d,%d",&num1,num2,num3);
average=(num1+num2+num3)/3.0;
printf("\naverage=%8.2
www.eeworm.com/read/243172/12956449
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int tes
www.eeworm.com/read/243172/12957224
c anothertestapp.c
// Description: Driver program that makes use of the average library function
// to compute the average value of a set of integer data values
#include
int main()
{
int test_
www.eeworm.com/read/329002/12989931
txt test1_14.txt
float average (array)
float array[10];
{
int j;
float aver,sum=array[0];
for(j=1:j