str2.h

来自「face recognition test source code」· C头文件 代码 · 共 33 行

H
33
字号
extern char str_LOAD_MEET[];
extern char str_CATEGORIZE_LVQ[];
extern char str_PROJECT_CATEGORIZE[];
extern char str_PROJECT_CATEGORIZE_DONE[];
extern char str_ERR_CATEGORIZE_ENDTAG[];
extern char str_AAM_CATEGORIZE_START[];
extern char str_AAM_CATEG_NORMALIZED[];
extern char str_AAM_CATEGORIZE_DONE[];

/* LVQ */
extern char str_LVQ_SAVE[];
extern char str_LVQ_SAMMON[];
extern char str_LVQ_NOC[];
extern char str_LVQ_KNN[];
extern char str_LVQ_XDIM[];
extern char str_LVQ_YDIM[];
extern char str_LVQ_NEIGH[];
extern char str_LVQ_TOPOL[];
extern char str_LVQ_SEED[];
extern char str_LVQ_ALPHA_TYPE[];
extern char str_LVQ_RADIUS[];
extern char str_LVQ_ALPHA[];
extern char str_LVQ_EVENINIT[];
extern char str_LVQ_PROPINIT[];
extern char str_LVQ_BALANCE[];
extern char str_LVQ_ACCURACY[];
extern char str_LVQ_CLASSIFY[];
extern char str_LVQ_OLVQ1[];
extern char str_LVQ_LVQ1[];
extern char str_LVQ_LVQ2[];
extern char str_LVQ_LVQ3[];
extern char str_LVQ_ERR_PARAM[];

⌨️ 快捷键说明

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