1 Star 0 Fork 17

jerry.xu/基于syszuxpinyin的Qt嵌入式系统汉字输入法

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
utf8chinese.h 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
fens 提交于 2019-02-27 15:05 . 1.首次上传代码;
#ifndef UTF8CHINESE_H
#define UTF8CHINESE_H
typedef struct utf8Ch
{
const char * pin;
const char * hz;
}utf8ChSt;
#define MAX_HANZI_NUMBER 19813
class utf8Chinese
{
public:
utf8Chinese();
const char * GetChPinYin(int index);
const char * GetChCode(int index);
};
#endif // UTF8CHINESE_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xuxincode/syszuxpinyin.git
git@gitee.com:xuxincode/syszuxpinyin.git
xuxincode
syszuxpinyin
基于syszuxpinyin的Qt嵌入式系统汉字输入法
master

搜索帮助