代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/272513/10955028
h mtl_complex.h
#include
/* namespace polution from */
#undef major
#undef minor
www.eeworm.com/read/270960/11018225
cpp complex1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/270960/11018226
cpp complex2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/267398/6961151
m complex1.m
clc
clear
load sn8kxy1;
load 131o8kxy1;
for i=1:1:40000
xx(i)=xx1(i)+xx2(i);
end
for j=1:1:41200
yy(j)=yy1(j)+yy2(j);
end
subplot(2,1,1);
plot(yy);
subplot(2,1,2);
H=fft(yy)
www.eeworm.com/read/466545/7026666
h fe_complex.h
///////////////////////////////////////////////////////////////////////////////
// This is a part of the Feature program.
// Version: 1.0
// Date: February 22, 2003
// Programmer: Oh-Wook Kwon
//
www.eeworm.com/read/466231/7041273
m complex_character.m
C=['錒皚藹礙愛噯嬡璦曖靄諳銨鵪骯襖奧媼驁鰲壩罷鈀擺敗唄頒辦絆鈑幫綁鎊謗剝飽寶報鮑鴇齙輩貝鋇狽備憊鵯賁錛繃'
'筆畢斃幣閉蓽嗶潷鉍篳蹕邊編貶變辯辮芐緶籩標驃颮飆鏢鑣鰾鱉別癟瀕濱賓擯儐繽檳殯臏鑌髕鬢餅稟撥缽鉑駁餑鈸'
'鵓補鈽財參蠶殘慚慘燦驂黲蒼艙倉滄廁側冊測惻層詫鍤儕釵攙摻蟬饞讒纏鏟產闡顫囅諂讖蕆懺嬋驏覘禪鐔場嘗長償'
'腸廠暢倀萇悵閶鯧鈔車徹硨塵陳襯傖諶櫬磣齔撐稱懲誠騁棖檉鋮鐺癡遲馳恥齒 ...
www.eeworm.com/read/255967/7098251
h emd_complex.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/255967/7098257
c emd_complex.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/172533/7131614
txt complex_cpp.txt
/*---------------------------------------------------------------------
! Utility subroutines used by any program from Numath library
! with (not intrinsic) complex numbers z = (zr,zi).
!
www.eeworm.com/read/172533/7131623
txt complex_h.txt
//Header file of Complex.cpp
double ZABS(double, double);
void ZSQRT(double, double, double *, double *);
void ZEXP(double, double, double *, double *);
void ZMLT(double, double, double, double