搜索资源列表
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.
tcp2002
- tcp协议socket编程采用的是java技术-agreement tcp socket programming using the java technology
tcpudpserver
- 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
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
tcp
- 一个简单的VC++ tcp 实现聊天 其中利用socket
Togo_SelectorServer4_20070416
- 该例程使用tcp socket开发,测试大量tcp客户端用户同时连接、间歇断开等异常操作,测试服务器性能。
TCP_socket_client_server
- 开发的一个基于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建立连接,可以互相发送消息接收。
TCP-SOCKET-Chat-Room-Source
- 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址
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.