虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

ai

人工智能(ArtificialIntelligence),英文缩写为ai。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。
  • Instead of finding the longest common subsequence, let us try to determine the length of the LCS.

    Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. 􀂄 Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn 􀂄 Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. 􀂄 Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.

    标签: the subsequence determine Instead

    上传时间: 2013-12-17

    上传用户:evil

  • 通过vb与鸿格7000系列模块进行通讯

    通过vb与鸿格7000系列模块进行通讯,与ai通讯源码

    标签: 7000 模块 通讯

    上传时间: 2014-01-02

    上传用户:qq1604324866

  • Face Recognition Library ======================== Advanced face recognition DLL using two functi

    Face Recognition Library ======================== Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propogation alogorithm with more ai tools added for imaging optimization. Library works great even for a low resolution web cam image and requires the user to align to a mirror frame on screen. Complete Source Code with Video capture and feature extraction kit for Registered Users. Please register here for only $299 with Source Code : http://www.research-lab.com/facerecognitionorder.htm (c) www.research-lab.com

    标签: Recognition recognition Advanced Library

    上传时间: 2017-04-25

    上传用户:784533221

  • 一个简单的黑白棋游戏

    一个简单的黑白棋游戏,带有简单的人工智能。动画做的还成。ai很傻。

    标签: 黑白

    上传时间: 2017-04-26

    上传用户:上善若水

  • 厦门宇控

    厦门宇控,温控仪ai-705 控制接口程序

    标签:

    上传时间: 2017-05-28

    上传用户:D&L37

  • XiangQi Wizard (Chinese Chess Wizard) is a powerful XiangQi (chinese chess) program, which supports

    XiangQi Wizard (Chinese Chess Wizard) is a powerful XiangQi (chinese chess) program, which supports UCCI engines. XQWizard Light is the Mobile version for Windows CE and Java ME. ElephantEye is the UCCI engine in XQWizard with strong ai.

    标签: XiangQi Wizard powerful supports

    上传时间: 2014-01-26

    上传用户:fnhhs

  • After decades of war one company, who had gained powerful supplying both sides with weaponary, steps

    After decades of war one company, who had gained powerful supplying both sides with weaponary, steps forwards and crushes both warring factions in one swift movement. Using far superior weaponary and ai craft, the company was completely unstoppable and now no one can stand in their way. Thousands began to perish under the iron fist of the company. The people cried out for a saviour, for someone to light this dark hour... and someone did.

    标签: supplying weaponary powerful decades

    上传时间: 2013-12-02

    上传用户:cx111111

  • C语言写的五子棋代码

    C语言写的五子棋代码,在TC下运行,简单易懂,ai强大,适合学习C语言和算法的初学者

    标签: C语言 代码

    上传时间: 2017-08-09

    上传用户:fanboynet

  • Andy和Mary养了很多猪。他们想要给猪安家。但是Andy没有足够的猪圈

    Andy和Mary养了很多猪。他们想要给猪安家。但是Andy没有足够的猪圈,很多猪只能够在一个猪圈安家。举个例子,假如有16头猪,Andy建了3个猪圈,为了保证公平,剩下1头猪就没有地方安家了。Mary生气了,骂Andy没有脑子,并让他重新建立猪圈。这回Andy建造了5个猪圈,但是仍然有1头猪没有地方去,然后Andy又建造了7个猪圈,但是还有2头没有地方去。Andy都快疯了。你对这个事情感兴趣起来,你想通过Andy建造猪圈的过程,知道Andy家至少养了多少头猪。 输入 输入包含多组测试数据。每组数据第一行包含一个整数n (n <= 10) – Andy建立猪圈的次数,解下来n行,每行两个整数ai, bi( bi <= ai <= 1000), 表示Andy建立了ai个猪圈,有bi头猪没有去处。你可以假定(ai, aj) = 1. 输出 输出包含一个正整数,即为Andy家至少养猪的数目。

    标签: Andy Mary

    上传时间: 2013-12-22

    上传用户:小码农lz

  • JCreator下开发

    JCreator下开发,黑白棋游戏,可以实现人机对战和人人对战,采用贪心算法因此棋力不佳,整个程序的框架不错,有兴趣可以在此基础上改善ai算法提高棋力

    标签: JCreator

    上传时间: 2013-12-26

    上传用户:chenlong