搜索资源列表
client_server
- 一个小的客户机服务器程序(采用tcp) 该程序用VC++制作,运行时需要MFC库; server端只允许有一个; 程序支持40个Client端(测试是用了8个);-a small client-server process (using tcp) the procedures VC production, Runtime need MFC library; server-only allow one; supports 40 Client - (beta is spent 8);
Tcp-Chat
- tcp连接的实现,聊天程序,mfc实现,适合初学者研究-tcp connecting the realization chatting procedures mfc realized, for beginners study
ClientAndServer_Chat
- 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP / IP, which includes the client and server side of the source, and I hope
MsnSocks5Proxy2.0
- SOCK代理,使用MFC,可实现TCP代理-Sock agents, the use of MFC, TCP agent
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
TCPsimplerealzation
- 采用MFC编程 实现TCP网络聊天室的简单实现
TCP
- 一个简单的聊天程序,在vc++下MFC类中运行通过
Receive
- 基于MFC的TCP/IP通讯程序的接收端源码,已测试
chen
- 基于mfc对话框的网络实用程序,功能有tcp,udp,igmp抓包,解包,发送igmp包完成ping功能,本机ip地址,打开端口...查看,进程管理程序,tab控件应用
SocketBaseClass
- 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
Raw TCP-IP类库
- 这个库罗列了TCP/IP协议,并允许用户创建自定义TCP/IP头,允许IP欺骗和其它类型的攻击。该库也用于正规的网络通讯(当你不想在你的项目中使用MFC,该库曾被应用于一个商业ATL产品)-listed for the TCP / IP protocol, and allows users to create a custom TCP / IP header, allowing IP fraud and other types of attacks. The bank also used the
TCP聊天 MFC socket 网络编程
- TCP聊天 MFC socket 网络编程
MFC聊天小软件
- 基于MFC实现的局域网P2P和群聊的聊天小软件,亲测可用,可作为参考,了解TCP网络编程,理解套接字的使用。