CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 棋牌游戏

文件名称:fiveChessSystem

介绍说明--下载内容来自于网络,使用问题请自行百度

计算机人机对弈是人工智能的主要之一,作为人智能研究的一个重要分支,计算机博弈是检验人工水平的一个重要方面。它的研究为人工智能带来了很多重要的方法和理论,产生了广泛的社会影响和学术影响。 研究其计算机算法,可以让我们看到人工智能的初影,也有助于我们人脑的开发。 五子棋机器博弈系统以java及C/C++语言作为开发语言,系统支持通常的人机对战外还支持远程人人对战及远程机器对战,可以动态添加好友,修改个人信息,具有很强的实用性,采用动态链接技术实现人工智能模块的加载,降低了人工智能模块更换的代价,提高了系统的重用性。人工智模块在α-β剪枝算法框架下,综合考虑了多种因素设计出较为合理的评估函数-Is one of the main man-machine chess computer artificial intelligence, human intelligence as an important branch of study, the computer game is an important aspect of testing artificial level. It brings a lot of artificial intelligence research for important methods and theories have a broad impact on society and academic influence. Study of computer algorithms, artificial intelligence allows us to see the beginning of film, but also contribute to the development of our human brain. Backgammon game machine system to java and C/C++ language as a development language, the system supports the usual man-machine war, also supports remote everyone Battle and Battle of the remote machine, you can dynamically add friends, modify personal information, has a strong practical, dynamic Link technology using artificial intelligence module is loaded, reducing the cost of artificial intelligence module replacement, improving the reusability of the system. Artificial intelligence module in the α-β pru
(系统自动生成,下载前可以参看下载内容)

下载文件列表

程序说明.txt
fivechess/.classpath
fivechess/.project
fivechess/friendList.txt
fivechess/localInformation.txt
fivechess/VCdll.dll
fivechess/.settings/org.eclipse.jdt.core.prefs
fivechess/bin/1.jpg
fivechess/bin/2.jpg
fivechess/bin/3.jpg
fivechess/bin/lab1.jpg
fivechess/bin/lab2.jpg
fivechess/bin/lab3.jpg
fivechess/bin/lab5.jpg
fivechess/bin/lab6.jpg
fivechess/bin/lab7.jpg
fivechess/bin/VCdll.dll
fivechess/bin/cn/edu/hrbeu/fivechess/addDialog$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/addDialog$ButtonListener.class
fivechess/bin/cn/edu/hrbeu/fivechess/addDialog.class
fivechess/bin/cn/edu/hrbeu/fivechess/AIFiveChess.class
fivechess/bin/cn/edu/hrbeu/fivechess/ChessBoard$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/ChessBoard.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$2.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$3.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$checkDialog.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$TreeRightMouse$MyItemListener.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$TreeRightMouse.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$updateDialog$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$updateDialog$ButtonListener.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog$updateDialog.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendDialog.class
fivechess/bin/cn/edu/hrbeu/fivechess/FriendInformation.class
fivechess/bin/cn/edu/hrbeu/fivechess/GameTime$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/GameTime$drawThread.class
fivechess/bin/cn/edu/hrbeu/fivechess/GameTime.class
fivechess/bin/cn/edu/hrbeu/fivechess/InformationChess.class
fivechess/bin/cn/edu/hrbeu/fivechess/javacall.class
fivechess/bin/cn/edu/hrbeu/fivechess/Message.class
fivechess/bin/cn/edu/hrbeu/fivechess/Point.class
fivechess/bin/cn/edu/hrbeu/fivechess/StartChessJFrame$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/StartChessJFrame$MyItemListener.class
fivechess/bin/cn/edu/hrbeu/fivechess/StartChessJFrame.class
fivechess/bin/cn/edu/hrbeu/fivechess/SystemSet$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/SystemSet$ButtonListener.class
fivechess/bin/cn/edu/hrbeu/fivechess/SystemSet.class
fivechess/bin/cn/edu/hrbeu/fivechess/SystemTime$1.class
fivechess/bin/cn/edu/hrbeu/fivechess/SystemTime.class
fivechess/bin/cn/edu/hrbeu/fivechess/TcpClient.class
fivechess/bin/cn/edu/hrbeu/fivechess/TcpServer.class
fivechess/bin/cn/edu/hrbeu/fivechess/UdpClient.class
fivechess/bin/cn/edu/hrbeu/fivechess/UdpServer.class
fivechess/image/1.jpg
fivechess/image/2.jpg
fivechess/image/3.jpg
fivechess/image/lab1.jpg
fivechess/image/lab2.jpg
fivechess/image/lab3.jpg
fivechess/image/lab5.jpg
fivechess/image/lab6.jpg
fivechess/image/lab7.jpg
fivechess/image/VCdll.dll
fivechess/src/cn/edu/hrbeu/fivechess/addDialog.java
fivechess/src/cn/edu/hrbeu/fivechess/AIFiveChess.java
fivechess/src/cn/edu/hrbeu/fivechess/ChessBoard.java
fivechess/src/cn/edu/hrbeu/fivechess/FriendDialog.java
fivechess/src/cn/edu/hrbeu/fivechess/FriendInformation.java
fivechess/src/cn/edu/hrbeu/fivechess/GameTime.java
fivechess/src/cn/edu/hrbeu/fivechess/InformationChess.java
fivechess/src/cn/edu/hrbeu/fivechess/javacall.java
fivechess/src/cn/edu/hrbeu/fivechess/Message.java
fivechess/src/cn/edu/hrbeu/fivechess/Point.java
fivechess/src/cn/edu/hrbeu/fivechess/StartChessJFrame.java
fivechess/src/cn/edu/hrbeu/fivechess/SystemSet.java
fivechess/src/cn/edu/hrbeu/fivechess/SystemTime.java
fivechess/src/cn/edu/hrbeu/fivechess/TcpClient.java
fivechess/src/cn/edu/hrbeu/fivechess/TcpServer.java
fivechess/src/cn/edu/hrbeu/fivechess/UdpClient.java
fivechess/src/cn/edu/hrbeu/fivechess/UdpServer.java
VCdll/VCdll.opensdf
VCdll/VCdll.sdf
VCdll/VCdll.sln
VCdll/VCdll.suo
VCdll/Debug/VCdll.dll
VCdll/Debug/VCdll.exp
VCdll/Debug/VCdll.ilk
VCdll/Debug/VCdll.lib
VCdll/Debug/VCdll.pdb
VCdll/ipch/vcdll-5d63d303/
VCdll/VCdll/javacall.h
VCdll/VCdll/ReadMe.txt
VCdll/VCdll/Resource.h
VCdll/VCdll/stdafx.cpp
VCdll/VCdll/stdafx.h
VCdll/VCdll/targetver.h
VCdll/VCdll/VCdll.cpp
VCdll/VCdll/VCdll.def
VCdll/VCdll/VCdll.h
VCdll/VCdll/VCdll.rc
VCdll/VCdll/VCdll.vcxproj
VCdll/VCdll/VCdll.vcxproj.filters
VCdll/VCdll/VCdll.vcxproj.user
VCdll/VCdll/res/VCdll.rc2
VCdll/VCdll/x64/Debug/
VCdll/x64/Debug/VCdll.dll
VCdll/x64/Debug/VCdll.exp
VCdll/x64/Debug/VCdll.ilk
VCdll/x64/Debug/VCdll.lib
VCdll/x64/Debug/VCdll.pdb
可执行文件win32/fivechess.jar
可执行文件win32/friendList.txt
可执行文件win32/localInformation.txt
可执行文件win32/startFive.bat
可执行文件win32/VCdll.dll
可执行文件win32/DLL_pan/VCdll_1.dll
可执行文件win32/DLL_pan/VCdll_2.dll
可执行文件win32/image/1.jpg
可执行文件win32/image/2.jpg
可执行文件win32/image/3.jpg
可执行文件win32/image/lab1.jpg
可执行文件win32/image/lab2.jpg
可执行文件win32/image/lab3.jpg
可执行文件win32/image/lab5.jpg
可执行文件win32/image/lab6.jpg
可执行文件win32/image/lab7.jpg
可执行文件win32/image/VCdll.dll
可执行文件win32/src/vcdll_1.c
可执行文件win32/src/vcdll_2.c
可执行文件x64/fivechess.jar
可执行文件x64/friendList.txt
可执行文件x64/localInformation.txt
可执行文件x64/startFive.bat
可执行文件x64/VCdll.dll
可执行文件x64/DLL_pan/VCdll.dll
可执行文件x64/DLL_pan/VCdll_1.dll
可执行文件x64/DLL_pan/VCdll_2.dll
可执行文件x64/DLL_pan/VCdll__3.dl

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com