搜索资源列表
串口连接程序c语言
- 在linux下把串口映射成TCP/IP端口- Maps under linux the string mouth the TCP/IP port
PING_LIB
- 判断网络上某个TCP/IP主机是否可以连通的C函数库-judgment on a network TCP / IP connectivity can host the C library
uip0.9uip1.0.rar
- uip(uip 0.9 and uip 1.0)源代码。实现tcp/ip,udp,dhcp,http,icmp等。,uip 0.9 and uip 1.0 uip handle a single network interface and contains only a rudimentary UDP implementation,but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming
CFileTransfer
- 基于VC++6.0点对点的文件传输。socket编程 tcp/ip- Design and Realization of Point-to-Point Files Transfer with Visual C++6.0
TCP-to-begin-same-time-multi-process
- 基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
tcp
- linux下用C编写的TCP/IP 数据传送程序-linux using C prepared by TCP/IP data transfer procedures
sss
- securité du systéme d exploitation linux : Introduction La sécurité physique La sécurisation du processus d’amorç age Le BIOS Les principes fondamentaux relatifs au système et à l’utilisateur La sécurité du réseau TCP/IP La sécur
Sockets-2.3.9.2
- C++ TCP IP Socket Sockets-2.3.9.2
tcp
- 用标准C实现的TCP/IP socket通讯函数,基于unix平台-Implemented using standard C TCP/IP socket communication functions based on unix platforms
linux_C_QQ
- linux、c、TCP、IP、协议实现QQ公聊、私聊、传文件功能-linux、tcp、ip、QQ
1
- c 通信源代码,linux 下的源程序,linux 下的源程序-c tcp ip souce code c tcp ip souce code c tcp ip souce code c tcp ip souce code
TCPIPclient
- 基于linux环境的TCP/IP网络编程,C语言编写的客户端代码。-Linux-based environment, TCP/IP network programming, C language client code.
TCP-multi-pthread-program
- 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
Linux
- 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
report
- Linux C/C++下用GTK+发开基于TCP/IP的C/S模式的局域网络聊天室-Linux C/C++ with GTK+ send open based on TCP/IP of C/S mode of local area network chat rooms
dmsdoc
- 通用数据采集系统(Data Mining System)主要用于从登陆日志中采集客户使用所租用服务器的数据,并通过网络通信(TCP/IP协议)上传至服务器,以便在一段时间内作为对客户进行收费的依据。 系统在结构上使用C/S结构,即数据采集客户端(Client)与服务器端(Server)结构。 客户端(Client)分为服务器日志数据读取、数据匹配和数据发送模块。 服务器端(Server)分为数据接收、数据存入和数据库访问模块-General-purpose data acqu
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
socket UDP
- TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是U
TCP_IP聊天项目
- 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)