代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/260437/11725580
cpp innercell.cpp
#include "internalCell.h"
innerCell::internalCell()
{
sin=0;
cin=1;
x=0;
}
void innerCell::caculation()
{
Uout=cin*Uin-(sin.conjugate())*(sqrt(lamda))*x;
x=sin*Uin+cin*(sqrt(lamda)
www.eeworm.com/read/346738/11727216
h mkl_blas.h
/*
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/346738/11727231
h mkl_lapack32.h
/*
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not
www.eeworm.com/read/345167/11834565
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/155163/11892929
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/155163/11892964
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/257279/11935359
h cmatrix.h
#ifndef CMATRIX_H
#define CMATRIX_H
#include
#include
#include
#include "cbuffer.h"
#include "matrix.h"
// 定义复矩阵类
class cmatrix {
public:
cbuffer
www.eeworm.com/read/257279/11935363
h cbuffer.h
#ifndef CBUFFER_H
#define CBUFFER_H
#include
#define COMPLEX complex
#include "buffer.h" // 包含实数缓冲区说明文件
// 定义复数缓存区的各类
// 复数缓存区抽象类
class cbuffer {
public:
size_t refnum
www.eeworm.com/read/257279/11935395
cpp cbuffer.cpp
#include
#include
#include
#include "cbuffer.h"
ostream& operator
www.eeworm.com/read/154568/11945196
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