搜索资源列表
randomicity
- 8位单片机很多地方需要随机数,比如游戏的洗牌,可在timer中取数,但是随机数质 量不高。随机数是一个既简单又复杂的问题,这里的例子使用了众所周知的线性叠加法,没 有完美的方法产生随机数,不过线性叠加法是一个合适的方法,彻底解决8位机随机数的问 题。-eight SCM need many random numbers, such as the shuffling game, in which a few timer. But random quality is not high.
luowei-s-Spider
- 该游戏通过鼠标操作,电脑将按照相同的花色将纸牌排列起来,直到桌面上的牌全部消失,即为胜利。它实现了难度选择,开局,显示可行操作的功能。- The game operated through the mouse. The computer gives out the card in accordame with the same color until all the cards disappear on the desktop. It’s the victory. The game realiz
Puzzle
- BASCOM-AVR益智游戏项目: 这是一个与AVR和4x20 LCD益智游戏。有一个从1到15,洗牌15号表,你必须理清与箭头键NUM。-AVR Puzzle Game Project: This is a Puzzle game with AVR and 4x20 LCD. There are a table of 15 number from 1 to 15 that shuffle and you must sort this num with arrows key.
keyboard_UCOSII
- 单片机FPGA上的简单翻牌游戏,代码清晰明了,适合初学者用-FPGA microcontroller simple game, code clarity, suitable for beginners to use
24游戏
- 任意给出4张牌,计算能否用+、-、×、÷将其组合成24。控制台输出其可能的组合式。(Any given 4 cards, the calculation can use +, -, *, / which are combined into 24. The console outputs its possible combination.)