资源列表
chepaidetection
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-us
chepairecognition
- 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a developm
digitalshibie
- 数字识别系统,vc++源码,很不错,有需要的来拿,-digital identification system vc source, is pretty good, we need to pay, Oh
ShowBMP12345
- 很不错的vc++图像处理程序,大家支持一下,交流一下-very good vc + + Image Processing procedures, we support that this exchange
GetImageData
- 获取bmp图像的像素值,并将其像素值保存到指定的文本文件中。-access bmp image pixel values and the preservation of its pixel value to the specified text file.
vc++_opengl_directx_cartoon_programme_sourcecode.r
- VC++开发环境下的openGl和directx三维动画编程.-VC development environment under the openGl directx 3D animation and programming.
GrassScene
- 用OpenGL的扩展做的模拟草地的程序,有蓝天背景,风吹草地的效果很逼真-with OpenGL so the expansion process simulation turf, the blue sky background, the effect of wind and turf is very realistic
FlightSimulator
- 飞行模拟源代码,动画比较流畅,特别是雾效处理的比较好,我做论文写的-flight simulation source code, more fluid animation, particularly fog effect of relatively good, so I wrote a dissertation
IsPolygonCCW
- 一个用C++写的完整程序,测试多边形的顶点是否是按逆时针方向环绕的,算法简单高效-a complete written procedures, testing whether the polygon is surrounded by an anti-clockwise. simple and efficient algorithm
Texb
- OpenGL纹理映射部分的源代码下载,需要的下!-OpenGL texture mapping part of the source code download, the next!
snowstormsimulating
- 一个用vc++&opengl编写的模拟下雪的小程序 适用于初学者-with a vc
Opengl3Dmodelling
- vc++ & opengl 用于游戏开发中的三维实体建模 适用于初中级学者