-
五子棋java
基本算法:
采用博弈比较常用的策略。
计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm:
The game strategy is commonly used.
Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
- 2020-06-17 17:00:02下载
- 积分:1
-
ChinaMobile
这是我在东方标准学习的时候做的一个项目,是中国移动的一个子管理任务模块,采用MVC模式设计,调试成功。(This is my standard in the east to learn to do when a project is a subset of China Mobile Management mission modules, the use of MVC design patterns, debugging success.)
- 2008-08-21 09:03:02下载
- 积分:1
-
webchat
微信公众平台开发,实现简单的微信消息处理(Micro-channel public platform to develop, implement a simple micro-channel message processing)
- 2014-03-28 22:09:26下载
- 积分:1
-
AndroidBox0.5
中文APi,很全很强大强大到不可想象,你值得拥有(Chinese APi)
- 2014-02-26 09:07:48下载
- 积分:1
-
tools
ftp上传下载工具包以及常用的java工具类,实现了ftp的上传和下载(this is java ftp upload and download packet)
- 2018-03-01 10:50:29下载
- 积分:1
-
ssm学生信息管理系统(源码+数据库+文档)
ssm学生信息管理系统(源码+数据库+文档)
- 2020-12-12下载
- 积分:1
-
miniBlog2005
说明: JAVA迷你博客代码 迷你博客代码 迷你博客代码 迷你博客代码(JAVA code mini mini mini blog blog blog code code code mini-blog)
- 2011-02-25 11:48:50下载
- 积分:1
-
Album
电子相册的简易制作,能看相册,调整透明度(Easy to fabricate electronic photo album, can see the album, adjust transparency)
- 2012-12-28 10:16:14下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
others
一些上课用到的文件。包括java。ajax。等等。还有一些是上课的笔记。(some documents)
- 2012-08-01 22:33:41下载
- 积分:1