代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/393665/8270326
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/192780/8272728
c fft.c
/*
* Xavier Gourdon : Sept. 99 (xavier.gourdon.free.fr)
*
* FFT.c : Very basic FFT file.
* The FFT encoded in this file is short and very basic.
* It is just here as a teaching f
www.eeworm.com/read/293594/8284395
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/292658/8342766
h transform.h
//Transform.h 数学变换头文件
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _TRANSFORM_H //避免多次编译
#define _TRANSFORM_H
#include //模板类输入输出流标准头文件
#include
www.eeworm.com/read/392345/8349378
h ap.h
/********************************************************************
AP library.
See www.alglib.net or alglib.sources.ru for details.
**************************************************************
www.eeworm.com/read/392330/8349548
h ap.h
/********************************************************************
AP library.
See www.alglib.net or alglib.sources.ru for details.
**************************************************************
www.eeworm.com/read/173799/9635312
m add_noise.m
function y = add_noise(x,std,rc)
% add_noise -- add white, guassian noise to a signal
%
% Usage
% y = add_noise(x, std, rc)
%
% Inputs
% x signal
% std standard deviation of the nois
www.eeworm.com/read/369527/9641609
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/368636/9682651
h i_cmplx.h
/* Source File: i_cmplx.h */
/* This file defines the structure cmpx (a 16-bit signed complex number) */
struct cmpx
{
short int real; /* real part */
short int i
www.eeworm.com/read/368337/9701335
texi specfunc-dilog.texi
@cindex dilogarithm
The functions described in this section are declared in the header file
@file{gsl_sf_dilog.h}.
@menu
* Real Argument::
* Complex Argument::
@en