代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/314904/13556010

cpp my_complexdefines.cpp

#include "My_ComplexDefines.h" #include using namespace std; dComplex ComplexConjugate(dComplex dcInput) { dComplex dcTemp; //dcTemp.real(dcInput.real()); //dcTemp.imag(-dcInput.im
www.eeworm.com/read/314582/13564049

txt 复数运算.txt

复数运算。 #include class Complex { public: Complex( double r =0, double i =0 ); Complex(int a) { Real = a ; Image = 0 ; } void print() const; friend Complex operator+
www.eeworm.com/read/314001/13576695

h ffft.h

#ifndef FFT_N #define FFT_N 128 /* Number of samples (64,128,256,512). Don't forget to clean! */ //#define INPUT_NOUSE //#define INPUT_IQ #ifndef FFFT_ASM /* for c modules */ typedef struct
www.eeworm.com/read/313999/13576719

h ffft.h

#ifndef FFT_N #define FFT_N 128 /* Number of samples (64,128,256,512). Don't forget to clean! */ //#define INPUT_NOUSE //#define INPUT_IQ #ifndef FFFT_ASM /* for c modules */ typedef struc
www.eeworm.com/read/312211/13615930

cpp frenel.cpp

#include #include #include #include "nr.h" using namespace std; void NR::frenel(const DP x, complex &cs) { const int MAXIT=100; const DP EPS=numeric_limits
www.eeworm.com/read/312211/13615964

cpp cisi.cpp

#include #include #include #include "nr.h" using namespace std; void NR::cisi(const DP x, complex &cs) { const int MAXIT=100; const DP EULER=0.57721566490153
www.eeworm.com/read/310556/13649171

c arg.c

/* @(#) arg.c 1.2 1/27/86 17:47:29 */ /*ident "@(#)cfront:lib/complex/arg.c 1.2"*/ #include "complex.h" double arg(complex z) { return atan2(z.im,z.re); }
www.eeworm.com/read/309747/13664969

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/309287/13675223

h f2c.h

/* This is also plain -*-c-*- // Copyright (C) 2004 // Christian Stimming // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU
www.eeworm.com/read/309167/13680386

h dcomplex.h

/* * -- Distributed SuperLU routine (version 1.0) -- * Lawrence Berkeley National Lab, Univ. of California Berkeley. * September 1, 1999 * */ /* * This header file is to be included in source