搜索资源列表
pintugaga
- 本练习制作拼图游戏,运行效果如图99-1所示。执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-pieces of the jigsaw operation results as shown in Figure 99-1. The implementation of this example, using the mouse Drag the selected small mosaic images,
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
paperandrockandscissor
- 一个石头剪刀和布的游戏,还有统计和提示功能,已经通过编译,是学习C语言的好范例。-rock scissors and a cloth of the game, there are statistics and suggest function has been compiled through, C language learning is a good example.
stamp
- 邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连续区域以及获得这个区域的各种可能面值的集合。如,当 n=4,m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大的连续区域为1到71。还有其他面值的四种邮票可组成同样大小的区域吗-stamp issue : Let a national issue n different denominations of the stamps
mt
- 这是一个魔塔游戏的源代码,初学c同志们一个蛮好的例子-This is a magic tower game' s source code, beginner c comrades just fine example of a
tanke
- 是个坦克大战的游戏,游戏做得很精致,是个学习vc的好例子,对类的用法很精髓-Is a Tankedaizhan game, games make it very elegant, it is a good example of vc study of types of usage are the essence of
CrazyCar
- 疯狂赛车是一款基于J2ME技术的手机游戏,该游戏实现在分辨率为标准的240*320各种手机上运行。玩家的赛车可通过键盘进行控制,而游戏控制的赛车须具有智能性的自动运行,使游戏具有可玩性。而游戏最重要的就是游戏控制的赛车AI(Artificial Intelligence)策略的设计,你必须考虑到每一种可能发生的情况,例如当游戏控制的赛车和障碍物碰撞时的躲避、减速、加速、换方向等策略的设计,这样你的游戏才能看上去流畅并和现实大致相符。-Crazy car is a technology based
critter_attack
- 一个flashMX as2 实现的射击游戏,语法简单但功能强大。关卡由简单到难,是学习flash游戏的一个很好的例子。-FlashMX as2 realization of a shooting game, simple but powerful syntax. Points from the simple to the difficult flash game is to learn a good example.
Bomberman
- 这是个双人对战的乒乓球游戏,基于JAVA语言开发,附有完整源码。游戏过程中配有音乐,通过这个实例你可以学到很多JAVA编程技巧。 -This is a double against the table tennis game, based on the JAVA language development, with full source code. The course of the game with music, through this example you can learn a
pingpang
- 不能再简单的乒乓球游戏,你可以把它作为一个碰撞实例,如果把它做为一个真正的乒乓球游戏,那它太不完美了,甚至有点弱智。-Can no longer be a simple table tennis game, you can put it as an example of the collision, if it as a real table-tennis game, it too is not perfect, and even a little bit mentally.
CollisionTestWithSliding
- 滑动的碰撞游戏例子-Java源码,有点类似于弹珠游戏-Sliding collision game-Java source code example, a little game similar to marbles
ANIMTE
- 动画模拟开发包,包括来自于著名游戏"盗宝贼"的生动范例(需 WINDOWS 3.1 ,C语言编译器,鼠标)在WINDOWS下执行setup-Animation simulation development kit, including from the well-known game " 盗宝Thieves" vivid example of (to be WINDOWS 3.1, C language compiler, a mouse) in the setup under
12
- 闯城堡游戏,是一个益智小游戏,程序设计的一个简单的范例,供大家学习与参考-Chuang castle games, is a puzzle game, the program design a simple example, for your learning and reference
alert
- 演示JavaME高级有UIalert的示例 在模拟器上按下某个按钮就可以出现一个警告-Shows an example of JavaME senior has UIalert pressed a button in the simulator can be a warning
VB_tanchishe
- 贪吃蛇VB源代码,本程序稳定规范,是初学者十分难得的实例-Snake VB source code, this procedure a stable and standardized, is a very rare example of beginners
java-llk
- 一个比较新的用JAVA写的连连看程序,学习JAVA的好例子。-A relatively new procedure with the JAVA Lianliankan written, a good example to learn JAVA.
hano
- 这是一个不利用递归实现汗诺塔的例子,让我们看看原来简单的 hanoi (n-1,a,c) hanoi (n,a,b) hanoi (n-1,c,b) 由于无法使用递归,需要什么样的手段才能实现。-This is a non-recursive implementation Khan, Tower of Hanoi example, let' s take a look at the original simple hanoi (n-1, a, c) hanoi
balloon
- 是一个用C语言编写的益智类 游戏,比较基础,作为图形编程的入门例子-this is a C game program, and it s a fundational example for begin learners
Snake-tanchishe
- 学习用GDI做游戏,这个贪吃蛇是比较好的例子,当然源码是一本书上的,我记不住什么名字了,但是他的基础上添加了一些东西,希望对你有用-Learning to use GDI to do the game, Snake is a better example of this, of course, is a source book, and I do not remember what the name, but he added, based on something we hope will b
3
- 时间函数举例,一个猜数游戏,判断一个人反应快慢-For example, a function of time, a number guessing game to determine a person' s reaction speed