代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/421395/10737987
h fft.h
#ifndef FFT_H
#define FFT_H
void fft(float data[], int nn, int isign);
float complex_mag(float re, float im);
#endif
www.eeworm.com/read/420917/10767419
m fhsvd.m
% script file: FHSVDDemo.m
% Demonstrate fast Hankel SVD
%
% Dependency
% ./FHLanMPOR.m fast Lanczos for Hankel using modified partial
% orthogonalization and restart
% ./CSSVD.
www.eeworm.com/read/273409/10917169
cpp xt10-1.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
double get_real();
double get_imag();
void
www.eeworm.com/read/272513/10955096
h cplx_dbldbl.h
#ifndef MTL_CPLX_DLBDLB_H
#define MTL_CPLX_DLBDLB_H
#include "mtl/mtl_complex.h"
#include "doubledouble.h"
#include "mtl/mtl_config.h"
#include
namespace std {
// stupid g++
inline comple
www.eeworm.com/read/466545/7026646
cpp fe_spectrum.cpp
///////////////////////////////////////////////////////////////////////////////
// This is a part of the Feature program.
// Version: 1.0
// Date: February 22, 2003
// Programmer: Oh-Wook Kwon
//
www.eeworm.com/read/465018/7064301
inc fft_size.inc
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/199841/7097701
c fillpolygon.c
#include
#include
#include "nxlib.h"
int
XFillPolygon(Display * display, Drawable d, GC gc,
XPoint * points, int npoints, int shape, int mode)
{
int i;
GR_POINT *gr_points;
www.eeworm.com/read/461810/7219130
bak fft_size.inc.bak
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/461810/7219145
inc fft_size.inc
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/460969/7236521
f90 mod_integration.f90
MODULE MOD_INTEGRATION
USE NRTYPE , ONLY: WP
IMPLICIT NONE
INTEGER :: PTS, PTS2
REAL(WP) , DIMENSION (:) , ALLOCATABLE :: &
M1_FINE, RHO_FINE