代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/451442/7463750

cpp est_channel.cpp

#include "Common.h" extern float SNR; void TimeEst(complex *CEsequence) { complex channel[PREAMBLE_LENGTH] = {0., 0.}, hsum = {0.f,0.f}; int i,j; complex *P, *PH, *Pa, *Painv; complex
www.eeworm.com/read/449151/7517502

c executor.c

/* * Copyright (c) 1997-1999 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 License a
www.eeworm.com/read/446347/7581107

m ex1_5.m

%complex_exponent_sequencee clear all; N=32; A=3; a=0.7; w=314; xn=0:N-1; x=A*exp((a+j*w)*xn); stem(xn,x);
www.eeworm.com/read/443790/7623200

h fftwrap.h

/* Copyright (C) 2005 Jean-Marc Valin File: fftwrap.h Wrapper for various FFTs Redistribution and use in source and binary forms, with or without modification, are permitted prov
www.eeworm.com/read/199277/7870613

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/434223/7879992

m plotcirc.m

function plotcirc(c) I=find(c
www.eeworm.com/read/433381/7934383

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/433381/7934406

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/198414/7936060

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/198414/7936118

h pro2doc.h

// Pro2Doc.h : interface of the CPro2Doc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_PRO2DOC_H__F74334AD_5CA8_410C_9FEA_9AD62E18C746__I