搜索资源列表
pthread.c
- LINUX多线程应用程序设计,希望对大家有用。-LINUX multithreaded application design, we hope that the right useful.
pthread.c
- pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
pthreadTest
- pthread 库是c语言的一个重要的库,是多线程编写的必须。-pthread library is an important c language of the Treasury is prepared to be multi-threaded.
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
pthread_cp_net.c.tar
- 多线程实现拷贝,用linux 下的C 实现-linux c to pthread copy function
pthread
- 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
gw_main.cpp.tar
- linux守护程序,pthread c-linux c++ thread
pthread
- All you need to know to start using Linux, a free Unix clone. This manual covers the basic Unix commands, as well as the more specic Linux ones. This manual is intended for the beginning Unix user, although it may be useful for more experienced
pia.c.tar
- 这是linux下采用 POSIX 的 pthread 机制计算圆周率的程序-This is the linux multi pthread POSIX mechanisms used under the pi calculation program
pi
- 多线程计算pi,在linux下用gcc编译 执行下面命令: gcc -pthread pi.c -o pi-Multi-threaded computing pi, using the gcc compiler under linux execute the following command: gcc-pthread pi.c-o pi
pthread
- this program sorting an array using Pthread library in C
TCP-multi-pthread-program
- 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
pthread.c
- 这是在开源操作系统中的一个重要程序,在vi中输入即可-This is the open source operating system is an important program, you can enter in vi
3.c
- 编写程序实现生产者-消费者问题。使用Linux的pthread线程库,创建2个生产者线程和2 个消费者线程。生产者线程计算当前的时间,把时间、第几次计算时间的序号(循环次 数)和线程ID作为一个消息,把消息放入缓冲区,消费者线程从缓冲区读出一个消息 并显示消息。缓冲区大小为5个,每个生产者线程生产10个消息,每个消费者线程消费 10个消息,即生产和消费分别为20次。 要求:2个生产者线程执行的代码是相同的(即执行同一函数),2个消费者线程也 一样。 提示: 生产者
pthread
- pthread library for working with threads in c-pthread library for working with threads in c++
pthread.c.tar
- 共享锁和信号量的使用方法,多线程程序的设计原理!-Shared locks and semaphores to use, multi-threaded program design principles!
pthread
- 多线程编程代码样例,在c开发环境下,利用pthread技术-The multi thread programming code examples, in the C development environment, using pthread Technology
0.c.tar
- 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc
pthread
- C语言多线程pthread库相关函数 函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit
main.c
- 用 pthread 进行1000个随机整数的快速排序,以达到加速的目的。(With pthread for 1000 random integer fast sort, in order to achieve the purpose of acceleration.)
