搜索资源列表
Thread(new)
- 这是一个关于线程并行与串行所用时间的比较(结合了win32更有实用性)-This is a thread of the serial and parallel time spent by the comparison (in the context of the win32 more practical)
Dijkstra-omp
- C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
ImageEdit
- 简单的线程并行的编程,用到事件和临界区,工作者线程对图像的处理-Simple parallel-threaded programming, use cases and critical areas, workers on the image processing thread
Named-pipe-instance
- 创建线程,在VC中创建多线程,用于程序的并行运行,在VC编程中有广泛运用-Create a thread in the VC to create multiple threads running in parallel for the program in the VC are widely used programming
sample1305
- 多线程编程,能实现多个线程并行执行,一个线程执行,另一个线程报正在执行!-Multi-threaded programming, multiple threads execute in parallel, a thread executing in another thread newspaper is running!
idfind
- 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
operating-system-test-2
- 重庆大学软件学院操作系统实验二,线程及其调度,实现并行排序,并用图形界面表示-operating system test 2,thread scheduling and realize the parallel sorting showing as a graphical interface