代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/365319/9869894

m cpxdetrend.m

function [out, frfreqx, frfreqy] = cpxdetremd(data,numfringesx,numfringesy) % CPXDETREND -- remove phase trend from complex data % Trend is notated in fringes over the image, not in frequency. % I
www.eeworm.com/read/169081/9881541

c doit.c

/* this program is in the public domain A program that helps the authors of the fine fftw library benchmark kiss */ #include "bench-user.h" #include #include "kiss_fft.h" #include "kis
www.eeworm.com/read/364978/9885104

cpp le_totalchoicegauss.cpp

//LE_TotalChoiceGauss.cpp 全选主元高斯消去法 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程(组)求解头文件 void main() { int i; double a[4][4] = //实系数矩阵 { {0.2368, 0.2471,
www.eeworm.com/read/364978/9885116

cpp le_totalchoicegaussjordan.cpp

//LE_TotalChoiceGaussJordan.cpp 全选主元高斯-约当消去法 #include //输入输出流头文件 #include "LinearEquation.h" //线性方程(组)求解头文件 void main() { int i; double a[4][4] = //实系数矩阵 { {1.0,
www.eeworm.com/read/168641/9903824

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/362900/9977166

i meep.i

// -*- C++ -*- %module meep %{ #include "meep-ctl.hpp" static inline int SwigComplex_Check(SCM o) { return SCM_REALP(o) || SCM_COMPLEXP(o); } static inline int SwigVector3_Check(SCM o) { retu
www.eeworm.com/read/362271/10008128

h receiver.h

#include using namespace std; class transmitter; class receiver {public: int numberofuserbit; //信息码的码元个数 int Tc;
www.eeworm.com/read/362267/10008188

h transmitter.h

#include using namespace std; class transmitter {public: int numberofuserbit; //信息码的码元个数 int Tc; //扩频码的间隔时间
www.eeworm.com/read/355913/10241644

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
www.eeworm.com/read/281129/10261477

h matrixconfig.h

// -*- c++ -*- /////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com // //