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

搜索资源列表

  1. RESIZE_DIALOG

    0下载:
  2. This program is a custromized resizing dialog sample. This code is based Visual Studio 6.0 MFC. This code is easy to see.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:76561
    • 提供者:peace
  1. SLIDERBar

    0下载:
  2. MFC对话框中,参数随鼠标拖动实时显示的SliderBar。-MFC dialog box, parameters with the mouse to drag the real-time display of the SliderBar.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:848
    • 提供者:zhouyanwei
  1. TstCMatrix

    0下载:
  2. 添加了CMatrix类的基于对话框的MFC程序-Add CMatrix class MFC dialog-based program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:39409
    • 提供者:qingqing
  1. 52_s1

    0下载:
  2. MFC Appwizard(exe)开发的简单实例: 创建有模式对话框。 适合初学者学习,对MFC有兴趣的朋友可以下载回去研究下-MFC Appwizard (exe) developed a simple example: Creating a modal dialog box. Suitable for beginners to learn on the MFC friends who are interested can download to go back under the ``
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:16828
    • 提供者:Nadas
  1. Elevator

    1下载:
  2. 这是一个电梯调度模拟算法,基于MFC的对话框写的,有电梯移动的界面,输入电梯等待人数,点击仿真,就会再不同楼层随机产生等待的人,请求电梯承载,电梯会在有请求的层数打印出,谁进了电梯,谁出了电梯的文字描述,当所有人都使用完电梯,则算法结束,当中用到了timer,但是我把图像处理的那部分都写在了画图里面,导致系统界面会不断刷新,输入多人仿真的时候效果比较明显-This is an elevator dispatching simulation algorithm, based on MFC dial
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:617248
    • 提供者:李梓钺
  1. link

    0下载:
  2. 链接库应用 动态链接库 源代码 链接库应用 1.Win32动态链接库:实现在Win32 DLL中使用对话框资源 2.Win32静态链接库:实现在字符界面下求某个数的平方 3、MFC 动态链接库: -Link Library application source code for dynamic link library dynamic link library application 1.Win32 link library: towards the use of dial
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9769274
    • 提供者:www.gclsoft.cn
  1. filesystem

    0下载:
  2. 利用MFC基于对话框的程序实现的一个小型文件系统.-A filesystem program,using MFC dialog based.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1946877
    • 提供者:J
  1. dlgsuofang

    0下载:
  2. MFC中对话框的动态收放功能的实现源码-MFC Dialog in the dynamic function of the realization of a retractable source. . . . .
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-12
    • 文件大小:2725706
    • 提供者:yangfu
  1. Student

    0下载:
  2. 使用MFC对话框实现的初级学生信息管理系统-Use MFC dialog to achieve the primary Student Information Management System
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:41772
    • 提供者:snake
  1. filemanager

    0下载:
  2. 实现了简单的文件管理,基于MFC对话框,功能还可以-To achieve a simple document management, based on the situation in MFC Dialog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1890480
    • 提供者:liujiyun
  1. Jpegtest

    0下载:
  2. 一个解JPEG图片的程序,我将其封装成了一个JPEG类,同时在这个程序中,示范了如何在MFC的对话框中显示图片-A solution procedure for JPEG images, I will become a JPEG class of its packaging, while in this program, demonstrate how to display images in MFC dialog box
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:96775
    • 提供者:pangn
  1. reboot

    0下载:
  2. mfc基本对话模式实现关机,重启,注销操作,可用于远程控制。-mfc dialog mode to achieve the basic shutdown, restart, log off operation, can be used for remote control.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1866891
    • 提供者:刘吉
  1. jiajianyunsuan-mfc

    0下载:
  2. C++课程老师给的范例。范例002 加减运算-简单的基于对话框的MFC范例程序。-C++ programs to the example of the teacher. Example 002 subtract- a simple dialog-based MFC sample application programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8564480
    • 提供者:路一
  1. alunfangcha

    1下载:
  2. 根据应用的实际需要,采用基于对话框的MFC程序设计模式,将对话框的客户区界面分为两个部分,一个是用于显示坐标系的图像区域,另一个是和用户交互的操作部分,根据用户的需要进行不同的操作选择和设置等。 采用基于对话框的程序设计,对于绘制曲线部分,坐标轴的确立和刻度,原点等,根据自己的偏好进行设置。本设计曲线绘制的精度不是很高,采样的点数只有有限个,而且自己建立的坐标系也存在一些数值的取舍。能够得出阿伦方差的大致走向。 -Depending on the application of the a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:236331
    • 提供者:zhengjie
  1. MFC_API_Arch_SeriesPort

    0下载:
  2. 于MFC对话框的 WIN32 API串口通信程序,实现串口通信与实时传输 接受的好例子-In the MFC dialog WIN32 API serial communication program to achieve serial communications and real-time transmission to accept a good example of
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:37517
    • 提供者:
  1. DlgView-MFC

    0下载:
  2. MFC编写的在对话框中使用视图的源代码!-MFC in the dialog box used in the preparation of the view the source code!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:255884
    • 提供者:箫云
  1. MyDialog

    0下载:
  2. 使用MFC进行对话框界面编程,孙鑫VC++教学视频中的例程-Carried out using the MFC dialog box interface for programming, Sun Xin VC++ in the routine of teaching videos
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1959989
    • 提供者:pupu
  1. ReadXML

    0下载:
  2. 主要用来实现XML文件的相关操作,VC读写XML文件,建立一个基于Dialog的MFC工程-Is mainly used to achieve the XML file related operations, VC read and write XML documents, the establishment of a Dialog-based MFC project in
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:8427
    • 提供者:helen
  1. TextEdit

    1下载:
  2. 使用VC++6.0,通过MFC建立对话框资源实现Edit文本编辑器源代码.-Use VC++6.0, through the MFC dialog resources to achieve the establishment of a text editor Edit the source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1933574
    • 提供者:张能
  1. WmImages

    0下载:
  2. WmImages 这是一个基于对话框的MFC程序,可以将一系列静态图片制作成一段视频,图片之间切换还 可以加上过渡效果。-WmImages This is a dialog-based MFC program, a series of static images can be made into a video, pictures can also be added to switch between the transition effects.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:277528
    • 提供者:bielidefeng
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com