代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/106929/15617236
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/106929/15617270
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/104016/15713335
h dip.h
#ifndef DIP_H
#define DIP_H
#define WIN31
#define PI 3.1415926
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/103612/15728023
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/103611/15728068
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/103610/15728109
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/103609/15728159
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/103608/15728202
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/103536/15729745
8-3(
#include
class complex
{
public:
complex() { real=imag=0; }
complex(double r, double i)
{
real = r, imag = i;
}
friend complex operator +(const complex &c1, const comple
www.eeworm.com/read/103536/15729746
8-2(
#include
class complex
{
public:
complex() { real=imag=0; }
complex(double r, double i)
{
real = r, imag = i;
}
complex operator +(const complex &c);
complex operator