搜索资源列表
hfSrc102
- 一个简单的DirectX封装,边学边扩充的类库这个demo只是技术上的试验罢了,以后有时间一定要做一个好的游戏库-a simple DirectX package, learn while the expansion of the library is a technical demo pilot thinks, after a certain time to be done for a good game
ChessSDK
- 改进的SDK中国象棋游戏,使用类封装,美化了界面,内附详细的开发说明-improved SDK Chinese chess game, the use of such packages, the interface landscaping, enclosing a detailed note Development
j_9901_CChess
- Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直
cdx3.1
- cdx 国外实现的对directx的一个封装。 cdx 就是:class of directx 这个引擎把directx 里的二D,三D的东西都封装成了类,用起来还是很好用的。 这个东西现在好像已经没有人在维护了。珍藏。-cdx abroad to achieve the right of a directx Packaging. Cdx is : class of the engine directx directx Lane put the two D, 3 D things b
DirectX
- 提供两种dirctx的方法,win32构架基本完成 另一种,将directx进行类封装,很容易直接使用
gameof21points
- 1.1 程序功能介绍 一个21点的扑克牌游戏,玩家一共可以要5张牌,但如果牌的点数超过21点,则就暴了,自动出局;在不超过21点的情况下,玩家与庄家比牌的点数大小,大者赢。 1.2 程序设计要求 (1)将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (2)程序中一共有十三张牌可以抽取,大于十点的点数为0.5。 (3)要求庄家永远不会暴庄,几庄家可以查看下一张牌,若大于21点,则拒绝,当然在游戏规则上不能泄露这点秘密。 (4)高级玩家可
CChessSource
- 中国象棋网络版是第一次放出来,是用C#写的。Visual studio 2005,C#开发中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C#开发人工智能的DLL直
3d游戏中的摄像机类
- 自己的封装的一个摄像机类。方便实用!!
HGE-Editbox
- 给hge引擎增加显示文字的类, 可以显示中英文. 封装的还是比较好的.-Hge engine to increase the display text of the class, you can display Chinese and English. Package is quite good.
puzzle
- 使用纯Win32 API编写的拼图游戏,并可以播放声音。播放声音使用的是OpenAL库,且在源码中附带了一个封装的操作OpenAL的类,这样可以很容易地在程序中加入声音-Written using pure Win32 API jigsaw puzzle, and can play a sound. Play a sound using OpenAL libraries and source code included in a package operating OpenAL class, s
WARplane
- MFC飞机大战 游戏,源码比较简单,但涉及的类比较多,对于初学类的同学来说是个好的学习资料,让你了解什么是封装,以及怎样封装。-MFC aircraft World War II war games, source code is relatively simple, but more involved in class for the beginner class students is a good learning materials, so that you understand wha
GlobalObject
- 控制台小游戏中的全局对象操作类,主要封装了一些全局的函数-Console game of the global object type operation, the main package a number of the overall function
www.FengZi.net_MobileGameEngine
- 手机游戏引擎,封装了 菜单,游戏,线程类,可以继承这些类来开发游戏-Mobile game engine, the package menu, games, thread type, you can inherit these classes to develop the game
wuzi
- 整个架构的核心部分,类名为CTable。封装了棋盘的各种可能用到的功能[3],如保存棋盘数据、初始化、判断胜负等。用户操作主界面,主界面与CTable进行交互来完成对游戏的操作。-The entire architecture of the core of the type known as CTable. Packaging the board may be used in a variety of functions [3], such as preservation of board da
biggame
- 用C++编写的一个回合制战斗类的小游戏,只要体现了类的封装、继承、多态的特性-Using C++ to prepare a kind of turn-based fighting game, as long as the manifestation of the kind of package, inheritance, polymorphism characteristics
MathWar
- 这是一个简单的小游戏,代码没有优化(即没用类封装,当时编的时候没学过……)。希望能对同样是初学者的朋友有所帮助。-This is a simple game, the code is not optimized (ie, no type of packaging, when the time for never learned ... ...). The hope that it can also be helpful to us beginners.
5ziqilunwen
- 当前网络上流传的五子棋游戏功能并不尽善尽美,其中最主要的问题就是人机对战和网络对战不能够一起实现,所以我决定开发[1]一个既能够人机对战,又能够进行网络对战的五子棋系统。整个架构的核心部分,类名为CTable。封装了棋盘的各种可能用到的功能[3],如保存棋盘数据、初始化、判断胜负等。用户操作主界面,主界面与CTable进行交互来完成对游戏的操作。-The spread of the current network function is not perfect Gobang game, the
Logbase
- 基于LOG4J的封装类,提供更多,更方便的LOG函数。-LOG4J categories based on the package to provide more convenient LOG function.
QT_N_queen
- N皇后问题求解工具。能够求解出4—9皇后的所有解,类封装的。图形界面-N Queens problem solving tools. Be able to solve all the solutions of 4-9 Queen of the class package. Graphical interface
ldap
- CLDAP封装类,封装了LDAP基本操作。方便VC编程。-LDAP class