代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/112799/15476505
c dtft.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/112799/15476559
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/109998/15543779
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/109998/15543780
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/109998/15543788
cpp cbuffer.cpp
#include
#include
#include
#include "cbuffer.h"
ostream& operator
www.eeworm.com/read/109555/15554381
cpp 8_1.cpp
#include
class complex //复数类声明
{
public: //外部接口
complex(double r=0.0,double i=0.0){real=r;imag=i;} //构造函数
complex operator + (complex c2); //运算符+重载成员函数
complex operator - (complex
www.eeworm.com/read/109554/15554506
cpp 8_1.cpp
#include
class complex //复数类声明
{
public: //外部接口
complex(double r=0.0,double i=0.0){real=r;imag=i;} //构造函数
complex operator + (complex c2); //运算符+重载成员函数
complex operator - (complex
www.eeworm.com/read/109429/15557732
txt readme.txt
将头文件“TMatrix.h”包含在C++(*.cpp)文件中,就可以简单的定义数据类型为int,float,double,
<mark>complex</mark>,<mark>complex</mark>,和<mark>complex</mark>的矩阵,进行如下的矩阵运算表达式和与矩阵相关
一些操作(详细情况参阅“类说明.hlp”帮助文档):
(假设M1,M2,M3,M4已经事先定义,并且矩阵运算可行;"!" 表示求逆 ...
www.eeworm.com/read/109332/15558875
pbw 高级控件编程示例.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
0 "complex_app.pbt";
@end;
DefaultTarget "complex_app.pbt";
DefaultRemoteTarget "complex_app.pbt";
www.eeworm.com/read/108171/15593014
h 滤波器设计dlg.h
// 滤波器设计Dlg.h : header file
//
#if !defined(AFX_DLG_H__6EB7ED7D_C9C0_451E_9CBE_0005819980C4__INCLUDED_)
#define AFX_DLG_H__6EB7ED7D_C9C0_451E_9CBE_0005819980C4__INCLUDED_
#if _MSC_VER > 1000