搜索资源列表
j2mellk
- 代码是使用JB写的,存储方式是UTF-8,因此使用ECLIPSE等IDE打开源程序会出现乱码,这时只需要使用UltraEdit等工具进行UTF-8=>ASCII转换一下即可。代码中有一些地方如读取图片使代码复杂化,这是考虑到将来图片及其它资源可能会采用加密的方式存储,使一般用户在PC上无法进行还原而设计的-JB code is used to write, storage is the UTF-8, the use of Eclipse and other open source IDE
spr_edit
- 当年写得通用编辑器。 在压缩包里附带有一个例子,它会向你展示LIGHTS没有表达清楚的问题。 你可以很容易的读取这些数据并把他们转换成你想要的形式或者直接使用他们。-editor. The compression bag attached an example, it will display to you LIGHTS not clearly express the problem. You can easily read the data and turn them into th
windowsAPICards
- 基于windows API的windows纸牌,是通过MFC的转过来的,对学习win32编程很有帮助-windows on the windows API cards, MFC is the turn of the study and helpful programming win32
tthr
- 偷天换日--该程序可以使“时光倒流”,即能使有使用期限的软件变成无限期使用,该程序还使用到了设定时间的系统API函数,值得研究。由广东工业大学的网友张德平提供。-misleading -- so that the program can "turn the clock back" that would allow a time limit for use of the software into the indefinite use of the procedures use
Brainiac
- 这个游戏允许玩家选择一个方块,然后选择另一个方块。如果两个方块是相同的,那么它们将保持可见状态,玩家尝试找出另外两个相同的方块。如果两个方块不同,它们将再次翻转,从而再次隐藏。玩家的任务就是将它们翻开是记住不同方块的位置,以便将所有方块配对。开发平台为vs.net2003,源文件包括: Resource.h--资源ID头文件 Bitmap.h--位图头文件 Bitmap.cpp--位图源代码文件 GameEngine.h--游戏引擎头文件 GameEngine.cpp--游戏
dzq_ESCAPE
- 学生时代所写dos的仿早期unix版本自带文本游戏escape,现在肯定不值得玩,但其中机器方算法自创,有点意思,有时间一定把该程序改写为windows版。-student wrote dos imitates early version of unix text games, bringing their escape. Now is definitely not worth playing, but machines square manner, quite interesting. hav
xtkdige
- 井字游戏:为双人对弈游戏,双方轮流放子,单任一行,列,斜线为三个相同的 子时即为胜利!, Well character game: For the two person playing chess game, both sides turn the exile, list any line, the row, the oblique line is three same periods of time from 11 p.m. to 1 a.m is the victory! ,Visual C
MYColorBall
- 在一个450*350的窗体上在下面放置两个按钮“Start”和“Close”,连续点击“Start”按钮会在窗体上显示多个彩色的小球,分别有红、绿、蓝三种颜色,小球不停的跳跃,碰到窗体的边缘则反弹。单击“Close”按钮则关闭整个程序-in a 450 * 350 on the Form placed in the following two button "Start" and "Clos e ", consecutive click on the&qu
trafficlight
- 交通灯路口的一个小程序,控制四个灯,其中南灯有一个外加左转灯-traffic lights at the junction of a small procedures, controls four lights, which Southern Electric plus a left turn lights
StrikersIII
- 一个OPenGL太空射击类游戏!里面可以360度转弯,场面有点BT,呵呵,可以学习一下 -an OpenGL space Shooting Game! Which can turn 360 degrees, and the scene was somewhat BT, Ha ha. can learn from this
jlpk
- 这是一个扑克牌游戏。 1.抓有黑桃7 的玩家首先出黑桃7。 2.然后按逆时针方向出牌。每位玩家依次出牌,可以出7和已出的牌相邻的牌。如果已经没有可出的牌,则必须盖一张牌。 -This is a game of cards. 1. Grasping with spades seven players from the first seven spades. 2. Followed by an anti-clockwise card. Each player in turn ca
stendhal-FULL-0.59
- Arianne is a multiplayer online engine to develop turn based and real time games providing a simple way of creating the game server rules and clients like Stendhal. Marauroa, our server, uses Java and MySQL for hosting hundreds of players on a solo h
outpost16
- outpost16为16位窗口模式下的太空飞行射击游戏。 请在桌面将色深设成16位,否则图像显示不正常。 某些机器可能会出现花屏现象,原因未知。 游戏的目标是击毁所有的空间站和大型战舰,击碎陨石有一定几率掉+护甲或者+弹药的东西。 游戏过程按F1帮助,游戏键说明如下: ← Turn Left(左转) → Turn Right(右转) ↑ Advance And Speedup(前进和加速) Ctrl Fire(发射) Space Fire(发射) H
MegaMek-v0.32.2
- MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
elsfk带算法
- 很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I saw some friends of the Russi
九宫图算法实现(过程表示法)
- 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。
Q11game
- 这个游戏的代码是从网上下的,但在ARM90T上不能用,现我已改过原码,能在ARM90T上和PC机上都能跑.现传原码到网上,供大家学习参考-The game s code is under from the Internet, but can not be used on ARM90T now I have to turn over the original code, can ARM90T and PC, can run. Chuan is the original code to the In
turn-based-game-source-code
- 一个简单的Win32回合制游戏源码,有攻击、伤害处理。-A simple Win32 turn-based game source code, attacks, damage.
Turn-based-games
- 回合制对战游戏 回合制对战游戏 回合制对战游戏-Turn-based gamesTurn-based gamesTurn-based gamesTurn-based gamesTurn-based games
turn-based-games
- Visual+C++编写的一个回合制游戏演示源码,源码编译环境为vs2010,希望能和大家一起交流,共同学习,共同进步。请注意,要运行生成的EXE文件,请先将EXE文件从Debug目录中拷出来,放到上一级与图像文件同级的目录下。-turn-based games