Welcome![Sign In][Sign Up]
Location:
Search - java five

Search list

[Game ProgramFive In Line

Description: 一个Java编写的小游戏,移动彩色的棋子,五个连成一线时,可以消除
Platform: | Size: 4652 | Author: qyptmnn@gmail.com | Hits:

[JSP/Javajava-game

Description: 5个用java编写的小游戏源码-five java prepared with a small game FOSS
Platform: | Size: 19456 | Author: 虎牙 | Hits:

[Internet-Networkwzq

Description: JAVA五子期网络对战源代码,用Java开发的五子棋对战平台-JAVA five sub-period of the network against the source code, using Java development platform Gobang war
Platform: | Size: 41984 | Author: mike | Hits:

[Chess Poker gamesfive

Description: 一个简单的五子棋程序源码。 我用java编的五子棋游戏,AI不是很高.我有一好的思路,用递归算法来判断以后几步的形势,希望大家来完善它.
Platform: | Size: 24576 | Author: 孔明 | Hits:

[FlashMXfive

Description: flash 聊天服务器和客户端的实现server为java实现 -flash chat server and client server for the realization of java to achieve
Platform: | Size: 74752 | Author: ligang | Hits:

[AI-NN-PRFIVE

Description: 只能人人对战,没有实现人工智能,简单源代码-Everyone can play, there is no realization of artificial intelligence, a simple source code
Platform: | Size: 3072 | Author: jin | Hits:

[Chess Poker gamesfive

Description: 五子棋源代码 五子棋源代码-Gobang Gobang source code source code
Platform: | Size: 4034560 | Author: 王路 | Hits:

[Windows Developballgame

Description: 本次实验实现一个Five In A Line的游戏。游戏规则为:游戏有一个9 X 9的棋盘,七种不同颜色的无限数目的棋子。游戏开始时,五个棋子被随机的散布在棋盘中,玩家可以移动一个棋子到另一个可达的位置(两点之间存在一条通路),如果将至少五个相同颜色的棋子连成一线,不论垂直,水平或者对角线,就能将这些棋子消掉,获取相应的分数,并且获得再次移动棋子的机会,否则系统随机产生三个棋子放在棋盘中。当所有的棋子布满整个棋盘,游戏结束,当前的分数就是该次游戏最终的分数。 实验要绘制一个图形界面,包括一个重置按钮,一个9 X 9棋盘,两个标签,分别显示当前分数和下次随机产生的棋子的颜色,程序要实现整个游戏的逻辑。-Experiments to draw a graphical interface, including a reset button, a 9 X 9 board, two labels, respectively, shows the current scores and the next randomly generated color pieces, the program to achieve the entire game logic.
Platform: | Size: 4096 | Author: jkzhao | Hits:

[JSP/Javajava--gobang

Description: 利用JAVA编译成的五子棋游戏,能实现双人对弈,五连珠为胜-The Gobang compiled using JAVA games, to achieve double chess, the winner of five Lianzhu
Platform: | Size: 6144 | Author: 程吖 | Hits:

[JSP/Javafive

Description: java游戏,五子连珠,自己觉得不错,大家也可以继续改进!-java
Platform: | Size: 99328 | Author: 王仁可 | Hits:

[JSP/JavaJavaWuZiQi

Description: java五子棋联网人机,实现联网人人人机-java five fighting
Platform: | Size: 90112 | Author: 刘欢 | Hits:

[Otherfive

Description: Java ME Platform SDK3.0 五子棋代码-five chess on Java ME Platform SDK3.0
Platform: | Size: 44032 | Author: Catherine | Hits:

[JSP/JavaJava-Network-Programming.pdf

Description: JavaTM s growth over the last five years has been nothing short of phenomenal. Given Java s rapid rise to prominence and the general interest in networking, it s a little surprising that network programming in Java is still so mysterious to so many. This doesn t have to be. In fact, writing network programs in Java is quite simple, as this book will show. Readers with previous experience in network programming in a Unix, Windows, or Macintosh environment should be pleasantly surprised at how much easier it is to write equivalent programs in Java. That s because the Java core API includes well-designed interfaces to most network features. Indeed, there is very little application layer network software you can write in C or C++ that you can t write more easily in Java. Java Network Programming endeavors to show you how to take advantage of Java s network class library to quickly and easily write programs that accomplish many common networking tasks.
Platform: | Size: 2266112 | Author: faiq | Hits:

[Game ProgramFive-chess

Description: 用java编写的一个不错的五子棋游戏,界面很好看,可以用来参考一下-Written with java a good backgammon game, the interface looks good, can be used to refer to haha
Platform: | Size: 138240 | Author: CQS | Hits:

[Chess Poker gamesfivechessgame

Description: java 五子棋小游戏程序 。运用java 工具开发,经过调试,安全可靠。-java five chess game
Platform: | Size: 31744 | Author: luo | Hits:

[JSPJava

Description: 推荐:java清华,讲解的非常好,看了后收获匪浅。java五百篇,内容比较多,适合增长点java 的见识。java语言入门和java基础都只是讲了入门的课程,适合刚学的时候看。-Recommended: java Tsinghua University, explain very well looked after harvest greatly. java five hundred, more suitable growth point java insight. The java language entry and java foundation are just about the entry of the course, for just learning to see.
Platform: | Size: 6583296 | Author: 独闯天涯 | Hits:

[JSP/Javajava-five-code

Description: 函数一:判断从3到100之间有多少个素数,并输出所有的素数 函数二:如果一个数恰好等于它的因子之和,那么这个数就称为 "完数 ".此程序是找出1--500之间的所有完数并输出出来 函数三:有1、2、3四个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 函数四:输入三个整数a,b,c,请把这三个数由小到大输出。 函数五:输出乘法表(9*9)-Function one: determine how many prime numbers between 3-100 from there, and the output of all primes Function Two: If a number is exactly equal to the sum of its factors, then this number is called a "complete count" This program is to find one- all finished between 500 and outputs it. Function Three: There are four numbers 1,2,3, how many duplicate each other with no three-digit numbers can be formed? How many are? Function Four: Enter three integers a, b, c, ask these three the number of small to large output. Function Five: Output multiplication tables (9* 9)
Platform: | Size: 1024 | Author: 李昕 | Hits:

[JSP/JavaJava-five

Description: java小游戏:五子棋的源代码,供学习参考-java small game
Platform: | Size: 8192 | Author: 陈晨 | Hits:

[JSPjava高级进阶-电子高清

Description: 包含五本电子版付费高清书籍,适合进阶学习,初学者会有些吃力!(this contains five books . aim for the advancer ,but not the beginner.)
Platform: | Size: 51394560 | Author: daihangtao | Hits:

[Game Programfive

Description: 用java实现了简易的五子棋,其中包括人人,人机对战。只不过人机对战实现对局面判断不是很准确,所以人机看起来“笨笨的”,希望通过这个小demo能给想做五子棋的伙伴一些思路和启发(The use of Java to achieve a simple Gobang, including everyone, man-machine combat. But the war machine of our judgment is not very accurate, so the machine looks "silly", hope that through this small demo to do some thinking and Inspiration of 331 partners)
Platform: | Size: 12288 | Author: 郭靖 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net