代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
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
www.eeworm.com/read/198647/7917797
c agrepy.c
/* This application corresponds as closely as possible the funtionality of
agrep 2.04, to the extent that it implements string search with indels.
In the orginal implementation, function agrep (