代码搜索:triangular

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

代码结果 1,594
www.eeworm.com/read/202486/15381864

cpp pr0521.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 5.21 on page 114 // A Function that Tests for Triangularity #include // defi
www.eeworm.com/read/432386/8607316

m tsmooth.m

function s=tsmooth(Y,w) % Convolution-based triangular smooth % tsmooth(Y,w) smooths vector Y by a triangular function of halfwidth w % T. C. O'Haver, 1988. v=conv(boxcar(w),boxcar(w)); S=conv(Y,v)
www.eeworm.com/read/175670/9537232

vbw 工程1.vbw

Form1 = 66, 66, 541, 386, Z, 22, 22, 369, 342, C triangular_decomposition = 44, 44, 314, 364, C
www.eeworm.com/read/175670/9537235

vbp 工程1.vbp

Type=Exe Form=Form1.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\Stdole2.tlb#OLE Automation Module=triangular_decomposition; Module1.bas IconForm="Form1" Startu
www.eeworm.com/read/434200/7883422

h member.h

#ifndef __MEMBER #define __MEMbER #include #include #include #define DREIECK 0 #define TRAPEZ 1 using namespace std; class member{ public: member(float,f
www.eeworm.com/read/434200/7883437

fis fafc_config_sugeno.fis

input pos_err 3 member small triangular -400 -200 0 member small_medium triangular -200 0 200 member medium triangular 0 200 400 outputs proba 3 output low -1 output medium 0 output high 1 rules 3 0 0
www.eeworm.com/read/403659/11513277

m truss2d_elem.m

%*********************************************************************** % function truss2d_elem % % calculates the stiffness matrix of a 2D pinned truss %***************************************
www.eeworm.com/read/260437/11725449

h systolic.h

#ifndef SYSTOLIC_HH #define SYSTOLIC_HH #include #include "matrix.h" #include class TRIANGULAR { public: TRIANGULAR(); void circle(complex2 Uin); void squar
www.eeworm.com/read/260437/11725526

cpp systolic.cpp

#include #include "systolic.h" //#define TAPS 3; double lamda=1; TRIANGULAR::TRIANGULAR() { x=0; c=1; s=0; } void TRIANGULAR::circle(complex2 Uin) { //complex2
www.eeworm.com/read/270032/11051072

h wave.h

/* ------------------------------------------------------------------------- *\ WAVE.H : This package provides 3 routines for generating rectangular-like, triangular-like and sine-like waves