搜索资源列表
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
www_pudn_com_FiveChessGame
- 测试棋子的方法showChess。用于将chessInt数组内容打印到控制台,以便观看。基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时需要修改图片的路径。 -Test piece method showChess. Contents of the array is used to print to the console chessInt to watch. GUI-based Java backgammon game source code, can be
HappyNewYear
- 一个有趣的祝福C程序~ 整个源代码呈现一个汉字“福”。 运行时还能在屏幕上打印出一段字符$组成汉字!-An interesting procedure blessing C ~ the entire source code has a Chinese character "fu." Run-time on the screen can also print out a section of the composition of Chinese characters $!
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
chongzhixitong
- 一款外挂充值源码,有客户端和服务器两个源码,无需任何模块,无需任何服务器,只要服务器开着,别人就可以进入,绝版神器哦-A plug-in the recharge source code, client and server two source without any modules without any server, as long as the server is open, others can enter, print artifact oh
print-graphic
- 使用VB语言打印图形,程序代码简单易懂,适合VB语言的初学者-Using VB program print graphics.Code is simple and easy to understand for VB beginners
C1
- 贪食蛇小游戏,一个有趣的小游戏,整个源代码都有注解-An interesting procedure blessing C ~ the entire source code has a Chinese character "fu." Run-time on the screen can also print out a section of the composition of Chinese characters $!
HappyNewYear
- 一个有趣的祝福C程序~整个源代码呈现一个汉字“福”。运行时还能在屏幕上打印出一段字符$组成汉字!-An interesting procedure blessing C ~ the entire source code has a Chinese character fu. Run-time on the screen can also print out a section of the composition of Chinese characters $!
J2ME
- In the following code shows how to use PrintStream.print(long l) method.