代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/478033/6718231
pas testcinvunit.pas
unit testcinvunit;
interface
uses Math, Ap, Sysutils, clu, ctrinverse, cinverse;
function TestCInv(Silent : Boolean):Boolean;
function testcinvunit_test_silent():Boolean;
function testcinvunit_
www.eeworm.com/read/478033/6718240
pas testhtridiagonalunit.pas
unit testhtridiagonalunit;
interface
uses Math, Ap, Sysutils, cblas, creflections, hblas, htridiagonal;
function TestHTridiagonal(Silent : Boolean):Boolean;
function testhtridiagonalunit_test_si
www.eeworm.com/read/478033/6718288
pas testhcholeskyunit.pas
unit testhcholeskyunit;
interface
uses Math, Ap, Sysutils, cblas, hcholesky;
function TestHCholesky(Silent : Boolean):Boolean;
function testhcholeskyunit_test_silent():Boolean;
function testhch
www.eeworm.com/read/477945/6726505
txt 复件 fft.txt
program FFT
integer p,n,nu
integer,allocatable::rev_array(:)
complex,allocatable::x(:)
character*(40)cmdfile,infile,outfile
write(*,*)'input cmdfilename'
read(*,*)cmdfile
www.eeworm.com/read/477945/6726517
for fft.for
program FFT
integer p,n,nu
integer,allocatable::rev_array(:)
complex,allocatable::x(:)
character*(40)cmdfile,infile,outfile
write(*,*)'input cmdfilename'
read(*,*)cmdfile
www.eeworm.com/read/275016/6731359
h ffft.h
#ifndef FFT_N
#define FFT_N 128 /* Number of samples (64,128,256,512). Don't forget to clean! */
//#define INPUT_NOUSE
//#define INPUT_IQ
#ifndef FFFT_ASM /* for c modules */
typedef struc
www.eeworm.com/read/410054/11303608
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/409119/11345833
h frameconversion.h
#include "def.h"
/************************************************************************/
/* Prototypes of the different used fonctions for the motor's control */
/*****************************
www.eeworm.com/read/409087/11358625
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/263454/11362357
h blas.h
#ifndef _BLAS_H
#define _BLAS_H
#include "namesblas.h"
#include "long_integer.h"
complex cdotc(integer *,complex *,integer *,complex *,integer *),
cdotu(integer *,c