代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/320955/13415343
c c_log.c
#include "f2c.h"
#ifdef KR_headers
extern double log(), f__cabs(), atan2();
VOID c_log(r, z) complex *r, *z;
#else
#undef abs
#include "math.h"
#ifdef __cplusplus
extern "C" {
#endif
extern double f_
www.eeworm.com/read/320955/13415352
c r_cnjg.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
VOID r_cnjg(r, z) complex *r, *z;
#else
VOID r_cnjg(complex *r, complex *z)
#endif
{
real zi = z->i;
r->r = z->r;
r->i = -
www.eeworm.com/read/320955/13415394
c r_imag.c
#include "f2c.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef KR_headers
double r_imag(z) complex *z;
#else
double r_imag(complex *z)
#endif
{
return(z->i);
}
#ifdef __cplusplus
}
#endif
www.eeworm.com/read/316291/13525714
cpp asianpricer.cpp
#include "stdafx.h"
#include
#include
using namespace std;
const double M_PI=3.141592653589793238462643383280;
extern void HyperGeomFun(double a_real,double a_imag,doub
www.eeworm.com/read/313085/13596957
txt fftw头文件.txt
/* fftw/fftw.h. Generated automatically by configure. */
/* -*- C -*- */
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistr
www.eeworm.com/read/312211/13615764
cpp zroots.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::zroots(Vec_I_CPLX_DP &a, Vec_O_CPLX_DP &roots, const bool &polish)
{
const DP EPS=1.0e-14;
int i,its,j,jj;
www.eeworm.com/read/309167/13680538
c cdotc.c
/* -- translated by f2c (version 19940927).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Complex */ VOID cdotc_(complex * ret_v
www.eeworm.com/read/309054/13682964
cpp fft_new_kc.cpp
#include "idb_kernelc.hpp"
//shared files
#include "fft_new.hpp"
#include "idb_kernelc2.hpp"
// Ujval Kapasi
// 10/15/97
// 12/1/97
// 5/21/98
// Modified by
// Abhishek Das
// 11/17
www.eeworm.com/read/308771/13692876
cpp 3117040428.cpp
// 潮流计算.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/305286/13775850
h cmpl.h
#if !defined(AFX_COMPLEX_H__667E486D_56ED_483D_B45D_68A191910917__INCLUDED_)
#define AFX_COMPLEX_H__667E486D_56ED_483D_B45D_68A191910917__INCLUDED_
#define PI_2 6.283185307179586476925286766559
#