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

搜索资源列表

  1. ylpaint

    0下载:
  2. MFC程序设计实例,此源码实现的绘图程序的基本功能,采用文档视图结构,对初学者有很大帮助-MFC programming examples, this source drawing program to achieve the basic functions, using the document view of the structure of great help for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3775094
    • 提供者:龙阳
  1. ClassTrayIcon

    0下载:
  2. 系统托盘类,支持非MFC程序(封装时,没有依耐MFC),使用简短。 这是我准备写另外一个程序的开头,觉得简单,就先保存下来。-// This can help you show your tray icon in taskbar status area of windows. // It is used in application without MFC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:33512
    • 提供者:Alsmile
  1. AEtest

    0下载:
  2. 用MFC+AE写的。 实现从arcCatlog中拖数据,并加入到本程序。。还一些空间分析功能等。-Written using MFC+ AE. Dragged from a arcCatlog in the data, and added to this program. . Also a number of spatial analysis functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1831331
    • 提供者:8085454
  1. tesw

    0下载:
  2. MFC编写的小程序,动态的生成一个Button,并且响应动态生成的控件。 同时,通过另外一个按钮实现显示和隐藏这个动态生成的button,实现动态生成,销毁,响应。-MFC write a small program, dynamically generates a Button, and respond dynamically generated controls. At the same time, through another button to display and hide t
  3. 所属分类:Button control

    • 发布日期:2017-04-10
    • 文件大小:1875601
    • 提供者:boss liu
  1. ActivePaneView

    0下载:
  2. 使用vc+ToolkitProEval.MFC.v13.2.1+AE9.2开发的gis通用界面程序。完全可以在其基础之上加载自己项目需要的其他功能-vc+ToolkitProEval.MFC.v13.2.1+AE9.2
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7870268
    • 提供者:zzh
  1. GetIP

    0下载:
  2. 获得网络的IP地址,编写的MFC程序。后期后上传更多的代码,例如 嵌入式代码等系统代码-get network ip
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:30700
    • 提供者:flight
  1. WmStreaming

    0下载:
  2. WmStreaming 这是一个基于对话框的MFC程序,能够将本地的Windows Media文件在当前机器的一个端口 上广播,或者推向另外一台Windows Media服务器进行再发布。-WmStreaming This is a dialog-based MFC program, the ability to the local Windows Media files in the current machine a port broadcast, or to push anothe
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:30024
    • 提供者:bielidefeng
  1. OpenGLCtrl

    0下载:
  2. OpenGL使用MFC程序进行控制画面-OpenGL program using the MFC to control the screen! ! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:35471
    • 提供者:陈俊杰
  1. VCcode

    0下载:
  2. VC++ 深入讲解 Chapter1——Windows程序运行原理及程序编写流程Chapter2—— C++经典语法与应用 类的编写与应用Chapter3——讲述MFC AppWizard的原理与MFC程序框架的剖析-VC++ depth briefing Chapter1- Windows program runs Principle and programming flow Chapter2- C++ classic grammar and Application Class prepara
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1757841
    • 提供者:pangjing
  1. getlocalip

    0下载:
  2. 获得本机ip地址的MFC程序,用于展示基础类的应用-this programe is designed to get local ip adress,This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:34467
    • 提供者:anderson
  1. DocViewModel

    0下载:
  2. 这是一个MFC程序,通过程序让你了解文档视图模式的实际应用。-This is an MFC program, through the process so that you understand the practical application of the document view mode.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:126250
    • 提供者:cy
  1. SkinMagic_demo23

    0下载:
  2. 用skinmagic实现绚丽界面的MFC程序示范-Skinmagic interface with MFC program to achieve gorgeous model! ! ! ! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2706658
    • 提供者:xiaoixanmin
  1. firfilter

    0下载:
  2. mfc滤波器.rar 用MFC编写的滤波器程序 fir滤波器 firfilter.cpp firfilterDlg.cpp firfilter.dsw firfilter.-mfc filters. rar filters written using MFC program fir filter firfilter.cpp firfilterDlg.cpp firfilter.dsw firfilter.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-14
    • 文件大小:3634922
    • 提供者:adam
  1. MyVideo1.0_AutoCamshift

    0下载:
  2. 程序用MFC+openCV编写。可实现自动获得一个目标选择框并进行跟踪 先用视频前几帧进行帧间差分,用cvFindContours()得到二值差分图像中最大的连通块作为camshift的初始选择框 程序做的不完善,只能针对类似test.avi的视频进行测试。(读一下函数GetBlob()你就能明白为什么了) 可能有些压缩格式的视频打不开,需要安装Xvid解码器-Program using MFC+ openCV prepared. Can be realized a
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:568325
    • 提供者:王呈鹏
  1. MFC.Windowsprogrammecode

    0下载:
  2. 书<<MFC.Windows>> 程序实例代码-This is the MFC.Windows programm code
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5240866
    • 提供者:zhenqiangsun
  1. MFC_AOTO_UPDATE

    0下载:
  2. Mfc 自动升级程序,我觉得还不错。 自己修改下就可以商业应用了!- MFC_AOTO_UPDATE
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:21413
    • 提供者:徐金表
  1. Hide_Link

    0下载:
  2. 自己编写的基于MFC的小程序: 编写缘由: 打印室里面的电脑经常会遇到这样的病毒,把你的u盘根目录下的原始文件和文件夹设置为系统属性,隐藏属性,同时生成同名的快捷方式,很有可能指向一个病毒 程序功能: 1.恢复原始文件属性 2.删除根目录下的快捷方式 3.跟同学开个安全的玩笑-I have written a small MFC-based program: the preparation of reason: print room inside the computer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:425616
    • 提供者:liaoruo
  1. Proficient

    0下载:
  2. 精通MFC程序设计附源代码MFC文件操作非常好的例子-Proficient in MFC programming MFC source code attached to a very good example for file operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:112331
    • 提供者:胡兴
  1. audioREC

    0下载:
  2. 本人收藏的一个简单wav录音程序,用mfc实现的,是学习音频的基础资料。-My collection of a simple wav recording program, with mfc to achieve, is to learn the basis of audio information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:34917
    • 提供者:jack
  1. MFC1-8

    0下载:
  2. 本压缩包是MFC程序开发参考大全1-8章的源程序,在学习的过程中非常有帮助-The compressed package is MFC Programming Reference source Chapter 1-8, in the learning process is very helpful
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:8454658
    • 提供者:肖荣荣
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com