搜索资源列表
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
VCopen.bmp.jpeg.jpg
- 该文章详细清楚的介绍了如何使用VC提供的GDI函数实现对各种图片文件格式的打开-clear on how to use the VC achieve GDI function of various photo file format The open
opencv__help
- OPEN CV 是VC++的图形图像处理软件。用于图像检测等方面。说明书-OPEN CV is VC++ graphics image processing software. For image detection and so on. Manual
a
- 详解用VC实现bmp位图的打开,程序已通过编译,完全正确,且说明详细 -Xiang Jie bmp bitmap with VC to achieve open
PicItem
- VC实现对bmp图片的打开,显示,以及自定义阈值以及处理后的保存功能-VC achieve bmp image open, display, and customize the threshold and preservation of function after treatment
MFCopencv
- 利用VC++建立与OPENCV配置后,是否可以打开图片的测试程序。-use this software open the pitcures
2
- 将例程1用VC++打开,修改错误使程序能够运行。理解编译错误,运行错误等。程序的添加,减少等void -1 the routine use of VC++ open, modify the error to make the program to run. Understand the compilation errors, run errors. Program to add, and reduction of void
link-cant-open-highgui.h
- 关于“link cant open highgui.h”的解决方案 自己总结的在opencv和vc环境下 -About " link cant open highgui.h" solution summary opencv and vc environment
VC-language-text-edit-processing
- 文字是信息处理的基本单位,许多计算机软件系统都需要对一定的文字进行编辑处理,这种编辑处理的形式一般都包括打开、存储、显示、修改、文字查询等等,这些功能如果要让程序员通过底层编程逐条实现,既耗费时间又耗费精力,令人欣慰的是,目前各类版本的C++语言一般都提供基本的文字处理类供用户使用,拿当今最为流行的Visual C++语言来说,它提供了CEditView类,此类封装了对文字的多种操作。笔者在多媒体图文声像数据库系统的编制过程中通过继承此类实现了对文字数据的各种处理,效果良好。 -Text is
win7PVC60
- 关于vc++6.0安装后,“打开文件“功能问题的解决方法和教程-About vc++ 6.0 after installation, "open file" function problem solving method and tutorial
VC-mfc---openinventor--mfc-
- VC的mfc与openinventor的mfc装换的使用说明,对于学习OPEN INVENTER 有很大的帮助-VC is the mfc mfc with openinventor installed for use instructions for learning OPEN INVENTER great help
ProJect
- 一个VC小程序,可以打开AD采样1024点数据,然后绘图,绘出XY轴的点,并做出图,测试通过,而且还可以作相应数据处理。-A VC small program that can open the 1024 AD sampling point data and then drawing, draw XY axis point and make a diagram of the test.
CPP
- 使用VC++6.0开发平台,利用mfc编写打开一副*.bmp格式的图片并显示-The use of VC++6.0 development platform, using MFC prepared to open the*.bmp format pictures and display
VCPP
- VC++ simple image reader to open the relevant operation, the image rotation may be required in any format, there is no particular limitation
dialog_ex1
- 要在VC程序中打开一个新的对话框,步骤是: (1) 创建新对话框类。在“资源标签”下,创建一个新的对话框NewDialog,再右击该对话框,选择“ClassWizard”,创建一个“新类new Class”,记得该对话框的基类是CDialog; 此时,在ClassView标签下已经有了新建对话框类,但是该类与程序的主对话框还没有任何关系。 (2)关联新对话框类。在FileView标签下,打开程序主对话框的Dlg头文件,如dialog_ex1Dlg.h,在这个头文件的