搜索资源列表
VC并行编程示例
- 多线程编程已成未来的趋势,本例子在VC++开发环境中模拟赛马过程编写了一个多线程程序,可以为想学习并行编程的朋友提供借荐和参考。
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
mpisourceprogram
- 并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用-practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programm
parallel
- 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
ParallelDistributedProgramming
- 并行算法学习资料。附录了大量并行算法例子程序。-Parallel algorithm learning materials. Appendix a large number of examples of parallel algorithms process.
mpibook
- MPI并行程序设计的一些资料 很经典的 欢迎大家下载学习 -MPI parallel programming some of the information are welcome to download the classic study
rank
- 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
MPI_sample
- MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
Automatic-parallel-compiled
- 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并
Matlab-code
- 《实战Matlab之并行程序设计》程序代码,里面是很全的代码,供大家学习亩烤烟下载相应的书籍学习。-The actual combat Matlab parallel programming
mpi
- 《并行程序设计》书中每章节的全部代码,对于初学者可以借鉴代码学习。-" Parallel programming" in each chapter of the book all the code for the beginners can learn the code to learn.
PParallelDista
- 并行算法学习资料。附录了大量量并行算法例子程序。 -Parallel algorithm for learning materials. Appendix considerable amount of parallel algorithm example program.
Matlab-code
- < 实战matlab之并行程序设计>>全书程序,帮助大家学习。-The < < combat Matlab parallel programming > > Britannica program
MAX197---bignxingAD
- MAX197并行AD学习资料,含有电路图和程序,非常好用-MAX197 parallel AD learning materials, containing schematics and procedures, very easy to use
12864bxtx
- 基于STM8的12864并行程序,适合初学者学习,注释较全-12864 STM8 based parallel program, suitable for beginners to learn, notes than the whole
03
- 基于CUDA平台用VS2010编写的计算一系列数平方和的并行程序,比较简单,适合CUDA的初学者学习-CUDA computing platform using VS2010 to write a series of squares and the number of parallel programs based on relatively simple, suitable for beginners to learn CUDA
MatlabCuda
- 自己写的GPU并行程序和MATLAB 平台混合调用,适合初学者学习MATLAB 和GPU的并行编程(Write their own GPU parallel program and MATLAB platform mixed call, suitable for beginners to learn MATLAB and GPU parallel programming)
Matlab学习
- 对于初学者非常实用的简单Matlab程序(For beginners very practical simple Matlab program)
c++并行计算
- 能够通过多线程实现查找算法,大大节省了计算时间,提高了程序效率(Ability to implement a lookup algorithm through multiple threads)
并行程序设计导论
- 适合于新手学习并行化MPI程序以及并行思想学习(This is a parallel program learning material for beginners.)