搜索资源列表
自适应并行遗传算法实现有源滤波器的设计
- 摘 要:提出一种改进的自适应并行遗传算法,通过设计自适应算子自动调节交叉和变异概率,采用基于岛屿交换模型实现多种群间信息交换,提高了种群的多样性和健壮性.将该方法用于滤波器的参数优化设计,给出4阶切比雪夫低通滤波器的设计结果,比较各种算法的性能,证明该算法收敛速度快,精度高,有效地克服了早熟现象.
并行算法实践源代码_陈国良
- 包括为陈国良院士的《并行算法实践》书籍附带源代码。
XShortest.rar
- 最短路径的并行算法 采用TBB 需要intel编译器 速度很快,Parallel shortest path algorithm required the use of TBB fast intel compiler
MPI-Sort
- 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
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
MPI-StringMatch
- KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
quick_sort
- 实现快速排序的并行算法源程序,希望对大家有帮助。-Fast parallel algorithm to sort the source, I hope all of you help.
13-1
- 并行算法:通过消息传递MPI实现排序,初学者比较好的示例-Parallel Algorithm: MPI message passing through the achievement of sequencing, a relatively good example for beginners
Lab3
- 并行算法实验用的源代码,是从国外大学下载挑选的,真正的内部资料。-Parallel algorithm used in the experiment source code, is downloaded from selected foreign universities, the real internal information.
XSort_Submit
- 归并排序的并行算法 intel 多线程优化大赛-Parallel merge sort algorithm
XSudoku
- 数独并行算法 intel 多线程优化大赛参赛作品,快速求解数独-Sudoku intel multi-threaded parallel algorithm optimization contest entries Express Solving Sudoku
sudoku
- 数独快速并行求解算法,使用Intel编译器-Sudoku fast parallel algorithm, the use of Intel compilers
cd40192
- 清华大学cuda培训教程 gpu并行算法 高清版pdf-Tsinghua University training course cuda parallel algorithm gpu HD version pdf
sum
- 基于多核的并行算法设计,计算一个连续数列的和-The parallel algorithm based on multi-core design, computing a continuous series and
SystemIdentification
- 系统辨识及MATLAB的仿真,关于系统辨识的并行算法。-SystemIdentification
DWT
- 一个不错的离散小波变换并行算法的MPI源程序- A MPI source code for discrete wavelet transform s parallel algorithm
openmp
- 基于OPENMP的并行算法,通过设置不同的线程数来验证多线程对并行计算速度提高的贡献-OPENMP-based parallel algorithm, by setting a different number of threads to validate the multi-threaded parallel computing speed of the contribution of
xen-3.0.2-src
- 并行算法实践-mpi源程序,陈国良版,含全部源程序-parallel alogithm
ParallelDistributedProgramming
- 并行算法学习资料。附录了大量并行算法例子程序。-Parallel algorithm learning materials. Appendix a large number of examples of parallel algorithms process.
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit