代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/158370/11623097
h complex3.h
// complex3.h New and Improved Complex class with construc-
// tors and overloaded arithmetic operators
class Complex
{ public :
Complex () { }; // default constructor
Complex (float
www.eeworm.com/read/158370/11623192
cpp complex2.cpp
// complex2.cpp Implementation file for class Complex using
// overloaded arithmetic and insertion, extraction operators
#include "complex.h"
// `+' operator Returns the sum of the owner and th
www.eeworm.com/read/346513/11740058
class fft$complex.class
www.eeworm.com/read/344551/11873105
h emd_complex.h
/*
* 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/344551/11873132
c emd_complex.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/154996/11907522
m awgn_complex.m
www.eeworm.com/read/257274/11935990
class newton$complex.class
www.eeworm.com/read/152609/12099176
m complex_awgn.m
function [ WaveformRay ] = complex_awgn(FadedWaveform,N0)
if nargin ~= 2
error('Insufficient input parameters');
end
Len = length(FadedWaveform);
m = 0;
randn('state',sum(100*clock));
u1 = m + sqrt
www.eeworm.com/read/341217/12100724
java complex1.java
package com.javapatterns.immutable.complex;
final public class Complex1 extends Number
implements java.io.Serializable, Cloneable, Comparable
{
/**
* The imaginary unit.
*/
static fi
www.eeworm.com/read/340968/12116822
mht complex_c.mht
From:
Subject:
Date: Wed, 27 Sep 2006 22:45:41 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: quoted-printabl