资源列表
俄罗斯方块_Applet
- 使用java applet实现网页上玩俄罗斯方块游戏,如果把游戏嵌入到网站中,必定生色不少!使用到的技术:java swing jApplet 4维数组运算等-use the website to achieve playing Tetris game, if the game is embedded into websites that will take a lot more lively! The use of the technology : java swing jApplet fou
attck
- 很简单的射击游戏,可是要想得到很高 的分数也不是一件容易的事情-very simple shooting game, but in order to receive high marks is not an easy thing
上海黑龙麻将源代码
- 上海黑龙麻将源代码 -Shanghai Heilonggang mahjong source code
vc_War_Ship
- 入门级的游戏,代码很精简,用了很多virtual类,对vc++有很大的学习帮助,里面的行行注释肯定会让你看懂-entry-level games, code very concise, spent a virtual category, right vc great help in learning inside the direction Notes certainly let you read
泡泡糖
- 用C做的一个泡泡糖程序.可以俩人玩.哎呀.装了C就可以玩了.混点份怎么这么难啊-a bubble sugar program by c.two players can play ti,after install c.how hard get the score!
GobangGame
- 单机版五子棋,可以双人对奕,里面的算法很详尽,特别适合初学编程者看,希望大家多提意见-331 standalone version can double games inside the algorithm is very detailed, particularly suitable for beginner programmers, we hope to speak up
潜艇大战源码
- 压缩包中含有用VB开发的经典小游戏潜艇大战游戏的源程序。代码清晰,便于初学VB开发工具的人员学习使用。-compressed packets containing VB-game classic small submarine war game of the source. Code clear, easy learning VB development tools to learn to use.
HappyBall
- 以前写的一个台球程序*,现可实现桌面球的捕捉、定位、画线,支持快键。-previously written a billiards external procedures can now achieve desktop catch the ball, positioning, line drawing, support fast keys.
Happycollapse
- 这是在worldwinner上的一个游戏*,用到了快键鼠标点击,图形捕捉和比较算法,供大家参考。-worldwinner This is the one game on the pylon, the use of fast-button mouse click, graphical capture and comparison algorithm, for your reference.
java_wzq
- 五子棋游戏 b/s结构 具有聊天功能 具有单机和在线下棋功能 -331 games b / s structure chat with stand-alone functions and online chess
华荣道
- 一个我在夏季学期用VB做的程序,作为夏季学期的作业我拿了个A哦.请各位指教一下.其中的悔棋功能实现了,但撤销悔棋却失败了.给点意见吧.-a summer semester, I do VB procedures, as the summer semester of operation, I took a long, oh. Please enlighten about. The realization he never cheat in spain, but he never cheat in
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从