搜索资源列表
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!
Monitor
- vc在MFC框架下的局域网监控程序,实现自动搜索局域网内机器,查看IP,物理地址,开放端口,共享文件等功能-vc at MFC in the framework of the LAN monitoring program, implementation automatically search the LAN machines, view IP, physical address, open ports, share files and other functions
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
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
browser
- 一个简单的浏览器开发源码(VC/MFC),适合很多初学网络编程的朋友,希望能帮助大家!内附一个word文档,是对浏览器开发的介绍,不过不是VC的。-A simple browser, open source (VC/MFC), network programming for many beginner friend, hope to help you!
Chat
- 基于MFC的简单的聊天程序Demo,开发环境为VC6.0,服务器端和客户端两部分,先打开服务器端,在客户端输入服务器IP,即可进行聊天,很简单的程序,适合于初学者-Based on a simple chat program MFC Demo, development environment for the VC6.0, server and client of two parts, first open the server side, the client input server IP,
ATLDRAW
- 客户端程序:ATLDRAW: VC++编写的DCOM客户程序,基于MFC,连接网络进行画图,运行步骤如下: 单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。 服务器端程序:DRAWSERV: DCOM服务器程序,不能直接运行,你可以通过reg.bat来注册。注册完,还需要到 控
WebPBrowser
- Web Browser - Web browsing. The basis of the program - Microsoft Web Browser ActiveX. The archive contains the code of the program (Web Browser), DLL for the browser (WBApi), AciveX DLL rassherenie shell (OpenWithWB) - add your item (Open With We
network1
- 用MFC实现混杂模式打开网卡 捕获IP数据包-Using MFC to open network card promiscuous mode to capture IP packets
port-scan
- 一个用MFC实现的端口扫描器。选择要扫描机器的ip地址,并设定端口范围,可以扫描机器开放的端口。-Using VC++ to achieve a port scanner, the machine can scan for open ports.
display222
- MFC可以打开文件,来播放视频 ,也有网络编程socket端口。-we use MFC open file,and ok or close
MFC--LiuLanQi
- 实现了提高要求 清除历史记录,收藏夹功能,清除密码,清空临时目录 《南邮通达 软件设计》 设计一个简单的浏览器。 基本要求: 在菜单项或工具条实现打开一个新的网页指定的功能。 提高要求:在菜单项或工具条实现下述功能之一: 清除自动密码历史记录。 浏览器地址栏历史地址的清除。 清空临时目录。 -Improve requirements Clear History, Favorites feature, clear the password, empty th
enumprotocal
- VC++ MFC 通过窗口实现,可以得到本机的一些开通的协议-VC++ MFC achieve through the window, you can get the machine open protocol
Visual-CPP6.0chatroom
- 基于VC++6.0的MFC框架下的聊天室系统的开发源代码。实现可视化的聊天室开发。-Open source system based the MFC framework VC++6.0 chat room. Visual chat room development.
MY-SOCKET
- MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。 并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。 Updatedata()方法可以实现窗体和函数内参数值的传递。 进行CStr
htmlMFC
- 在windows平台用MFC实现在网页的打开与浏览(MFC in the windows platform to open and browse the web)