代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/132706/14077934
m makesbus.m
function Sbus = makeSbus(baseMVA, bus, gen)
%MAKESBUS Builds the vector of complex bus power injections.
% Sbus = makeSbus(baseMVA, bus, gen) returns the vector of complex bus
% power injecti
www.eeworm.com/read/203170/15364524
c dtft_at_single_frequency.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/203170/15364544
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/202630/15377485
f fft1d.f
***********************************************************************
* This is a subroutine for FFT transform program *
* Made by Dr. Xue-bin Chi
www.eeworm.com/read/200401/15434022
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/113740/15449178
h cmatrix.h
#ifndef CMATRIX_H
#define CMATRIX_H
#include
#include
#include
#include "cbuffer.h"
#include "matrix.h"
// 定义复矩阵类
class cmatrix {
public:
cbuffer
www.eeworm.com/read/113740/15449179
h cbuffer.h
#ifndef CBUFFER_H
#define CBUFFER_H
#include
#define COMPLEX complex
#include "buffer.h" // 包含实数缓冲区说明文件
// 定义复数缓存区的各类
// 复数缓存区抽象类
class cbuffer {
public:
size_t refnum
www.eeworm.com/read/113740/15449187
cpp cbuffer.cpp
#include
#include
#include
#include "cbuffer.h"
ostream& operator
www.eeworm.com/read/113711/15450542
c c_cblas3.c
/*
* Written by D.P. Manley, Digital Equipment Corporation.
* Prefixed "C_" to BLAS routines and their declarations.
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include
www.eeworm.com/read/113711/15450549
c c_cblas2.c
/*
* Written by D.P. Manley, Digital Equipment Corporation.
* Prefixed "C_" to BLAS routines and their declarations.
*
* Modified by T. H. Do, 4/08/98, SGI/CRAY Research.
*/
#include