搜索资源列表
NJmah-jong
- 四川内江麻将的服务器端逻辑模块,基于对象编写,平台无关,经长时间检测无差错,可运行于商业平台-Neijiang mahjong server logic module, based on object preparation, platform-independent, After a lengthy no error detection can be run on the platform for business
Five_SDL_dev
- 这是一个基于SDL的简易五子棋游戏,支持多种模式,对局对象可以是玩家、内置AI、外接AI程序。其中包含了编辑外接AI程序的SDK。-This is a simple SDL-based backgammon game to support multiple modes, game object can be the player, built-in AI, external AI program. It contains the SDK to build your own external AI
Brutus7BETAv01
- 一款值得研究的国际象棋引擎程序,很初级,适合作为编写人工智能的入门代码。兼容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-
tetris
- c++编写的俄罗斯方块,经典使用!游戏对象(Cgame):管理游戏开始,结束,积分,难度;游戏中每个方块当前位置情况;选择新方块;删除满行。 方块对象(CGrid):管理快快的旋转,左移,右移,下移;确定当前方块在游戏中的位置;以及设置方块如何旋转旋转,左移,右移,下移的基本信息。 游戏是对象(CRusRridView):管理游戏的显示与交互。-c++, prepared by the Russian box, the classic use! Game object (Cgame)
Chess_Game_Final
- 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.
MyOOGobang
- VC++编写的五子棋游戏,采用面向对象思想,可以对初学者起到示范作用-Written in VC++ welcome to play, using object-oriented thinking that can serve as a model for beginners
FIR
- 特色:面向对象程序设计,基于控制台的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
wuziqi
- 利用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
c_chess
- c++面向对象的五子棋程序,实现人人,人机对战功能呢,供大家参考-c++ object-oriented program backgammon
Gobang-graduation-thesis
- 本论文主要阐述以面向对象的程序开发语言VC++为开发工具,设计一个五子棋游戏。本系统是个小型游戏,可以单机使用,也可以网络两个人游戏,也可以和电脑进行游戏。论文首先介绍了开发背景及开发语言的介绍-This paper presents the object-oriented programming language VC++ as a development tool, the design of a backgammon game. This system is a small game th
ThreePlay
- iphone中成3棋,用object 编写,cocos2d做引擎-iphone chess in into 3
java-elsfk
- 俄罗斯方块是一款非常经典的游戏,风靡全球,,经久不衰,是学习面向对象的编程思想的理想实例-Tetris is a very classic game, swept the world, enduring, is to learn object-oriented programming ideas of the ideal example
xiangqiyouxi
- C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
src
- 设计一个简单的CardGames程序,运用面向对象封装、继承、抽象类、抽象方法、多态、动态绑定等概念。-Design a simple CardGames procedures, the use of object-oriented encapsulation, inheritance, abstract classes, abstract methods, polymorphism, dynamic binding concepts.
Card
- Java 实现类似windows纸牌游戏,非面向对象-Java to achieve a similar windows card game, object oriented
win32-xiangqi
- c++实现,应用控制台象棋,有注释,面向对象设计必备训练。-c++ del console chess, notes, object-oriented design necessary training.
Pork_game
- 编程:模拟实现争上游扑克牌游戏。争上游扑克牌游戏允许两名以及两名以上的玩家参加,也允许玩家自由从扑克游戏中退出。争上游扑克牌游戏规则规定,哪位玩家先打出所有的牌先赢。最后出完牌则输了。假设,每个玩家在每轮游戏中只能出一张牌,测试游戏的程序代码如下所示程序清单3-1所示,请采用合理的面向对象程序设计模式实现这个扑克游戏。-Programming: Analog strive for poker games. Strive for poker games allow two and two more
renju-game
- 五子棋游戏作为研究对象,设计出一个能够实现“人机对战”和“网络对战”两种不同模式的五子棋游戏。并对其中所涉及到的相关技术进行初步的探讨,重点为“人机对战”中的策略型AI的研究-Backgammon games as the object of study design can achieve two different modes of the man-machine war " and" online play backgammon games. And where the
GeometricVersion3
- 课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。
toledo
- 短小精悍的下国际象棋程序 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
