搜索资源列表
socket
- VC实现的socke通信,简单易懂 分为服务端和客户端。 使用VC6即可打开项目工程
vc 6.0 的最简单基本的socket通信例子
- vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
SimpleSocket
- 简单的socket通信 给刚学socket的人提供一个参考-Simple socket socket communication to the person just learning to provide a reference
Angle
- 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
start
- c++基于socket做的一个简单客户端,有接受数据和发送数据的代码,做网络通信数据测试用。-C++ socket connect
MySocket
- Socke通信,实现简单的文本信息发送。网络编程是现代编程的热点,这个例子刚好是起步程序。-This is a simple demo for Socket programming
Network-programmingl
- 《网络编程综合资料》 介绍 常用网络协议编程 怎样接收电子邮件(POP3协议简介) POP3协议封装类 POP3协议命令原始码及工作原理 RFC1939-POP3协议中文版 RFC821-简单邮件传输协议(SMTP)中文版 SMTP协议原始命令码和工作原理 TCP IP网络通信程序设计 TCP IP协议详解 TCPIP协议的化学专家实时交流系统 VC++SMTP协议电子邮件传送剖析 WINDOWS SOCKET API 使用经验 WINDO
msocket
- 一个简单的用于Matlab间tcp/ip套接通信的程序。可以实现两个matlab进程间的收发数据。-Matlab is used between a simple tcp/ip socket communication program. Between two matlab processes can send and receive data.
ChatSend
- 简单实现了 socket客户端和服务端的通信。VC6.0实现。-Simple implementation of the socket client and server communication. VC6.0 achieve.
TCPUDPPROGRAMMING
- TCP和UDP的简单Socket通信程序-TCP UDP Socket
src
- 一个简单的linux socket udp 通信示例-A simple Linux the socket udp communication example
Client
- QT编程之socket通信, 客户端程序源代码,比较简单易懂-QT programming socket communication, client program source code, is relatively simple and easy to understand
UDP
- 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
mychat
- 网络套接字编程,采用套接字实现简单的客户端和服务器通信。-Network socket programming using sockets to achieve a simple client and server communication.
Socket
- 客户端与服务端通过socket套字节连接的简单通信程序,里面有三个小的实例。-The client and server through socket sets bytes connected simple communication program, there are three small examples.
tcp_transfer.tar
- socket 网络编程 使用tcp协议实现一个简单的客户端与服务器端进行通信的程序,便于初学tcp协议以及socket编程的人员-socket network programming using tcp protocol to implement a simple client and server side communication procedures, protocols, and easy beginner tcp socket programming staff
socket_simple_test
- Socket中的TCP、UDP通信的例子。 简单易懂,是初学者学习Socket最好的入门代码。-Socket of TCP, UDP communication examples. Easy to understand for beginners to learn Socket best entry code.
testNetWork
- 实现了一个基于TCP 的一个非常简单的服务器通信程序实例。该程序中通讯协议使用的是面向连接的TCP协议SOCKET-mplements a communication based on a very simple TCP server application instance. Communication protocol used in the program is a connection-oriented TCP SOCKET
socket
- 使用Python制作的简单socket通信程序,包括客户端和服务器端-a simple program of socket communication,inclued the client and the server program.
Scoket_Example
- 简单的socket服务端与客户端之间的通信(Simple socket communication between the client and the server.)