搜索资源列表
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
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
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