搜索资源列表
NewClient
- 这是一个TCP协议下的聊天客户端,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat client and easily understood, for beginners master class CSOCKET
Csocket
- tcp/ip协议下实现服务器与客户端之间通信,利用MFC的类CSocket-tcp/ip protocol to achieve communication between server and client using the MFC CSocket class
用CSocket编写的网络聊天程序
- 网络-Network
chatroom
- 一个基于TCP简单的聊天时程序,采用CSocket类的编程方法-A simple TCP-based chat program, using the programming method CSocket Class
tcp-ip
- windows下的 tcp/ip网络通讯(同步) 初学者所用,小弟上传的都是自己写的。与别人的不同的是注释很清楚,是用纯c写socket的,没有用到微软的CSocket,虽然是用Visual Studio2010编的,其实质就是c语言,您电脑上没装VS2010把代码copy过去就行了-Under the windows tcp/ip network communication (synchronous) used by beginners, younger brother are uploade
csocket
- 聊天 通信软件 基于csocket 编程协议 TCP通信协议,输入端口 号码 和 ip地址即可-csocket chating room
TCP
- 利用MFC中的CSocket实现TCP的客户端和服务器端,收发数据-Using CSocket in MFC to achieve TCP client and server side, send and receive data
CSocketTCP
- 使用CSocket进行有连接(TCP)通信-TCP SOCKET
CSocket-communication
- 使用CSocket进行有连接(TCP)通信,很好的资料,下吧-Use CSocket for a connection (TCP) communication, good information, the next bar
ChatRoom(Csocket)
- 基于CSocket类的TCP编程 聊天室 C/S 架构 非常适合学习-CSocket class of TCP-based chat program C/S architecture is very suitable for learning
8b80b1900b5a
- MFC多线程编程,用于TCP协议下的网络编程,采用CSOCKET类-MFC multi-threaded programming, under the TCP protocol for network programming, using CSOCKET class
tcp
- 使用CSocket进行有连接(TCP)通信\tcp.rar,很不错的vc源码,希望对大家有所帮助。-Use CSocket for a connection (TCP) communication \ tcp.rar, very good vc source, we want to help.
TCP
- 用MFC中的CSocket编写的程序,觉得不错对于入门级的MFC网络编程有很好的帮助-MFC CSocket with a program written in, I feel bad for entry-level MFC network programming have a good help
CSocket-in-TCP--IP-app
- MFC提供的关于网络应用的类CSocket是一个比较高级的封装,使用它编制出属于自己的网络应用程序,可以编一个属于自己的网络通讯软件。通过这个实验,同学们也可以增进对于TCP/IP协议的理解。- Class CSocket MFC provides about network applications is a more advanced package, use it to prepare their own web applications, you can invent an own
TCP-chat-online
- 简单的聊天客户端程序,应用Visual C++中MFC CSocket类,实现网络数据传输,可制作实用的局域网一对一聊天程序。 -need the use of Visual C++ MFC CSocket class
Socket-Server
- CSocket实现的Socket服务器端,Tcp接收端。-CSocket realized Socket server, Tcp receiver.
StuInfoSyslistCSocketServer
- 用CSocket的TCP网络协议,实现学生信息管理的系统。可以账户登录。局限于局域网内。 -CSocket TCP network protocol used to achieve student information management system. Can account. Confined to the local area network.
TCPClient
- 使用CSocket进行有连接(TCP)通信Client端-use CSocket to create the TCP communication Client
TCPServer
- 使用CSocket进行有连接(TCP)通信Server端-use CSocket to create the TCP communication Server
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched