资源列表
sodoku
- 简易数独,,控制台版本,采用回溯算法,适合初学者学习,代码清晰明了。目前对于多解数独只能产生一种解,DEV-C++ 5 编译通过。-Simple soduku for starter.
choose
- 是一款很好的智力游戏 猜字游戏 希望我的努力能得到你的肯定
guitusaipao
- 编写一个程序生成两个线程(进程)模拟龟兔赛跑。 1、兔子进程优先级高,因而跑的快,但兔子进程随机发生一些睡眠。 2、乌龟进程优先级低,因而跑的慢,但乌龟进程不发生睡眠。 3、程序应能用动画方式显示龟兔赛跑的进程。 源程序如下:(我在vc6.0调试通过)-procedures for the preparation of a generation two threads (processes) simulation hand. 1, rabbits process high pri
Hangman
- 非图形版的小巧玲珑的Hangman! 不一样的感觉!-non-graphic version of the small size of Hangman! Not the same feeling!
TCS
- 基于C++的贪吃蛇小游戏设计源程序代码(一款简单的游戏)-Based on the C++ source code Snake game design
stone-scissors-cloth-Game
- 实现简单的人机互动——石头剪子布游戏,并在回合结束后判断是否继续或者退出-Simple human-computer interaction- the stone scissors cloth game, and after the end of the round, to determine whether to continue or exit
控制器程序
- 基于8051的LED亮度控制程序,可广泛用于需要对LED灯进行亮度控制的场合-LED brightness control procedures may need to be widely used LED lights for the occasion brightness control
huarongdao
- 具有中国古代特色的益智游戏,通过键盘调整各个人物的位置走出华容道-Characteristics of ancient Chinese puzzle game, through the keyboard to adjust the location of the various figures out of Huarong
Queue_realize
- 用队列实现了重排九宫算法,这是一类经典的滑块游戏-Queue with a Nine-palace rearrangement algorithm, which is a kind of classic slider game
guess
- 在Vc6可运行 已通过测试 是猜数字升级游戏-Vc6 running Guess digital upgrade game
snake
- VC实现的贪吃蛇游戏,对于初学游戏者有很好的帮助。-VC of Snake game for the beginner player has a good help.
layout-mine
- 编程序模拟“地雷游戏”的布雷和标注地雷功能,其具体要求为:在9×9的方格中,随机布上10颗“地雷”(要求显示时地雷用*号表示);然后在有相邻“地雷”的无雷方格中标注出相邻地雷的个数;最后输出标注后的结果(雷区)。程序实现的要求如下: 布雷功能、标注地雷功能和输出雷区功能均使用独立的函数完成; 布雷功能使用随机函数实现;-Programmed to simulate " mine game" Bray and functional annotation of mines,