搜索资源列表
glibc-linuxthreads-2.3.4
- glibc-linuxthreads-2.3.4.tar,glibc中多线程的实现,觉得好的可以下来-glibc - linuxthreads - 2.3.4.tar. Multithread glibc the realization feel good to see it down
multithread
- rtlinux下面的多线程程序,自己根据自带例子该写的,可以很好的运行
Linux_multithread
- Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
DiningPhilosophers
- Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
MultiThread
- Linux下多线程开发文档,很不错的,对学习Linux下多线程编程的朋友很有帮助-Linux development documents under the multi-threaded, it is good to learn from multi-threaded programming under Linux friends helpful
tcpdump-4.0.0.tar
- tcpdump linux下最好的网络分析工具-tcpdump best web analytics tools
pthread_wrapper
- This pthread c++ wrapper class. Developer can easily develop multithread programs with GNU C++ just like developing those modern languages (Java, Qt, C# ...). -This is pthread c++ wrapper class. Developer can easily develop multithread programs with
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.
guide_of_multithread
- 多线程编程指南,详细介绍了linux c的多线程编程方法-Multithread Programming Guide, detailing the multi-threaded linux c programming
StrLib
- LInux下的C++开发库,基于CGI开发模式可以编译使用-linux multithread programming under the guidance of great help to developers
UNIX
- 本书说明unix下多线程的介绍和使用方法,内容简单容易理解和掌握.-unix multithread book,it is so easy to study it.
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
Multithread
- Linux下的多进程编程,与进程间通讯。-Multithread programming in Linux.
lab2
- This program is a C program in Linux .It uses multithread to solve the problem caculation of scalar product of two vector .
pthread_sync_and_mutual
- linux多线程极大方便了程序编写,但同时必须考虑线程同步、互斥问题。 示例代码给出了利用信号量实现P、V操作,从而保证多线程同步、互斥。-linux multithread programming is very convenient, but we must pay attention to synchronization and mutual exclusion. The sample code shows us how to ensure multi-thread synch
windows-unix
- 通过研究linux线程机制,利用多线程解决生产者与消费者的信号并发控制-Through the research Linux thread mechanism of multithread, producers and consumers solve the concurrent control signal
POSIX-Multithread-Programming-Primer
- POSIX Multithread Programming Primer,多线程程序设计的好书-POSIX Multithread Programming Primer multithreaded programming books
Linux-multithread-programming-manual
- Linux multi-threaded programming manual,Linux多线程编程的好书-Linux multi-threaded programming manual, Linux, multi-threaded programming books
linux-MultiThread
- UNIX多线程编程学习入门指导,很适合初学者学习liunx下多线程编程-UNIX multithreaded programming learning Getting Started guide, it is suitable for beginners learning liunx the next multi-threaded programming
cas.tar
- Something useful for multithread mutex.(Introduction for CAS)