代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/258225/11875130

h complex.h

/* complex.h Complex Number Library - Include File class complex: declarations for complex numbers. Copyright (c) 1990, 1992 by Borland International All Rights Reserved. A
www.eeworm.com/read/155163/11892948

c complex.c

/* complex.c - complex arithmetic functions */ #include /* for MSC and TC/BC, it declares: */ /* \ttt{struct complex} and \t
www.eeworm.com/read/153988/11996272

cpp complex.cpp

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

h complex.h

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

cpp complex.cpp

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

h complex.h

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

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/256102/12027698

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/256057/12031558

txt complex.txt

模型参数: 横向: 长度:500m 起始坐标:0.0 网格间距:1m 纵向: 长度:500m 起始坐标:0.0 网格间距:1m 观测系统: 记录长度: 500ms 采样间隔:0.083ms 测线深度:1m
www.eeworm.com/read/341978/12048712

h complex.h

////////////////////////////////////////////////////////////////////// // Complex.h // // 操作复数的类 CComplex 的声明接口 // // 周长发编制, 2002/8 //////////////////////////////////////////////////////////////