代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/320955/13415295

c c_div.c

#include "f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers extern VOID sig_die(); VOID c_div(c, a, b) complex *a, *b, *c; #else extern void sig_die(char*,int); void c_div(complex *c, c
www.eeworm.com/read/320955/13415345

c c_cos.c

#include "f2c.h" #ifdef KR_headers extern double sin(), cos(), sinh(), cosh(); VOID c_cos(r, z) complex *r, *z; #else #undef abs #include "math.h" #ifdef __cplusplus extern "C" { #endif void c_cos(
www.eeworm.com/read/320955/13415408

c c_sin.c

#include "f2c.h" #ifdef KR_headers extern double sin(), cos(), sinh(), cosh(); VOID c_sin(r, z) complex *r, *z; #else #undef abs #include "math.h" #ifdef __cplusplus extern "C" { #endif void c_sin(
www.eeworm.com/read/319180/13459245

h blas.h

#ifndef _BLAS_H #define _BLAS_H #include "namesblas.h" complex cdotc(integer *,complex *,integer *,complex *,integer *), cdotu(integer *,complex *,integer *,comple
www.eeworm.com/read/319180/13459256

h qmrpack.h

#ifndef _QMRPACK_H #define _QMRPACK_H #include /* Common Block Declarations */ extern struct { real norma; } cscplx; extern struct { real norma; } cslalx; extern struct {
www.eeworm.com/read/318888/13467713

c test_fft.c

/* test_fft.c - Example to test floating-point Complex FFT */ #include #include "fcomplex.h" /* floating-point complex.h header file */ #include "input7_f.dat" /* Experiment
www.eeworm.com/read/318888/13467719

c w_table.c

/* w_table.c - Generate twiddle factor lookup table */ #include "icomplex.h" #include #define pi 3.1415926535897 void w_table
www.eeworm.com/read/318888/13467731

c exp7b.c

/* exp7b.c - Example to test FFT (fixed-point) Use Twiddle lookup-table method */ #include "icomplex.h" #include "input7_i.dat" /* Experiment data */ extern void fft(comp
www.eeworm.com/read/318888/13467756

c fbit_rev.c

/* fbit_rev.c Arrange input samples in bit-reverse addressing order - the index j is the bit reverse of i */ #include "fcomplex.h" /* floating-point complex.h header file */
www.eeworm.com/read/314924/13555588

h fft.h

/************************************************************** This page contains the Radix-2 in time domain FFT(IFFT) code, Radix-2 in frequence domain FFT(IFFT) code and Split-Radix FFT(I