代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/338034/12327371

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/149956/12329406

cpp fisher1.cpp

#include #include #define N 4 ///////////////////////////求样本的均值///////////////// void average(double X[][N],double M[N],int k) //求出mi向量 { for( int j=0;j
www.eeworm.com/read/149739/12353520

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/250053/12439274

c exp04_05.c

#include main() { int score=0,num=0; float total=0; printf("input the score:"); scanf("%d",&score); while(score
www.eeworm.com/read/250053/12439365

c exp05_04.c

#include #include #define STUNUM 3 #define COURSENUM 3 main() { float average[COURSENUM]; int totalmark[STUNUM]; int mark[STUNUM][COURSENUM]; int i,j; clr
www.eeworm.com/read/130612/14181019

java months.java

//Chapter 4, Exercise 1 public class Months { public static void main(String args[]) { // Initialize the months' array with names of the months of the year: String[] monthNames = {
www.eeworm.com/read/232704/14185261

m function2.m

function average=function2(vector) %function2 A simple function with a single help line %usage of this function %”output” is the average of the input vector “input”. %Roger Jang,19991123. average
www.eeworm.com/read/232663/14186058

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/128030/14318389

cpp sales.cpp

// sales.cpp // averages a weeks's widget sales (6 days) #include using namespace std; int main() { const int SIZE = 6; //size of array double sales[SIZE];
www.eeworm.com/read/228503/14381184

m cp0202_transmitter_2pam_ds.m

% % FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS" % % Simulation of a UWB transmitter implementing 2PAM with DS % % Transmitted power is fixed to 'Pow' % The signal is sampled with frequency 'fc'