搜索资源列表
改进版C51拼音输入法
- 改进版C51拼音输入法,原程序在KEIL 7.0 下无法编译,此次修改了错误,以及搜索算法。-improved version of the C51 Pinyin input method, the original procedure KEIL 7.0 unable to compile, and this latest revision of the error and to search algorithm.
MatlabCompression
- 图像压缩源程序,工具:MATLAB编写。里面有三种压缩算法-image compression source, tools : MATLAB prepared. There are three compression algorithm
hzsb
- 一个用VC开发的小型汉字识别程序,用户在屏幕上绘出汉字,程序即可识别出是哪个汉字(目前为测试版,识别算法简单,对复杂字的识别率低)-a VC development of the small Chinese character recognition procedures, users draw Chinese characters on the screen, the program can recognize Chinese characters which is (currently in
suanfa
- 算法设计的课件,包括近似算法的图最小覆盖问题等-Algorithm design of courseware, including minimum coverage plans an approach to problems
Consine
- 输出余弦函数的算法,人工手打,VC++算法运用-Output of the cosine function algorithms, artificial hand VC++ algorithm uses
cPPVariable-Metric-Algorithm
- 本文为变尺度法C++源码,对于学习算法研究的人有很大帮助-This article for variable metric method C++ source, for learning algorithm research has very great help
algorithm
- 轮转调度算法和优先调度算法,这里我实验课上的作业,现在贡献出来,大家一起学习-Round-robin scheduling algorithm and priority scheduling algorithm, my experimental class job here, contributed, we will study together
VC_monishouxie
- 汉字手写系统,算法用VC++实现。工程完整,注释详细,可以直接编译运行。-Chinese character handwriting system the algorithm used VC++. The project is complete, detailed notes, can directly compile and run.
cppsfsc
- 主要是收集了一些常用的C++算法相关内容,关键地方都已标记注释,比如链表数据、尾插法利用一个动态指针、迭代斐波那契、循环队列、KMP模式匹配算法,二叉树二叉链表节点结构定义、二叉排序树查找、平衡二叉树 AVL、优化后的冒泡算法、简单的选择排序,依次比较将最小的,然后与第一个位置交换、希尔排序、堆排序、归并排序(内存占用大)等,具体请下载这个源代码文件。-Is mainly a collection of some commonly used algorithms C++ relevant con
Sunday
- SUNDAY字符串匹配算法。在大多数时候比KMP算法迅速,且思路快捷新颖,实为学习的好例子。-SUNDAY string matching algorithm. Most of the time than the KMP algorithm quickly and novel ideas quickly, in fact, a good example of learning.
PID-MATLAB
- 模糊控制,根据模糊输入量按照相应的模糊推理算法完成计算-Fuzzy control, according to the fuzzy input to complete the calculation in accordance with the corresponding fuzzy reasoning algorithm
journal.pcbi.1000071.s002
- 描述了一种基于遗传算法的智能应用实例,大家好好参考学习啊,一定要进步哦-Intelligent application examples are described based on genetic algorithm , we make reference to learn ah, oh sure to progress
dij
- 迪杰斯特拉算法,用于实现查找两点间的最短路径-Dijkstra algorithm for finding the shortest path between two points to achieve the
xir
- 希尔排序算法:先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序-Hill sorting algorithm
sizehunhe
- 能够实现算法中的四则混合运算,里面的由详细的注释,一定能看懂-It enables algorithm four mixed computing, which by detailed notes, will be able to understand
src
- 拼音输入法,维比特算法的实现,正确率一般(pinyin,Vebiter Algorithm)