搜索资源列表
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming pro
FileTransfer_socket
- Socket通信实现文件传输的vc代码。采用MFC CSocket类实现两台电脑之间的文件传输。-Socket Communication document transmission vc code. MFC CSocket used to achieve between the two computer file transfer.
WinPing
- MFC库,VC++开发环境,Socket网络编程接口,实现网络性能测试Ping
socket_c_ftp
- 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误
Rj020308
- 网络聊天室服务器端,基于SOCKET编程,使用VC MFC环境编程-Internet chat room server, based on Socket programming, the use of VC MFC programming environment
SOCKET
- 仿QQ的聊天程序vc++/mfc来学习的简易聊天室代码功能较全
MFCChat
- MFC聊天室的实现,使用VC+Socket编程;希望对初学者有帮助-MFC implementation of chat rooms, want to help beginners
SSocket
- 用VC++编写的socket通信,服务器端的,通过MFC的CSOCKET类实现的,可以实现点单的会话-Using VC++ to prepare the socket communications, server-side, through the CSOCKET type of MFC to achieve, can be achieved at a single session
Socket090808
- SOCKET 编程学习,VC MFC的简单实例,对初学者十分有用,很难找的资料哦-SOCKET learning programming, VC MFC simple example, very useful for beginners, it is difficult to find the information, oh
Singlechatprogram
- 单人聊天程序,两台机子只要启动程序就可以进行一对一的简单聊天,这对需要了解VC++MFC套接字是怎么通讯的有很大的帮助,因为这个单人聊天程序很简单,由于简单就更适合初学者了-Single chat program and two as long as the machine can start the program a simple one to one chat, which need to know about VC++ MFC socket how the communications
LAN-chat
- 局域网聊天程序,适合做为学校的课程设计。基于VC++6.0开发,使用MFC Socket类。-LAN chat program, for as the school' s curriculum design. Based on VC++6.0 development, using MFC Socket class.
mywzq
- vc下mfc socket五子棋模拟程序 用于模拟socket-vc mfc socket Backgammon
Third-party-chat-room-procedures
- VC++网络编程源代码 MFC Socket编程 第三方聊天室程序-Third-party chat room procedures
MFC-Socket
- VC++网络编程 MFC Socket编程 Socket程序(CAsyncSocket传统版、CAsyncSocket指针版、CSocket版)-VC++ Programming Network Programming MFC Socket Socket procedures (CAsyncSocket traditional version, CAsyncSocket pointer version, CSocket Edition)
src
- VC++ 实现将本地文件通过HTTP上传到WEB服务器上。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,精选学习源码,很好的参考资料。-VC++ realization of the local files uploaded from HTTP to the WEB server. With a class, MFC HTTP, SOCKET protocol analysis. Imitation HTTP upload files. Thro
TestSocket
- VC++ MFC Socket编程例子,C/S结构的程序,分客户端和服务端,Server端又分两个版本:一个是MFC,一个是SDK版本,VC6.0环境下可顺利编译。-VC++ MFC Socket programming examples, program C/S structure, client and server, Server side is divided into two versions: one is the MFC, one version of the SDK, you c
Chat-room
- 本软件使用VC++,应用MFC、Socket和TCP的知识编写,由客户端和服务器两部分组成,服务器充当“中转者”的职能,客户端将自己的消息首先发给服务器,服务器再根据需要将它们转发给其它客户端,这是一个类似QQ群功能的聊天室软件。-The software uses VC++, application MFC, Socket and TCP knowledge written by the client and the server of two parts, the server acts a
ScanPort
- mfc/vc++ 端口扫描 socket 线程 局域网-scan port thread
MyProjects
- 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke