搜索资源列表
zhou_a
- 如果只是做一个屏保,用VC做屏幕保护程序是件很简单的事。 只须在Project->Settings->Debug中Executable for debug session一栏中将其后辍名改为src,编译即可。但要做出精美的屏保来。那就要下点功夫了-if only done a screensaver, so VC screen saver is a very simple thing. Only in Project-gt; Settings - gt; Debug which Ex
powerctl
- 如何禁止启用屏幕保护及电源管理,在VC++上编译通过.-how to stop the opening of screen protection and power management, compiled by VC.
no_4
- 采用MFC编写,使用方法如下: 一. 将./Font/*.* 字体文件复制到 (Windows)/Fonts中 Windows为你的视窗文件夹 二. 编译之后将NO_4.exe改名为xxxx.scr 一切OK! (建议在1024*768下使用)-prepared using MFC, the use of the following methods : 1. Will. / Font / *.* copy of the font file (Windows) / Fonts of Windows
no4scr
- 黑客帝国屏幕保护程序源代码(不同于Alon的) 一,将./Font/*.* 字体文件复制到 (Windows)/Fonts中 Windows为你的视窗文件夹 二,编译之后将NO_4.exe改名为xxxx.scr 一切OK! (建议在1024*768下使用) 如有不合理之处,请多多指教-Matrix screen protection program source code (as distinct from Alon) 1,. / Font / *.* copy of the font file
双折线
- 汇编语言编写的双折线屏幕保护程序,自动变换颜色,编译后运行时按任意键停止程序-assembly language prepared by the double dogleg screen saver automatically transform color, compiled by running key stop arbitrary procedures
WaterWave_ScreenSave
- 一个实现简单桌面水波效果的屏保程序,在VC6.0下编译通过-A simple wave effect of the desktop screen saver, compiled by the VC6.0
XmasTreesSaver
- 圣诞树屏幕保护程序 圣诞到了,在这里居主祝福大家圣诞快乐,能和美国佬一样有个开心的夜晚。 整理了一个圣诞树屏幕保护程序,可以随机生成圣诞树,包括设定圣诞树密集度、高度、宽度,以及显示速度等。屏幕包含编译是可以根据命令行来运行对应的功能,如预览模式、屏保模式、设置对话框窗口。-Good source, the interface is beautiful. Download as soon as we learn ah, can not miss
BallFusion_src
- 本程序演示怎么做一个屏幕保护程序。将编译后的exe文件扩展名改成scr,即可运行。-Demonstration of how to do this procedure a screen saver. Will be compiled into exe file extension scr, can run.
screen
- 生成随机彩色字符串,模拟流星雨的效果的屏幕保护程序。编译完成后将exe扩展名改为scr即可-Generate a random color string, the effect of simulated meteor shower screen saver. Exe extension will be compiled to complete the scr can
ScrnSaverProduct
- 一个完整的屏幕保护程序,重编译运行后即可看到效果,在VC6.0上运行通过测试,效果清晰-A complete screen saver, re-compiled to run immediately after that, in its run on VC6.0 test results clearly
Screensaver
- 屏幕保护程序 在windows visual c++环境下编译 该程序可以显示时钟和礼花-Screen saver in windows visual c++ environment to compile the program can display the clock and fireworks
shu_zi_yu
- c语言写的黑客帝国数字雨,vs2010下编译成功,无聊的时候可以做屏保-c language Matrix digital rain, vs2010 compiled successfully, you can do when bored screensavers ~ ~
H3
- java 编译后的小程序,仅供参考-java applet compiled for reference only
print-screen
- 这是一个在windows平台下截屏的源码,解压后在vc6.0中直接编译可执行-This is a Windows platform "print screen" source, after decompression in vc6.0 compiler executable directly
rain
- 再屏幕上显示数字雨,有黑客帝国的感觉,编译以后放于系统目录下可以作为屏幕保护程序-And then displayed on the screen digital rain, Matrix feel, compile it can be put in the system directory as a screen saver
screen-sacer-TGA
- 此代码为opengl编译的屏保程序,附有注释,简单易懂-This code is compiled opengl screen saver with notes, easy to understand
vcDllCapture
- VC/C++源码,图形处理,屏幕抓图 C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。 实现思路主要是: 在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管