代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/336126/3354076
java average1.java
// Fig. 4.7: Average1.java
// Class average program with counter-controlled repetition
import javax.swing.JOptionPane;
public class Average1 {
public static void main( String args[] )
{
www.eeworm.com/read/306178/3748393
query_load_average
qqqquuuueeeerrrryyyy____llllooooaaaadddd____aaaavvvveeeerrrraaaaggggeeee((((3333)))) MMMMuuuuddddOOOOSSSS ((((5
www.eeworm.com/read/279342/4137516
java average1.java
import javax.swing.JOptionPane;
public class Average1 {
public static void main(String[] args) {
double input[];
double total, average;
int counter;
String inp
www.eeworm.com/read/371704/2779134
m l_average.m
function wlog=l_average(wlog,varargin)
% Function computes running average over specified log curves
% The function needs equidistantly sampled data; no null values
% Written by: E. R., June 7, 200
www.eeworm.com/read/428487/6790202
vi find the average (completed).vi
www.eeworm.com/read/428487/6790287
vi running average.vi
www.eeworm.com/read/474431/6809244
c average1.c
/*
** Compute the average of the specified number of values (bad).
*/
float
average( int n_values, int v1, int v2, int v3, int v4, int v5 )
{
float sum = v1;
if( n_values >= 2 )
sum +=
www.eeworm.com/read/474431/6809247
c average2.c
/*
** Compute the average of the specified number of values.
*/
#include
float
average( int n_values, ... )
{
va_list var_arg;
int count;
float sum = 0;
/*
** Prepare
www.eeworm.com/read/473227/6849390
hpp average1.hpp
#ifndef _BAYES_FILTER_AVERAGE1
#define _BAYES_FILTER_AVERAGE1
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2002 Michael Stevens
* See accompanying Bayes++.htm for terms and conditio