代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/213958/15120474

h complex.h

// Complex.h -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. This library is free software; y
www.eeworm.com/read/213958/15120504

cc complex.cc

// Complex.cc /* Copyright (C) 1988 Free Software Foundation written by Doug Lea (dl@rocky.oswego.edu) This file is part of the GNU C++ Library. This library is free software; you can redistri
www.eeworm.com/read/213416/15135118

cpp complex.cpp

////////////////////////////////////////////////////////////////////// // Complex.h // // 操作复数的类 CComplex 的实现代码 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////
www.eeworm.com/read/213416/15135119

h complex.h

////////////////////////////////////////////////////////////////////// // Complex.h // // 操作复数的类 CComplex 的声明接口 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////
www.eeworm.com/read/212047/15166932

texi complex.texi

@cindex complex numbers The functions described in this chapter provide support for complex numbers. The algorithms take care to avoid unnecessary intermediate underflows and overflows, allowing the
www.eeworm.com/read/211635/15176324

txt complex.txt

#include #include #define BUFF_SIZE 1024 char Buffer[BUFF_SIZE]; long BufferCounter = 0; extern int GPSdata; int jjjj=0; char strTmp[180]; char temp[200]; long i;
www.eeworm.com/read/208576/15243767

cpp complex.cpp

// Fig. 11.20: Complex.cpp // Complex class member-function definitions. #include using std::cout; #include "Complex.h" // Complex class definition // Constructor Complex::Complex
www.eeworm.com/read/208576/15243769

h complex.h

// Fig. 11.19: Complex.h // Complex class definition. #ifndef COMPLEX_H #define COMPLEX_H class Complex { public: Complex( double = 0.0, double = 0.0 ); // constructor Complex operator
www.eeworm.com/read/208174/15251746

xls complex.xls

www.eeworm.com/read/207758/15262623

cpp complex.cpp

#include "stdafx.h" ComplexNumber ComplexMultiply(ComplexNumber x, ComplexNumber y) // // Copyright 2002 The Mobile and Portable Radio Research Group // { ComplexNumber Result; Result.rea