搜索资源列表
Cpinyin
- 一个用C++做的拼音输入法模块。 准确来说,还不能实现拼音输入,但编写思路和算法在其中已体现。-A C++ to do with the Pinyin input method module. Is accurate, but also can not enter Pinyin, but the preparation of ideas and algorithms which have been embodied in the.
EasyInputMethod
- 使用C++实现的输入法算法核心。 简要功能就是生成一个字库;通过按键在字库中索引定位到相应的字集合。-The input method using C++ achieve algorithm core. Brief function is to generate a font through the key index position in the font to the word collection.
HMM
- 隐马尔科夫模型的C++实现,注释详细,算法可靠-HMM C++