登录
首页 » 其他 » Java网络版象棋游戏源码

Java网络版象棋游戏源码

于 2022-01-25 发布 文件大小:434.47 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

Java网络版象棋游戏源码,手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性。程序分为客户端和服务端。   界面设计简洁、友好、美观大方,保证直接上手便可游戏   操作简单、快捷方便   规则简单,方便游戏者进行游戏   实现智能规则判断   支持大型Web服务器,以Http协议通讯。   向PC端开发靠拢,为以后PC与手机互联奠定基础

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Flash按钮制作过程的源码
    Flash按钮制作过程的源码,一个制作聚光按钮的Flash源文件,整个过程带有源码,为Flash新手朋友提供源码素材参考。
    2022-02-21 23:21:56下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • 很不错的结合DateTime的综合例子
    很不错的结合DateTime的综合例子-very good combination DateTime the comprehensive example
    2023-08-16 04:30:04下载
    积分:1
  • 一个很好的rtp语音测试桩,附源码
    一个很好的rtp语音测试桩,附源码-A very good voice rtp test piles, attached source
    2022-01-24 16:20:48下载
    积分:1
  • If you learned the Queueing theorem, You certainly remember the basic model, M/M...
    If you learned the Queueing theorem, You certainly remember the basic model, M/M/1. This is the source code of it.
    2023-05-17 01:50:04下载
    积分:1
  • 基于Visual basic串口编程调试精灵
    基于Visual basic串口编程调试精灵-Visual basic serial-based programming wizard debug
    2022-01-24 14:40:22下载
    积分:1
  • this game than Window bring their simplicity. But up to now, it actually left ne...
    这个游戏比Window自带的简单。但就目前来说,离它其实也不远。添加菜单项,并相应修改参数值:m_RowCount、 m_ColCount、leinum,并重新初始化界面就行了。 -this game than Window bring their simplicity. But up to now, it actually left near. Add menu items, and modify parameters : m_RowCount, m_ColCount. leinum and re-initialization interface there.
    2022-10-30 20:55:03下载
    积分:1
  • 指派问题在LINGO下的程序!
    指派问题在LINGO下的程序!-assigned LINGO in the process!
    2022-01-30 19:28:09下载
    积分:1
  • multithreading source document search
    多线程文件搜索源程序-multithreading source document search
    2022-04-02 03:50:44下载
    积分:1
  • 编写一个Java程序,用于输出Fibonacci数列的前20项。 提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
    编写一个Java程序,用于输出Fibonacci数列的前20项。 提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
    2023-03-11 04:55:03下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载