代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/152351/12120462
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/254143/12158746
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/339158/12254251
h ffttest.h
/*
* FFTTest.h
*
* C header for ARM FFT algorithm
*/
#include "../fft/FFT.h"
#ifndef FFT_H
#define FFT_H
typedef void fFFT(void *input, int N);
/* FFT test data type */
typedef struct {
int N
www.eeworm.com/read/339151/12254804
c phase_drift.c
/*****************************************************************************/
/* FIle Name : phase_drift.c */
/* Description : Wi-Max OFDM correct p
www.eeworm.com/read/150857/12255766
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)
{
/*-----------------------------
www.eeworm.com/read/249890/12463638
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/131795/14127195
dat funtc100.dat
函数名称: cabs
函数原型: double cabs(struct complex znum)
函数功能: 求复数的绝对值
函数返回: 复数的绝对值
函数说明: zuum为用结构struct complex表示的复数,定义如下:
struct complex
{
www.eeworm.com/read/131351/14148811
h complexcz.h
class Complex
{
friend Complex operator+(Complex c1,Complex c2);
friend Complex operator-(Complex c1,Complex c2);
friend Complex operator*(Complex c1,Complex c2);
friend Complex operator/(
www.eeworm.com/read/233367/14156918
h globalapi.h
#ifndef _GLOBAL_API
#define _GLOBAL_API
#include "stdafx.h"
#include "cdib.h"
#include
#include
#include
using namespace std;
#define pi 3.1415927
//------
www.eeworm.com/read/130586/14182452
h i_cmplx.h
/* Source File: i_cmplx.h */
/* This file defines the structure cmpx (a 16-bit signed complex number) */
struct cmpx
{
short int real; /* real part */
short int i