resource.inc
来自「基于凌阳61单片机技术编写的语音播报、识别等程序」· INC 代码 · 共 37 行
INC
37 行
#ifndef __RESOURCE_H__
#define __RESOURCE_H__
// write your header here
#endif
// Resource Table
// Created by IDE, Do not modify this table
.TEXT
.external _RES_Table;
.external _RES_WISH1_BIN_SA;
.external _RES_WISH1_BIN_EA;
.external _RES_ALA1_BIN_SA;
.external _RES_ALA1_BIN_EA;
.external _RES_ALAINS_BIN_SA;
.external _RES_ALAINS_BIN_EA;
.external _RES_DECK1_BIN_SA;
.external _RES_DECK1_BIN_EA;
.external _RES_GREEN1_BIN_SA;
.external _RES_GREEN1_BIN_EA;
.external _RES_HK1_BIN_SA;
.external _RES_HK1_BIN_EA;
.external _RES_LA1_BIN_SA;
.external _RES_LA1_BIN_EA;
.external _RES_PP1_BIN_SA;
.external _RES_PP1_BIN_EA;
.external _RES_S31_BIN_SA;
.external _RES_S31_BIN_EA;
.external _RES_TW1_BIN_SA;
.external _RES_TW1_BIN_EA;
.external _RES_WINE1_BIN_SA;
.external _RES_WINE1_BIN_EA;
.external _RES_1231_BIN_SA;
.external _RES_1231_BIN_EA;
// End Table
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?