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

搜索资源列表

  1. MJ_Music_Dialog

    1下载:
  2. 该源码主要有VC++完成,是MFC基于对话框的程序。程序实现了音乐播放和蝴蝶形状的窗口以及拖放MP3文件至窗口实现音乐循环播放。此外,在蝴蝶触角上还设置了下一曲和上一曲以及退出按钮,鼠标移动到相应位置会有显示。迷你型音乐播放器。vs2010的完整项目包,方便初学者学习。-The main source VC++ complete, is MFC dialog-based program. Realized by the music and the butterfly shape of the w
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:535638
    • 提供者:徐凡
  1. MyJHTKaraoke

    0下载:
  2. 使用vs2010 在MFC窗口中实现类似于卡拉ok 歌词字幕的五颜六色的颜色变化-Use vs2010 implemented in MFC window similar to the color change Kara ok lyrics subtitles
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24549239
    • 提供者:sunshine
  1. LASTMTC

    0下载:
  2. 这是模仿Messagebox的采用vs2010开发的源代码,虽然写的很糟糕,但是基本上模仿出来了,目前在优化和加皮肤中。有问题发邮箱:herompalwan@126.com-some basic codes about how to make a MFC s messagebox,however the writing style of this demo is strongly not recommended!
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-03
    • 文件大小:640780
    • 提供者:azar
  1. 3_26201304140930041580421

    0下载:
  2. IP网络设置,图形界面,MFC,vs2010-IP network Settings, the graphical interface
  3. 所属分类:Button control

    • 发布日期:2017-06-09
    • 文件大小:16224698
    • 提供者:tangyuxiaobao
  1. Example36

    0下载:
  2. VS2010中MFC实现菜单,工具栏,状态栏,并静态分割界面-MFC to achieve the VS2010 menu, toolbar, status bar, and the static segmentation interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-16
    • 文件大小:25122550
    • 提供者:phill
  1. Example24

    0下载:
  2. VS2010中MFC实现列表框控件ListBox-MFC in the VS2010 implementation of the list box control ListBox
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-06-15
    • 文件大小:23803400
    • 提供者:phill
  1. CommunicateComm

    0下载:
  2. c++/MFC编写的串口通信助手,采用多线程异步传输。本文件为工程文件,vs2010编译成功-c++/MFC prepared by the serial communication assistant, using multi-threaded asynchronous transmission. This document is a project file, vs2010 compile successfully
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:141851
    • 提供者:jiangjun
  1. com

    0下载:
  2. 在VS2010上利用mfc编写的串口练习程序,大家可以参考一下,有注释-vs2010 com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:138509
    • 提供者:高辉
  1. CVMFC

    0下载:
  2. 在MFC中使用OpenCV的演示程序,包含CVMFC.exe应用程序及相应代码,实现对图像的各种处理,可在VS运行,需要配置opencv环境(环境配置可参考http://johnhany.net/2013/11/environment-for-opencv-with-vs2010/)适合opencv出学者-Use in MFC OpenCV demo program, including CVMFC.exe application and the corresponding code to ac
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28257280
    • 提供者:ybx
  1. MyTestOne

    1下载:
  2. 基于VS2010,利用图片控件picture control在基于对话框的MFC界面上显示图片-Based on VS2010, use the picture control picture control display a picture on an MFC dialog-based interface
  3. 所属分类:Button control

    • 发布日期:2017-06-16
    • 文件大小:23876996
    • 提供者:古月
  1. AccCode

    0下载:
  2. MFC代码,用于计算校验码。主要的功能是向初学者提供MFC中消息映射的实用以及字符串处理的过程。用vs2010开发,且使用静态编译,编译结果可以脱离MFC的框架库运行。-MFC code, used to calculate the checksum. The main function is to provide practical and string handling process in the MFC message map to beginners. With vs2010 deve
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1720444
    • 提供者:liujingsong
  1. SocketClient

    0下载:
  2. 关于MFC网络部分客户端程序的编程,使用VS2010-about MFC client programme
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-30
    • 文件大小:11825498
    • 提供者:shenxin
  1. ImageZoomClass

    0下载:
  2. 最近刚学GDI+,就想找个应用练练手,于是基于GDI+封装了此类,接口已经独立出来,使用十分方便,在MFC上直接使用(在VS2010 x64上编译,32位也可以),类的特定如下: 1.基于GDI+封装的类,文档和对话框可直接使用; 2.类初始化时可选择图片是否充满控件,充满的话,图片会适应控件的宽度进行缩放,但会保存原有的长宽比不变; 3.变换前后的坐标关系已经封装好,可直接调用; 4.缩放前后采样最临近点差值(windows图片查看器和PS都是采样这种差值方式,可能是因为效率比
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2256197
    • 提供者:于福翔
  1. Example23

    0下载:
  2. 以vs2010为平台,建立MFC对话框的控件按钮的实例-To VS2010 as the platform, the establishment of the MFC dialog box control button example
  3. 所属分类:Button control

    • 发布日期:2017-06-22
    • 文件大小:42606598
    • 提供者:gongyulei
  1. WinPcapReceive

    1下载:
  2. 基于Winpcap的MFC网口通信接收界面程序,编程环境为vs2010,适合网口通信开发人员参考。-Winpcap based MFC network port communication interface program receiving programming environment for vs2010, Ethernet port for communications development officers.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-01
    • 文件大小:13546175
    • 提供者:fa
  1. WinPcapSend

    0下载:
  2. 基于Winpcap的MFC网口通信发送界面程序,编程环境为vs2010,发送字节可以灵活设置,适合网口通信开发人员参考。-Winpcap based MFC network port communication interface program to send programming environment for vs2010, send byte can be flexibly set for the network port communications Developer Refere
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-17
    • 文件大小:26534343
    • 提供者:fa
  1. draw

    0下载:
  2. 菜单画图(铅笔工具+文字颜色+形状)基于mfc vs2010-Menu Drawing (pencil tool+ text color+ shape) based on mfc vs2010
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1954797
    • 提供者:up
  1. TCP-DebugTool

    1下载:
  2. VS2010编写的MFC程序,带域名解析功能的TCP调试工具-VS2010 prepared by the MFC program, with the domain name resolution function of the TCP debugging tools
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:389270
    • 提供者:刘海
  1. CommTest

    0下载:
  2. vs2010 c++ MFC实现串口通信-vs2010 c++ MFC serial communications
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5160185
    • 提供者:liu
  1. ConfigDemo

    0下载:
  2. MFC配置文件加载和写入Demo,实测可用, VS2010编译。-MFC configuration file to load and write Demo, measured available, VS2010 compiler.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:147872
    • 提供者:杰克
« 1 2 ... 6 7 8 9 10 1112 »
搜珍网 www.dssz.com