代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/367675/2832865
txt 19.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: [合集]请问这个怎么翻译
发信站: 南京大学小百合站 (Mon May 20 11:55:49 2002), 站内信件
jimo (寂寞) 于Fri May 17 23:54:22 2002提到:
average size of the maximal potentially large itemsets
www.eeworm.com/read/367675/2839497
txt 804.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: [合集]请问这个怎么翻译
发信站: 南京大学小百合站 (Mon May 20 11:55:49 2002), 站内信件
jimo (寂寞) 于Fri May 17 23:54:22 2002提到:
average size of the maximal potentially large itemsets
www.eeworm.com/read/331400/12830179
m sep_8_4_awgn.m
% function ps=ps(r,snr_db)Average SEP for 8*4 QAM in AWGN for different
% rations r=dQ/dI
% σ^2=1;σn^2=1;ai=di/σn;aq=dq/σn;r=dq/di;
clear all;close all;clc;
MI=8;
MQ=4;
M1=1-1/MI;
M2=1-1/MQ;
r
www.eeworm.com/read/139451/13155764
m gujia.m
%用3*3领域法对图像滤波
K1=imread('tiaowen1.jpg');
I=filter2(fspecial('average',3),K1)/255;
J=I;
%用5*5的模板去探测
[m,n]=size(I);
neighbor=zeros(5,5);
for i=3:1:m-2
for j=3:1:n-2
www.eeworm.com/read/257583/11920291
c power.c
//2006-7-3
#include "pic.h"
#include "power.h"
#define MODE_TIME
//#define MODE_AVERAGE
//#define MODE_UNAVERAGE
__EEPROM_DATA(0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00);
__CONFIG(PROTECT&PWRTEN&
www.eeworm.com/read/378175/2689767
m example8_12.m
%以saturn.tif为例,加入椒盐噪声,并在MATLAB中调用B = filter2(h,A)实现均值过滤器
I=imread('eight.tif');
J=imnoise(I,'salt &pepper',0.02);
imshow(I)
figure,imshow(J)
K1=filter2(fspecial('average',3),J)/255;
K2=filter2(f
www.eeworm.com/read/367675/2832711
m example8_12.m
%以saturn.tif为例,加入椒盐噪声,并在MATLAB中调用B = filter2(h,A)实现均值过滤器
I=imread('eight.tif');
J=imnoise(I,'salt &pepper',0.02);
imshow(I)
figure,imshow(J)
K1=filter2(fspecial('average',3),J)/255;
K2=filter2(f
www.eeworm.com/read/184067/9123576
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/169646/9848125
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil
www.eeworm.com/read/166306/10024368
m jm99asmfun.m
function f=test(data,n,m)
%年中国大学生数学建模竞赛a题:自动化车床管理模型一
%参见《数学的实践与认识》2000.1.p36-40
%费用函数
%n--examing interval
%m--Max number of products
%x--Living
%y--average loss
x=data;
num_prod=min((n*ceil