资源列表
hotkey
- vb编程环境下,定制系统热键。可用于win98、windows2000、windowsxp、vista、win7-vb programming environment, the customized system hotkey
link
- 用c语言实现的带头结点的单链表的一些基本操作,包括插入删除逆序-C language implementation with a lead single node list some of the basic operations, including the insertion deletion reverse, and so
AnIntroductiontoBoost
- Beyond the C++ Standard Library: An Introduction to Boost
daziyouxi
- 打字练习程序 基本要求: (1)实现打字练习功能; (2)有一定的图形界面; (3)能够进行成绩管理更好。 -Typing practice program basic requirements: (1) to achieve typing practice function (2) have a certain graphical interface (3) capable of better performance management.
smoovcpscreensaver_demo
- smoovcpscreensaver demo
simpleIE
- 一个用C++实现的简单浏览器,包含了浏览器的基本功能-A simple browser realized by C++,which includes all the basic functions
DIBDisplay
- VC++ DIB图像的打开,保存等。有详细的代码,BMP文件的读写,直接可以用。-the DID image been open and saved by VC++
OpenGlSetup
- OpenGl95+GLUT安装极其说明并附带一个VC++ 6.0例子,我自己配置运行OK的,希望对新手有所帮助-OpenGl95+ GLUT installation instructions and comes with a great VC++ 6.0 example, I configured to run OK, and hope to help novice
RFSGUI
- 计算降雨量的各种算法的实现,帮别人做的。-Calculation of rainfall realization of various algorithms
image_sharp
- VC++锐化效果主要将图像的亮度增加,颜色的鲜艳感增强。实例按指定像素加上其与相邻像素的颜色来实现锐化效果。-VC++ image sharp.
image_inverse
- 反色效果就是将图像的各像素的RGB分量分别和255相减以后形成的效果。-image inverse.
image_grey_scale
- 灰度是将图像中的彩色效果用灰度的层次感表达出来,灰度只有黑白两种颜色,但其黑白两种颜色的深浅有所不同,实例使用常的RGB颜色转灰度的算法来实现图像灰度效果。-VC++ image gray scale.