代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/414760/11103067
f90 me1z.f90
MODULE e1z_func
! From the book "Computation of Special Functions"
! by Shanjie Zhang and Jianming Jin
! Copyright 1996 by John Wiley & Sons, Inc.
! The authors state:
! "However, we
www.eeworm.com/read/414760/11103149
f90 mcjy01.f90
MODULE cjy01_func
! From the book "Computation of Special Functions"
! by Shanjie Zhang and Jianming Jin
! Copyright 1996 by John Wiley & Sons, Inc.
! The authors state:
! "However, w
www.eeworm.com/read/412981/11171114
m createsymbol.m
function symbol_ofdm = createsymbol (pilots,data)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
www.eeworm.com/read/266102/11240300
m s2z.m
%MATLAB function s2z.m converts a network's generalized
%scattering matrix, S, into the appertaining impedance
%matrix, Z.
%The function is called up by Z = s2z(Z0, S). It needs
%as its input arg
www.eeworm.com/read/266102/11240319
m s2y.m
%MATLAB function s2y.m converts a network's generalized
%scattering matrix, S, into the appertaining admittance
%matrix, Y.
%The function is called up by Y = s2y(Z0, S). It needs
%as its input ar
www.eeworm.com/read/334969/12557351
txt readme.txt
2006-04-14
2008-06-02
1. 编译:
解压后, 在本目录下运行
make
2. 语法树生成
运行
./compiler
解析附带的test.txt文件。同一个目录下还附带了test_complex.txt(复杂)和test_error.txt(出错)两个文件供测试。
compiler可执行文件的使用方法为
./compiler [srcfile [outf
www.eeworm.com/read/334951/12558907
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]
www.eeworm.com/read/334162/12627781
c fftw_threads_test.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/12628326
c twiddle.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/12628460
c ftwi_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