代码搜索:Pattern recognition
找到约 10,000 项符合「Pattern recognition」的源代码
代码结果 10,000
www.eeworm.com/read/271686/10984807
txt 回复奇怪问题:我把resin和iis结合起来以后,asp程序就不能用了,把源码都显示出来了??怎么解决阿.txt
作者:87zd
email: jspsky@8848.net
日期:2001-5-6 16:26:05
--------------------------------------------------------------------------------
IIS WEB以其管理操作简单和对ASP的支持而受不少人的喜欢。这里介绍怎么用resin使IIS支持jsp和servlet
www.eeworm.com/read/417476/10987982
v usb_tb_def.v
/******************************************
Filename: usb_tb_def.v 1.10
******************************************/
// define INCLUDE as include for LG80C51 model
`define INCLUDE include
/
www.eeworm.com/read/417476/10988078
v usb_tb_def.v
/******************************************
Filename: usb_tb_def.v 1.10
******************************************/
// define INCLUDE as include for LG80C51 model
`define INCLUDE include
/
www.eeworm.com/read/461242/7231169
m polar_plot_constant_theta.m
function polar_plot_constant_theta(phi,pattern_1,pattern_2, ...
max_val, step_size, number_of_rings,...
line_style_1, line_style_2,constant_theta, ...
legend_1,legend_2,scale_
www.eeworm.com/read/461242/7231177
m polar_plot_constant_phi.m
function polar_plot_constant_phi(theta,pattern_1,pattern_2, ...
max_val, step_size, number_of_rings,...
line_style_1, line_style_2,constant_phi, ...
legend_1,legend_2,scale_ty
www.eeworm.com/read/458808/7289058
cpp sort.cpp
// Sort.cpp
#include "stdafx.h"
#include "Sort.h"
extern int dim;
Sort::Sort()
{
z = Pattern();
n = 0;
_d = 0.0;
max = 0;
sigma_max = 0.0;
for(int i=0;i
www.eeworm.com/read/442577/7649276
m get_channel_muti_parameter.m
function [channel]=get_channel_muti_parameter(channel,signal_sequence,ruili_sigma);
%获得信道乘性噪声
channel.attenuation.d=1/(channel.attenuation.distance^2);%pass loss is constant for the whole transmit
www.eeworm.com/read/442577/7649280
m add_channel_effect.m
function [channel,rx,a,noise_vector]=add_channel_muti_effect(channel,rx,signal_sequence,P);
%信道影响函数,并且能够找到信道增益与噪声方差2倍的比值,以便执行功率分配
global signal;
%channel.attenuation.d=1/(channel.attenuation.di
www.eeworm.com/read/442577/7649312
m add_channel_effect_nonoise.m
function [channel,rx]=add_channel_effect_noNoise(channel,rx,signal_sequence);
%信道影响函数
global signal;
channel.attenuation.d=1/(channel.attenuation.distance^2);%pass loss is constant for the whol