代码搜索:Patterns
找到约 8,017 项符合「Patterns」的源代码
代码结果 8,017
www.eeworm.com/read/474474/6809907
m efield3.m
function [PolarXY, GAIN, phi]=efield3;
%EFIELD3 2D Radiation patterns -function
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.m
www.eeworm.com/read/193494/8221630
java aglettask.java
package examples.itinerary;
import com.ibm.aglet.AgletID;
import com.ibm.aglet.AgletProxy;
import com.ibm.agletx.patterns.Meeting;
import com.ibm.agletx.util.MeetingTask;
import com.ibm.agletx.
www.eeworm.com/read/393211/8303854
m efield3.m
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/393211/8303861
asv efield3.asv
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/393211/8304457
m efield3.m
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/393211/8304607
m efield3.m
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/393211/8304657
m efield3.m
function [PolarXY, GAIN, phi]=efield3;
%EFIELD3 2D Radiation patterns -function
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.m
www.eeworm.com/read/393211/8304686
m efield3.m
%EFIELD3 2D Radiation patterns
% Uses the mesh file from RWG2, mesh2.mat, and
% the file containing surface current coefficients,
% current.mat, from RWG4 as inputs.
%
% Additionally uses
www.eeworm.com/read/190387/8444227
m som_1d.m
function [W_out, p_out]=som_1d(P, nsofm, epochs, phas, W)
% function W=som_1d(P, nsofm, lri, epochs, W)
%
% P - patterns
% nsofm - number of neurons
% epochs - number of epochs to trai
www.eeworm.com/read/289680/8535136
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a polynomial kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input patterns, wh