代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/361768/10036434

m triangular.m

function heights=triangular(data,center,bw); % PURPOSE: % Triangular kernel function % % USAGE: % heights=triangular(data,center,bw) % % INPUTS: % data: Data used for height calc
www.eeworm.com/read/455483/7370920

cpp triangular.cpp

#include #include void main(void){ int i,j,n,k,q; float a[10][11],s[10],s1[10]; coutn; cout
www.eeworm.com/read/449504/7502616

m triangular.m

function heights=triangular(data,center,bw); % PURPOSE: % Triangular kernel function % % USAGE: % heights=triangular(data,center,bw) % % INPUTS: % data: Data used for height calc
www.eeworm.com/read/198546/7928671

m triangular.m

function heights=triangular(data,center,bw); % PURPOSE: % Triangular kernel function % % USAGE: % heights=triangular(data,center,bw) % % INPUTS: % data: Data used for height calc
www.eeworm.com/read/139332/5802812

hpp triangular.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted with
www.eeworm.com/read/491257/6438085

m triangular.m

function [x]=triangular(A) n=size(A); %tama駉 de la matrix c=min(n); for i=1:c-1 % busca la matriz U y el vector L*v (la ultima columna) [a,b]=max(abs(A(i:n(1),i))); if a~=0 % da la posic
www.eeworm.com/read/482889/1285438

hpp triangular.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted
www.eeworm.com/read/221464/4830029

hpp triangular.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted
www.eeworm.com/read/168845/5432419

hpp triangular.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted
www.eeworm.com/read/375190/2731135

hpp triangular.hpp

// Copyright John Maddock 2006, 2007. // Copyright Paul A. Bristow 2006, 2007. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying fi