搜索资源列表
littlegreenbats-svn2007.11.18.tar
- The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the
FFLib_2009_1_20.tar
- fflib的AI开发框架,自己写的,不是网上随便找的-fflib framework for ai
starfighter-1.1-1.tar
- 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 a
comedi-0.7.60.tar
- Comedi drivers for many AI and DIO card
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
src
- 国际象棋fruit引擎源码,AI功能强大国外源码-Chess fruit engine code, the AI powerful foreign source code
snake_ai.tar
- 用qt写的贪吃蛇,自带简单ai,可以键盘控制。刚学qt,练手用的。初学者可以看下-qt snake ai
hw1.scm.tar
- Scheme lab 1 for basic funtion of a mit scheme language. Useful for AI development.
AI.tar
- Qt 下的十滴水AI自动解法,包含UI设计和B*优先搜索算法-Dishui AI automatic solution under Qt
lpg1.2-source.tar
- 规划器,lpg1.2 IPC比赛的源代码,能解决时间、持续动作、数值等方面的约束-AI panning
ai
- 求爱的For courtship -For courtshipFor courtshipFor courtship
Demo
- 号码分配过程中,用如下格式表示已经分配的号码:a1-b1,a2-b2, ... ,ai-bi, ... ,an-bn,其中ai-bi表示一段连续号码,ai代表起始号码,bi代表结束号码,简称号码段。 例如: 12-30,40-50,100-200 表示12到30号,40到50号,100到200号已经分配。 号码段之间用“,”分隔,号码段起止号码用“-”连接。 给定字符串s1,代表已经分配的号码,格式如上; s2代表将要分配的号码,格式为a1-b1,即一个号码段。 编写
pcl816
- The driver support AI command mode, other subdevices not written.
pcl816
- The driver support AI command mode, other subdevices not written.
HIVE1-2
- Simple AI which can learn with spohisticated neurons
ni_daq_700
- Driver for DAQCard-700 DIO AI copied 8255. -Driver for DAQCard-700 DIO AI copied 8255.
12
- 编程实现清除线性表L=(a0,a1,---,ai,-------,an-1)中重复元素。(programing to realize cleaning the repeated elements in sequence sheet)
ads1158-linux驱动.tar
- ads1158芯片驱动,ai采样芯片,通信总线是spi总线,循环16通道采样(ads1158 linux driver ,spi bus)
assignment1
- Python codes for Machine Learning with AI. The compressed codes here is for 1st assignment which includes 6 questions.
fenpaifangan
- Descr iption cxt的扑克牌越来越先进了,这回牌面的点数还可以是负数, 这回cxt准备给扑克牌分组,他打算将所有的牌分成若干个堆,每堆的牌面总和和都要大于零。由于扑克牌是按顺序排列的,所以一堆牌在原牌堆里面必须是连续的。请帮助cxt计算一下,存在多少种不同的分牌的方案。由于答案可能很大,只要输出答案除以1,000,000,009的余数即可。 Input Format 第一行:单个整数:N,1 ≤ N ≤ 10^6 第二行到N + 1行:在第i + 1行有一个整数:Ai