代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/170249/9813441
m loo.m
function [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms)
% LOO
% ---
% Leave-one-out estimate of the average generalization error.
%
% The leave-one-out cross-validation scheme is a meth
www.eeworm.com/read/278154/10563216
dat table2.dat
Table for use with chapter 13 routines
Average solar radiation (watts/sq.m.) for selected cities
Month: jul aug sep oct nov dec jan feb mar apr may jun ave lat
Atlanta, GA 257 24
www.eeworm.com/read/277085/10669937
m 96-03-25.m
clear all;
f=imread('d:\image\engineer.tif');
fn=imnoise(f,'salt & pepper',0.1);
gaw=fspecial('average',5)
ga=imfilter(fn,gaw);
gdw=fspecial('disk');
gd=imfilter(fn,gdw);
gsw=fspecial('sobel');
www.eeworm.com/read/463318/7183231
cpp 邢容梅.cpp
#include
#include
#include
class student
{
private:
char name[8];
double math,english,cjj,average,sum;
public:
student(){};
student(char n[8],double ma,d
www.eeworm.com/read/461074/7234886
txt 学生成绩管理系统.txt
#include
#include
#include
class stu
{
char name[20];
double math,chinese,english,average,sum;
public:
stu()
{
}
stu(char n[20],double ma,double chin,
www.eeworm.com/read/458865/7286694
txt 学生成绩管理系统.txt
#include
#include
#include
class stu
{
char name[20];
double math,chinese,english,average,sum;
public:
stu()
{
}
stu(char n[20],double ma,double chin,
www.eeworm.com/read/298377/7964152
cpp k_averagedoc.cpp
// K_averageDoc.cpp : implementation of the CK_averageDoc class
//
#include "stdafx.h"
#include "K_average.h"
#include "K_averageDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/298377/7964173
cpp classdlg.cpp
// classDlg.cpp : implementation file
//
#include "stdafx.h"
#include "K_average.h"
#include "classDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/244597/12854062
dat table2.dat
Table for use with chapter 13 routines
Average solar radiation (watts/sq.m.) for selected cities
Month: jul aug sep oct nov dec jan feb mar apr may jun ave lat
Atlanta, GA 257 24
www.eeworm.com/read/328084/13047033
m e425.m
% Script file: E425.m
% Purpose:
% Calculate the root-mean-squares(rms) average
%
%Programmer:ZMW
% Define variables
%
%
n=input('Enter the data number:')'
sum_x2=0;
for ii=1:n
x(ii)=in