搜索资源列表
RB
- 控制台下俄罗斯方块,借助BORLAND图形库,是学习C++基础的好案例-console box, with the help of microcomputer graphics library, learning C is a good case basis
C_MJ
- 此为用C语言编写的麻将游戏程序,使用都可以在此基础上进行扩展
FiveStones(v1.0.1)
- 五子棋源代码,可以帮没有什么C#基础的学习该语言
510K_Poke
- 基于局域网络使用Visual C++ 6开发的扑克牌游戏,再此基础上可自行修改扑克规则,变成其它玩法。-Local area network based on the use of Visual C++ 6 development of the poker game, and then on this basis are free to modify the rules of poker into other games are played.
siguojunqi
- 在开发网络游戏时,首先要建立底层的网络通信类,利用网络通信类连接构建客户服务器之间的TCP/IP连接,然后在该连接的基础上利用自设定的协议进行客户端登录、进行游戏等操作。在以上协议的基础上,根据不同的游戏编写不同的游戏逻辑处理类,在该逻辑处理类中实现了对应的游戏逻辑,如实例中的军棋,则实现相互之间的对弈等功能。同时在服务器端还需要和数据库服务器交互,用于读取或保存客户信息(如用户积分、密码、个人资料等数据)。-Abstract: This article introduces the desig
chess
- 用C++写的中国象棋。从中您可以学到一些基础知识,甚至可以玩这款自己亲手编写的中国象棋。-Using C++ written in Chinese chess. You can learn something from the basic knowledge, and even their own hands this can be prepared to play the Chinese chess.
game_net_app
- 《游戏中的网络编程技术及应用》是学习游戏中网络编程技术的参考书。全书共分三大部分:第一部分介绍网络游戏编程的基本概念和相关基础知识;第二部分讲解了游戏编程的小型应用实例,内容包括基于Internet网络的游戏聊天室开发、多机对战版五子棋以及游戏大厅的创建示例;第三部分是大型网络游戏编程案例,内容包括网络坦克对战和网络斗地主的游戏案例,介绍大型游戏的设计规则、流程以及实现。 《游戏中的网络编程技术及应用》既有完整的基础知识讲解,又有复杂而完整的实例分析,读者能够轻松地将自己所学的理论知识
Chess
- 围棋程序,用最基础的C语言编辑,在控制台界面中显示。尽管没做GUI,但便于理解算法,对初学者非常有帮助-Go program, the C language with the most basic editing, appear in the console interface. Although not done GUI, but the algorithm is easy to understand, very helpful for beginners
CPP-WUziqi
- 五子棋游戏C++程序代码,可直接运行,是在自己参考别人的代码基础并修改难易程度的。-Backgammon game code. Reference to others in their own code base and modify the difficulty level.
FiveChessFinal1
- 五子棋源码上传运用到的事MFC的基础知识还进行了联网的对战平台用到了许多C的基础知识-Gobang source code upload application to do the basic knowledge of MFC has also carried on the network to war platform used in many of the basic knowledge of C
majiang
- 在Visual C++的MFC框架基础上,模仿QQ游戏中的麻将游戏,基本实现了其各种功能!-Imitate QQ game mahjong game, the basic realization of its various functions on the basis of the Visual C++ MFC framework.
CardTenGames
- 游戏纸牌10点半-基于VS控制台纸牌游戏,非常有趣,是对C#基础能力得检验。-Playing cards 10:30- VS console-based card game, very interesting, have to test the basic capabilities of C#.
chineseChess
- c++写的中国象棋程序,一共有6个版本,从基础的界面到算法,适合学习用!-chess program, written in c++ a total of six versions, from basic interface to the algorithm suitable for the study!
smartFiveChess
- 这个版本人工智能很强,算法比较全面。而且里面的说明文档完善。而且源码齐全。最好是先看完说明文档里的算法,再参考源码。最重要是使用设计模式,决不是随随便便的学生作品。 第一.需求。实现人机对战,首先要解决电脑智能问题,即能让电脑识别棋盘,并做出相应的策略,比如防守或进攻。还要识别是否禁手。 第二.基本技术。功能部分实现的主要算法是假设法,即假设这个方格是某一方棋子,然后以这个棋子为基础再假设下一个方格的棋子,直到计算机很容易识别出相应状态。比如电脑搜索至胜点(能构成四子连珠的点)时,只要假
Chess_Five
- 类库结构完整的C++五子棋,适合有一定基础的开发者-Library structure complete C++ backgammon
Go
- 一个基本的围棋软件,可用于学习VC++程序编制,可以了解围棋软件的基础知识。-Go a simple procedure that can be used to learn C++, it can also be used to study the beginning of the preparation Go software.