搜索资源列表
00204112
- 一个初始的屏保程序,希望大家不断地完善,做得更好!-an initial Programmer, we hope to continue to improve and do a better job!
pingbaolihua
- 屏保礼花程序是实现可以改变礼花的颜色和形状,这里有三种不同的,而且不较好看的。
fangjun
- 1 本软件是带时钟的屏幕保护软件。 2 需要在c盘上的ucdos 中hzk16文件 3 在dos 平台上键入timer /x x为数字是表示屏保时间 4 按ESC键程序退出-1 This software is with a clock screen saver software. 2 need to c drive files on the ucdos in hzk16 type 3 in the dos platform timer/xx for the figures to
pingbao
- 汇编语言写的DOS界面下的屏幕保护程序,如果5秒种没有键盘输入就自动进入屏保,按任意键退出屏保-Written in DOS assembly language interface screen saver, if 5 seconds without keyboard input automatically enter the screensaver, press any key to exit screensaver
a
- 自己编的屏保程序,是我们课程设计用的,包括流程图,代码解析以及源代码-Own series of screen saver, our curriculum design, including a flow chart, code analysis and source code
ym_vcpp-MyScreensaver
- VC++ 编写的屏保实例程序 由计数器调用DrawBitmap()函数,切换图片; 注意,两个函数中的IDB_BITMAP1, dc.BitBlt(0,0,800,600……以及if(nIndexBit>=5)中的有关数据依据你的bmp图片个数、尺寸、位置不同而不同,我是选择了5张,800x600的bmp图片。注意,ID值是连续的,IDB_BITMAP1最校 响应键盘、鼠标是屏幕保护程序不可缺少的-VC++ Prepared screensavers example p