搜索资源列表
VBmultithreading
- VB编写的多线程管理程序,可以尽量节省系统的资源,尤其适用于板卡数据采集控制系统 -VB multithreading management procedures can minimize system resources, particularly applicable to the Card Data Acquisition and Control System
rwlock
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写
MultiProgress
- 一个比较小的程序,用VB6实现的多线程功能
multi_pi_matrix
- lab1为多线程计算圆周率的程序 lab2为多线程计算矩阵乘法的程序 有实验报告和说明文档
Threaded_Solution
- 多线程程序,以进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even the
pi
- 这是一个用多线程并行计算求pi的程序。效率很高,可以算到小数点后面很多位。-This is a multi-threaded parallel computing using the procedure find pi. Very efficient, you can count to many decimal places.
quicksort
- 快排的并行实现,使用openMP,程序自动生成随机数,分别使用单线程和多线程排序,并比较最后的结果-quick sort based on openMP
exa_5
- 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
exa_4
- 多核程序设计一书中第四章代码,讲述windows下用win32Api,MFC及C#进行多线程开发。-Multi-core programming code in a book, Chapter IV, described under windows with win32Api, MFC and C# multi-threaded development.
MKL_Overview
- 利用Intel MKL实现矩阵相乘的几个程序;另外一个是MonteCarlo方法的用多线程计算Pi的程序-Matrix multiplication based on Intel MKL library.
spinner
- 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此示例程序演示了一个单应用程序被并行执行,在其中一个应用程序fork/execs自身的多个实例,多核的每个核也相似,而这样的实例一起执行该应用程序,使用的实例之间的UDN来互相通信。-This example program demonstrates a single-app parallel execution style, in which an application fork/ex
badosxe
- 一款并行的软件,可处理多进程、线程的程序-A parallel software can handle multi-process, thread program
chapter3
- 多核CPU计算机 多线程编程基础 OpenMP 并行程序设计语言和并行结构的描述 -Parallel Programming
Pi
- 一个简单的计算Pi的Pthread多线程程序,提供给用户输入想开的线程数和N计算pi值。-A simple calculation of Pi Pthread multi-threaded program, available to user input like to open the number of threads and N calculate the value of pi.
thread
- 多线程循环缓冲程序,有关生产者和消费者在仓库的处理等问题。-Multi-threaded circular buffer program, the producers and consumers in the warehouse processing.
thread_matrix_muti.tar
- 多线程编程实现矩阵运算.如果需要这个程序的同学,欢迎下载-Multi-threaded programming matrix operations if need this program students are welcome to download! !
vbthreadcm
- 在VB.NET下多线程编程 开发 ,使多个程序并行 运行 。-THREAD PROGRAM
OMP_TEST
- OpenMV小程序,在vs2013中采用OMP编程实现读取一个文件中的数据,文件中数据的第一行为数据个数,第二行为实际数据,数据间以空格隔开。判断第二行的数据中有多少个水仙花数。判断过程利用MPI采用多个线程进行。-Using OMP program implemented in vs2013 read data in a file, the first acts of the number of data files in the data, and the second actual beh
parallel
- 一种多进程进行并行计算的程序,不采用线程池方法。用多进程并行计算加快运行速度。例子中采用并行多进程取最大值。-A multi-process procedure performed in parallel computing, do not use the thread pool method. Parallel computing using multiple processes to run faster. Examples of parallel multi-process takes a
combation caculation
- Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s