搜索资源列表
socket2
- LINUX下多线程并发网络通信。(包涵源文件)
GTK_MySQ-LTCP_IP
- 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
PServer4
- linux下实现的通信的程序,此为Dserver服务端。主要用多线程实现的。为公司内部资料。-linux communications under the procedures
MySocket
- 基于Linux的套接字(Socket)编程。在Server端用进程创建子线程,能实现连续通信-Socket Programming based on Linux.
linpop
- linux下的局域网通信软件,自定义报文格式,基于C/S架构,运用了linux网络编程,线程,mysql数据库编程等知识。图形界面运用gtk-2.0-LAN communication software under linux
server_thread
- linux上的服务器端程序,多线程的通信程序-linux on the server side, multi-threaded communication program
Linux_thread
- 实现Linux下多线程之间的简单通信!包括创建进程,clean进程,join_thread等应用-Multi-threading under Linux to achieve simple communications between! Including the creation of the process, clean process, join_thread applications
31520078104282
- linux下面的用户模式下多线程编程,单通道的桥,车辆之间相互通信-The following user mode linux multi-threaded programming, single bridge, communication between vehicles
Thread_Socket_Tcpip
- 多线程实现TCP/IP的Socket通信,包括Server端和Client端,在linux下开发运行成功。-Multi-threaded implementation of TCP/IP Socket communication, including the Server side and Client-side, running under linux development success.
OK
- 多线程linux串口编程 用于zigbee和ARM板的交互 为zigbee和ARM通信提供必要的借口-Linux serial port programming for multi-threaded and ARM zigbee zigbee board interaction to communicate and provide the necessary excuse for ARM
server
- linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
linux-Text
- 多线程通信,客户端程序包括发送消息等自动功能-Multi-threaded communication, the client program to send messages automatically
Chatroom
- 基于linux的socket多线程通信方式。采用sqlite3数据库存储用户信息. 能够实现注册、登陆、退出 、私聊、群聊、修改密码、查看在线用户-Linux-based multi-threaded socket communication. Sqlite3 database to store user information. Achieve registration, login, exit, private chat, group chat, change passwords, vi
Linux
- Linux下C语言多线程_网络通信聊天程序-Under Linux C language multithreaded and network communication chat program
linux-C
- Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
linux-client
- 连接linux服务器的客户端代码,包含建立与服务端的socket连接,与服务端的通信协议的设计,请求分发设计,用户登录,内部使用多线程实现。-Connected to the Linux server client code, includes creating server socket connection with the server communication protocol design, to request distribution design, user login, in
linux-sockst
- 关于linux的socket多线程通信的相关资料,自己看过,有一定用处,适合新手-The multi-threaded socket on linux communicate relevant information that they have seen, there is some use for beginners
Socket-in-Linux
- 实现Linux环境下Socket大并发通信,多线程实现,最大到上万并发量-Achieve large concurrent communication under Linux Socket
bridge_server
- linux下多线程通信,主要是服务端与客户端的通信的socket编程-linux pthread communication
线程池的http服务器
- linux下线程池的http服务器 涉及信号 io 进程 线程 进程间通信