代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/307543/13720580

m makesbus.m

function Sbus = makeSbus(baseMVA, bus, gen) %MAKESBUS Builds the vector of complex bus power injections. % Sbus = makeSbus(baseMVA, bus, gen) returns the vector of complex bus % power injecti
www.eeworm.com/read/305632/13764291

c maryuwa.c

#include #include #include #include "msp.h" void maryuwa(complex x[],complex a[],complex r[],int n,int ip, float *ep,int *ierror) { /*-----------------------------
www.eeworm.com/read/305575/13765577

m tmat.m

function[x]=tmat() %TMAT 2-D complex grouping matrix. % % T=TMAT returns the complex grouping matrix % % T=[1 i; % 1 -i] / SQRT(2); % % such that Y=T*X where X=[U V]^T leads Y=[
www.eeworm.com/read/305286/13775783

cpp test_zhufft.cpp

#include #include #include #include #include "zhufft.h" extern "C" double currTime(); extern "C" void fft( COMPLEX in[], COMPLEX out[], COMPLEX omega[]
www.eeworm.com/read/305286/13775791

h dip.h

#ifndef DIP_H #define DIP_H #define WIN31 #define PI 3.1415926 #include #include #include #include #include #include #includ
www.eeworm.com/read/305286/13775862

cpp test_galoisfft.cpp

#include #include #include #include #include using namespace std; extern "C" double currTime(); void FFT( complex *TD, complex
www.eeworm.com/read/303772/13809506

c candual_fac.c

#include "config.h" #include #include #include #include #include "ltfat_blas.h" #include "ltfat_lapack.h" #include "dgt.h" void candual_fac(ltfat_complex *gf,
www.eeworm.com/read/303513/13813707

m abs.m

function B=abs(A) %ABS Absolute value. % ABS(S) is the absolute value of the scalar function S. When % S is complex, ABS(S) is the complex modulus (magnitude) of S. % % See also ANGLE.
www.eeworm.com/read/142536/5764668

c cmath2.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ /* * Routines to do complex mathemat
www.eeworm.com/read/142536/5764685

c cmath3.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group **********/ /* * Routines to do complex mathemat