代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/129735/14230432
c fft8.c
/*FFT8.C-MAIN FFT.RECTANGULAR INPUT DATA.CALLS FFT.C*/
#include /*complex structure definition*/
extern void FFT(); /*FFT function */
volatile int *out_addr=(volatile
www.eeworm.com/read/129726/14231451
c conj.c
#include
#include
void main()
{
complex z1,z2;
z1=complex(1,2);
cout
www.eeworm.com/read/128927/14272536
cpp fretrans.cpp
#include "stdafx.h"
#include "GlobalApi.h"
#include "Cdib.h"
#include
#include
#include
using namespace std;
// FOURBYTES就是用来计算离4最近的整倍数
#define FOURBYTES(bits
www.eeworm.com/read/128325/14304964
c sdata.c
void save_data()
{
long k;
int k1;
extern long npt;
extern complex x[size];
if((out=fopen("dftout.dat","w"))==NULL)
{
printf("cannot open file dftout.dat\n");
www.eeworm.com/read/128045/14318239
c sdata.c
void save_data()
{
long k;
int k1;
extern long npt;
extern complex x[size];
if((out=fopen("dftout.dat","w"))==NULL)
{
printf("cannot open file dftout.dat\n");
www.eeworm.com/read/228934/14357384
c phase_drift.c
/*****************************************************************************/
/* FIle Name : phase_drift.c */
/* Description : Wi-Max OFDM correct p
www.eeworm.com/read/127036/14387685
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/227719/14416745
mht channel.mht
From:
Subject:
Date: Wed, 25 Jul 2007 21:06:46 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: 7bit
Content-L
www.eeworm.com/read/227371/14430060
cpp fretrans.cpp
#include "stdafx.h"
#include "GlobalApi.h"
#include "Cdib.h"
#include
#include
#include
using namespace std;
// FOURBYTES就是用来计算离4最近的整倍数
#define FOURBYTES(bits
www.eeworm.com/read/227283/14433640
cpp 8_72.cpp
#include
class complex
{
float a,b;
public:
complex(){a=0.0;b=0.0;cout