代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/249290/12512894

cpp complex.cpp

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

h complex.h

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

cpp complex.cpp

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

h complex.h

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

cpp complex.cpp

#include "stdafx.h" #include "Complex.h" CComplex::CComplex() { m_dblX = 0.0; m_dblY = 0.0;} CComplex::CComplex(double dblX, double dblY){ m_dblX = dblX; m_dblY = dblY;} CComplex::CComplex(const
www.eeworm.com/read/248954/12529832

h complex.h

#if !defined _COMPLEX_H_ #define _COMPLEX_H__ #include class CComplex //类声明 {public: CComplex(); //基本构造函数 CComplex(double dblX, double dblY); //指定值构造函数 CComplex(const CComplex
www.eeworm.com/read/248425/12575991

html complex.html

www.eeworm.com/read/248425/12575994

html complex.html

www.eeworm.com/read/147211/12576613

c complex.c

/* 2.4 kbps MELP Proposed Federal Standard speech coder Fixed-point C code, version 1.0 Copyright (c) 1998, Texas Instruments, Inc. Texas Instruments has intellectual property rights on
www.eeworm.com/read/147211/12576679

h complex.h

/* 2.4 kbps MELP Proposed Federal Standard speech coder Fixed-point C code, version 1.0 Copyright (c) 1998, Texas Instruments, Inc. Texas Instruments has intellectual property rights on