📄 fdwt.h.bak
字号:
/******************************************************************************
功能描述:
Implements 9/7 小波变换的实现
******************************************************************************/
/*****************************************************************************/
// 程序: 小波变换
// 版本: V0.0
// 作者: 胡运平
// 最后修改时间 : 12, 5, 2005
/****************************************************************************/
#ifndef FDWT_H
#define FDWT_H
/******************************************************************************
* Includes.
******************************************************************************/
//#include <stdio.h>
//#include<math.h>
/******************************************************************************
* Constants.
******************************************************************************/
void fdwt(void);
void ldwt(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -