搜索资源列表
mde-1.6.8.tar
- MINI GUI1.6X源码,多LINUX下运行的多线程GUI,可为各位GUI爱好提供很好的参考价值-MINI GUI1.6X source, multi-LINUX operating under multi-threaded GUI, GUI love for you to provide a good reference value
keshe
- 在Linux下实现文件的拷贝,多线程实例,设备驱动的编写,文件系统的处理,进程管理器的部分功能实现
Reader-Writer
- 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能
操作系统试验报告
- 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechan
pi
- 使用pthread多线程计算圆周率,直接在linux环境下编译运行,线程数通过代码中N进行修改-Use pthread multi-threaded computing pi, directly in the linux environment, compile run threads through the code to modify N
duoxianchengjuzhenxiangcheng
- 用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实验,有linux和win下的实现-To achieve with multi-threaded matrix multiplication, this is a simple operating system, the experimental course, there are under linux and win the realization of
exa_5
- 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
memtest
- 操作系统实验:多线程的运用,在LINUX上运行,利用多线程测试系统单元。-OS experiment: the use of multiple threads, running in LINUX, using multi-threaded test system unit.
NSS
- 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
crossMatch
- 交叉证验的多线程实现版本,附有代码的测试文件。需要在Linux下运行。,-Cross-validation of the multi-threaded implementation version of the test code is attached to the file. Need to run under Linux. ,
ProgramingPwithPPOSIXPthread
- 详细描述linux下多线程编程技术,希望对大家能有所帮助-Detailed descr iption linux multithreaded programming techniques
pthread_pie
- 并行计算:多线程计算Pi值。 运行与编译环境:Linux-Parallel computing: multi-threaded calculating the value of Pi. Operation and compile environment: Linux
producer_consumerPthreads
- 生产者消费者问题的多线程实现,linux下,Pthread编程-Producers and consumers to multithreading, linux under, Pthread program
Muliticore
- 在Linux/Windows平台上实现单精度浮点的矩阵乘法,在Linux/Windows平台上用多线程方法实现浮点向量的点积计算,多核的经典入门必学算法-In Linux/Windows platform to achieve single-precision floating-point matrix multiplication, in Linux/Windows platform using multi-threading methods to achieve floating point
123456.tar
- L多线程端口扫描多线程端口扫v描INUX多线程端口扫描-LINUX multithreaded port scanning LINUX multithreadedLINUX multithreaded port scanning LINUX multithreaded port scanningport scanning
matrix_mult
- 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt