搜索资源列表
12333
- 仿Scroll.ocx控件的VC类实现 前些天进行一个项目,在进行界面设计的时候进行了一些换肤操作。但是由于界面采用图形界面开发,菜单栏和工具栏都进行了图形化处理,状态栏相比就显得单调了许多,所以替换了windows程序生成的状态栏,用了网络上面的Scroll.ocx控件。但是由于程序属于小程序如果加载较多控件可能不太方便,加上在使用这个控件的过程中发现如果输入显示字体长度比较长的时候在显示刷新的时候会出现问题,所以自己仿造那个显示方法进行了这个控件的编写。 -imitation Scrol
OpenGL
- Windows环境下安装GLUT的步骤: 1、将下载的压缩包解开,将得到5个文件 2、在“我的电脑”中搜索“gl.h”,并找到其所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\PlatformSDK\include\gl文件夹”)。把解压得到的glut.h放到这个文件夹。 3、把解压得到的glut.lib和glut32.lib放到静态函数库所在文件夹(如果是VisualStudio2005,则应该是其安装目录下面的“VC\lib”文件夹)。 4
ColorImageVC
- 彩色图像的合成VC源码,详细介绍见英文说明- AppWizard has created this DSplit application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file c
oglmdi2
- have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to
cvmedianfilter
- windows下用opencv实现的图像变换和视频跟踪,这是自己编写的代码-AppWizard has created this cvmedianfilter application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applic
registryType
- AppWizard has created this RegistryDemo application for you. This application -======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : RegistryDemo ===================================
MyText
- 类似于windows的记事本,可完成正常的文件处理,查找替换功能-Similar to the windows of the notebook, to complete a normal document processing, find replace function
RotateByShear
- 图片旋转,这里提供了一个非常有用的旋转图片的算法。这个算法值得推敲。-image rotate,when you do the development on Windows Mobile operation,you will find the right method to get the image to rotate.
nehe1
- 这是为windows下进行opengl开发的一篇入门级教程,我很辛苦才找到的。-This is under windows opengl developed an entry-level tutorial, I was very hard to find.
fangwindowshuatuchengxu
- 一个仿windows画图程序AppWizard has created this photo application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a s
cardrecognition
- 车牌定位使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一
Kalman-filter-algorithm-VC
- 应用程序向导创建此kaermanlvbo为你所用。此应用程序不仅体现了基本的基础的微软应用,而且也是一个你的应用。 kaermanlvbo.h 这是主要的头文件的应用程序。它还包括其他项目具体标题(包括Resource.h)和申报 ckaermanlvboapp应用类。 kaermanlvbo.cpp 这是主应用程序源文件包含应用程序 ckaermanlvboapp. kaermanlvbo.rc- AppWizard has created this kaerm
glew-1.9.0-win32
- GLEW是一个跨平台的C++扩展库,基于OpenGL图形接口。使用OpenGL的朋友都知道,window目前只支持OpenGL1.1的涵数,但 OpenGL现在都发展到2.0以上了,要使用这些OpenGL的高级特性,就必须下载最新的扩展,另外,不同的显卡公司,也会发布一些只有自家显卡才支 持的扩展函数,你要想用这数涵数,不得不去寻找最新的glext.h,有了GLEW扩展库,你就再也不用为找不到函数的接口而烦恼,因为GLEW能自动识 别你的平台所支持的全部OpenGL高级扩展涵数。也就是说,只要包
wmencsdk
- windows media encoder sdk,很难找的,快下载吧-WINDOWS MEDIA ENCODER SDK,VERY HARD TO FIND
69_findContours
- 程序描述:基于2.4.4;功能:基础轮廓查找——findContours+drawContours;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on 2.4.4 Function: base profile Find findContours+drawContours development and testing of the operating system
ResizePictures
- 我们用千万像素级相机拍摄的照片,通常达到好几兆,时间长了,相片多了,就很占空间,但是又舍不得删除。怎么办?减少图片的精度,也就减小了所占空间。事实上,用Windows XP自带的画图程序(Win7自带的画图程序没试过),打开图片,然后另存,即可发现图片体积大大减小,但是精度的损失用人眼是判断不出来的。可是如果每个图片都用画图程序打开再另存,势必很费时间。于是,小弟就开发了一个批量减少图片体积的小程序,可以递归执行。需要注意的是,要先选中递归复选框,然后再选择文件夹,否则不会递归。这也算是一个小b
graphics
- This program can draw the lines and other objects on Windows platform. The source code editable in c programmer. You can use the embeded Windows functions in program. Important!: You must use the borland graphics header, that you can find in internet
exceltutor
- The following tutorial is based on using Windows Office 2003. Earlier versions work similarly, but you may find the placement of controls on the menu to be slightly different.
Character_Recognition
- 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试