代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/393873/8256511
c cemdc2.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/393873/8256521
c cemdc.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/412025/11217089
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/248715/12544919
c zfft.c
/**********************************************************************
ZFFT.C - ZOOM FFT 演示程序
fft FFT 子程序
ifft IFFT 子程序
************************************************************
www.eeworm.com/read/248715/12544979
c dif_fft.c
/**********************************************************************
DIF_FFT.C - DIF FFT 测试程序
fft 基2 DIF FFT 子程序
ifft 基2 DIF IFFT 子程序
draw_image 绘图子程序
**************************
www.eeworm.com/read/334951/12559070
cpp zrhqr.cpp
#include
#include "nr.h"
using namespace std;
void NR::zrhqr(Vec_I_DP &a, Vec_O_CPLX_DP &rt)
{
int j,k;
complex x;
int m=a.size()-1;
Mat_DP hess(m,m);
for (k=0;k
www.eeworm.com/read/334162/12627743
c rfftwnd_threads.c
/*
* Copyright (c) 1997-1999, 2003 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Lic