搜索资源列表
vc
- socket编程示例;有server 和 client两种模式;包含全部源码,是vc++ socket编程的范例
socket c/s架构代码
- 使用VC编写的socket server和client简单程序
cs.rar
- VC++ socket 客户端与服务器端通信,VC++ socket client and server-side communications
TCPServer1
- VC 2008网络编程的例子,TCP socket Server例子之一。-VC 2008 example of network programming, TCP socket Server examples.
socket
- VC Socket 通讯,服务器端与客户端互通,实现交互-VC Socket Communications, the server and client communicate, interact
ChatRoom(server)
- 用VC SOCKET实现聊天室的服务器端-VC SOCKET use chat rooms to achieve the server-side
2008-10-18
- vc+SOCKET+服务器+客户端+链表-vc+ SOCKET+ server+ client+ List
Client_sonsole
- VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
socket
- VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room
vc++ socket 通讯程序
- vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
socket
- 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
VC_SOCKET_CLIENT_SERVER
- VC++ Socket 文件传输,Server、Client端。-VC++ Socket File send receive server client
socket
- 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
PublicNetSoft
- VC++ SOCKET API通讯实例源码 本源代码主要是演示如何使用VC++的SOCKET API进行网络通讯的实例,代码包括客户端与服务器端,分别运行两程序,互相监听,互相接发消息,原理简单,没用到什么高深技术,都是很基础的,因此可能对VC的入门者比较有-VC++ SOCKET API communication example source code for the main origin is to demonstrate how to use the VC++ the SOCKET
Server
- 使用VC++编写的Socket服务器代码,实现点对点的通信。-Written using VC++ Socket Server code, to achieve point to point communication.
Socket
- VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
VC-SOCKET
- VC++套接字(服务器) socket 使用简单协议通讯学习的好例子,对初学者特别受用.-VC++ socket (server) socket using a good example of a simple communication protocol to learn for beginners especially useful.
VC-Socket
- 基于VC socket网络编程的虚拟实验平台的程序,实现了服务器及客户端通信程序及通信原理的部分验证性实验-The virtual experiment platform for VC socket network programming procedures based on the realization of partial verification experiment server and client communication procedures and the principl
VC Socket Server
- VC Socket Server 服务端例子