代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/237003/13983988
cpp matthias-troyer-2.cpp
#include
BZ_USING_NAMESPACE(blitz)
//declaration of the stencil kinEnergy
BZ_DECLARE_STENCIL2(kinEnergy,A,B)
B=Laplacian3D(A);
BZ_END_STENCIL_WITH_SHAPE(shape(-1,-1,-1),shape(+1,+1,+
www.eeworm.com/read/235723/14054975
pas testcomp.pas
{ **********************************************************************
* Program TESTCOMP.PAS *
* Version 1.6d
www.eeworm.com/read/235503/14070193
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__6
www.eeworm.com/read/205202/15323592
m phasemod.m
function y = PhaseMod(x, bits)
% function y = PhaseMod(x, bits)
%
% This function performs phase modulation using l bits per symbol. Thus the
% modulation is (2^bits)-PSK. The return vector y is
www.eeworm.com/read/202129/15390413
h cio_fix.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/202129/15390422
c cemdc_fix.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/202129/15390423
c cemdc2_fix.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/202129/15390426
h cio.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/112070/15493902
h real.h
// Real.h: interface for the Real class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REAL_H__21F45686_4257_4E66_AEC1_7FEE62BFE453__INCLUDED_)
#defi
www.eeworm.com/read/106929/15617139
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