搜索资源列表
eisoo
- 东北大学机器人足球队决策系统设计.开发环境使用 VS.NET 2003 调试 DLL 程序方法: 启动 VS.Net 选择“工具”菜单,“调试进程”,选择机器人足球运行进程,点击“附加”,在机器人足球中运行需要调试的 DLL 策略库, 在相应的程序中设置断点,开始比赛,在条件满足时 VS.NET 会停止在断点处等待调试。-Northeastern University robot soccer team decision-making system design. Development
for-gsk
- 蚁群算法的优化,最小最大蚁群算法,加上方向因子-Ant colony optimization, ant colony algorithm for the minimum maximum, plus orientation factor
Apriori_k
- 基于可拓学的apriori,另加超市购物数据-Extentics based apriori, plus a supermarket shopping data
[AI].C.Plus.Plus.Neural.networks.and.fuzzy.logic.z
- 经典人工智能图书C++ Neural networks and fuzzy logic-Classical artificial intelligence book C++ Neural networks and fuzzy logic
knn-cv-1-Source.tar
- KNN算法,用c++ 语言实现的算法,非常的经典-KNN algorithm for C plus plus,this a good algorithm
ai1
- 带回溯的深度优先策略:解决经典野人传教士过河问题的求解:三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。 采用带回溯的深度优先搜索策略,共定义了7种合法操作{2,0,0},{1,0,0},{1,1,0},{0,1,0},{0,2,0},{0,1,1},{1,0,1}代表上船的人数,根据船所在位置决定在状态上是加或者减操作。扩展结点时按顺序应用操作,知道回溯到初始状态且所有操作用完,程序结束。-Wi
TS-Fuzzy_Models
- TS-Fuzzy Model模糊系统论文pdf文件以及Matlab code源码,对学习很有帮助。-paper: "Compact TS-Fuzzy Models through Clustering and OLS plus FIS Model Reduction" and Matlab code.
LMS
- 使用LMS算法实现的自适应滤波器范例,对一个加白噪声的正弦信号滤波。并且比较不同步长的滤波器的迭代次数。-LMS algorithm using adaptive filter example, a sinusoidal signal plus white noise filter. And less synchronized long filter iterations.
FiveGame6_1
- 具有人工智能的五子棋游戏,采用流行的深度优先算法,外加Alpha-Beta剪枝,再加历史启发优化,可搜索到第4步-Backgammon game with artificial intelligence, using the popular depth-first algorithm, plus Alpha-Beta pruning, combined with historical inspiration optimized search to Step 4
K-Means
- k-means 聚类方法,用c++实现。-k-means,a method of clustering, implemented in c plus plus language.
thmbplus
- 非常好用的缩略图控件,可以显示多种格式的缩略图。 -A Thumbnailer Plus control, can display thumbnails from most multimedia formats.
system-of-K-Means-and-its-plus
- 实现了k-means极其改良算法,提高了聚类的精度。内附详细文字说明及源代码,配有图形界面演示。-The implementation of k-means algorithm and its plus.Improve the accuration of clustering.The document and source are both added.
yaokong
- 遥控循迹小车功能的实现算法,外加PID算法,是小车平衡!-Remote control car features tracking algorithm, plus PID algorithm, is balanced car!
ann
- 介绍了一种基于神经网络白化匹配滤波器的QRS 波检测方法。我们用神经网络白化匹配滤波器来处 理ECG 信号的低频成分, 模拟其非线性及非稳态的特性。处理后的信号中含有ECG 中大部分高频成分, 让其通过 一线性匹配滤波器来检测QRS 波及其位置。对于大噪声的ECG 信号, 在匹配滤波器后加差分滤波, 取平方及滑动 平均等处理, 提高检测正确率。使用这种方法我们对M IT?B IH 心电信号数据库中噪声比较大的105号数据进行的 处理, 检测正确率为9912 。作为对比, 用数字
bayes
- 这是一个用c++实现的贝叶斯分类器程序,可以在c++ 6.0上运行-c plus plus bayes code
Matlab
- matlab作图函数集锦(42个例程加PPT讲解)-matlab plot function Collection (42 routines plus PPT to explain)
bppapal
- 神经网络书籍大家享用 文章个很有创新 希望加精有-Neural Networks books you want to enjoy the article a useful innovation plus a fine
maze-astar
- a star pour trouver le plus court chemin
ing0029
- L’informatique est la science du traitement automatique de l’information. Son développement est souvent confondu avec celui des machines de traitement : les ordinateurs. Depuis les débuts () jusqu’à aujourd’hui, les ordinateurs sont devenus de pl
tspfire
- 按照人工智能得要求,实现了模拟退火算法,解决了旅行商问题-this code have solved the tsp problem with c plus plus