搜索资源列表
PlaneFight
- 一个VC++编写的战斗机小程序,类似于《雷霆战机》,编译后SOUND目录和PIC目录和可执行文件应在同一目录下。-a small fighter prepared by the procedures, similar to the "881 aircraft," SOUND compiled PIC catalogs and directories and executable files should be in the same directory.
PIC
- 用C语言编写的拼图游戏,程序预置好了路径,所以能够自动地拼好图像,最好在WIN-TC编译环境下运行,WIN-TC网上有下,由于显示器或显卡的原因在某些电脑上不能运行。-Using C language jigsaw puzzle, the program preset good path, it can automatically go good images, the best in the WIN-TC compiler environment to run, WIN-TC has onli
PutChart
- 用JAVA实现一个拼图游戏,并且指导程序的导入。新建源文件夹src,及对应三个类 新建文件夹pic,与src同目录,放置图片-With JAVA realization of a jigsaw puzzle, and program guidance imported. New source folder src, and the corresponding three categories New Folder pic, with the src same directory, place
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因