资源列表
2
- 生成数独的算法,比较简单,可以参考一下,具体代码看文件说明-Sudoku generating algorithm is relatively simple, you can refer to specific code to read the papers note
tanchishe
- 贪吃蛇的源代码,想学习c语言入门的同学可以-Students can look at the source code of the Snake, want to learn c language entry
贪食蛇_xiaohui82
- 贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
Game_of_life_rand
- 自己编的关于生命游戏的代码,希望能对感兴趣的朋友有所帮助
snake
- 纯C的贪食蛇,可以参考-贪食蛇of pure C
ppl
- 小游戏。供休闲娱乐,也希望能与其他人学习学习-a small game
24fan
- 利用后缀表达式来计算,穷举四个数的所有后缀表达式,然后计算它,能算出24的就是答案了-expression to use the suffix, several exhaustive of all four suffixes expression, then calculate it can calculate 24 is the answer
anjianjingling
- VB编写的模拟按键精灵类源码,供学习研究之用
snake
- 一段贪吃蛇的代码 不是本人写的 分享下供大家学习交流-Snake is not a code share, I write for them to learn from the exchange under
cocoatest
- 学习基于cocoa2d的iOS游戏开发的入门例程-Learning game development based cocoa2d' s iOS entry routine
Minesweeper
- 用c语言编写的扫雷游戏。基于gcc标准。在devcpp和啊哈C上都能运行。-C language minesweeper game. Based on gcc Standard. In the devcpp and Aha C, can be run.
demo
- 1、要求利用面向对象的方法以及Java的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在系统的设计中,要求运用面向对象的机制(继承、派生及多态性)来实现系统功能。 5、在基本要求达到后,可进行创新设计,如设计出比较友好的界面等。 -1, requires the use of object-oriented Java programming methods and ideas