搜索资源列表
VS2008OpenGL.rar
- VS 2008中的OpenGL开发库,非常值得下载学习 对应使用vs2008者很有帮助,VS 2008 Development of the OpenGL library, is very worthy of study and the corresponding download vs2008 are very helpful to use
WindowsFormsApplication2
- 图片处理,在picturebox里可以等比例放缩,移动,并截图。VS2008开发-Image processing, such as the proportion in picturebox where you can zoom, move, and screenshots.vs2008
ImageSearchDLL
- 在屏幕上查找图形,VS2008编写,可编译成DLL,直接VC,VB,易语言等调用-Find the graphic on the screen, VS2008 write can be compiled into a DLL, the direct VC, VB, easy language, etc. Call
Draw
- 改代码演示了Windows GDI绘图的基本方法。在对话框中绘制sin函数,贝塞尔曲线,饼状图,阴影文字,旋转文字等等。开发环境:VS2008。-The file contains the basic use of Windows GDI.You can learn how to draw sin function,Bezier function,pie chart,shadow tetx and so on.All the code is based on VS2008 platform.
cximage702
- cxiamge702源码+资料+demo,已经详细的测试过了,可在vs2003.vs2005,vs2008,vs2010上使用,其中vs2003要稍改下工程配置,其他的直接可以使用-Cxiamge702 source+ material+ demo, have detailed test, can be in vs2003. Vs2005, vs2008, vs2010 to use on them, vs2003 to a little change of project configurat
diff
- Windows环境下VC6.0和VS2008及opencv1.0开发平台,用于运动跟踪,代码功能差分,并恢复差分后的原色-VC6.0 and VS2008 Windows environment and opencv1.0 development platform for motion tracking, code functionality differential, and restore the differential primary colors
Face
- 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
ApplyFCKeditor
- 这是一个使用FCKEditor的实例应用,是在VS2008下建站开发的。-This is a web application of FCKEditor,with the IDE-VS2008.
diaojx
- 这是使用vs2008中使用opengl编程的配置文件 很有帮助的-This is the use of use vs2008 profile programming opengl helpful
Draboard
- 简单的画图软件 用VS2008的C#编写的,主要用于学习多态,实现了基本功能,画线、画圆等 -A simple drawing board the C# source code with VS2008 prepared, mainly for multi-state study to realize the basic functions, drawing lines, circles, etc.
mschart
- MSChart的Demo,VC6-VS2008都能用。-MSChart the Demo, VC6-VS2008 can be used.
SX_Image
- 一个可以在VC6下使用的CImage封装类,通过在VS2008下导出CImage类接口,实现了VC6下也同样可以使用CImage类,省去了在VC6中设置工程属性的方法.-One can use the CImage VC6 wrapper class, under the Export CImage by VS2008 class interface, implements also can be used under VC6 CImage class, eliminating the need
screenshot
- 实现截屏功能的 小工具 vs2008做的 双击就可以在工具所在目录获得当前屏幕 -Functions to achieve the gadget screenshot
XXTestBmp
- 基于VC++的BMP图像读写与显示程序设计 VS2008实现 里面除了源码还有课程设计任务书~说明书-VC++ based on the BMP image display program designed to read and write and implement VS2008 there are courses which in addition to source books ~ manual design task
2011-11.01.18.13.57.36
- 通常计算机需要接收外部实时发送的数据并用十分形象的方式显示出来。例如柱状图、饼图等等。本应用程序则采用波形的形式显示,并接将之设计为可以接收多路数据的波形显示界面。本应用程序在VS2008环境下调试通过,-Usually the computer needs to receive data sent by external real-time image of the way with a great display. Such as histograms, pie charts and so
CMake_Tutorial
- cmake使用的入门工具,内容全面详细,在VS2008中的应用很好。-cmake to use the starter kit, comprehensive and detailed, very good in the VS2008 application.
opencv-histogram
- 此程序在vs2008环境下利用OPENCV实现图像直方图的功能-Under this program in vs2008 using the histogram function of image OPENCV
QQFaceVC
- QQ表情的实现,有对话框,在vs2008下编译通过-QQ expression of the realization of a dialog
The-angry-bird-Pinball-demo
- 简单的愤怒小鸟弹球demo 博文的配套源码 《 【Visual C++】游戏开发笔记十八 游戏物理建模(一) 匀速与加速运动》 ,文章地址为http://blog.csdn.net/zhmxy555/article/details/7496200, 源码编译环境为vs2010.其实vs2005,vs2008也可以编译运行,具体方法可以进我博客查看相关文章 我的博客地址是http://blog.csdn.net/zhmxy555,源码结合我的文章一起看效果更佳
The-Lagrange-interpolation-algorithm
- 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.