代码搜索:average

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

代码结果 5,196
www.eeworm.com/read/166997/9986668

m adapted.m

close all; clear all; origin=double(imread('cameraman.tif')); water=origin(31:94,121:184); p=origin(101:164,101:164); %64*64 water=[1,0,0,1,1,1,0,0,1,0,1,1,0,1,0,1]; wat=[water,wate
www.eeworm.com/read/166322/10024074

java rage.java

import java.io.*; public class rage { public static void main(String args[]) throws IOException { double average; int counter, grade ,total; total = 0; counter = 0; Sys
www.eeworm.com/read/166055/10037907

java gradereport.java

//******************************************************************** // GradeReport.java Author: Lewis/Loftus // // Demonstrates the use of a switch statement. //************************
www.eeworm.com/read/166055/10037913

java examgrades.java

//******************************************************************** // ExamGrades.java Author: Lewis/Loftus // // Demonstrates the use of various control structures. //*****************
www.eeworm.com/read/165898/10047733

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/360311/10103344

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/360311/10103439

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/359581/10135376

c scores_in.c

// scores_in.c -- uses loops for array processing #include #define SIZE 10 #define PAR 72 int main(void) { int index, score[SIZE]; int sum = 0; float average; prin
www.eeworm.com/read/359279/10158879

m cp0301_ppm_sin.m

% % FUNCTION 3.1 : "cp0301_PPM_sin" % % Generation of a PPM-UWB signal in the case of a % sinusoidal modulating signal and rectangular pulses % % Transmitted power is fixed at 'Pow' % The sign
www.eeworm.com/read/357734/10202186

cpp c09.cpp

// c09.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include const int n = 5; const int m = 4; static int a[n][m] = { 98, 99, 96, 100, 100