资源列表
HsPIDController
- 使用C++实现PID控制算法,程序中包含输入数据的产生;控制算法的实现;数据的输出,用户可以向结构中填入自己的输入和输出-The use of C++ to achieve PID control algorithm, the program contains input data generation control algorithm implementation data output, the user can fill in the structure of their own i
1
- 这是几篇难得的有关强化学习的外文资料!希望对大家有用!-This is a few rare materials relating to enhanced foreign language learning! Hope for all of us!
wumo
- 巫魔世界 简单的人工那智能体巫魔世界的实现,见《人工智能——一种现代方法》的推理部分-Umoja simple artificial world, that agent Umoja realization of the world, see " Artificial Intelligence- a modern method" of reasoning part of the
GA
- 采用M语言编写,利用遗传算法二进制编码求函数极值的程序.可以设定编码位数,进化代数,种群大小等。-With M written in binary-coded genetic algorithm function extremum seeking procedure. Can be set to encode digits, evolution algebra, population size.
imgfeatures
- Similarly, during the query process, each quantized color in the query feature is searched separately to find matching image regions which contain that color. The results are then combined together so that image regions containing similar color
eight_breadth
- 用C语言实现宽度优先算法,八数码问题。作者:陈华昌-With the C language implementation breadth-first algorithm, 8 digital issues. Author: Chen Huachang
eight_depth
- 用C语言实现深度优先算法,八数码问题,作者:陈华昌-C language implementation with depth-first algorithm, 8 digital issues, Authors: Chen Huachang
eight_heuristic
- 用C语言实现启发式搜索算法,八数码问题,作者:陈华昌-C language implementation with the heuristic search algorithm, 8 digital issues, Authors: Chen Huachang
Kmeans
- 用vc++很好的实现了K均值聚类算法的研究,这是一完整的用VC++实现的程序,有效地完成了模式识别-Using vc++ achieved a very good K-means clustering algorithm, which is a complete implementation using VC++ program, the efficient completion of the pattern recognition
AITank
- 基于MLP的神经网络坦克游戏,机器学习,人工智能-MLP neural network-based games tanks, machine learning, artificial intelligence
robot
- 一个pioneer3机器人控制程序。包括服务端和客户端。必须pioneer3机器人端启动服务程序(servoDemo),然后启动客户端程序,就能从客户端经过服务端得到机器人和环境的一些信息。本程序可以很好地作为机器人远程控制的学习例子。-1 pioneer3 robot control programs. Including service and client. Pioneer3 robot must start the client service program (servoDemo),
robotlocalization
- 实现pioneer3机器人在已知地图中的定位。本程序通过Mentocarlo 定位算法,在一个已知的地图环境中,通过不断采样修正定位位置,最终实现机器人的精确定位,本程序包括所有源码。程序执行方式:首先执行服务端程序justLocalizationGuiServer,然后启动客户端查看程序MobileEyes查看结果。-Achieve pioneer3 robot in a known map location. This procedure Mentocarlo location algori
