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

搜索资源列表

  1. VC 加载位图的几种方法

    0下载:
  2. 用MFC做GDI开发的朋友肯定熟悉CBitmap类,该类封装了HBITMAP对象,简化了关于HBITMAP的API操作,如LoadBitmap方法可直接加载资源中指定ID的图片,但是很多情况下我们需要从文件中加载图片。。。
  3. 所属分类:编程文档

    • 发布日期:2011-08-17
    • 文件大小:34304
    • 提供者:xuxinchao
  1. GetIP

    0下载:
  2. 取得IP與主機名稱利用MFC winsock (初學用)-Access to IP and host name (beginning with)
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:25975
    • 提供者:ksuyan
  1. Local

    0下载:
  2. 區域網路取電腦名稱,利用MFC來撰寫!(適用於初學者)-Check the name of the computer local area network, using MFC to write
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:122254
    • 提供者:ksuyan
  1. VCdll

    0下载:
  2. 虽然能用DLL实现的功能都可以用COM来替代,但DLL的优点确实不少,它更容易创建。本文将讨论如何利用VC MFC来创建不同类型的DLL,以及如何使用他们-Although the DLL can be used to achieve the functions can be used to replace COM, but the DLL is indeed a lot of advantages, it is more easy to create. This article will di
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:28552
    • 提供者:samari
  1. 115

    1下载:
  2. 采用Creator 和Vega 平台以及Simulink仿真开发工具对空面导弹的飞行视景仿真技术进行了研究。提出了一种空面导弹飞行视景仿真系统的体系构架,利用获取的DED真实地形数据,通过Creator建立大地形三维模型;借助VC/MFC开发平台,实现了Simulink数字仿真系统与视景仿真的通信;在Vega中实现视景仿真系统的软件开发调试。仿真结果表明,该系统能够为空面武器系统研制阶段的参数优化和效能评估提供有效的验证平台。-Creator and Vega used Simulink sim
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:robert
  1. Lesson12

    0下载:
  2. 开发可视化软件,和简单的二维画图, mfc程序设计效果-Development of visualization software, and a simple two dimensional drawing, mfc programming effects
  3. 所属分类:Communication

    • 发布日期:2017-05-31
    • 文件大小:12887250
    • 提供者:tianlr
  1. MFCStudy

    0下载:
  2. 书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:334596
    • 提供者:
  1. sunnote

    0下载:
  2. 孙鑫VC视频笔记,分为20讲,详细地讲解了VC的编程规则和MFC的使用。具有很高的价值。-Sun Xin VC video notes, divided into 20 speaking, explain in detail the rules of the VC and MFC programming use. High value.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:35398
    • 提供者:曾锋
  1. dll

    0下载:
  2. 示例演示MFC对动态库的调用方式。一个工程产生一个动态库,另一个工程中调用-Example shows the dynamic library calls MFC way. A project to produce a dynamic library, another project called
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1404532
    • 提供者:ww
  1. visual-cPP-point

    0下载:
  2. 压缩包包括VC++之MFC类库中文手册.chm C语言函数表.chm VC++ 编程指南.chm windows程序设计.chm -Compressed package includes the MFC VC++ Class Library Chinese manual. Chm C language function table. Chm VC++ Programming Guide. Chm windows programming. Chm
  3. 所属分类:Communication

    • 发布日期:2017-05-20
    • 文件大小:6083412
    • 提供者:jimowuxin
  1. VCPPSummary-of-network-programming

    0下载:
  2. 1.套接字编程原理;2.基本的Windows Sockets API编程;3.MFC下的Socket编程的类;4.套接字的托管实现。四个部分介绍。-1. Socket programming principle 2. Basic Windows Sockets API programming 3. MFC Socket programming under the class 4. Managed implementation of the socket. Four-part introdu
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:166332
    • 提供者:借方鋆
  1. WindowsSockets

    0下载:
  2. 在windows下用MFC如何编写socket代码,语言简洁易懂 适合初学者。-In the windows with MFC how to write socket code, concise and understandable language for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:192522
    • 提供者:cheryl
  1. CString

    0下载:
  2. 这是MFC中CString类型的所有函数,对于VC初学者应该有所帮助-This is the MFC CString type in all the functions, should be helpful for beginners VC
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:11314
    • 提供者:wx
  1. TIME-FUNCTION

    0下载:
  2. windows下的几种常用的时间函数的使用方法。例如sleep函数,MFC下的timer事件,C语言下的Time,GetTickCount(),timeGetTime等函数的使用方法。-Some commonly used time function
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:2920
    • 提供者:dengzi
  1. MFCmultipViewer

    0下载:
  2. MFC多文档编程开发,适合较高水平人学习使用。有助于了解微软系统机制-MFC Multiple Document Programming for the higher level of learning to use. Help understand the mechanism of the Microsoft System
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:21990
    • 提供者:Dylon
  1. txl

    0下载:
  2. 用VC++的MFC实现的通讯录,可以实现添加,删除,统计,查询基本功能,还附有课程报告-Contacts with VC++ MFC implementation can achieve add, delete, statistics, query the basic functions, also accompanied by a curriculum report
  3. 所属分类:Communication

    • 发布日期:2017-11-28
    • 文件大小:4688951
    • 提供者:liaochao
  1. Socket-wen-jian-chuan-shu

    0下载:
  2. 有关socket的基于文件传输的编程,基于MFC图形用户界面来实现的-The socket programming based file transfer MFC-based graphical user interface to achieve
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:5914
    • 提供者:陈云飞
  1. MFC-QQ

    0下载:
  2. 本系统基于客户端/服务器基本原理,程序即是服务端,也是客户端,通过IP 就可以相互添加好友,并且实现点到点通信,有聊天记录(未实现根据用户发送的消息而改变字体颜色,只能在客户端改),字体颜色设置(一改全改~),包含主界面MaindBord 和聊天Talk 两大功能模块。-The basic principle of the system is based on a client/server program, client service, client over IP Add Friend e
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:339651
    • 提供者:朱汐
  1. Chat-room-source-code

    0下载:
  2. C+++网络聊天室设计报告和源程序,介绍Winsock,MFC类CAsyncsocket和CSocket,利用CSocket进行有连接的通信 -C+++ Internet chat room design reports and source code, introducing Winsock, MFC class CAsyncsocket and CSocket, use CSocket for a connected communications
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:148480
    • 提供者:胡清
  1. Experimental-chat-program-documents

    0下载:
  2. 聊天程序实验文档,应用Visual C++中MFC CSocket类,实现网络数据传输,通过此文档可以制作实用的局域网一对一聊天程序。-Experimental chat program documents, applications Visual C++ in MFC CSocket class network data transmission, this document can be made practical through LAN-one chat program.
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:819109
    • 提供者:胡清
« 1 2 34 »
搜珍网 www.dssz.com