搜索资源列表
-
0下载:
TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl
-
-
1下载:
这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
-
-
0下载:
Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
-
-
0下载:
linux下的一个聊天程序 ,代码完整, 调试通过。
既可以做服务器, 也可以做客户端。
程序代码才采用多种异步通讯模式。希望对初学习LINUX和TCP/CP的人有帮助。
-one chat room project under linux platform . complete project with no any bug. u can treat it as a server , and u can treat as a client as well. serval
-
-
0下载:
支持客户端和服务器间的tcp连接,并可以测试速率.
支持windows和linux平台.-Client and server to support the inter-tcp connection, and speed test. Support windows and linux platform.
-
-
0下载:
Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux
-
-
0下载:
用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
-
-
0下载:
用TCP_IP进行网际互连 第3卷 客户机-服务器编程和应用(第2版)-With TCP_IP to Internet interconnection, Volume 3, client- server programming and applications (2nd Edition)
-
-
0下载:
TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
-
-
0下载:
在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
-
-
0下载:
Linux下TCP/IP的Server、Client C源码。
包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
-
-
0下载:
一个linux UDP网络通讯的例子源代码(server、client方式)-A linux UDP network communications example source code (server, client mode)
-
-
0下载:
Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
-
-
0下载:
Socket programming in linux. server.c describe how to server listen to client by TCP/IP
-
-
0下载:
tcp 客户端 服务器 linux下 socket编程-tcp client server socket bind connect
-
-
0下载:
一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
-
-
0下载:
a TCP socket in linux
client server communication
-
-
0下载:
此程序可实现windows客户端与client服务器端的文件传输。(This program can achieve Windows client and client server-side file transfer.)
-
-
0下载:
基于Linux下的TCPIP客户端服务器端程序(TCPIP client server - side program based on Linux)
-
-
0下载:
linux聊天工具,基于TCP协议,使用c语言编写,Ubuntu16.04下测试通过。(Linux chat server&client,based on TCP.)
-