代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/334162/12628469
c fftwf77.c
/*
* Copyright (c) 1997-1999, 2003 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 Lic
www.eeworm.com/read/334162/12628485
c ftw_2.c
/*
* Copyright (c) 1997-1999, 2003 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 Lic
www.eeworm.com/read/333887/12656191
m plot3c.m
%PLOT3C plots a complex signal in 3D
%
% use: same as plot
%
%
% See also
% plotc (another type of visualization of complex signals)
%
% G. Rilling, last modification 12.2006
% gabriel.rilling@ens-l
www.eeworm.com/read/237004/13981545
cc kiester_geev.cc
// complex version geev.cc
// submitted by Ross Keister
#include
#include "mtl/mtl2lapack.h"
#include "mtl/dense1D.h"
#include "mtl/utils.h"
int
main()
{
using namespace mtl;
usin
www.eeworm.com/read/237003/13983325
cpp genvecwhere.cpp
#include "bzfstream.h"
#include "optuple.h"
int main()
{
std::cout
www.eeworm.com/read/237003/13983959
cpp chris-jeffery-2.cpp
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
Array test(4,4) ;
Array test2(2,2) ;
test2 = real(test(Range(0,1),Range(0,1))) ;
Array test3;
www.eeworm.com/read/237003/13984028
cpp promote.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
#ifndef BZ_HAVE_PARTIAL_SPECIALIZATION
int main() { return 0; }
#else
template
struct sameType
www.eeworm.com/read/202129/15390384
m plot3c.m
%PLOT3C plots a complex signal in 3D
%
% use: same as plot
%
%
% See also
% plotc (another type of visualization of complex signals)
%
% G. Rilling, last modification 12.2006
% gabriel.rilling@ens-l
www.eeworm.com/read/200130/15440850
m ch2_60.m
%定义一个具有实数和复数的矩阵
A=[5 6.5 2+3i 3.5 6 1+2i];
%定义存储实数和复数的矩阵目前为空矩阵
real_array=[];
complex_array=[];
for i=1:length(A),
%判断矩阵元素是否为实数
if isreal(A(i))==1,
real_array=[real_array A(i)]
www.eeworm.com/read/106929/15617054
cpp fixrts.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::fixrts(Vec_IO_DP &d)
{
bool polish=true;
int i,j;
int m=d.size();
Vec_CPLX_DP a(m+1),roots(m);
a[m]