代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/303772/13809501
c iwfac.c
#include "config.h"
#ifdef HAVE_COMPLEX_H
#include
#endif
#include
#include
#include
#include "fftw3.h"
#include "dgt.h"
void iwfac(ltfat_complex *gf, const
www.eeworm.com/read/303772/13809502
c ltfat_blas.c
#include "config.h"
#include "cblas.h"
#ifdef HAVE_BLAS
#include "f77-fcn.h"
#ifdef __cplusplus
extern "C" {
#endif
F77_RET_T
F77_FUNC (zgemm, ZGEMM) (F77_CONST_CHAR_ARG_DECL TransA,
F77_
www.eeworm.com/read/302325/13837803
m ex1_5.m
%example1-5
%complex_exponent_sequencee
clear all;
N=32;
A=3;
a=0.7;
w=314;
xn=0:N-1;
x=A*exp((a+j*w)*xn);
stem(xn,x);
www.eeworm.com/read/147331/5733024
c w_cabs.c
/*
* cabs() wrapper for hypot().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
struct complex {
double x;
double y;
};
double
c
www.eeworm.com/read/147331/5733091
c wf_cabs.c
/*
* cabsf() wrapper for hypotf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
struct complex {
float x;
float y;
};
float
ca
www.eeworm.com/read/147331/5733131
c w_cabs.c
/*
* cabs() wrapper for hypot().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
struct complex {
double x;
double y;
};
double
c
www.eeworm.com/read/147331/5733218
c wf_cabs.c
/*
* cabsf() wrapper for hypotf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "fdlibm.h"
struct complex {
float x;
float y;
};
float
ca
www.eeworm.com/read/141300/5770738
h dllitf.h
/*
DLL load interface
(c)2000 Arpad Buermen
$Id: dllitf.h,v 1.4 2005/05/22 20:37:06 sjborley Exp $
*/
#ifndef __DLLITF_H
#define __DLLITF_H
#include "mifproto.h"
#include "cmproto.h"
/*
www.eeworm.com/read/141297/5773180
cc ccomplex_dotprod_generic.cc
/* -*- c -*- */
/*
* Copyright 2002 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 terms
www.eeworm.com/read/141297/5773234
cc qa_gr_fir_ccf.cc
/* -*- c++ -*- */
/*
* Copyright 2002 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