资源列表
mianxiangduoquyusaomian
- 随着计算机技术和人工智能技术的飞速发展,使机器人在功能和技术层次上有了很大的提高,移动机器人和机器人的视觉和触觉等技术就是典型的代表。移动机器人的作业规划与自主避障技术是移动式机器人在复杂环境下执行各种使命时不可缺少的关键技术-With the computer technology and the rapid development of artificial intelligence technology, the robot in the functional and technic
PSO
- 粒子群优化算法(pso) 串行算法源代码 标准算法 c#编写-Particle swarm optimization (pso) standard serial algorithm source code c# write method
iris_bayes
- 贝叶斯 iris 程序源码,可以用的,大家可以试下,是我从CSDN下过来的-Bayesian iris program source code, you can use, we can try next, I come from under the CSDN
duonihe
- matlab 求信号的最大频率曲线程序,很简便-matlab curve seek the maximum frequency of the signal process, it is easy ~ ~
k_means
- 简单的k-means算法代码,交流学习 -Simple k-means algorithm code, exchange learning to learn
daolibai
- 倒立摆是一种经典的被控对象,本代码通过智能控制方法对其进行了很好控制-Inverted pendulum is a classic controlled object, the code through the intelligent control method had good control of their
Timebombcounter
- 定时炸弹计数器,可以连接电脑设置时间,将两个pragma中间的数据放到程序寄存器中 -Time bomb counter, you can connect the computer to set the time, the middle of the two pragma register data into the program
IATSP5.10
- 免疫记遗传算法在TSP中的应用,经实验仿真,发现本方法快速有效-Immune genetic algorithm in TSP in mind the application of the experimental simulation, found that this method is rapid and effective
id3
- id3算法源代码可以解决基本问题的算法人工智能技术-id3 algorithm source code can solve the basic problems of artificial intelligence algorithms
nQueens
- 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Usin
FormCal
- C++编写的可编程计算器,编译原理相关知识-Written in C++ programmable calculator, compiler theory of knowledge
LargeNumCaculator
- 简单的特大数乘法,应用编译原理相关知识。-Large number of simple multiplication, application compiler theory of knowledge.