资源列表
Tic_MFC_nullspace
- 用alpha-beta剪枝算法实现的一字棋(井字棋)对弈程序。由网上另外一个代码改进而来(感谢原作者)。增强了棋力-Alpha-beta pruning algorithm of the word chess-playing program (Tic-Tac-chess). Improvements comes from another online code (thanks to the original author). Enhance the playing strength
unit1.test
- 模拟石头剪刀布游戏,还有一元二次方程,一执行一元二次方程,二执行模拟石头剪刀布游戏-model stone game
cgame
- C语言开发的小游戏,对初学游戏编程的朋友有参考作用-C language development of small game, game programming for beginners reference for friends
horse
- java 赛马机。完成赛马的设计,必须实现几个基本功能:1.马匹获得随机速度,在规定的长度内,完成赛马比赛;2.设计一组单选按钮,供用户选择胜出马匹;3.用户可以为自己的马匹投注;4.用户可以增加自己投注的总金额。-java horse racing machine. To complete the design in horse racing, must implement a few basic functions: horses get random speed within the sp
Russian-box
- C语言编写的俄罗斯方块程序,C语言课程设计时做的,采用图像界面方式,动画显示,统计得分,界面友好,程序可读性好,偏于修改-A C language prepared by the Russian box procedures, C language courses designed to do, the image interface, animation display, statistical score, friendly interface, good readability proce
chap3-src
- 俄罗斯方块;EGAVGA.BGI文件必须与源程序在同一文件中。-Tetris
SNAKE
- 这是用java开发的一款贪食蛇的小游戏,逻辑清晰。适合java开发人员共享研究-This is a java development of a Snake game logic is clear. Java developer suitable for sharing research
renju
- 一个五子棋游戏,有和电脑对战的模式。 电脑AI落子,是通过权值一层迭代选出。-A 331 game, and play against the computer mode. The computer AI Lazi, iterative layer by weights elected.
hanoi
- 汉诺塔C源码 最新优化方式,非常好的东西啊!!大家快来下-c Code of Hanoi
200541049205721
- win ce平台 evc++开发的小型游戏
Snake
- 贪吃蛇小游戏c语言实现 有意思好用 c语言实现-Snake game fun easy to use c language c language
俄罗斯方块程序
- 一个简单的俄罗斯方块程序,利用vc完成的。刷屏效果很严重。