代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/102394/15783266

texi specfunc-dilog.texi

@cindex dilogarithm The functions described in this section are declared in the header file @file{gsl_sf_dilog.h}. @menu * Real Argument:: * Complex Argument:: @end menu
www.eeworm.com/read/102029/15794342

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/101973/15795837

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 WINAPI IFFT
www.eeworm.com/read/101754/15819335

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/101061/15855049

h f2c.h

/* // NOTE: this is a modified file of f2c.h to work with most C++ compilers. // f2c.h for example, defines abs() as a macro, casuing parsing // problems when it encounters abs() in stdl
www.eeworm.com/read/101061/15855051

h lapackc.h

// LAPACK++ (V. 1.1) // (C) 1992-1996 All Rights Reserved. // Complex (complex precision) Lapack routines #ifndef _DLAPACK_H_ #define _DLAPACK_H_ #ifndef _ARCH_H_ #include "arch.h"
www.eeworm.com/read/100861/15863549

cpp robust_math.cpp

#include "framework.h" #include #include "robust_math.h" void solve_quadratic(double a, double b, double c, Solution_Set *result) { if (a == 0.0) { // T
www.eeworm.com/read/100612/15868930

h comflash.h

/* * Quick and dirty complex data type using flash arithmetic * Should be extended */ #ifndef COMFLASH_H #define COMFLASH_H #include class Complex { Flash x,y; publi
www.eeworm.com/read/141297/5773509

cc gri_fft.cc

/* -*- c++ -*- */ /* * Copyright 2003 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/105882/15656289

sl arith.sl

_debug_info = 1; () = evalfile ("inc.sl"); print ("Testing Arithmetic ..."); static variable G = 11; define check_global_local () { variable x = 1; if (G + 1 != 12) failed ("global + int"