代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/473219/6848904

m detset.m

function F = detset(t,P) %DETSET Internal function used in construction of MAXDET formulations % % F = detset(t,P) creates the SET t < det(P)^(1/(2^ceil(log2(length(P))))) % Author Johan L鰂berg
www.eeworm.com/read/473253/6849848

m interference.m

function [CIR] = interference(complex_dist,logn4,logn4a,logn4b,logn4c,logn4d,logn4e,logn4f,mode) %positions of first tier interference base stations a= 0 - 1500i; b= 1300 - 750i; c= 1300 + 7
www.eeworm.com/read/473001/6853829

h promote-old.h

/*********************************************************************** * promote.h Arithmetic type promotion trait class * Author: Todd Veldhuizen (tveldhui@seurat.uwaterloo.ca) *
www.eeworm.com/read/472009/6878115

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/295249/8177558

idx word.idx

@f /functions/FD_CLR.html @t FD_CLR - macros for synchronous I/O multiplexing =FD_CLR - macros for synchronous I/O multiplexing @f /functions/_Exit.html @t _Exit, _exit - terminate a process =_
www.eeworm.com/read/294203/8246820

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/393678/8270043

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/393582/8274323

inc fft_size.inc

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

cpp example4.cpp

// // This file contains some example code, which may be used to call // the Fast Fourier Transform Class. // This code is not meant to be usefull in itself, but is provided as // an example of how
www.eeworm.com/read/292658/8342623

cpp rootmontecarlocomplex.cpp

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