搜索资源列表
wzqJAVA
- 本程序是五子棋程序 用JAVA 语言实现 有些大 但是可用-this procedure is 331 procedures with Java language, some large but available
ex
- 用JAVA实现单机五子棋程序!游戏策略核心采用积分制,每次机器思考时都先将分值清零,在根据策略计算每个无子格的分值,最后选取分值最大点处下棋子!程序运行无问题!
wuziqiyouxi
- 一个JAVA编写的五子棋小游戏,界面还不错,请大看看,给点意见,谢谢!
javaDfw
- 主要是 Java大富翁戏源代码,可执行效果-Java Monopoly show source code, executable results
Chess
- 很厉害的代码,用java的AWT实现的一个网络五子棋游戏,可以再游戏大厅里聊天,还可以双人网络对战-The code is very powerful, using java' s AWT Gobang the realization of a network game, you can chat games hall, you can double the network against
richman
- 大富翁源码,比较完整的实现了PC上面大富翁的功能。-Monopoly
rich
- 热门游戏大富翁的手机版。 开发环境为: 操作系统:Microsoft Windows XP 程序语言:Java 2 开 发 包:Java(TM) 2 Standard Edition (5.0) Sun Micro. J2ME Wireless Tool Kit 2.5 IDE: Eclipse 3.01 -Top mobile phone version of the game Monopoly. Development environment is: Opera
codefans.net
- Java版中国象棋项目设计源代码及论文,还附有成品可运行的文件。 20世纪60年代初,麦卡锡提出了alpha-beta修剪算法,把为决定下一个走步而需对棋盘状态空间的搜索量从指数级减少为指数的平方根,大大地提高了机器下棋的水平。IBM的超级计算机“Deep Blue”更是一个神话,让棋迷们神往。本文根据国际象棋程序设计的一些成功经验,提出中国象棋程序设计的一些思路和方法。-Chinese Chess Java version of the project design source c
Chess-game-written-in-Java-
- Java写的围棋游戏的源代码,测试过,基本没有太大问题~适合新手练习-Chess game written in Java source code
Backgammon-java-code
- 本五子棋游戏是java源码,可以实现人机对战和人人对战,同时有帮助菜单。输和赢都会出现提示。计算机走棋子是用穷举法判断每一个坐标点的四个方向的的最大棋子数,最后得出棋子数最大值的坐标,下子。 -The backgammon game is the java source code, and everyone can play against human battle, while the Help menu. Will be prompted to enter and win. Comput
wuziqi
- 这是用java开发的五子棋游戏,界面比较简单,操作还算不错,难度不是很大-It is developed using java Gobang game, the interface is relatively simple, the operation is good, the difficulty is not great
source-code
- 斗地主,学习并巩固java语言的好东西。可以做课程设计、java大作业等-a game
wuziqi
- 这里面包含了怎么制作五子棋,资料齐全,大家可以参考一下,里面代码也有,用Java实现的,具体大看了就知道了-It contains how to make a backgammon, complete information, we can refer to, also inside the code written in Java, specifically looked at know
24puke
- 用java语言,编程实现纸牌游戏,拥有如下规则,将电脑多次分发给你的牌按照相同的花色由大至小排列起来。游戏分为三个难度,简单,普通,困难。简单为单一花色。困难所分发给的牌有四种花色。将大小相邻的纸牌依次排列到一起当每种花色的全部纸牌都按顺序排列到一起,则游戏结束-Java language programming card game, with the following rules, the computer repeatedly distribute your cards in the sa
中国象棋
- java象棋,采用负值最大算法设计的人机AI(Java chess, the human-machine AI designed by negative maximum algorithm.)