polygon.h

来自「FDTD 模拟 天线 包含 近场-远场 外推程序(时谐场)」· C头文件 代码 · 共 15 行

H
15
字号
# ifndef _POLYGON_H_

# define _POLYGON_H_
# include "math.h"
# include "initial.h"
# include "dfree.h"

# define BOOL   int
# define TRUE   1
# define FALSE  0

BOOL OnPolygon(POLYGON *,POINT *);

# endif 

⌨️ 快捷键说明

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