代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/134001/14014716
cpp initscore.cpp
#include"head.h"
#include
void InitScore(Student* p)
{
for(int icount=0;icountScore[icount]=0;
}
p->Average=0;
}
www.eeworm.com/read/134001/14014720
h head.h
#define MAX 5
struct Student
{
int Class;
int Number;
char Name[20];
int Age;
int Tel;
int Room;
int Sex;
double Score[MAX];
double Average;
Student *next;
};
www.eeworm.com/read/134001/14014725
cpp writescore.cpp
#include"head.h"
#include
extern void SortEachClass(Student* &);
void WriteScore(Student* &head)
{
Student *pGuard;
int icount;
SortEachClass(head);
for(pGuard=head;pG
www.eeworm.com/read/134001/14014727
cpp changescore.cpp
#include"head.h"
#include
#include
#include
extern void DisplayScore(Student* &);
void ChangeScore(Student* &head)
{
Student* pGuard;
char choice;
char
www.eeworm.com/read/134001/14014733
cpp inputdisplay.cpp
#include"head.h"
#include
void InputDisplay(Student *p)
{
int icount;
char choice;
coutp->Class;
cout
www.eeworm.com/read/133753/14027290
cpp f04.cpp
//f04.cpp
#include //cin,cout
#include //getch()
void main()
{ int a[10],i;
float ave=0;
cout
www.eeworm.com/read/133753/14027405
cpp f04.cpp
//f04.cpp
#include //cin,cout
#include //getch()
void main()
{ int a[5],i;
float ave=0.0; //或ave=0;
cout
www.eeworm.com/read/235612/14061045
m dispavgstd.m
function dispavpstd(cvpavg, cvpstd)
f=gcf;
figure('menubar','none')
[nshots tmp] = size(cvpavg);
shots = 1:nshots;
% plot(cvpstd(:,1));
% hold on;
% plot(cvpavg(:,1));
errorbar(cvpavg(:,1), shots
www.eeworm.com/read/235612/14061127
m dispplust.m
function dispplust
% Display of the average Plus Time values with their
% corresponding standard deviation and fold for each receiver
f=gcf;
fbcoord=refdata('get','fbcoord');
plust=refdata('get','plus
www.eeworm.com/read/235513/14069021
java third.java
import java.util.Scanner;
public class third
{
public static void main(String[] args)
{
Scanner scan=new Scanner(System.in);
int a[]=new int[10];
int sum=0;
for(int i=0;i