代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/245698/12784446

cpp xt4-1.cpp

#include using namespace std; class Complex {public: Complex(){real=0;imag=0;} Complex(double r,double i){real=r;imag=i;} double get_real(); double get_imag(); void
www.eeworm.com/read/331567/12820388

c cmplx.c

/* cmplx.c * * Complex number arithmetic * This version is for C9X. * * * * SYNOPSIS: * * typedef struct { * double r; real part * double i; imaginary part *
www.eeworm.com/read/331439/12828808

m orthonormal_basis.m

function B = orthonormal_basis(V, W) % ORTHONORMAL_BASIS creates an orthonormal basis from a pure quaternion V, % and an optional pure quaternion W, which need not be perpendicular to V, % but must no
www.eeworm.com/read/331148/12844877

inc fft_size.inc

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/143661/12853044

cpp xt10-1.cpp

#include using namespace std; class Complex {public: Complex(){real=0;imag=0;} Complex(double r,double i){real=r;imag=i;} double get_real(); double get_imag(); void
www.eeworm.com/read/244597/12854190

cpp zroots.cpp

#include #include #include "nr.h" using namespace std; void NR::zroots(Vec_I_CPLX_DP &a, Vec_O_CPLX_DP &roots, const bool &polish) { const DP EPS=1.0e-14; int i,its,j,jj;
www.eeworm.com/read/244097/12888225

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/140739/13064212

cpp rootmontecarlocomplex.cpp

//RootMonteCarloComplex.cpp //MonteCarlo法求解非线性方程一复根 #define FM //注解此行,将调用FunctionModule2() #ifdef FM #define FunctionModule FunctionModule1 #else #define FunctionModule FunctionModule2
www.eeworm.com/read/140665/13068913

cpp zroots.cpp

#include #include #include "nr.h" using namespace std; void NR::zroots(Vec_I_CPLX_DP &a, Vec_O_CPLX_DP &roots, const bool &polish) { const DP EPS=1.0e-14; int i,its,j,jj;
www.eeworm.com/read/242291/13081526

h calculate.h

// calculate.h #ifndef _CALCULATE_H #define _CALCULATE_H //void Calc(int Num); void CalcAll(void); void Calc_U0(void); void GetUIPQ(void); //inline int Get1(int d1r, int d1i,int k1); //void