搜索资源列表
ai
- 本程序利用java语言实现了对英文单词的模拟识别。
TSP的Java实现
- 人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
tanksBattle.基于JAVA的简单的坦克对战小游戏
- 一个基于JAVA的简单的坦克对战小游戏,包含简单的AI,JAVA-based Tank Battle simple little game, with a simple AI
gomoku.rar
- 五子棋人机对战 ,gomoku AI
AI
- 人工智能里面会用到的小程序,人工智能 遗传算法实现的沿二维网格行走的机器人,java实现,内有实验报告-Artificial intelligence which will use a small program, artificial intelligence, genetic algorithms, the robot walking along the two-dimensional grid, java, there are experimental reports
diaodu
- 两台处理机A 和B处理n个作业。设第i个作业交给机器 A 处理时需要时间ai,若由机器B 来处理,则需要时间bi。由于各作 业的特点和机器的性能关系,很可能对于某些i,有ai >=bi,而对于 某些j,j!=i,有aj<bj。既不能将一个作业分开由两台机器处理,也没 有一台机器能同时处理2 个作业。设计一个动态规划算法,使得这两 台机器处理完成这n 个作业的时间最短(从任何一台机器开工到最后 一台机器停工的总时间)。研究一个实例:(a1,a2,a3,a4,a5
ExSocket
- Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
AI
- this a tic-tac-toe game.... no one can win...try it.. :)-this is a tic-tac-toe game.... no one can win...try it.. :)
FiveChess
- Java实现的五子棋对战系统,主要使用了socket通信实现局域网上的对战效果,并且加入了电脑AI,支持单机游戏 -Java implementation of the backgammon play against the system, mainly used in LAN socket communication effects on Versus, and joined the computer AI, support for stand-alone game
snooker5.2
- Eye5.2 - 智能摇篮版(全自动QQ桌球*)是采用遥感影像识别技术与GIS空间分析技术结合经典物理学,高等数学,概率论,线性代数,非线性泛函分析及传统产生式搜索理论与现代软计算方法设计而成的斯诺克专家系统。-snooker,AI,Java,QQ,RS,GIS......
Five
- J2ME版的五子棋程序,实现了简单的AI算法,但还不是很聪明,附带源码。-J2ME version of the backgammon program, implement a simple AI algorithm, but is not very smart, with source code.
sat
- SAT问题也称为合取范式的可满足问题,一个合取范式形如:A1∧A2∧…∧An,子句Ai(1≤i≤n)形如:a1∨a2∨…∨ak,其中,ai称为文字,为某一布尔变量或该布尔变量的非。SAT问题是指:是否存在一组对所有布尔变量的赋值(TRUE或FALSE),使得整个合取范式取值为真。-SAT problem is also known as conjunctive normal form satisfiability problem, a conjunctive normal form: A1 ∧
Matrix-Chain_JAVA
- Matrix Chain Multiplication is perhaps the quintessential example of dynamic programming. The problem can be stated as follows: given a chain <A1, A2,..., An> of n matrices, where for i = 1, 2,...,n, matrix Ai has dimension pi-1 x pi, fully par
AI
- 使用eclipse+java开发的有关人工智能的红绿灯-Developed with eclipse+ java traffic light on artificial intelligence
AI-Eight-digital-problem-
- 使用java开发的人工智能八数码问题 以及说明文档-The development of artificial intelligence using java Eight Puzzle Problem
taiQiu
- 一款台球游戏源码,包括简单的AI。和优秀的框架-A billiards game source code, including simple AI. And excellent framework
hal-dots-and-boxes-ai-assignment-c09843be595d
- dots and lines in java
Gobang
- 用JAVA AWT 实现的五子棋 没有电脑AI-JAVA AWT achieve the backgammon computer AI
AI斗地主
- 斗地主游戏,JAVA开发,可以正常运行,供参考,在别人基础上做的,不建议在这个基础上再弄了,看看就好(fight the landlord java source code)
中国象棋
- java象棋,采用负值最大算法设计的人机AI(Java chess, the human-machine AI designed by negative maximum algorithm.)