搜索资源列表
XML文档处理类CMarkup
- 一个xml解析类源代码,C++实现但使用了mfc的CString类,用于Linux需要改写相关部分。-an analytic category xml source code, but the use of C realization of the mfc redeem category, the need for Linux rewrite the relevant parts.
FScan
- 使用MFC中CInternetSession, CInternetFile, CFtpConnection几个类来建立http和ftp连接,采用VC6开发。内有简单文档说明。
ienovel
- 一个很好的基于IE内核用MFC开发的浏览器,与其他开源代码不同的是有一份详细的文档,便于你再次开发自己的浏览器。
TcpIp_XieYiJieXi
- 使用MFC实现网络中包的截获并逐层分析协议,包括frame,arp,tcp,ip,http等协议。带界面。并有文档说明。
netChatting
- 简单的聊天程序及简单的文档,是用MFC做的,可以用于局域网络
ACE_MFCDevExample
- 使用 ACE 这个庞大的自适应通信环境并不是最佳的工程选择。这个例子以及其中的文档演示了如何使ACE与MFC和谐共处,解决因调用不当导致内存泄露、宽窄字符集接口等问题。 实现的例子使用ACE的Reactor 和 Task 实现了接收者-伴随处理模型,用消息队列实现了大数据包拼接,但要注意一个例程自发自收会发生阻塞, 这与使用API大不相同。ACE 太大了,很恼火。ACE 的 ACE_warppers.sln 使用VC2010进行了改变,添加了UnicodeDebug, UnicdoeRe
XmlTree
- MFC把xml文档解析,显示在一个树形控件中,可进行增删改,保存操作,用到tiny库-MFC parse the xml document displayed in a tree control, add or delete can be changed, the save operation, use the tiny library
tinyXml
- 简单实用的开源项目tinyXml,只有六个源文件,实用者可以简单地加入系统直接进行xml文件的基本操作!-Simple and practical open source project tinyXml, only six source files, utility can easily join the system xml files directly to the basic operation!
TCPIPchat-room
- VC++MFC工程实现的TCP/IP的聊天室软件,有客户端和用户端。可以实现客户端之间的文件传输,界面友好,有实现报告文档-a chat room project developed by VC++, with sevice and client terminals ,beside , these codes can realize file transmition betwee two client terminals with a friendly oprating interface.
CMarkup--test
- 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。 -Create a new XML document analysis, modify the existing XML documents, all of which can be from a use of MFC or STL strings
vcedf
- 网上很多程序都可以阅读英文和中文,典型的就是金山词霸,最近找了一下,发现网上在VC这方面的资料不是很多,好些程序都是基于API的(比如VCKBASE ::首页 >> 文档中心 >> 在线杂志 >> 音频技术 中的文章"文本语音转换入门"作者:Suyu),加之我在 VCKBASE 获益良多,现在想回报一二,所以就写了个基于MFC的程序,希望抛砖引玉,请高手指点。-many online programs can be read in English and Ch
Csocket
- 本文介绍了CAsyncSocket、CSocket类,并用CSocket类编写了一个简单实用的网络聊天程序。读者还可以通过MFC CArchive 对象进行信息的收发操作,使得网络传输如同使用MFC的文档连载协议(Serialization protocol),简捷易用。-This paper introduces CAsyncSocket, CSocket class, and Class CSocket prepared a simple but useful web chat progr
arp
- 构造ARP包,选择并打开网卡,将ARP报文发送出去。<br>另外,附上winPcap的配置文档。<br>基于mfc -Construction ARP packets, select and open the card, the ARP packet sent. <br> In addition, the configuration files attached Winpcap. <br> Based on mfc
DelHistory
- 删除IE相关的历史记录:利用MFC实现了删除浏览器地址栏中的历史记录、删除文档历史记录、清除COOKIES、清除internet临时文件,清除密码历史记录、清除收藏夹。-Delete IE history-related: Using MFC achieved delete your browser' s address bar history, delete history files, clear COOKIES, clear internet temporary files, cle
browser
- 一个简单的浏览器开发源码(VC/MFC),适合很多初学网络编程的朋友,希望能帮助大家!内附一个word文档,是对浏览器开发的介绍,不过不是VC的。-A simple browser, open source (VC/MFC), network programming for many beginner friend, hope to help you!
MRTG_src
- MRTG(Multi Router Traffic Grapier) [1]是一个监控网络链路流量负载的工具软件,它通过SNMP协议从设备得到设备的流量信息,并将流量负载以包含PNG格式的图形的HTML文档方式显示给用户,以非常直观的形式显示流量负载。MRTG可以自行给定参数,绘制图表。其默认侦测时间间隔是5分钟。MRTG使用Perl(Practical Extraction and Report Language)语言书写。Perl是一种通用编程语言。凡是其他编程语言能够使用的地方,都有它的用
send-and-receive
- 基于C++的MFC编程,一个文件传输系统,可以用来传输小图片,小文档等文件。-Based on the MFC C++ programming, a file transfer system that can be used to transfer small picture, small documents and other documents.
MFC
- 该文档详细地介绍了MFC的创建,及一些创建过程中的问题。-This document is a detailed introduction to the the MFC created, and some in the process of creating the problem.
VC-WebService-And-Client
- VS2005 VC ATL MFC 此压缩包包含两个工程一个文档 一个ATL创建的WebService工程 一个调用此WebService的MFC工程 文档详尽此两工程的每一步级WebService的部署。 走完一个WebService的创建与调用的流程,虽然简单,非常适合初学WebService者 -VS2005 VC This package contains two projects a document a project to create a WebServi
3-MFC-Classes-for-memory-share!
- MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp