sample4_6.h

来自「CVI例程」· C头文件 代码 · 共 28 行

H
28
字号
#include <userint.h>  #ifdef __cplusplus    extern "C" {#endif     /* Panels and Controls: */#define  PANEL                           1#define  PANEL_CYCLES                    2#define  PANEL_GENERATESINE              3#define  PANEL_DELETEPLOTS               4#define  PANEL_QUIT                      5#define  PANEL_GRAPH                     6#define  PANEL_AMPLITUDE                 7     /* Menu Bars, Menus, and Menu Items: */          /* (no menu bars in the resource file) */     /* (no callbacks specified in the resource file) */ #ifdef __cplusplus    }#endif

⌨️ 快捷键说明

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