搜索资源列表
ParallPortDriver
- 一个非常好的pnp 并行端口设备驱动程序,学习入门Windows WDM 驱动程序很好-a very good pnp parallel port device driver. learning portal Windows WDM good
VC并行编程示例
- 多线程编程已成未来的趋势,本例子在VC++开发环境中模拟赛马过程编写了一个多线程程序,可以为想学习并行编程的朋友提供借荐和参考。
8corevsolvePI
- 本文件主要介绍了在VS2008平台下用openmp来实现求PI程序的并行化,并行化后大大缩短了求解的时间。本资料非常适合学习并行计算的朋友们,分享给大家,希望能对你们有所帮助-This paper introduces the use openmp in VS2008 platform to achieve the requirements under the PI program parallelization, parallelization, after greatly reducing
MPI_sample
- MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
LDSBandwidth
- 一个AMD OPENCL出厂程序 利用多线程 并行处理提高程序速度 希望大家来一起学习-a amd opencl program using parallel techology to speed up.let us learn together.
PParallelDista
- 并行算法学习资料。附录了大量量并行算法例子程序。 -Parallel algorithm for learning materials. Appendix considerable amount of parallel algorithm example program.
pikaia
- 并行遗传算法的vba程序,是较好的遗传算法学习工具。-parallel genetic algorithm in VBA format.
c++并行计算
- 能够通过多线程实现查找算法,大大节省了计算时间,提高了程序效率(Ability to implement a lookup algorithm through multiple threads)
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("