代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/417369/10992594
c student1.c
#include
#include
#define N 10
#define M 6
struct Student
{
char * Id;
char * Name;
double score[M];
double average;
};
double getAverage(double * , int n); /
www.eeworm.com/read/270992/11013590
m idiots1.m
%idiots1.m/created by PJNahin for "Duelling Idiots"(7/3/98)
%This m-file simulates the original dueling idiots. The elements
%of the row vector duration are the number of duels of length k,
%i.e.,
www.eeworm.com/read/270608/11032117
c text6.c
#include
#include
#include
#define SIZE 5
struct student{
int no;
int score1;
int score2;
int average;
};
void input(struct student *scores[SIZE]){
int i;
www.eeworm.com/read/270554/11032911
cpp p1_2.cpp
/************************************************
* 程序文件名: p1_2.cpp *
* 功能: 求三个数的平均值,演示C++的简单I/O *
* 设计者: Antony *
*
www.eeworm.com/read/270554/11032972
cpp p1_3.cpp
/****************************************************
* 程序文件名: p1_3.cpp *
* 功能: 求三个数的平均值,演示C++简单I/O格式控制 *
*****************************************************/
#i
www.eeworm.com/read/270554/11033058
cpp p1_1.cpp
/************************************************
* 程序文件名: p1_2.cpp *
* 功能: 求三个数的平均值,演示C++的简单I/O *
* 设计者: Antony *
*
www.eeworm.com/read/470800/6908654
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/470800/6908704
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/470800/6908942
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/470800/6908992
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout