代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/418906/6339419

cpp c9-11.cpp

#include using namespace std; class Student {public: Student(int,int,int); void total(); static float average(); private: int num; int age; float score; s
www.eeworm.com/read/418906/6339543

cpp xt9-9.cpp

#include using namespace std; class Product {public: Product(int n,int q,float p):num(n),quantity(q),price(p){}; void total(); static float average(); static void displa
www.eeworm.com/read/219605/6341955

c 1_1b.c

/* ======================================== */ /* 程序实例: 1_1b.c */ /* 计算总分和平均分 */ /* ======================================== */ void main() {
www.eeworm.com/read/248297/6342080

cpp shengchengdlg.cpp

// ShengchengDlg.cpp : implementation file // #include "stdafx.h" #include "yichuansuanfa.h" #include "ShengchengDlg.h" //#include "yichuansuanfaView.h" #include "YiChuan.h" //#include "MainF
www.eeworm.com/read/227966/6350270

m dispet.m

function dispEt(Tt,Et,Etarget,ert,Kt,Ebsft) % Et data display method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. % See http://www.frostconcepts.com/software f
www.eeworm.com/read/493843/6391471

m durbin.m

function b = durbin(x,p,q) %DURBIN Find a moving average model using Durbin's method %---- %USAGE: b = durbin(x,p,q) % % A moving average model for the input sequence x is found % using Durbin'
www.eeworm.com/read/493504/6394573

sta nokon628.sta

ROM used: 253 (12%) 253 (12%) including unused fragments 1 Average locations per line 7 Average locations per statement RAM used: 8 (4%) at main() level
www.eeworm.com/read/492570/6415560

cpp 1.cpp

#include #include char h;int i,j,m,b=0; struct student{ int Num; char Name[10]; float a[2]; float Average; }st[10]; float Aver(struct student st[10]){ float x;
www.eeworm.com/read/492570/6415561

cpp 3.cpp

#include #include char h;int i,j,m,b=0; struct student{ int Num; char Name[10]; float a[2]; float Average; }st[10]; float Aver(struct student st[10]){ float x;
www.eeworm.com/read/490828/6443082

cpp 8-15.cpp

#include float Max=0,Min=0; void main() { float average(float array[ ],int n); float ave,score[10]; int i; for(i=0;i