搜索资源列表
export.zip
- 又一个用Borland C++3.1编译的TCP/IP协议栈
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.
tcpip-uip0.9
- 这是嵌入式TCP/IP协议uip,由c语言开发而成-This is embedded TCP / IP protocol East, and was developed language c
GetHTTP5
- 获得Tcp的报,可以获得网页的内容,是用C/C++写的-was reported that the content of the website can be used C / C write
socket_examples555
- 使用C/C++语言实现简单的TCP/IP协议,实现了客户端的功能,可接受网页和服务器的内容。-use C / C language simple TCP / IP protocol to achieve the client's functional, acceptable website and the content server.
P2PFileTransfers
- 一个利用Visual C++实现的文件传输软件,使用的协议是TCP/IP-a Visual C realization of file transfer software, the agreement is to use TCP / IP
TCPChat
- 一个利用Visual C++实现的基于TCP/IP协议的网络聊天室-a Visual C achievable based on TCP / IP networks Chat Room
sockscom
- Socks component/wrapper is a C++ class, which is helpful in establishing a socket through a Socks Proxy for TCP-based clients.How is it useful?This wrapper is useful to establish socket connection behind socks proxy. It supports Socks Version 4
dsock
- 用C开发的网络通讯程序,功能很全面,有TCP/IP、FTP、SMTP、IPX、有详细的使用说明 希望对你的程序开发有帮助-C development of the network communications procedures, functions very comprehensive, TCP / IP, FTP, SMTP, IPX, a detailed wish to use your help developers
network12
- 一个传送结构体的TCP/IP的C/S程序,程序中可能有缺陷-a transmission structure of the TCP / IP C / S procedures, procedures that may have defects
TCPf
- 用c++写的TCP 聊天程序服务端-used to write the TCP-service chat program.
TCPCS
- windows网络通讯和编程中基础的TCP中的C/S模式,实现服务器和客户端的交流。-windows network communication and programming based on the TCP C / S mode, server and client communication.
C-S
- 典型的C/S编程,融会了服务器和客户端之间TCP,UDP的互联代码
C++ Builder进行聊天(TCP)
- 用C++ Builder进行聊天(TCP)的示例-C Builder Chat (TCP) example
TCP
- 里面有基于TCP的Client和Server两个源码,对大家写C/S聊天有帮助。
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
c++ builder Indy 10 tcp
- c++ builder Indy 10 tcp
C++ TCP/UDP Server & Client examples
- TCP and UDP server & client example codes. Open source code then change default IP and port values. It is ready to be used!
C++ Qt TCP链接客户端
- 采用C++QT 写的TCP客户端 SOCket链接