head.h

来自「三种模拟调制与解调的算法」· C头文件 代码 · 共 13 行

H
13
字号
#include "stdio.h"
#include "process.h"
#include "math.h"
#include "stdlib.h"
#include "iostream.h"
#include "conio.h"
#include "iomanip.h"
#include "string.h"

#define  END_FLAG 10000.0
#define  Input_Signal_Freq 25e+3
#define  pi 3.1415926535898

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?