代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/381240/9100948
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%
www.eeworm.com/read/281807/9132831
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/281807/9132835
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%
www.eeworm.com/read/361768/10036427
m epanechnikov.m
function heights=epanechnikov(data,center,bw);
% PURPOSE:
% Epanechnikov kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height
www.eeworm.com/read/419978/10825250
m matlab2.m
function randomVector = trirnd(minVal, topVal, maxVal, varargin);
%TRIRND generates discrete random numbers from a triangular distribution.
% randomValue = TRIRND(minVal, topVal, maxVal);
%
www.eeworm.com/read/449504/7502612
m epanechnikov.m
function heights=epanechnikov(data,center,bw);
% PURPOSE:
% Epanechnikov kernel function
%
% USAGE:
% heights=triangular(data,center,bw)
%
% INPUTS:
% data: Data used for height
www.eeworm.com/read/449130/7517959
txt utriang.f90.txt
program utriang
!
! compare the execution times for the solution of
! upper triangular systems using rthe column oriented
! version and the row oriented version of the backsolve.
!
! This program uses
www.eeworm.com/read/445119/7599170
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/445119/7599171
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%
www.eeworm.com/read/435830/7783378
m plantf.m
function [ef]=plantf(ex,ey,ep,es)
% ef=plantf(ex,ey,ep,es)
%-------------------------------------------------------------
% PURPOSE
% Compute internal element force vector in a triangular element
%