代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/162511/10299921

c sum_c4.c

/* Implementation of the SUM intrinsic Copyright 2002 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortr
www.eeworm.com/read/162511/10300617

m4 types.m4

define(get_typename2, `GFC_$1_$2')dnl define(get_typename, `get_typename2(ifelse($1,i,INTEGER,ifelse($1,r,REAL,ifelse($1,l,LOGICAL,ifelse($1,c,COMPLEX,unknown)))),`$2')')dnl define(get_arraytype, `gfc
www.eeworm.com/read/425862/10313205

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/354551/10345930

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 20; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN r
www.eeworm.com/read/354551/10346079

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 200; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/161485/10404386

m perform_cpx_dualtree_transform.m

function y = perform_cpx_dualtree_transform(x,Jmin,options) % perform_cpx_dualtree_transform - perform a complex valued dual-tree wavelet transform % % y = perform_cpx_dualtree_transform(x,Jmin
www.eeworm.com/read/161095/10452785

c cmyblas2.c

/* * -- SuperLU routine (version 2.0) -- * Univ. of California Berkeley, Xerox Palo Alto Research Center, * and Lawrence Berkeley National Lab. * November 15, 1997 * */ /* * File name: cmybla
www.eeworm.com/read/161095/10453667

c zlartg.c

#include "f2c.h" /* Subroutine */ int zlartg_(doublecomplex *f, doublecomplex *g, doublereal * cs, doublecomplex *sn, doublecomplex *r) { /* -- LAPACK auxiliary routine (version 2.0) -- U
www.eeworm.com/read/424281/10473082

c zsolve_init.c

/* poly/zsolve_init.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/352500/10547092

c example 3-21.c

Example 3 - 21. Split Function C Listing for the FFT of two N-Point Real Sequences /**************************************************************** FILE:split.c This is the C source code