搜索资源列表
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
DiningPhilosophers
- Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
linuxC_sourcecode
- 嵌入式linuxC源代码光盘,和《Linux c 编程实战》书本相配套的光盘资料,主要包括:Linux系统下C语言及其编程环境的介绍,系统编程的所有主题——文件和目录、进程、线程、信号、进程间通信、网络编程和图形界面编程、出错处理、库的创建与使用、编写安全的代码等。-Embedded linuxC source code CD-ROM, and " Linux c programming real" books matching CD-ROM information, incl
linux_queue_message
- 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
clientServer_linux_multithread
- Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
PServer4
- linux下实现的通信的程序,此为Dserver服务端。主要用多线程实现的。为公司内部资料。-linux communications under the procedures
pthread_exp
- 嵌入式 linux 线程创建、线程通信应用程序源代码及修改练习。-Embedded linux-thread creation, thread communication applications and modify the source code practice.
linux_proxy
- linux下的c网络编程,对于防火墙的入门有一定的帮助了解-firewall
MessageQueue
- linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
Linux-Programing-source-code
- 这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process commu
Linux
- 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
server_c_Linux
- linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
server
- linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
muthread
- Linux中多线程通信的实例,适合初学者学习Linux-See more Linux instances of the process of communication
linux-Text
- 多线程通信,客户端程序包括发送消息等自动功能-Multi-threaded communication, the client program to send messages automatically
linux-sockst
- 关于linux的socket多线程通信的相关资料,自己看过,有一定用处,适合新手-The multi-threaded socket on linux communicate relevant information that they have seen, there is some use for beginners
linux高级编程源码
- 包含linux基本使用的各个高级编程的源码,包括网络、进程间通信、文件、信号量、多线程、互斥锁等等
linux线程
- linux线程的实验报告,基于linux编写了多线程通信,以及等待延时10秒,若无数据将发送timeout(Linux thread experimental report, based on Linux written multi-threaded communication, and wait for 10 seconds delay, if no data will send timeout)
linux下的多线程高并发tcp服务器
- 基于epoll的多线程TCP服务器 基于epoll,监听指定端口的TCP请求; TCP长连接、短连接分别使用不同的端口; 当接收到客户端的TCP短连接请求时,返回服务器ip地址、MAC地址;当接收到客户端的TCP长连接请求时,服务器接收连接,客户端周期性向服务器发送心跳; 支持多个客户端的并发TCP请求; 使用多线程技术,同时监听、提供服务; 设计服务器端和客户端的通信协议,使用JSON格式。
线程池的http服务器
- linux下线程池的http服务器 涉及信号 io 进程 线程 进程间通信