?? i_cmplx.h
字號:
/* Source File: i_cmplx.h */
/* This file defines the structure cmpx (a 16-bit signed complex number) */
struct cmpx
{
short int real; /* real part */
short int imag; /* iamginary part */
};
typedef struct cmpx COMPLEX;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -