代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/333887/12656402

c cemdc_fix.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/333887/12656408

c cemdc2_fix.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/333887/12656419

h cio.h

/* * 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/237004/13981854

h matrix_attr.h

#ifndef MATRIX_ATTR_H #define MATRIX_ATTR_H #define NUMTYPE complex #define SHAPE rectangle #define STORAGE compressed #define ORIEN row_major #define TESTNAME "compressed___row_major_tmp1
www.eeworm.com/read/132772/14073779

c bit_reversal.c

/******************************************************************** * bit_reversal.c - Arrange input samples in bit-reverse order for FFT * the index j is the bit reverse of i
www.eeworm.com/read/102394/15783060

c dft_source.c

/* fft/dft_source.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P
www.eeworm.com/read/303435/3811243

lib dpfafft.cwp.lib

PFAFFT - Functions to perform Prime Factor (PFA) FFT's, in place npfa_d return valid n for complex-to-complex PFA npfar_d return valid n for real-to-complex/complex-to-real PFA npfao_d return opti
www.eeworm.com/read/229812/4744979

cpp sin.cpp

#include void main( void ) { Complex a (24, 27); cout
www.eeworm.com/read/229812/4744987

cpp abs.cpp

#include void main( void ) { Complex a (24, 27); cout
www.eeworm.com/read/229812/4744989

cpp acos.cpp

#include void main( void ) { Complex a (24, 27); cout