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

搜索资源列表

  1. (UDP)chat

    0下载:
  2. 一个简单UDP协议的聊天程序,本程序是基于MFC对话框实现的。-A simple UDP protocol chat program, this program is MFC-based dialog to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:46430
    • 提供者:苏文娟
  1. (TCP)MyFileTransfer

    0下载:
  2. 该程序是采用VS2005的实现的,基于MFC对话框的程序,实现功能是传输文件-The program is implemented using the VS2005, MFC dialog-based program to achieve the function is remote file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:67372
    • 提供者:苏文娟
  1. TransparetDlg

    0下载:
  2. MFC创建透明对话框,透明度可调。vc6.0开发环境。-MFC create dialog
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-12
    • 文件大小:2793148
    • 提供者:sinskoo
  1. RMBConvers

    0下载:
  2. 人民币大小写转换 将小写人民币转化为大写 使用VS2008编写 基于MFC对话框 有效范围为大于等于零元小于一亿亿元-Case conversion of RMB yuan will be converted to uppercase lowercase written using VS2008 MFC dialog-based range is greater than zero is less than one hundred million one hundred million yuan
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11760556
    • 提供者:疯狂的三哥
  1. client-server-decodeandencode

    1下载:
  2. 本系统的程序设计是在Visual Studio 2010编译环境下进行的,类似QQ聊天软件,采用的是MFC对话框形式。该系统的设计分为两个大部分,一个是客户端的设计,另一个是服务器的设计,它们之间在传输层是基于TCP进行通信的。-The system programming is compiled in Visual Studio 2010 environments, similar to the QQ chat software, using the MFC dialog box form.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-07-13
    • 文件大小:402432
    • 提供者:allen
  1. wordresearch

    0下载:
  2. 关于VC++ 6.0的mfc对话框的应用程序编程,完成word文档的内容搜索,很界面按钮控件的美化-VC++ 6.0 on the mfc dialog application programming, complete contents of the search word document, it is the beautification of the button control interface
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:6137856
    • 提供者:liwenyi
  1. TestImageViewMFC

    0下载:
  2. 功能:显示栅格数据 特点: 1 通过GDAL读取栅格数据 2 在MFC对话框上创建OpenGL窗口 3 在OpenGL窗口中显示栅格数据-Function: display raster data features: 1 raster data via GDAL read 2 to create OpenGL in MFC dialog window to display the window in OpenGL 3 raster data
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1429624
    • 提供者:吴迪
  1. mfc

    0下载:
  2. MFC编程相关知识,画图,可视化编程实现可视化,基于对话框,多文档编程-Colonel Games Management System. Athletes can add and delete information and award-winning information query and modify information, log management system using MD5 encryption
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-11
    • 文件大小:18016638
    • 提供者:陆晓峰
  1. VC6_MFC_Text

    0下载:
  2. 使用MFC对话框模式,进行变量类型所占字节测试-Using MFC dialog mode, variable type occupies byte test
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:25865
    • 提供者:chen
  1. PicCompressEncode

    0下载:
  2. 根据JPEG图像解码的源代码,编写MFC对话框程序,该程序能够读取jpg文件,并在对话框上显示相应的图像。-According to the source code of the JPEG image decoding, writing MFC dialog program, the program can read jpg file, and display the corresponding image in the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:4038727
    • 提供者:jygb007
  1. simple-calculator

    0下载:
  2. 利用MFC实现基本的简易计算器,基于对话框的简单实现,运行顺利。-Using MFC to basic simple calculator, based on the dialog simple to implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4306865
    • 提供者:成龙
  1. DecisionTree

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的决策树算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC dialog based Decision-Tree algorithm modifited from OpenCV source code, adding Chinese comment for better understanding the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3358205
    • 提供者:安庆友
  1. Delaunay1

    0下载:
  2. 基于前人的成果,改进实现了基于MFC对话框构架的Delaunay三角划分算法。测试了海量数据的三角划分,证明算法的效率不高。-Implement Delaunay algorithm based on former achivement. Test its performance on large-scale data.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2165176
    • 提供者:安庆友
  1. Delaunay2

    0下载:
  2. 基于前人的成果,改进实现了基于MFC对话框构架的Delaunay三角划分算法,用激光雷达的LAS数据进行了测试,效果不错。并尝试实现Matlab中GridData()函数的实现过程。-MFC Dialog based Delaunay algorithm tested with LiDAR las data showing its good performance. How to release GridData function of Matlab is also tried.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1690805
    • 提供者:安庆友
  1. EM

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的期望最大化算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-It s an MFC Dialog based Expectation Maximize algorithm modified from OpenCV source. Chinese comments are added to it to enchance better understand of the program.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3106975
    • 提供者:安庆友
  1. Kmean

    0下载:
  2. 基于OpenCV的例程,修改实现了基于MFC对话框构架的K均值算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC Dialog based K-mean algorithm modified from OpenCV source with Chinese comments added inside to make sure better understanding of it.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3419731
    • 提供者:安庆友
  1. jinzhizhuanhuan

    0下载:
  2. 基于Visual C++6.0 的MFC对话框demo工程,实现了各种进制的转换演示-Visual C++ 6.0 MFC dialog demo project, a variety of hex conversion demonstration
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:32135
    • 提供者:肖传毅
  1. MFCTree

    0下载:
  2. MFC树型控件的操作过程,包括在MFC对话框中使用程序的方法添加树型加详细过程。-MFC tree control operation, including the procedures used in the MFC dialog box to add the tree to add the detailed process.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-26
    • 文件大小:9615505
    • 提供者:陈一凡
  1. MFCTree

    0下载:
  2. MFC树型控件的操作过程,包括在MFC对话框中使用程序的方法添加树型控制的详细过程。此程序使用VS2010开发,界面中可以添加树形节点,修改并删除树型控件中的节点项。-MFC tree control operation, including the procedures used in the MFC dialog box to add the tree control process. This program uses the VS2010 development, can add a t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:186504
    • 提供者:陈一凡
  1. MFCLogin

    0下载:
  2. MFC 对话框登录校验与文本控件,combox控件,button控件、label控件、新建窗口与关闭操作
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2386222
    • 提供者:icy
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com