搜索资源列表
mos
- MOS是一个批处理系统,它经由键盘接纳由软件模拟的计算机的指令及可使用MOS某些功能的系统调用书写的用户作业,在打印机上输出作业运行结果。该系统提供多个作业并行处理的功能,作业的输入/输出采用SPOLING技术,所要管理的外设是键盘、磁盘、打印机。 故MOS的设计者和实现者要处理/输出、中断、进程调度、作业调度、内外存管理和设备管理
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
meijupaixu
- MPI并行枚举排序 使用MPI函数进行并行枚举排序操作 visual studio编程 linux下运行-Parallel enumeration sort
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
lu
- 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
newsumma
- SUMMA并行矩阵的另一种MPI实现,在广播时以块为单位传输,运行速度明显提高-SUMMA parallel matrix another MPI implementation, the broadcast is transmitted in units of blocks, running speed is significantly improved
MultiThread
- 基于VC++的多线程编程,实现了两个线程伪并行运行-Based on multi-threaded programming VC++ achieve a pseudo two threads to run in parallel
quick_sort
- 并行计算基于mpi的一个简单快速排序的代码,代码完整可运行。-Parallel computing mpi based on a simple quick sort of code, code integrity can be run.
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("