代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/147921/12512121
h pro2doc.h
// Pro2Doc.h : interface of the CPro2Doc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_PRO2DOC_H__F74334AD_5CA8_410C_9FEA_9AD62E18C746__I
www.eeworm.com/read/334325/12610605
h cfft.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can r
www.eeworm.com/read/334162/12628170
c executor.c
/*
* Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic
www.eeworm.com/read/333887/12656222
m plotc.m
%PLOTC plots a complex signal in 2D projection with variable projection angle.
%The angle can be modified at any time using the slider:
% slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/333887/12656400
c cio.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/247452/12658790
h sunview.h
// sunView.h : interface of the CSunView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SUNVIEW_H__B6975A34_B183_4BCC_9C87_95DD8B97CD34__I
www.eeworm.com/read/134087/14008787
c fft.c
/* fft.c -- in-place decimation-in-time FFT */
#include
void shuffle(), dftmerge();
void fft(N, X)
complex *X;
int N;
{
shuffle(N, X);
dftmerge(N, X);
}
www.eeworm.com/read/134087/14008819
c shuffle1.c
/* shuffle.c - in-place shuffling (bit-reversal) of a complex array */
#include
void swap();
int bitrev();
void shuffle(N, X)
complex *X;
int N; /* \(N\
www.eeworm.com/read/134087/14008872
c shuffle.c
/* shuffle.c - in-place shuffling (bit-reversal) of a complex array */
#include
void swap();
int bitrev();
void shuffle(N, X)
complex *X;
int N; /* \(N\
www.eeworm.com/read/134087/14009129
c fft1.c
/* fft.c -- in-place decimation-in-time FFT */
#include
void shuffle(), dftmerge();
void fft(N, X)
complex *X;
int N;
{
shuffle(N, X);
dftmerge(N, X);
}