说明: 嵌入式拼音输入法相关: struct Element //元素结构体 { char ElementType; // 元素的类型 struct Chinese_data *ch; //存放数据(汉子) struct Element *Father; //父指针 int Old_new; //是新的还是旧的词 int Isword; //判断是字还是词 struct Element *letter[26]; //孩子指针 struct word *ci; //词的指针 }; stru ct Chi
<zzb0603> 上传 | 大小:20kb