代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/378783/9216160

f90 twofft.f90

SUBROUTINE twofft(data1,data2,fft1,fft2,n) INTEGER n REAL data1(n),data2(n) COMPLEX fft1(n),fft2(n) !USES four1 INTEGER j,n2 COMPLEX h1,h2,c1,c2 c1=cmplx(0.5,0.0) c2=cmplx(0.0,-0.5) do j=1,n
www.eeworm.com/read/378355/9234683

asm rfft32br.asm

;======================================================================== ; ; File Name : rfft_brc.asm ; ; Originator : Advanced Embeeded Control ; Texas Instruments ;
www.eeworm.com/read/378183/9245668

dat funtc100b.dat

#include #include int main(void) { struct complex z; double val; z.x = 2.0; z.y = 1.0; val = cabs(z); printf("The absolute value of %.2lfi %.2lfj is
www.eeworm.com/read/378182/9248560

cu cscal.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/378182/9248618

cu csscal.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/378182/9248659

cu crotg.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/378182/9248727

cu ccopy.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws
www.eeworm.com/read/181107/9273879

inc fft_size.inc

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/180414/9309115

cpp rootmontecarlocomplex.cpp

//RootMonteCarloComplex.cpp //MonteCarlo法求解非线性方程一复根 #define FM //注解此行,将调用FunctionModule2() #ifdef FM #define FunctionModule FunctionModule1 #else #define FunctionModule FunctionModule2
www.eeworm.com/read/179124/9371944

cpp mycomplex.cpp

// MyComplex.cpp: implementation of the CMyComplex class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "MyComplex.h" #ifdef _DEBUG #