CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称:webchess

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-06-04
  • 文件大小:
    1.7mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

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

使用asp.net+jquery+ajax制作的一个简单的对战版中国象棋。主要功能由ajax来完成,asp.net/jquery构建页面。第一次制作,希望对大家有帮助吧。-The use of asp.net+jquery+ajax production of a simple version of the Chinese chess game. The main function is completed by asp.net/jquery, AJAX build page. The first production, we want to help you.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

webchess/.classpath
webchess/.project
webchess/.settings/.jsdtscope
webchess/.settings/org.eclipse.core.resources.prefs
webchess/.settings/org.eclipse.jdt.core.prefs
webchess/.settings/org.eclipse.wst.common.component
webchess/.settings/org.eclipse.wst.common.project.facet.core.xml
webchess/.settings/org.eclipse.wst.jsdt.ui.superType.container
webchess/.settings/org.eclipse.wst.jsdt.ui.superType.name
webchess/lib/commons-logging.jar
webchess/src/com/whwqs/util/EventBase.java
webchess/src/com/whwqs/util/IPublisher.java
webchess/src/com/whwqs/util/ISubscriber.java
webchess/src/com/whwqs/util/LockManager.java
webchess/src/com/whwqs/webchess/ChessBoardManager.java
webchess/src/com/whwqs/webchess/core/ChessBoard.java
webchess/src/com/whwqs/webchess/core/ChessComputer.java
webchess/src/com/whwqs/webchess/core/ChessEvent.java
webchess/src/com/whwqs/webchess/core/ChessGame.java
webchess/src/com/whwqs/webchess/core/ChessRules.java
webchess/src/com/whwqs/webchess/core/ChessType.java
webchess/src/com/whwqs/webchess/servlet/HandleClickBoard.java
webchess/src/com/whwqs/webchess/servlet/HandleCommon.java
webchess/src/com/whwqs/webchess/servlet/HandleSelectBoard.java
webchess/src/com/whwqs/webchess/servlet/HandleSelectComputer.java
webchess/src/org/acerge/engine/ActiveBoard.java
webchess/src/org/acerge/engine/BitBoard.java
webchess/src/org/acerge/engine/CCEvalue.java
webchess/src/org/acerge/engine/EngineOption.java
webchess/src/org/acerge/engine/LostException.java
webchess/src/org/acerge/engine/MoveNode.java
webchess/src/org/acerge/engine/PreMoveNodesGen.java
webchess/src/org/acerge/engine/SearchEngine.java
webchess/src/org/acerge/engine/SortedMoveNodes.java
webchess/src/org/acerge/engine/TestNumShift.java
webchess/WebContent/common/css/nyroModal.css
webchess/WebContent/common/js/config.js
webchess/WebContent/common/js/drawing.js
webchess/WebContent/common/js/jquery-1.5.2.min.js
webchess/WebContent/common/js/jquery-1.6.3.min.js
webchess/WebContent/common/js/jquery.nyroModal-ie6.js
webchess/WebContent/common/js/jquery.nyroModal-ie6.min.js
webchess/WebContent/common/js/jquery.nyroModal.custom.js
webchess/WebContent/common/js/jquery.spritely-0.6.js
webchess/WebContent/common/js/plugin.js
webchess/WebContent/common/js/template.js
webchess/WebContent/common/jsp/commonhead.jsp
webchess/WebContent/data/book.txt
webchess/WebContent/data/pieceObj
webchess/WebContent/images/b.gif
webchess/WebContent/images/b.png
webchess/WebContent/images/b1.gif
webchess/WebContent/images/b1.png
webchess/WebContent/images/black.png
webchess/WebContent/images/c.gif
webchess/WebContent/images/c.png
webchess/WebContent/images/c1.gif
webchess/WebContent/images/c1.png
webchess/WebContent/images/j.gif
webchess/WebContent/images/j.png
webchess/WebContent/images/j1.gif
webchess/WebContent/images/j1.png
webchess/WebContent/images/k.gif
webchess/WebContent/images/k.png
webchess/WebContent/images/m.gif
webchess/WebContent/images/m.png
webchess/WebContent/images/m1.gif
webchess/WebContent/images/m1.png
webchess/WebContent/images/model.png
webchess/WebContent/images/p.gif
webchess/WebContent/images/p.png
webchess/WebContent/images/p1.gif
webchess/WebContent/images/p1.png
webchess/WebContent/images/red.png
webchess/WebContent/images/s.gif
webchess/WebContent/images/s.png
webchess/WebContent/images/s1.gif
webchess/WebContent/images/s1.png
webchess/WebContent/images/Thumbs.db
webchess/WebContent/images/x.gif
webchess/WebContent/images/x.png
webchess/WebContent/images/x1.gif
webchess/WebContent/images/x1.png
webchess/WebContent/img/ajaxLoader.gif
webchess/WebContent/img/close.gif
webchess/WebContent/img/next.gif
webchess/WebContent/img/prev.gif
webchess/WebContent/img/Thumbs.db
webchess/WebContent/js/chessboard.js
webchess/WebContent/jsp/computer.jsp
webchess/WebContent/jsp/game.jsp
webchess/WebContent/jsp/room.jsp
webchess/WebContent/META-INF/MANIFEST.MF
webchess/WebContent/template/chessboard.html
webchess/WebContent/WEB-INF/web.xml
webchess/WebContent/welcome.jsp
webchess/src/com/whwqs/webchess/core
webchess/src/com/whwqs/webchess/servlet
webchess/src/com/whwqs/util
webchess/src/com/whwqs/webchess
webchess/src/org/acerge/engine
webchess/src/com/whwqs
webchess/src/org/acerge
webchess/WebContent/common/css
webchess/WebContent/common/js
webchess/WebContent/common/jsp
webchess/WebContent/WEB-INF/lib
webchess/build/classes
webchess/src/com
webchess/src/org
webchess/WebContent/common
webchess/WebContent/data
webchess/WebContent/images
webchess/WebContent/img
webchess/WebContent/js
webchess/WebContent/jsp
webchess/WebContent/META-INF
webchess/WebContent/template
webchess/WebContent/WEB-INF
webchess/.settings
webchess/build
webchess/lib
webchess/src
webchess/WebContent
webchess

相关说明

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

相关评论

暂无评论内容.

发表评论

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