搜索资源列表
SNAKE
- 原创的用C语言编写的贪食蛇游戏,有声音,有三种难度,可以改变游戏分辨率,也可以改变游戏背景,最好在WIN-TC环境下编译,对C语言游戏编程感兴趣的朋友们可以参考参考。-Original use of C language贪食蛇games, has sound, there are three difficulty, you can change the game resolution, but also can change the game background, preferably in
source-code
- 请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"C:\\TC") 函数中的"C:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"D:\\Tools\\TC") 程序运行开始,就进行动画演示,并发出声音,按任意键退出程序。-Please program main () function in the in
music
- 纯C语言写的播放器,win-tc 下编译通过,实现播放声音文件-Written in pure C language players, win-tc through the compiler, for playing sound files