搜索资源列表
huakuaikongjian
- 用 Visual C++.Net (VC.net) 编写的 如何使用滑块控件 程序,在Visual C++.Net 2003下运行正常。程序很简单,注释详细。为初学者学习交流使用。有需要的朋友可以下载看看!-Using Visual C . Net (VC.net) prepared in how to use the slider control procedures, in Visual C . Net 2003 to run normal. The procedure is s
vc-slidershift
- vc源码-滑块改变数值 实现类似photoshop功能-vc source- the slider to change the numerical
TransparentSliderDemo
- transparent slider here is an example of a slider in vc++
2DCube
- VC++代码实现旋转立方体,没有使用DirectX、OpenGL,允许你拖动滑块改变旋转角度-VC++ code rotating cube, do not use DirectX, OpenGL, allowing you to drag the slider to change the angle of rotation
OpenCV_sliderVideo
- 一个简单的OpenCV读取本地视频,并自动加载播放进度工具显示、可以拖动的cpp源程序文件。在VC2008环境中,需要预先安装好OpenCV2.0,并把OpenCV2.0的包含路径添加到VC2008“工具”菜单选项的C++目录中环境,而后新建一个win32控制台应用程序项目,把这个项目的Debug调试属性的链接器输入子项添加附加依赖项cxcore200.lib cv200.lib highgui200.lib。通过对这个程序的掌握可以慢慢过渡到利用MFC的slider控件代替这个程序里自发呈现的