搜索资源列表
上古神器
- 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
migong_demo
- 用 Turbo C 在DOS环境下设计实现一个图形界面的迷宫程序。基本内容包括: 1、 产生迷宫 1) 随机产生一个迷宫; 2) 从文件读取一个已存在的迷宫; 3) 修改并存储迷宫; 2、 演示 1) 自动演示;如果该迷宫存在从入口到出口的通路,则打印出一条走出迷宫的道路,如果不存在这样的一条道路,则报告不存在通路。能演示所有迷宫的走法 2) 人用箭头控制走动 -with Turbo C in DOS environment designed to achi
movemountaingame
- 用C语言编写的搬山小游戏。 游戏说明: 设有n座山,计算机与人为比赛的双方,轮流搬山。规定每次搬山的数止不能超 过k座,谁搬最后一座谁输。游戏开始时。计算机请人输入山的总数(n)和每次允许搬山的最大数止(k)。然后请人开始,等人输入了需要搬走的山的数目后,计算机马上打印出它搬多少座山,并提示尚余多少座山。双方轮流搬山直到最后一座山搬完为止。计算机会显示谁是赢家,并问人是否要继续比赛。若人不想玩了,计算机便会统计出共玩了几局,双方胜负如何。-C language prepared b
heart_
- 打印心型的好玩程序-Print type of heart procedure fun! !
生命游戏
- 模拟生命游戏的更新换代过程,可根据用户需要打印微生物的每一代群落布局.-life simulation game for the upgrading process, users may want to print each generation of microbial communities layout.
MirServer 我本沉默和仙剑2003老版本的域类套装
- 2003年的经典我本沉默,现在已经绝版了,很难才能下的到,!-I had the 2003 silent classic, now out of print, it is difficult to under that!
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
kajuebandaoju
- CF卡绝版道具源码,可以卡任何的绝版枪,支持卡茉莉AK-CF card out of print source props
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 $!
printgame
- 打字游戏,有两套漂亮的字母,可变速,怎么样,试试你的打字速度吧-a print game in java
13ex
- 文件功能,实现猜数字游戏,并打印出游戏排行榜-Paper, and realize guessing game, and print out the game list
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
BaoShuGame
- 报数游戏: 设有N个人围坐一圈并按顺时针方向从1到N编号,从第S个人开始进行1到M报数,报数到第M 个人时,此人出圈,再从他的下一个人重新开始1到M的报数,如此进行下去直到所有的人都出圈为止。现要打印出出圈次序。-Reported that the number of games: with N individuals sitting around a circle clockwise according to numbers from 1 to N, start from S 1 to
five_chess
- 個人寫的五子棋的程序,不是道怎么樣,希望大家好好分享自己以後的作品-Easily acquire, store and access digital music from almost anywhere in the home • Effortlessly manage, view, print and share digital photos • Carry favorite content anywhere to enjoy while on the road
cfkq
- 穿越火线卡绝版装备源码,希望对需要卡绝版装备的朋友有用-FireWire card out of print equipment across the source, want to require the card out of print equipment useful for friends! ! !
rjxq-mygame
- 人机下棋游戏,用C++语言实现,其中包含一个.h和一个.cpp文件.int n=0,max=0,temp=0 char ch //输出棋盘原始状态 Print() cout<<"You First or Second(F/S)?" cin>>ch if((ch== S )||(ch== s )) { status[4]= X counter=counter+1 Print() cou
eight-queens-puzzle
- 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each other, which means any line, colum
HamsterFight
- 体感实景游戏 使用了Flartookit,一个打地鼠游戏,需要打印相应的marker进行游戏-Somatosensory real game Flartookit, playing a hamster game, you need to print the appropriate marker for the game
print-graphic
- 使用VB语言打印图形,程序代码简单易懂,适合VB语言的初学者-Using VB program print graphics.Code is simple and easy to understand for VB beginners
print
- 报表打印 实现打印功能 界面美观 直接到肉到MyEclipse里边能成功运行-Print function to print the report directly to the meat to a beautiful interface can successfully run inside MyEclipse