搜索资源列表
c_socket_client_server
- linux环境下基于流式socket的客户端与服务器程序,程序涉及发送结构体,LINUX环境下连接mysql数据库。多路复用的I/O.注释详细-linux environment based on stream socket client and server program, the program involves sending structure, LINUX environment connecting mysql database. Multiplexed I/O. For more
IRC
- 简单的IRC server,实现了客户端和服务器的通信。-simple IRC server, implemented the communication between client and server.
server5_5.c.tar
- linux下server.socket用来通信,接受数据-server under linux
TCPIP
- Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
ftp_client_proj.tar
- LINUX下C语言实现的FTP服务器,一个很好的FTP源码-LINUX C language under the FTP server
UDP-circle-server-program
- 基于linux环境下的基于UDP协议的C语言循环服务器的程序。-Linux-based environment based on the UDP protocol C-language program cycle the server.
linux_Socker
- linux服务端socket 编程(C语言)-linux server socket programming (C language)
ftp_server
- 用c语言在linux环境下实现了ftp服务器的登录模块,目录操作,文件操作,文件传输模块,工作模式,监控模块等,另外还有文档。 -C language in linux environment to achieve a ftp server login module, directory operations, file operations, file transfer module, mode, control module, in addition to the document.
Socket.tar
- 在linux下用C语言写的TCP/IP协议的Socket编程,饱含一个服务器端,一个客户端。-In linux using C language to write the TCP/IP protocol Socket programming, full of a server, a client.
UDP.tar
- 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
TcpServer
- Linux tcp server C-C Function query
Tcp___Server
- Linux tcp server C
Code-In-C-by-Sir
- Normal client server in linux c language
live555iphoneos
- This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems
Linux
- 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
jiaowu
- 教务管理系统是为了提供师生日常工作效率而开发的,这是一个基于C/S结构的网络系统。客服端运行在PC机的桌面Linux上,服务器在Mini2440开发板上。系统管理员、教师、学生都可以通局域网内任一台安装客户端软件的机器上登录进教务管理系统进行相应权限的工作,登录时候密码采用一定的加密算法。-Educational administration management system is to provide teachers and students daily work efficiency a
client
- Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
server
- 用C语言在Linux环境下实现SOCKET通信的服务器端-In the C language in Linux environment of the server SOCKET communication realization
server
- linux下的TCP/IP通信协议实现,主从设备之间数据互传,主程序C语言源代码-TCP/IP communication protocol under linuxData transfer between master and slave devices , the main C language source code
linux_eechat
- 在linux下用C语言编程实现简单的聊天室功能。用户程序命名为client.c 服务器程序命名为server.c。-Simple chat room function with C language programming under linux. The user program named client.c server program named server.c.