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

搜索资源列表

  1. Brutus7BETAv01

    0下载:
  2. 一款值得研究的国际象棋引擎程序,很初级,适合作为编写人工智能的入门代码。兼容winboard Gui.-Brutus Chess is a winboard-compatible chess engine. It ain t the strongest, but be carefull, a millenium or two ago he knocked out Caesar! You can play chess against Brutus either using the command-
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-26
    • 文件大小:134.44kb
    • 提供者:klack
  1. tetris

    0下载:
  2. c++编写的俄罗斯方块,经典使用!游戏对象(Cgame):管理游戏开始,结束,积分,难度;游戏中每个方块当前位置情况;选择新方块;删除满行。 方块对象(CGrid):管理快快的旋转,左移,右移,下移;确定当前方块在游戏中的位置;以及设置方块如何旋转旋转,左移,右移,下移的基本信息。 游戏是对象(CRusRridView):管理游戏的显示与交互。-c++, prepared by the Russian box, the classic use! Game object (Cgame)
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:77.04kb
    • 提供者:丁飞
  1. Chess_Game_Final

    0下载:
  2. Object-oriented program to implement Graphic chess game based on C++, use Open-cv for graphic interface and mouse control. got to have Open-cv on computer to use it.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-11
    • 文件大小:2.06mb
    • 提供者:Nir
  1. FIR

    0下载:
  2. 特色:面向对象程序设计,基于控制台的C++五子棋程序,包括人机对战和人人对战,添加了禁手、悔棋、存盘功能。AI算法很快。-Features: Object-oriented programming, console-based C++ Gobang procedures, including the man-machine, and man-man Battle, the forbidden hand, undo, archiving function. AI algorithms quickl
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1.25mb
    • 提供者:eyou
  1. wuziqi

    0下载:
  2. 利用c++面向对象程序设计的思想编写的五子棋程序,能够实现任何电脑的对战并判断胜负,注意不是windows程序设计,没有界面,包括所有源程序代码-Using c++ object-oriented programming ideas backgammon written procedures to implement any play against the computer and determine the outcome, attention is not a windows progra
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:347.82kb
    • 提供者:周意
  1. c_chess

    0下载:
  2. c++面向对象的五子棋程序,实现人人,人机对战功能呢,供大家参考-c++ object-oriented program backgammon
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:46.63kb
    • 提供者:王力伟
  1. xiangqiyouxi

    0下载:
  2. C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:128.78kb
    • 提供者:向雄
  1. win32-xiangqi

    0下载:
  2. c++实现,应用控制台象棋,有注释,面向对象设计必备训练。-c++ del console chess, notes, object-oriented design necessary training.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-18
    • 文件大小:4.86mb
    • 提供者:默铭
  1. toledo

    0下载:
  2. 短小精悍的下国际象棋程序 toledo.c toledo_picochess.c toledo.c这个程序曾经在编程比赛中获奖,能在Windows下用VC++6来编译执行。 toledo.c程序说明参见:http://nanochess.110mb.com/chess1.html 作者还给了一个更短的程序:toledo_picochess.c 参见:http://nanochess.110mb.com/chess3.html -This is the pr
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:2.82kb
    • 提供者:蓝睫毛
  1. BEE

    0下载:
  2. 简单的十字方块游戏 简单的十字方块游戏-With C# language the development COM (Componet Object Model Compon Visualbasic 6.0 software developm Copy files with progress bar (SHF Liquid phase used to manipulate the VC Office. The control with multi-ui as
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:sunxinghai
  1. UISaoLei

    0下载:
  2. 采用,object——c的编译环境的扫雷游戏,运行于iphone和ipad-this is good games
  3. 所属分类:棋牌游戏

    • 发布日期:2017-04-17
    • 文件大小:65.83kb
    • 提供者:判令晕
  1. 斗地主ai

    1下载:
  2. //使用方法: //首先创建m_pRobot = new CRobot()对象 //叫分: //1.初始化手牌到m_pRobot->m_szHandCards数组,手牌按牌面从小到大排序,例:200,300,101,201,102,403,205,311,210,310....,注意数组大小,不要有空值或者0值 //2.调用解析函数m_pRobot->Resolution(); //3.获取叫分m_pRobot->getCallF(),返回0不叫,1一倍 2两倍 3三
  3. 所属分类:棋牌游戏

    • 发布日期:2019-12-21
    • 文件大小:12kb
    • 提供者:Los瘦身
  1. Stockfish 7

    2下载:
  2. stockfish version 7 chess engine
  3. 所属分类:棋牌游戏

    • 发布日期:2020-04-06
    • 文件大小:3.85mb
    • 提供者:jjthonet
搜珍网 www.dssz.com