搜索资源列表
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.
cPPVariable-Metric-Algorithm
- 本文为变尺度法C++源码,对于学习算法研究的人有很大帮助-This article for variable metric method C++ source, for learning algorithm research has very great help
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.
Dijkstra-shortestway
- 用c语言编写的Dijkstra算法求最短路径,使用了自带的数据-Wir freuen UNS mit c Sprachen Dijkstra kürzesten Weg Algorithmus, mit Hilfe eines integrierten Daten
cppsfsc
- 主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-Is mainly a collection of some commonly used algorithms C++ relevant con
HMM
- 隐马尔科夫模型的C++实现,注释详细,算法可靠-HMM C++