代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/101082/6246937

1 uptime.1

.\" SCCSID: @(#)uptime.1 8.1 9/11/90 .TH uptime 1 .SH Name uptime \- display system status .SH Syntax .B uptime [-w] .SH Description .NXA "uptime command" "w command" .NXR "uptime command" .NXR "syste
www.eeworm.com/read/100745/6265253

c sc.c

/*********************************************************************** sc.c - creates classifiers from feature vectors of examples, as well as classifying example feature vectors. Copyright (C)
www.eeworm.com/read/418906/6339604

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/418906/6339649

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/227966/6350249

m hoffmann.m

function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C) % Equilibration method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.c
www.eeworm.com/read/145285/6350471

c query.c

/* 学生成绩查询系统 */ # include # include void main( ) { int select; int i, j; int score[5][7]; int average = 0; int sum = 0; do{ printf("本程序有4项功能:\n"); printf
www.eeworm.com/read/493952/6385096

html 329-331.html

www.eeworm.com/read/493294/6400274

m hclust.m

%HCLUST hierarchical clustering % % [LABELS, DENDROGRAM] = HCLUST(D,TYPE,K) % DENDROGRAM = HCLUST(D,TYPE) % % INPUT % D dissimilarity matrix % TYPE string name of clustering criterion (opt
www.eeworm.com/read/491342/6438975

txt 成绩查询系统.txt

#include #define LEN sizeof(student) typedef struct stu { char number[20]; char name[20]; int achievement[3]; int sum; float average; struct stu *next; }student;
www.eeworm.com/read/490828/6443092

cpp 8-11.cpp

#include void main() {float average(float array[10]); float score[10],aver; int i; printf("input 10 scores:\n"); for(i=0;i