代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/132050/14112392

bas mainmodule.bas

Attribute VB_Name = "MainModule" Sub Main() Dim cpxZ As Complex Dim dblM As Double Dim i As Integer, n As Integer Dim sComplex As String, sMsg As String Dim cpxZR() As Comple
www.eeworm.com/read/131636/14134971

cpp pro2doc.cpp

// Pro2Doc.cpp : implementation of the CPro2Doc class // #include "stdafx.h" #include "Pro2.h" #include "Pro2Doc.h" #include "CDib.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/131636/14134987

h pro2doc.h

// Pro2Doc.h : interface of the CPro2Doc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_PRO2DOC_H__F74334AD_5CA8_410C_9FEA_9AD62E18C746__I
www.eeworm.com/read/130876/14171112

bas mainmodule.bas

Attribute VB_Name = "MainModule" Sub Main() Dim cpxZ As Complex Dim dblM As Double Dim i As Integer, n As Integer Dim sComplex As String, sMsg As String Dim cpxZR() As Comple
www.eeworm.com/read/130832/14173205

cpp pro2doc.cpp

// Pro2Doc.cpp : implementation of the CPro2Doc class // #include "stdafx.h" #include "Pro2.h" #include "Pro2Doc.h" #include "CDib.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/130832/14173228

h pro2doc.h

// Pro2Doc.h : interface of the CPro2Doc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_PRO2DOC_H__F74334AD_5CA8_410C_9FEA_9AD62E18C746__I
www.eeworm.com/read/231622/14225840

m plotc.m

%PLOTC plots a complex signal in 2D projection with variable projection angle. %The angle can be modified at any time using the slider: % slider at bottom: angle=0 the projection is the real part of
www.eeworm.com/read/231622/14225895

c cio.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/129633/14235351

cpp fft.cpp

/*********************************************************************** FFT_FREQ.C - SOURCE CODE FOR DISCRETE FOURIER TRANSFORM FUNCTIONS fft In-place radix 2 decimation in time FFT ifft
www.eeworm.com/read/227283/14433576

cpp 7_61.cpp

#include class complex { float a,b; public: complex(){a=0.0;b=0.0;} complex(float x,float y) {a=x;b=y;} void Add(complex& comp1,complex& comp2); void Sub(complex& comp1,comple