CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC SDI

搜索资源列表

  1. VC视图绘制动态曲线图

    0下载:
  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
  3. 所属分类:Windows编程

    • 发布日期:2011-12-18
    • 文件大小:1967656
    • 提供者:xiayang168
  1. rolling

    0下载:
  2. 用一个SDI例子,演示如何在MFC中创建并使用CWnd派生类来进行显示,并用线条+RGB色系,手动绘制了一个带有立体感的虚拟仪器显示界面。-With an SDI example of how to create and use in MFC CWnd-derived class to display and use of lines+ RGB color, hand drawn with a three-dimensional virtual instrument display.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:81433
    • 提供者:wygwsx
  1. OpenGL

    0下载:
  2. 基于opengl的三维旋转,在SDI中实现三维坐标旋转,将opengl嵌入MFC中-Opengl-based three-dimensional rotation is implemented in three-dimensional coordinate rotation SDI, MFC will be embedded in opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:7093
    • 提供者:秦北志
  1. Electroic_Screen

    0下载:
  2. 基于SDI的MFC应用程序设计,有工具条、视图分割、树控件、CFromView派生类、状态栏以及视图间的通信,非常全面,适合初学者学习的例程-The MFC-based SDI application design tool, the split view, tree controls, CFromView derived class, status bar, as well as communication between the view, very comprehensive and su
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-10
    • 文件大小:2320569
    • 提供者:有机玻璃
  1. renping

    0下载:
  2. 一个人品计算器,仅供娱乐。。。采用MFC的SDI编写,存在一定漏洞,有待改进-A character calculator, for entertainment. . . MFC prepared using the SDI, there are some loopholes, room for improvement
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:62192
    • 提供者:御风
  1. SDIOpenGL

    0下载:
  2. 在mfc单文档中如何使用OpenGl,包含具体txt步骤方法-how to use OpenGL in SDI of mfc,including a text for the detail
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2002747
    • 提供者:盖长青
  1. sd

    0下载:
  2. 基于SDI的MFC应用程序设计,视口坐标的理解-The MFC-based SDI application design, as I understand the coordinates
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:379660
    • 提供者:有机玻璃
  1. MFC_SDI_Startup_Control_Source

    0下载:
  2. 当程序载入时控制屏幕大小,初试位置,不至于屏幕闪烁-When the process control loading screen size, initial position, the screen does not flicker
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:30757
    • 提供者:liuzm
  1. BrowserDir

    0下载:
  2. 给定一个磁盘文件目录,实时枚举出该目录下的所有子级目录.并且实时统计文件夹的子目录数目和文件数,占用磁盘大小。统计制定目录下不同文件类型。采用多线程技术。界面采用了MFC的SDI窗口分割和tree,list,edit控件。-To a disk file directory, real-time enumerate the directory of all the sub-directory. And real-time statistics on the number of folders an
  3. 所属分类:Windows编程

    • 发布日期:2013-11-16
    • 文件大小:50895
    • 提供者:yb
  1. SDID3D

    0下载:
  2. 基于MFC的SDI开发D3D框架,显示一旋转的茶壶。 -MFC-based SDI development D3D frame, showing a rotating teapot.
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:7734465
    • 提供者:jiaowuchu
  1. Enroll

    0下载:
  2. 基于MFC的ODBC数据库实例,提供了关于数据库的建立,录入,修改,维护,运行的程序-For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp
  3. 所属分类:Database system

    • 发布日期:2017-03-27
    • 文件大小:37339
    • 提供者:zz
  1. UseDlgDemo

    0下载:
  2. 使用VC++实现单文档与对话框的数据交换,对MFC初学者来说有一定的帮助-Using VC++ to realise the data exchange between SDI and Dialog,can be helpful to new learners of MFC.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:301128
    • 提供者:申晓燕
  1. MyFullScreen

    0下载:
  2. MFC单文档(SDI)全屏程序的实现,基于VC 6.0-MFC single document (SDI) program to achieve full-screen, based on VC 6.0
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:36544
    • 提供者:haha459862
  1. ADDRESS

    0下载:
  2. 迷你电话本 本实验通讯录主要要实现添加、删除、编号、查找等功能。完成本实验文档中有大量的数据需要存取,因此需要定义大量的成员变量来完成。在MFC中为我们提供了集合类,我们可以用它来动态的处理不同类型的对象。因此,该实验要创建一个基于SDI单文档的应用程序框架,视图类基类为CformView。-Experimental mini-phone books to achieve the main contacts to add, delete, number, search and other fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5153717
    • 提供者:bj
  1. tongxunlu

    0下载:
  2. 本实验通讯录主要要实现添加、删除、浏览、统计、查找等功能。完成本实验文档中有大量的数据需要存取,因此需要定义大量的成员变量来完成。在MFC中为我们提供了集合类,我们可以用它来动态的处理不同类型的对象。因此,该实验要创建一个基于SDI单文档的应用程序框架,视图类基类为CformView-In this study, mainly to achieve the contacts to add, delete, browse, statistics, search and other function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:31259
    • 提供者:yeyifan
  1. Custom_SDI

    0下载:
  2. 在使用MFC Application Wizard时,如果选择Dialog Based App,添加控件是很容易的事情——只需要移动几下鼠标就可以轻松完成。但是,如果选择SDI或者MDI,添加控件就不是那么直接了。在此总结一下向视图添加控件的方法。-When using the MFC Application Wizard, if you choose Dialog Based App, add the controls are very easy- just a few mouse can m
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:32436
    • 提供者:包宗明
  1. opengl

    0下载:
  2. 实现了基于MFC的SDI下的opengl框架建立-MFC-based SDI realized under the framework established opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2499514
    • 提供者:wangyingying
  1. bitshowex

    0下载:
  2. MFC扩展dll建立的位操作模型.可以直接在SDI/MDI/Dialog中调用进行32bit的数据的位操作演示-MFC extended dll for bit show .Can use in SDI/MDI/Dialog project to show how to deal with bit control.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:25357
    • 提供者:gree4gree
  1. ExMouseCapture

    0下载:
  2. MFC的SDI工程,实现了鼠标的捕获等操作,便于初中学者理解MFC编程的过程。-the SDI(MFC) program,realize the function of mouse capture.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:4003067
    • 提供者:冯建设
  1. GraphicsElementSystem

    0下载:
  2. MFC基本框架的生成,SDI,直线,矩形,椭圆等基本图形的绘制,图元保存,打开以及选中伸缩等操作。-Map drawing and preservation
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4264471
    • 提供者:汪洋
« 1 2 3 45 »
搜珍网 www.dssz.com