代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/276402/10741983
m cp0302_ppm_periodic.m
%
% FUNCTION 3.3 : "cp0302_PPM_periodic"
%
% Generation of a PPM-UWB signal in the case of a generic
% periodic modulating signal and rectangular pulses
% Modulating signal is chosen to be charac
www.eeworm.com/read/276402/10742031
m cp0303_ppm_random.m
%
% FUNCTION 3.4 : "cp0303_PPM_random"
%
% Generation of a PPM-UWB signal in the case of
% a random modulating signal and rectangular pulses
% The modulating signal is characterized by
% a norma
www.eeworm.com/read/419037/10888945
java sumandaverage.java
// Exercise 3.4
public class SumAndAverage { // saved as "SumAndAverage.java"
public static void main(String[] args){
int sum = 0; // accumulated sum
double average; // average in double
i
www.eeworm.com/read/270992/11013598
m spider.m
%spider.m/created by PJNahin for "Dueling Idiots"(1/9/99)
%This m-file simulates 10,000 two-dimensional walks of a spider
%on a user-defined web (in the code below, the web is that
%of Figure 19.1)
www.eeworm.com/read/171936/6965145
java weatherfan.java
public class WeatherFan
{
public static void main(String[] args)
{
float[][] temperature = new float[10][365]; // Temperature array
// Generate temperatures
for(int i =
www.eeworm.com/read/322305/7072537
m rollingvol.m
function vyear=rollingvol(x,N1,N2);
%ROLLINGVOL Annual rolling volatility.
% VYEAR=ROLLINGVOL(X,N1,N2) returns the annual (i.e. of length 365),
% averaged rolling volatility for vector X of da
www.eeworm.com/read/463439/7109451
clrn
#!/bin/bash
sel=${1:-all}
cnt=${2:-20}
off=${3:-0}
add=$4
#-----------------------------------------------------------------------
function run ()
{ # --- run one clus
www.eeworm.com/read/299984/7139984
m averagec.m
%AVERAGEC Combining of linear classifiers by averaging coefficients
%
% W = AVERAGEC(V)
% W = V*AVERAGEC
%
% INPUT
% V A set of affine base classifiers.
%
% OUTPUT
% W Combined classifier.
%
%
www.eeworm.com/read/289573/7142903
txt 5-19.txt
【例5.19】计算“xscj.dbf”数据表(如图5.42所示)中学号为“000802101”的学生第1学期所有课程成绩的总分与平均分。
USE xscj.dbf
SUM score FOR no='000802101' .AND. term=1 to nS1
AVERAGE score FOR no='000802101' .AND. term=1 to nS2 &&执行结果如
www.eeworm.com/read/460435/7250459
m averagec.m
%AVERAGEC Combining of linear classifiers by averaging coefficients
%
% W = AVERAGEC(V)
% W = V*AVERAGEC
%
% INPUT
% V A set of affine base classifiers.
%
% OUTPUT
% W Combined classifier.
%
%