搜索资源列表
101Test
- 刚入门VC写的一个滚球小的游戏,是多线程的.加定时器触发。也是windows可视化编码的入门程序.可以给新手学习.-portal VC just wrote a small ball of the game is multithreaded. Canada timer trigger. Visualization is also windows coding induction procedures. To the novice can learn.
A10plane
- 实现窗口的构建,directX各个组件的初始化,定时器的创建,幕后缓存区的建立,通过自定义函数createddpla():便建立了一个包含位图的幕后暂存区ddpla[num]供程序使用,createdsbuf():建立一个包含声音数据的次缓存区dsbuf[num],就可以在程序中播放声音了。设置颜色键,用于实现镂空效果。在构造函数中实现背景音乐的播放和背景贴图的翻页。-achieve window Construction, directX various components of the i
3Dmofang
- 实现窗口的构建,directX各个组件的初始化,定时器的创建,幕后缓存区的建立,通过自定义函数createddpla():便建立了一个包含位图的幕后暂存区ddpla[num]供程序使用,createdsbuf():建立一个包含声音数据的次缓存区dsbuf[num],就可以在程序中播放声音了。设置颜色键,用于实现镂空效果。在构造函数中实现背景音乐的播放和背景贴图的翻页。-achieve window Construction, directX various components of the i
20074621323401
- 实现窗口的构建,directX各个组件的初始化,定时器的创建,幕后缓存区的建立,通过自定义函数createddpla():便建立了一个包含位图的幕后暂存区ddpla[num]供程序使用,createdsbuf():建立一个包含声音数据的次缓存区dsbuf[num],就可以在程序中播放声音了。设置颜色键,用于实现镂空效果。在构造函数中实现背景音乐的播放和背景贴图的翻页。-achieve window Construction, directX various components of the i
fenbushitank
- 实现窗口的构建,directX各个组件的初始化,定时器的创建,幕后缓存区的建立,通过自定义函数createddpla():便建立了一个包含位图的幕后暂存区ddpla[num]供程序使用,createdsbuf():建立一个包含声音数据的次缓存区dsbuf[num],就可以在程序中播放声音了。设置颜色键,用于实现镂空效果。在构造函数中实现背景音乐的播放和背景贴图的翻页。-achieve window Construction, directX various components of the i
yingxiongjiumei
- 实现窗口的构建,directX各个组件的初始化,定时器的创建,幕后缓存区的建立,通过自定义函数createddpla():便建立了一个包含位图的幕后暂存区ddpla[num]供程序使用,createdsbuf():建立一个包含声音数据的次缓存区dsbuf[num],就可以在程序中播放声音了。设置颜色键,用于实现镂空效果。在构造函数中实现背景音乐的播放和背景贴图的翻页。-achieve window Construction, directX various components of the i
MFCExamples
- 包含计算器,超级玛丽亚,定时器,屏幕保护程序等源代码,用MFC编程实现。
snake
- VC++做的一个小程序,贪吃蛇游戏,通过键盘的上下左右键进行控制。其中涉及一些定时器的概念和客户区边界的概念-VC++ to do a small program, the Snake game is controlled via the keyboard arrow keys. Which involves some of the timer concept and the concept of the client area border
EyeHelper-
- 定时关屏保护眼睛 vc源代码 眼睛保护程序源代码 包括仔细说明-Eye saver Source
close
- 写一个定时关机的小程序,可以立即关闭计算机,也可以一段时间后关闭计算机。 -Write a regular shutdown of small procedures, can immediately shut down the computer, also can turn off the computer after a period of time.
snake4
- 贪吃蛇程序,用2多媒体计时器,一个用于响应“被吃”闪烁,一个用于“蛇”移动,减小定时器间隔来增加蛇的移速-snake program,2 media timer
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.