搜索资源列表
tcp.zip
- 站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
linux下关于socket编程的C例子
- 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
java__sound
- 用java编写的语音通讯软件,使用Socket,tcp连接-prepared with the voice communications software, Socket, tcp connections
Communicationbylqh
- 基于Socket TCP的网络文件传输例子,比较精练,简单易懂,对网络编程入门者有参考作用。-based on Socket TCP network file transfer example, more concise and easily understood. Network Programming for beginners as a useful reference.
TCP-chat-client
- 这是一个基于tcp的聊天工具,采用了异步socket模式.非常适合正在进行网络编程的人-This is a tcp-based chat tools, using the asynchronous socket model. very suitable for the ongoing program of the network
connection
- 局域网用的微型通信工具 socket TCP连接
tcp
- 一个简单的VC++ tcp 实现聊天 其中利用socket
Socket
- 在TCP/IP网络应用中,通信的两个进程间相互作用的主要模式是客户/服务器模式,即客户向服务器发出服务请求,服务器接收到请求后,提供相应的服务。
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
socket
- 一个基本的SOCKET通讯的例子,可实现TCP和UDP协议通讯
TCP.UDP
- 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。
SocketBaseClass
- 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
POWER_tsock
- C++Buider/delphi控件,大大简化Socket/TCP/IP编程编程,比使用串口通讯控件还简单-C / delphi controls, greatly simplified Socket / TCP / IP programming programming, the use of serial communication control is also simple
TCP自环程序
- 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
socket.tcp.ucp
- socket关于tcp协议 及ucp协议通信的例子程序-tcp socket on the agreement after agreement and communication procedures for example
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
TCP聊天 MFC socket 网络编程
- TCP聊天 MFC socket 网络编程
VB TCP转发程序
- 可将一个TCP Socket的数据转发到多个用户监听,支持多用户同时连接,实时生成socket.