代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/334162/12628538
cilk fftwnd_cilk.cilk
/*
* 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 Li
www.eeworm.com/read/235503/14070173
h fftdlg.h
// FFTDlg.h : header file
//
#if !defined(AFX_FFTDLG_H__991A87E1_FD20_4F35_819C_5C05B793AB99__INCLUDED_)
#define AFX_FFTDLG_H__991A87E1_FD20_4F35_819C_5C05B793AB99__INCLUDED_
#if _MSC_VER > 10
www.eeworm.com/read/132772/14073788
c psd_wel_floatpt.c
/*****************************************************************
* psd_wel_floatpt.c - C program computes FFT-based PSD using
* Welch periodogram
***************************
www.eeworm.com/read/111314/15514723
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Type Complex
r As Double
i As Double
End Type
'两复数相加
Public Function Add(x As Complex, y As Complex) As Complex
Add.r = x.r + y.r
www.eeworm.com/read/105882/15656301
sl arrmult.sl
_debug_info = 1; () = evalfile ("inc.sl");
print ("Testing Matrix Multiplications ...");
#ifexists Double_Type
static define dot_prod (a, b)
{
(a # b)[0]; % transpose not needed for 1-d
www.eeworm.com/read/260437/11725484
h lineinnercell.h
#ifndef LINEINNERCELL_HH
#define LINEINNERCELL_HH
class lineInternalCell
{
public:
complex2 Zin;
complex2 Win;
lineInnerCell();
int caculation();
complex2 get_Zout();
complex2 get
www.eeworm.com/read/470720/1445359
c defarg4.c
// Build don't link:
// Origin: scott snyder
class complex
{
public:
complex();
};
struct MLC33
{
MLC33( const complex& = complex() );
};
void EmptyClone()
{
MLC33();
}
voi
www.eeworm.com/read/470693/1457305
c defarg4.c
// Build don't link:
// Origin: scott snyder
class complex
{
public:
complex();
};
struct MLC33
{
MLC33( const complex& = complex() );
};
void EmptyClone()
{
MLC33();
}
voi
www.eeworm.com/read/240162/4580548
c defarg4.c
// { dg-do assemble }
// Origin: scott snyder
class complex
{
public:
complex();
};
struct MLC33
{
MLC33( const complex& = complex() );
};
void EmptyClone()
{
MLC33();
}
v
www.eeworm.com/read/233448/4673365
c defarg4.c
// { dg-do assemble }
// Origin: scott snyder
class complex
{
public:
complex();
};
struct MLC33
{
MLC33( const complex& = complex() );
};
void EmptyClone()
{
MLC33();
}
v