CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - mobile chess

搜索资源列表

  1. Chess_MIDP

    0下载:
  2. 一个象棋手机游戏的源代码.最后声明一下,大家可以拿我的代码转载,但毕竟是我的原创,请大家转载是把我的名字挂上-----dlut_608_#4,呵呵还有,代码太长了,没好好整理就发上来了,希望大家能耐心。-a mobile chess game's source code. The final statement that you can use my code reproduced, but that is my original, please reproduced is the na
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10.05kb
    • 提供者:小谭
  1. mobilephonechess

    0下载:
  2. 这是个手机象棋游戏,供初学者了解一些手机游戏编程过程.-This is a mobile chess game for beginners to understand some cell phone game programming process.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:5.66kb
    • 提供者:tlongya
  1. 马踏棋盘(第2章)

    0下载:
  2. 1. 问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,将数字1,2,3,4,…,64依次填入一个8*8方阵。-1. Problem descr iption design of a chess board Ma travels in the demonstration program. 2. Ma basic requirements on random chess 8 * 8 ch
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.03kb
    • 提供者:雨后阳光
  1. chess.py

    5下载:
  2. Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.08kb
    • 提供者:雷斌亭
  1. Mobichess

    0下载:
  2. Chess Game for Mobile Phones
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:1.99mb
    • 提供者:ivanzhuk
  1. Shou_Ji_Xiang_Qi_You_Xi

    0下载:
  2. J2ME+Servlet开发的一款手机象棋游戏。本系统分主机服务端和手机客户端两个部分,服务端包括消息接收和桌面管理,客户端包括主窗体,游戏界面和消息处理等模块。内附详细系统配置说明。-J2ME+ Servlet development of a mobile chess game. The system sub-host server and mobile client of two parts, server and desktop management, including informa
  3. 所属分类:Chess Poker games

    • 发布日期:2016-01-21
    • 文件大小:428.16kb
    • 提供者:hello123
  1. Mobile_Chess_Java

    0下载:
  2. 手机网游 象棋 java-Chess java mobile phone network
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:429.59kb
    • 提供者:dingsc
  1. 2008122611175000

    0下载:
  2. 手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性,其市场发展空间巨大。伴随着中国移动GPRS和中国联通CDMA1X数据业务的开展,手机游戏将是3G数据业务的一个重要的应用领域。 根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下: 界面设计简洁、友好、美观大方,保证直接上手便可游戏 操作简单、快捷方便 规则简单,方便游戏者进行游戏 实现智能规则判断 支持大型Web服务器,以Http协议通讯。 向PC端开发靠拢,为以后PC与手
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:433.18kb
    • 提供者:李铁
  1. XiangQi

    0下载:
  2. j2me手机象棋游戏, j2me手机象棋游戏,j2me手机象棋游戏-j2me mobile chess game, j2me chess game mobile phone, j2me chess game mobile phone, j2me chess Mobile Games
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:434.68kb
    • 提供者:好男儿
  1. BaHuangHou

    0下载:
  2. 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:30.44kb
    • 提供者:cl
  1. xiangqi

    0下载:
  2. 手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性,其市场发展空间巨大。伴随着中国移动GPRS和中国联通CDMA1X数据业务的开展,手机游戏将是3G数据业务的一个重要的应用领域。-Mobile version of chess game using MIDP 1.0 development, at the low-end mobile phone to run on at the same time, ensuring the compatibility of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:428.9kb
    • 提供者:ph53543
  1. xiangqi

    0下载:
  2. java开发的手机版象棋游戏,采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性.-Development java mobile phone game version of chess, using MIDP1.0 development, in the low-end phones running on at the same time, ensuring the compatibility of high-end mobile phones.
  3. 所属分类:J2ME

    • 发布日期:2017-03-31
    • 文件大小:428.16kb
    • 提供者:tt
  1. MobileChess_source.tar

    0下载:
  2. J2ME编写的完整国际象棋程序,参考性很强,适合手机开发人员和J2ME开发人员参考。-J2ME to prepare a complete chess program, a strong reference for developers and J2ME mobile phone developers to reference.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-10
    • 文件大小:2.22mb
    • 提供者:陈浩
  1. J2ME-black-white-chess

    0下载:
  2. J2me 版本的黑白翻转棋,在安装CLDC JVM的手机上运行-Black and white version of J2me Reversi, CLDC JVM installed to run on mobile phones
  3. 所属分类:J2ME

    • 发布日期:2017-03-28
    • 文件大小:128.85kb
    • 提供者:zhong
  1. chess

    0下载:
  2. 手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性大。-Mobile chess game using MIDP1.0 development, in the low-end mobile phones running on the same time, ensuring the compatibility of large high-end mobile phones.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:428.57kb
    • 提供者:hoolee
  1. Chess

    1下载:
  2. 象棋游戏 android源码,实现手机象棋游戏,感觉还不错 -Android source chess game to realize mobile chess game, I feel pretty good
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:129.44kb
    • 提供者:von
  1. Mobile-Chess-Online

    0下载:
  2. 手机象棋网络版,包括服务器端和客户端。采用MIDP1.0开发-Mobile Chess Online, including server and client. MIDP1.0 development using
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:118.24kb
    • 提供者:hhha
  1. Chess

    0下载:
  2. android手机象棋游戏源码,就是有点太简单了-android mobile chess game source code, that is a little too simple
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:薛万
  1. Chess

    0下载:
  2. 写的一个中国象棋手机游戏,效果还不错,还有,够了。-Write a China mobile chess game, the results were good, as well, that s enough.
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:4.41mb
    • 提供者:诸葛残阳
  1. JAVA-mobile-chess-game

    0下载:
  2. Java手机象棋,界面设计简洁,操作简单,实现智能规则判断,支持大型Web服务器,以Http 协议通信。内附doc和pdf文档-Java mobile chess, interface design is concise, simple operation, intelligent judging rules, support large Web server, with the Http protocol communication. Enclosed doc and PDF document
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-07
    • 文件大小:1.43mb
    • 提供者:杨惠
« 12 3 4 5 »
搜珍网 www.dssz.com