CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文档视图结构

搜索资源列表

  1. ViewModeSDI

    0下载:
  2. 多模式VC++窗体的实现源代码,这里的多模式是指窗体在正常显示的时候,由用户可以选择是否精简显示,也就是隐藏菜单栏、隐藏主窗体,隐藏窗体状态栏等,能把窗体隐藏成一个工具条一样。目前,这种效果多应用于一些娱乐软件中,比如影音播放器之类的。   本程序界面是由SDI的MFC文档视图结构实现,但是代码在MDI的多文档/视图中并不能很好的实现,近些日找到一些实现 MDI 的多模式实现方法,具体请看代码。 -Multi-mode implementation of VC++ source cod
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:183265
    • 提供者:madud00103
  1. MFC

    0下载:
  2. MFC经典入门教程,包含MFC入门、图形输出、文档视图结构、窗口控件等!-MFC Tutorial classics, including the MFC entry, graphics output, the document view architecture, window controls, etc.!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:844879
    • 提供者:Jhon
  1. VC-draw-toolbox

    1下载:
  2. 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:2376067
    • 提供者:penggy
  1. Visual-CPP400source-code

    0下载:
  2. Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22656950
    • 提供者:陈霸天
  1. SDIDemo

    0下载:
  2. vc使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:36273
    • 提供者:叶信民
  1. Demo-of-Visual-CPP

    0下载:
  2. 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:52173824
    • 提供者:李成龙
  1. SDIDemo

    0下载:
  2. vc——使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc- Use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:37275
    • 提供者:
  1. 8Games

    0下载:
  2. 用VC++编写基于文档/视图结构的Windows应用程序,基于文档/视图结构的八数码游戏,在娱乐中学习编程 -Written with VC++ based on the document/view architecture of Windows applications, based on the document/view architecture of the eight digital games, learning programming in entertainment
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4420737
    • 提供者:zhangxiang
  1. mfc

    0下载:
  2. 独立开发一个MFC绘图程序,基于“文档-视图”结构,在客户区能够完成- void CDopicDlg::OnBnClickedQuse() { // TODO: 在此添加控件通知处理程序代码 CDC* m_dc CRect m_rect m_pic.GetClientRect(m_rect) m_dc = m_pic.GetDC() int r1,g1,b1,r2,g2,b2 for (int i = 1 i<m_rect.ri
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:405864
    • 提供者:落雨軒囂
  1. CToolBar

    0下载:
  2. 向对话框类中添加工具栏 在文档/视图结构中,添加工具栏是非常方便的,但在基于对话框的应用程序中,就稍稍复杂一点了。通常情况下,向对话框中添加工具栏有两种方法。 第一种方法: 特点: ① 使用CToolBar类,可以装载工具栏资源。 ② 代码编写简单方便。 第二种方法: 特点: ① 使用CToolBarCtrl类,必须与CImageList类联合使用。 ② 可以支持真彩色(32位)图标。 -Add a toolbar to the dialog class
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:12576
    • 提供者:zhenli
  1. mfc-wendangshituview

    0下载:
  2. 详细解释了文档视图结构的模型,相信对大家有用-Explain in detail the structure of the document view model, I believe everyone
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:20364
    • 提供者:weibin
  1. igsaw_MFC

    0下载:
  2. 用MFC文档视图结构编写的拼图小游戏,用鼠标控制,供VC初学者学习-Puzzle game written using the MFC document view architecture, with mouse control for VC beginners to learn
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-24
    • 文件大小:7747987
    • 提供者:李华
  1. DlgPreprint

    0下载:
  2. VC++在对话框中使用打印预览功能的实例源代码,主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。   在实际使用中可将文档-视图部分编制成扩展动态链接库,我就是这样做的,编制打印程序时使用起来非常方便-VC++ use the print preview function in the dialog source code examples, main dem
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:29282
    • 提供者:seivin
  1. VModbusVCprceC

    0下载:
  2. 基于VC的MODBUS通信实现程序,界面用的是文档/视图结构,,能与数据库相连、绘制响应图形等,可参考上传的论文ModbusVC -VC-based MODBUS communication procedures, interface with the document/view architecture, can be connected with the database, draw response graphics, etc., can refer to upload papers
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:1525663
    • 提供者:澄清
  1. single-and-mulite

    0下载:
  2. 单文档与多文档 - 第 11章 单文档与多文档 章 本章主要介绍Visual C++中的 本章主要介绍Visual C++中的 文档/ 文档/视图结构的工作机制 1 11.1 概述-Dan Wendang and multiple document- the eleventh chapter Dan Wendang and multiple document chapter this chapter introduces Visual C++ in this chapter introduces
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:147809
    • 提供者:左峰
  1. Consolidate

    0下载:
  2. 一个计算土体固结的小程序,包括差分法计算固结度以及利用MFC文档视图结构显示。-A program for Calculating Consolidation of soil.It includes the calculation of Soil Consolidation and it s representation by using MFC.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:4192295
    • 提供者:李云
  1. MFCDocument

    0下载:
  2. 深入分析mfc的文档视图结构,为了vc及其 vs的初学者详述文档视图类中各个类的关系-Mfc document view structure-depth analysis of the relationship of each class in order to vc its vs beginners detailed in the document view class
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:13863
    • 提供者:张花
  1. mfcquxianxianshi

    0下载:
  2. MFC 文档/视图结构 手绘坐标 由右向左动态(逐点)显示随机生成数据 -MFC document/view architecture, hand-painted coordinates randomly generated data is displayed from right to left dynamic (point by point)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-27
    • 文件大小:160111
    • 提供者:风传
  1. DlgPreprint

    0下载:
  2. VC++在对话框中使用打印预览功能的实例源代码,主要演示如何在对话框中使用只有在文档-视图模型中才能使用的打印预览功能,其实本程序也使用了一个没有文档类的文档-视图结构来间接完成打印预工作的,但我们在使用时基本感觉不到它的存在。 -In the dialog box, VC++ use the print preview function source code examples, mainly in the dialog box shows how to use the print previ
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:28711
    • 提供者:俞翠英
  1. MFC-MultiDoc

    0下载:
  2. 文档视图的深入浅出说明,vc++,可以对文档视图结构有清晰认识,适合初学者-Document view layman explanation, vc++
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:22687
    • 提供者:feifei
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com