搜索资源列表
Wangmeng_java347883355
- 很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形; 2. 支持彩色填充和多种线型; 3. 具有文件的打开、保存、另存、退出功能; 4. 支持鼠标,键盘操作; 5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能; 6. 人机界面友好,帮助文件完整; 7. 设计文档齐备。 -very simple image edit tool,1,line, rectangle ,ellipse draw
OpenGL
- GIS同仁们,这是本人超图机试的一个题目,对学习OpenGL很有用,是计算机图形学的基础!用VC++做成单文档界面。
DRAW
- 一个不错的VC++MFC绘图的例子,多文档界面,类似于windows自带的绘图程序!是学习MFC(GDI)的好例子
canleder
- 基于单文档界面, Visul C++日历的计算与显示, 可自定义年月日的颜色字体,
MFC_draw
- 用VC++编写,MFC文档框架,是一个简易的画图小程序,在文档界面上画图
OSGMDIMFC.rar
- osg的MFC多文档界面程序,双窗口显示,包括主视角和俯视角,OSG s MFC Multiple Document Interface program, double-window display, including perspective and overlooking the main angle
OSG_MDIMFC
- osg的MFC多文档界面程序,双窗口显示,包括主视角和俯视角-OSG s MFC Multiple Document Interface program, double-window display, including perspective and overlooking the main angle
tupioanyanshi
- 演示在多文档界面背景图像的功能,比如支持图片居中、拉伸。 -Presentation in a multi-document interface background images of features such as support for picture center, stretching.
DIBDisplay
- 利用单文档界面打开一个bmp位图,建立一个位图类CDIB,里面有开发位图类和调用位图类的详细代码。-It s a VC++ programmer which can open and display abitmap graph.
ImageProcess
- 实现所有经典的数字图像处理算法,为vc单文档界面-The realization of all the classical digital image processing algorithms, for vc Single Document Interface
OPENGLMDFrameWork
- 利用VC++建立的openGL多文档框架,可以在多文档界面下进行3D模型的各种处理。-Created using VC++ openGL multi-document framework, multi-document interface can be carried out in the 3D model of treatment.
Creat-MFC-OSG-interface
- OpenSceneGraph三维渲染引擎在MFC单文档界面下的实现-OpenSceneGraph-D rendering engine MFC single document interface implementation
DIPDemo
- 图形图像处理的VC程序,单文档界面,实现 了图像处理的基本算法,每个函数都有中文注释-Graphic image processing VC program, single-document interface, to achieve a basic image processing algorithms, each function has a Chinese Notes
ImageProcessing
- 图形图像处理的VC工程,单文档界面,实现了图像旋转平移,直方图处理,滤波,匹配等多种算法-Graphic image processing VC project, single-document interface, to achieve the image shift rotation, histogram processing, filtering, matching and other algorithms
Graphic
- 设计一个简单的单文档界面绘图程序,实现绘制线条、矩形、椭圆以及更改线条颜色、线型,程序界面包含菜单、工具栏和状态栏-Design a simple single document interface drawing program, draw lines, rectangles, ellipses, and change the line color, line styles, the program interface contains the menu, toolbar and status
Wavelet
- 基于MFC单文档界面显示图像,可以继续添加其他功能控件-Based on the MFC single document interface to display images, you can continue to add additional function controls
Line
- vc单文档界面下绘制多条直线,点击右键即可删除直线-vc single-document interface to draw the line, right click to delete line
cppOpenCVFace
- 用VC6.0编写的人脸识别软件,多文档界面。导入人脸图片后软件自动识别人脸。用的是opencv自带的人脸分类器-VC6.0 prepared face recognition software, multi-document interface. Face pictures after import software to automatically recognize faces. The opencv comes face classifier
BitmapManage
- 构造DIB位图处理的专用类CDib;利用多文档界面实现从任意路径打开位图,并显示在屏幕上。-Constructed DIB bitmap processing the special class CDib Multiple Document Interface bitmap and displayed on the screen from any path open.
计算机综合实训
- 本系统是基于vs2015环境编写的,根据大体功能,编写工作就是定好大框架,然后按照每个小功能独立编写调试。也就是一步一步写好每个消息响应函数。对于这个题目大致的认识是通过单文档界面的许多控件,实现设置图形绘制、读取保存图片、建立工具箱、图形区域复制、文字输入和橡皮擦的一系列功能。通过鼠标左键的按下抬起和鼠标的移动消息相应模仿windows 自带的画图功能的用户体验,并配合菜单栏进行功能选择,通过菜单栏实现可以存入位图文件的读取,从而实现的基本功能。(The system is based on