代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/140743/13063890
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/140742/13064006
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/140740/13064109
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/140739/13064302
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/140665/13069158
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/140665/13069222
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/241863/13111330
h fftc.h
/*
* Fast Fourier Transform C definitions and prototypes
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _FFT_C_
#define _FFT_C_
#include "fftstruc.h"
/* import th
www.eeworm.com/read/241863/13111348
h ffts.h
/*
* Fast Fourier Transform assembler prototypes
* Copyright (C) ARM Limited 1998-1999. All rights reserved.
*/
#ifndef _FFT_S_
#define _FFT_S_
#include "fftstruc.h"
int FFT( Complex *
www.eeworm.com/read/241677/13126483
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------