代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/347848/11632603
java golfscoresexercise.java
import java.util.Scanner;
public class GolfScoresExercise
{
public static final int MAX_NUMBER_SCORES = 10;
/**
Shows differences between each of a list of golf scores and thei
www.eeworm.com/read/347848/11632623
java golfscoresversion2.java
import java.util.Scanner;
/**
Demonstrates Using the class PartiallyFilledArray,
*/
public class GolfScoresVersion2
{
public static final int MAX_NUMBER_SCORES = 10;
/**
www.eeworm.com/read/345930/11781532
cpp xt7-5.cpp
#include
#include
using namespace std;
const int n=10;
struct student
{ char num[6];
char name[8];
int score[4];
float avr;
} stu[n];
int main()
{ int i,j,max,m
www.eeworm.com/read/345930/11781655
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/259565/11782216
m s_normalize.m
function seismic=s_normalize(seismic,varargin)
% Function normalizes seismic traces
%
% Written by: E. R.: December 5, 2004
% Last updated: February 1, 2006: fix bug
%
% seismic=s_normaliz
www.eeworm.com/read/155903/11838979
cpp xt7-5.cpp
#include
#include
using namespace std;
const int n=10;
struct student
{ char num[6];
char name[8];
int score[4];
float avr;
} stu[n];
int main()
{ int i,j,max,m
www.eeworm.com/read/155903/11839145
cpp xt6-15.cpp
#include
using namespace std;
int main()
{void avsco(float *,float *);
void avcour1(char (*)[10],float *);
void fali2(char course[5][10],int num[],float *pscore,float aver[4]);
voi
www.eeworm.com/read/155763/11849822
cpp modify.cpp
//修改学员档案
#include"head.h"
void modify(struct student *p)
{
int i=0, choice=10, j=0;
char number[10]={' '};
struct student * head=p, *taill=NULL;
float m=0;
star:
do{
system
www.eeworm.com/read/155763/11849825
cpp input.cpp
//输入
#include "head.h"
student * input(student * p)
{
char queren='Y';//quenren 为用户确认标
int i=0, j=0;
float score=1000;
char name[16]={' '};
student *head=p;
s
www.eeworm.com/read/257948/11901553
c 2-9.c
#include"stdio.h"
main()
{
float T[4][7],sum,avg;
int i,j;
float f1,*f2;
clrscr();
sum=avg=0;
scanf("%f",&T[0][0]);
sum=sum+T[0][0];
for(i=0;i