代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/303798/13808664
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/303779/13808845
m amtriang.m
function y = amtriang(N,t0,T);
%AMTRIANG Generate triangular amplitude modulation.
% Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation
% centered on a time T0, and with a spread propor
www.eeworm.com/read/301646/13853291
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/338062/6311211
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/494520/6377125
m ahpmakemat.m
function m=ahpmakemat(a)
%AHPMAKEMAT Turn a vector of comparisons into an AHP matrix.
% M=AHPMAKEMAT(A) returns an AHP matrix M from an input vector A.
% A must be a triangular number to cor
www.eeworm.com/read/492033/6430568
h global.h
#ifndef GLOBAL_H
#define GLOBAL_H
extern "C" { int PARDISO (void *, int *, int *, int *, int *, int *,
double *, int *, int *, int *, int *, int *,
int *, double *, double *, int *);
}
www.eeworm.com/read/488286/6491518
m shili22.m
function shili22
h0=figure('toolbar','none',...
'position',[200 150 550 350],...
'name','实例22');
subplot(1,2,1)
x=rand(1,20);
y=rand(1,20);
z=peaks(x,y*pi);
t=delaunay(x,y);
trimesh(t
www.eeworm.com/read/485392/6561038
m amtriang.m
function y = amtriang(N,t0,T);
%AMTRIANG Generate triangular amplitude modulation.
% Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation
% centered on a time T0, and with a spread propor
www.eeworm.com/read/485150/6566152
m gen_mfs.m
% Convenient generation of triangular MFS
function mfs = gen_mfs(c, rollover, rolloverdist)
if nargin < 2, rollover = 0; rolloverdist = 0;
end;
if nargin < 3, rolloverdist = c(2) - c(1); %
www.eeworm.com/read/483891/6597197
c dsymv.c
#include "blas.h"
int dsymv_(char *uplo, long *n, double *alpha, double *a, long *lda,
double *x, long *incx, double *beta, double *y, long *incy)
{
long info, i, j, ix, iy, jx, jy, kx,