butterworth_proto.h
来自「《无线通信系统仿真——c++使用模型》这本书的源代码」· C头文件 代码 · 共 21 行
H
21 行
//
// File = butterworth_proto.h
//
#ifndef _BUTTERWORTH_PROTO_H_
#define _BUTTERWORTH_PROTO_H_
#include "filter_proto.h"
class ButterworthPrototype : public AnalogFilterPrototype
{
public:
ButterworthPrototype( int prototype_order );
~ButterworthPrototype(void);
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?