宇光AI系列控温仪的通讯协议,这种控温仪使用很广,因而通讯协议显得很重要,此文件里面的例子是用VB编写的。
上传时间: 2016-08-27
上传用户:royzhangsz
nn modelling and auto-pid controller
标签: controller modelling auto-pid and
上传时间: 2014-01-22
上传用户:上善若水
游戏编程AI源码,包括A*等findpath的算法
上传时间: 2013-12-21
上传用户:源弋弋
PR development 2007 模式识别研究进展2007
标签: 2007 development PR 模式识别
上传时间: 2013-12-25
上传用户:懒龙1988
在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。
标签:
上传时间: 2013-12-07
上传用户:lizhizheng88
Evenly spaces the cities on the perimeter of a wheel and returns a vector of their coordinates 利用AI技术生成一个圆
标签: coordinates perimeter the returns
上传时间: 2016-11-19
上传用户:dyctj
Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).
标签: Subsequence sequence Problem Longest
上传时间: 2016-12-08
上传用户:busterman
两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5,a6)= (2,5,7,10,5,2);(b1,b2,b3,b4,b5,b6)=(3,8,4,11,3,4)
上传时间: 2014-01-14
上传用户:独孤求源
一个不错的GA-NN的神经网络模型的示范代码。适合入门学习
上传时间: 2016-12-18
上传用户:luopoguixiong
使用遗传算法(GA)优化神经网络(NN)结构的C语言源程序
上传时间: 2016-12-22
上传用户:784533221