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

搜索资源列表

  1. 第七章第九节实例

    0下载:
  2. 使用EVC开发“迷你游戏方块”完整示例编程。 采用OPP实现俄罗斯方块的编程,开发效率高。-use EVC development "mini game cubes" complete programming examples. OPP used to achieve the Russian block of programming, development of high efficiency.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:4501339
    • 提供者:yxf
  1. zhou_NetworkGame-JunQi

    0下载:
  2. 大四的毕业设计,实现了一个具有小型网络游戏特征的四国军旗游戏,有一个完整的框架,数据库、服务器、客户端、大厅、游戏框架、玩家信息、游戏中的聊天、广告信息、以及防止了闪烁的画面,游戏音乐等。-a senior graduation design, realization of a small network games with the characteristics of the four countries flag games, there is a comprehensive frame
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2505187
    • 提供者:周伟斌
  1. chess

    0下载:
  2. 一个完整的五子棋程序,图形界面完整,实现了人工智能一步预测
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:390007
    • 提供者:胡恩
  1. chess

    0下载:
  2. 棋盘游戏实战开发,以游戏中的活动区域作为研究对象。完整地实现了游戏的年
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:71828
    • 提供者:朝阳
  1. vcchinesechess

    0下载:
  2. 一个包含了完整实现中国象棋程序的vc源码
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:76032
    • 提供者:王芳
  1. majiang

    0下载:
  2. 实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。-Achieve a complete network of four mahjong games, the program sets the server and client functionality and integration.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:795207
    • 提供者:lyle
  1. BaHuangHou

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

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

    0下载:
  2. 功能完整的中国象棋,具有完整的走棋规则,能实现悔棋功能,能保存与读取残局,另外还做了一个软件封面。代码都配有详尽的注释, 适合初学者作为入门实例。-Full-featured Chinese chess, go with a complete game rules, to retract a false move in a chess game, can save and read the pieces, also made the cover of a software. Code wit
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:1459008
    • 提供者:王家驹
  1. 11

    0下载:
  2. 手机五子棋的代码,实现落子,悔棋,调整电脑难度等功能的一个完整的程序-Gobang phone code to achieve落子,悔棋, adjust the difficulty of the functions of the computer as a complete process
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:9570
    • 提供者:丁明光
  1. chess

    0下载:
  2. 中国象棋游戏+源代码,本游戏实现了较强的人工智能.而且游戏界面非常华丽. 资源中包括完整的VC++源代码,和工程文件.-Chinese chess game+ source code, the game has a strong artificial intelligence. And the game interface is very beautiful. Resources including the complete VC++ source code, and engineering
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-13
    • 文件大小:3159650
    • 提供者:周志鹏
  1. richman

    0下载:
  2. 大富翁源码,比较完整的实现了PC上面大富翁的功能。-Monopoly
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:272634
    • 提供者:鞠铖
  1. game_net_app

    1下载:
  2. 《游戏中的网络编程技术及应用》是学习游戏中网络编程技术的参考书。全书共分三大部分:第一部分介绍网络游戏编程的基本概念和相关基础知识;第二部分讲解了游戏编程的小型应用实例,内容包括基于Internet网络的游戏聊天室开发、多机对战版五子棋以及游戏大厅的创建示例;第三部分是大型网络游戏编程案例,内容包括网络坦克对战和网络斗地主的游戏案例,介绍大型游戏的设计规则、流程以及实现。 《游戏中的网络编程技术及应用》既有完整的基础知识讲解,又有复杂而完整的实例分析,读者能够轻松地将自己所学的理论知识
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:5440117
    • 提供者:Tonny.Li
  1. 24pointgame

    0下载:
  2. 本程序实现了24点游戏的基本功能,可以完整的进行操作,而其界面也较为美观。可以作为课程设计的参考程序。-This program implements the basic functions of 24-point game, you can complete the operation, and its interface is also more beautiful. Can be used as reference for curriculum design process.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-01
    • 文件大小:781292
    • 提供者:魔力鸟
  1. FiveChessAppletDemo

    0下载:
  2. 该资源是实现五子棋小游戏的完整代码,而且具有设置棋盘大小的功能。-The resource is to achieve complete code backgammon game, and has set the board size of the function.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:4671
    • 提供者:任君
  1. c-language-program-Othello

    0下载:
  2. c语言实现黑白棋程序,给出了黑白棋的完整实现-Othello program c language, gives a complete implementation of Othello
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:69859
    • 提供者:xiangyunl
  1. mah-jong

    0下载:
  2. 实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。-Four achieved a complete network of mahjong games, the assembly server and the client side functionality and integration.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:168512
    • 提供者:wellan
  1. weqeqe1

    0下载:
  2. 飞行棋完整源代码,有中文注释,在VC6.0平台下实现,供大家参考-Flight chess full source code, a Chinese comments, to achieve in the VC6.0 platform for reference
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:1187196
    • 提供者:huy
  1. 24point

    0下载:
  2. JAVA实现的很经典的24点游戏,能够实现该游戏完整的规则玩法-JAVA implementation of a classic 24-point games, can realize the rules of the game play full
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2635796
    • 提供者:捱三顶四
  1. doudizhu

    0下载:
  2. 用VC++实现斗地主游戏 界面友好,功能完整 -Landlords with VC++ to achieve the game and friendly interface, the functional integrity
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:910842
    • 提供者:赵天宇
  1. xiangqi

    1下载:
  2. 完整实现中国象棋的全部功能,全部用c++语言编写-Full realization of the full functionality of Chinese chess, all with c++ language
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2130697
    • 提供者:王风
« 12 »
搜珍网 www.dssz.com