资源列表
pukeOCX
- 一个用vc制作的扑克游戏控件,非常有意思哦-vc produced with a poker game the controls, oh very interesting
vbpuke
- 一个用vb制作的扑克游戏,非常有意思哦,好好看一下,会有收获的-with a production of poker games, very interesting, oh, a good look at the harvest will be
4343163332
- 黑白棋游戏程序。不错的 分为初 中 高三个等级。还可以悔棋,可以观看。可以人机对战。-reversi Games. Well into the three junior high grades. Can also calculate, can watch. Can be human-machine war.
77
- 大家有兴趣的拿回去自己和自己女朋友玩,或者研究研究,或者学习学习,或者 丢到马桶里,但是希望让大家看到,然后都来贴一个自己写的简单到不能再简单的小游戏的代码,看看简单到不能再简单会是什么样子。 -you are interested them in himself and his girlfriend play, or studies, or learn from, or throwing it in the toilet, but wanted to let everyo
ChineseChess_JAVA
- 本程序是一个用JAVA语言编写的中国象棋程序,内含操作说明,有兴趣的朋友可以-this a procedure with Java language of the Chinese chess, containing instructions, Interested friends can s
MyTetris
- 我写的一个俄罗斯方块的简单 代码 可以自己在加工 成为 公共更多的-I wrote a simple Russian box code can themselves become public in processing more
els_game_VC
- 一个用VC6.0写的俄罗斯方块游戏,希望大家喜欢.-VC6.0 write with a Russian box games, hope you like them.
Summary_flight_chess
- 简易飞行棋,可以支持4个玩家同时走,可以实现基本功能,供大家参考学习,-simple flight game, can support four players the same time, it can achieve the basic functions, for your reference study, Oh
zfa10
- This is a online black jack game written in C, support one user against one computer. Used CGI interface between the PC and server. Detailed descr iption and functionality of the game is specified in the code.-This is a black jack online game written
zhongguoxiangqiyuanma
- 象棋原码-chess original code
SourceCode_Complete
- 该程序为中国象棋智能人机对弈实现完成程序.该项目系在Visual Studio.net 2003下所建的MFC应用程序项目。使用更低版本的编译器将无法正常使用该源程序。-the procedures for the Chinese intelligent man-machine chess players to achieve completion procedures. The project ties in the Visual Stud io.net 2,003 under constru
chessevluation
- 该模块能完成输入棋局的棋局异常或走棋违规判断.使用方法:把引擎头文件和智 能对弈程序IntelligentChess.h一起拷到所建文件目录下,通过“工程”菜单把引擎头文件和智能对弈程序IntelligentChess.h一起加入工程, 用#include \"IntelligentChess.h\"语句把智能对弈程序IntelligentChess.h加入该工程.cpp文件。然后调用各功能函数完成异常、违规判断该项目系在Visual Studio.net 2003下所建的Win32控制