搜索资源列表
Linux下的线程池源代码.rar
- 本文给出了一个通用的线程池框架,该框架将与线程执行相关的任务进行了高层次的抽象,使之与具体的执行任务无关。另外该线程池具有动态伸缩性,它能根据执行任务的轻重自动调整线程池中线程的数量。文章的最后,我们给出一个简单示例程序,通过该示例程序,我们会发现,通过该线程池框架执行多线程任务是多么的简单。
chat.rar
- linux下开发的一款类似于QQ的网络聊天室,可以私聊也可以群聊,不过没有界面,利用的是多线程编程,linux developed a similar network QQ chat room, you can group chat can also私聊, but there is no interface, the use of the multi-threaded programming
threads-2.0.tar
- 多线程库 -Multi-thread library
Linux_multithread
- Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
threads
- Linux高级编程:多线程、线程池、并发处理、信号等-Linux Advanced Programming: Multi-thread, thread pools, concurrent processing, signal, etc.
linux_multiple_thread.tar
- linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
Linux_Kernel
- Linux中各种内核态程序的编写,这是某个人的编程心得,里面有源代码,内容涉及互斥锁、信号量、多线程等,很不错的,值得参考!-Linux Kernel in a variety of procedures for the preparation of state, this is a personal experience of programming, which source code, which relates to mutual exclusion locks, semaphores,
linux-mul-thread
- linux的多线程编程源码,对于linux的编程非常有帮助。-linux-source multi-threaded programming, linux programming for the very helpful.
ptt-1.0.tar
- linux下的多线程调试工具,支持posix NPTL, NPTL Trace Tool (PTT - POSIX Thread Trace Toolkit)-linux under the multi-threaded debugging tools, support for posix NPTL, NPTL Trace Tool (PTT- POSIX Thread Trace Toolkit)
MultiThread
- Linux下多线程开发文档,很不错的,对学习Linux下多线程编程的朋友很有帮助-Linux development documents under the multi-threaded, it is good to learn from multi-threaded programming under Linux friends helpful
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.
linux_serial_thread_process_network
- linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
unpv13e
- 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
Linuxprogramming
- linux方面的c编程的优秀书籍 包括网络编程 和linux多线程编程等-linux in c programming, including network programming and excellent books on linux and other multi-threaded programming
ipc_demo
- linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
ch11(pthread)
- linux线程及多线程操作的一些相关实例源代码 很详细 希望能够有助于大家学习-linux thread and multi-threaded operation of some relevant examples of the source code very much hope that can help them to learn more
Linux
- Linux多线程 Linux系统下的线程控制等-Linux Multithreading
libserial-0.5.2.tar
- Linux 串口多线程程序,封装的不错,适用嵌入式系统-Linux serial multi-threaded process, package, good for embedded systems
linux_multithreaded_programming_interfaces
- linux多线程接口编程技术linux multithreaded programming interfaces-Multithreaded Programming Interface linux linux multithreaded programming interfaces
linux
- linux网络编程,比较简明,包括socket编程,多线程,进程,信号-linux Network programming