搜索资源列表
对战五子棋
- 用delphi做的个五子棋对战游戏,可以实现简单的功能-do with the 331-game players, can achieve a simple function
经典五子棋
- 可以用此程序实现一个经典好玩的小游戏:五子棋-can use this program to achieve a classic fun little game : 331
life(VB)
- 一个用VB实现的生态环境模拟程序,通过改变参数,可以观察到生态环境稳定,崩溃,或者周期性变化等有趣现象。-a VB of the ecological environment simulation program, by changing the parameters, we can observe the ecological environment is stable, collapse, or cyclical changes interesting phenomenon.
game editor
- 这是一个用vc编写的地图编辑程序,它可以用来实现对游戏中地图编辑功能,好用哦-vc prepared with a map editor, it can be used for games on the map editing features and ease of use!
游戏--走四方
- 这是一个用vc编写的走四方游戏,它是一个可以实现人物走动的游戏,挺好玩的哦-with vc prepared by the Quartet away games, it is an achievable figure walk of the game, playing very good oh!
用Delphi+DirectX开发简单RPG游戏
- 提到 RPG (角色扮演游戏,Role Play Game),在座各位恐怕没有不熟悉的。从古老经典的 DOS 版《仙剑奇侠传》到新潮花哨的《轩辕剑》系列,无不以曲折优美的故事情节,美丽可人的主角,悦耳动情的背景音乐,震撼了每一个玩家的心灵。而说到 RPG,就不能不提 DirectX,因为 PC 上大部分的 RPG 都是用这个冬冬开发的。早在《轩辕剑叁外传——天之痕》推出的时候,我就曾想过用 DirectX 写一个自己的 RPG,自己来安排故事情节的发展,却总是因为这样或那样的事情,一直没有能够
YinliYangliZhuazhuanhuan
- 用Vc编的小程序,可以实现阴阳历的转换。附有源码。-Vc series with the small programs, can achieve Solar conversion. With source.
crazyeng
- 一个火焰的小程序,用C实现的,相当有水平,大家可以下载了-flame of a small program with C realized that there was a considerable level, we can look at the downloaded
Delphi Game
- 这个软件是用Delphi 7开发的。 原本它是两个人在纸面上玩的益智游戏,转移到电脑上后我给它添加了人机对奕和网络对战的功能。 在本源码中你可以看到电脑AI实现方法,ClientSocket,ServerSocket的使用,控件的编写,ListBox的OwnerDraw的实现等等技巧。 请先安装里面的GridPanel控件才可正常编译。 永远支持Delphi!-use of this software is developed by Delphi
8numberproblem
- 一个小游戏,用了三种不同的方法实现,对于人工智能的一些搜索算法可以有更深的了解-a little game with three different ways, For some artificial intelligence search algorithm can have a deeper understanding
46897954
- 上面我们已经对程序进行了扩充,实现了人对机游戏。 上面我们学习了程序扩充的思想过程,得到一些调试的经验。 但我们的收获不仅如此,如果你运行了程序,你就会发现:我们原来的保存功能还可以用。 这并不是程序扩充的偶然。 或许你并不感到惊喜,那么,我将告诉你的是:在后面我们将对这个程序进行再一次的扩展(联机游戏),它将不再适应了。 而这却是程序扩充的必然 -above we have the right procedures to expand an
Super_Tank
- 超级坦克游戏,用c实现,界面非常漂亮啊,可以当程序课的作业哦-Super tanks games, with c realized, ah, very pretty interface, when the operating procedures lesson oh
tanchishe
- 实现贪吃蛇这个经典的小游戏,网上提供源代码可以用vc6.0但是版本比较老
wlwzq
- 网络五字棋.用VC++语言实现. 可以两人在线玩五字棋.-Network of five game characters. With VC++ Language. Can play two online game five characters.
class59
- 实现一个用文字玩游戏的功能,可以使用武器,技能,宝宝攻击怪物。。。对于Java初级阶段的同学还是比较实用的。-The realization of a function of playing with words, you can use weapons, skills, baby monster attacks. . . For students in the initial stage of Java is quite useful.
internet-ErsBlocksGame
- 实现了俄罗斯方块网络双人对战游戏,可以用一台机器作为服务器运行,另一台作为客户端运行,也可以在同一台机器上运行。-Realize the Russian square network double against game, can use a machine as a server running, and the other a as a client operation, also can be in the same machine operation.
juzhenxiangcheng
- 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因
GDIhuadian
- VC实现MFC用鼠标点击来画像素。可以设置像素的大小。-VC MFC click with the mouse to draw a pixel. You can set the size of the pixels.
Ninjia
- 这是一个OpenGL实现的水果忍者划过屏幕产生刀刃的效果,代码是C++,效果还不错,VC和VS都可以用,要有OpenGL库。-Fruit ninja blade across the screen to produce the effect of an OpenGL implementation code is C++, the results were pretty good, VC and VS can have OpenGL library.
SnakeGame
- 一个实现贪吃蛇小游戏的简单代码,画面较丑,但是可以用来学习参考。-A simple code Snake game, the screen than the ugly, but it can be used to study reference.