📄 wyy.h
字号:
#ifndef wyy_h
#define wyy_h
typedef struct
{int left; int top; int right; int bottom; int clip; }viewporttype;
typedef struct
{ UINT order; UINT trait; BYTE far *caps; DWORD x; }letd;
struct segsn
{
double t;
UINT l;
double dt;
BYTE c;
};
struct datd { double far *c; };
typedef struct
{
int w;
int x;
struct datd d;
char c;
}waveg;
struct disview
{
viewporttype v;
waveg w[4];
int o;
double i; double j;
double t; double ot;
double ti; double tj;
int p; int g; int z;
double s1; double s2; double s3; double s4;
double dw; double bl;
};
typedef struct {int w; int x; char c;}wave1;
struct disr
{
viewporttype v;
wave1 w[4];
int p;
int g;
int z;
double s1;double s2;double s3;double s4;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -