搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
绘图工具
- 一个用vc制作的绘图软件,可以很好的学习图形算法-vc produced using a mapping software can be a good learning algorithm Graphics
vc++
- 简单绘图工具,可以实现简单的绘图,圆,直线圆弧等
PainterUsePattern
- 本软件用VC++编译,该绘图小工具包括绘制点,线,圆,方形几种算法的实现,已通过编译,运行。
huitu
- 实现了多种简单的绘图工具。适合VC图形开发的初学者学习。
flower
- OpenGL绘图实例,开发工具VC++,欢迎下载
OpenGL绘制三维图形
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具
OpenGL3D
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能.-In VC++6.0 to draw three-dimensional graphics using OpenGL source code examples, source code is more complex, three-dimensional effect that can draw 3D maps, rectang
GraphicsTools_Andy
- VC做的绘图工具。绘制简单图形,Bezier曲线,填充,裁剪,变幻等。-The drawing tools VC. Drawing simple graphics, Bezier curves, filling, cutting, and other changes.
Demo
- VC++编写的一款简单绘图工具程序,具备基本绘图功能-VC++, prepared by a simple drawing tools procedures, have the basic graphics
OpenGL3D
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
MFCPhuitu-gongju
- 在vc++平台上实现,绘图工具软件的开发,软件基本可以执行与Windows自带的绘图工具一样的功能,简洁明了。-In vc++ platform to achieve, drawing tools software development, basic software that comes with Windows can perform the same function of drawing tools, clear and concise.
drawingXX
- 用VC编写的绘图小程序,可以实现简单的功能,仿照Windows自带的绘图工具编写,可以供学习者参考-VC prepared by drawing a small program that can perform simple functions, modeled on the Windows built-in drawing tools to prepare, you can reference for learners
EastDraw
- 这个是整合的绘图系统,模仿autoCAD功能的程序,而且提供浮动的工具栏,对于画线,画矩形,画曲线,画常用的形状,都已经实现了,是学习vc++的好例子。-This is the integrated graphics system, mimic the the autoCAD function program, and the floating toolbar, draw lines, draw a rectangle, draw curve, draw commonly used shapes
VCPPDrawing
- 模仿CAD的一个绘图程序,在VC++6.0环境下编写,有基本图形绘制和AutoCAD类似的绘图工具。-Imitation of a CAD drawing program written in VC++ 6.0 environment, basic drawing and AutoCAD drawing tools.
huitu
- 实用图形绘制系统 利用VC++中的绘制函数编写的小型绘图工具-Practical Rendering System the small drawing tools written using the drawing functions in VC++
vp_mfc
- 基于VC的平台,利用VegaPrimer工具实现三维地形的显示及在上面进行利用OpenGL进行绘图-VC-based platform, using VegaPrimer tools to achieve three-dimensional terrain display and the use of OpenGL graphics above for
vc++简单绘图工具
- 运用MFC编写的画图工具,可以实现图元的绘制、删除等操作(Drawing tools written in MFC,The operation of drawing, deleting and so on can be realized.)